CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2020/09/14 00:53:33
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2020/09/13 18:51:04
Modified files:
regress/lib/libssl/interop: Makefile client.c server.c
regress/lib/libssl/interop/libressl: Makefile
Added files:
regress/lib/libssl/interop/version: Makef
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2020/09/13 18:33:18
src/regress/lib/libssl/interop/version
Update of /cvs/src/regress/lib/libssl/interop/version
In directory cvs.openbsd.org:/tmp/cvs-serv43395/version
Log Message:
Directory /cvs/src/regress/lib/li
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2020/09/13 10:51:30
Modified files:
regress/lib/libssl/ciphers: Makefile cipherstest.c
Log message:
Add regress for SSL_{CTX_,}set_ciphersuites().
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2020/09/13 10:49:05
Modified files:
lib/libssl : ssl.h ssl_ciph.c ssl_ciphers.c ssl_lib.c
ssl_locl.h
Log message:
Implement SSL_{CTX_,}set_ciphersuites().
OpenSSL added a separ
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2020/09/13 09:40:11
Modified files:
regress/bin/ksh: ifs.t
Log message:
Adapt regress to IFS splitting correction (eval.c -r1.66)
>From Martijn Dekker
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2020/09/13 09:39:09
Modified files:
bin/ksh: eval.c
Log message:
Fix "$@" splitting with empty IFS
One uncommon but useful way of writing shell scripts is to start off by
disabling field/word splitt
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2020/09/13 09:06:17
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/x509: x509_internal.h x509_purp.c x509_utl.c
x509_vfy.c x509_vfy.h x509_vpm.c x509v3.h
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2020/09/13 09:04:35
Modified files:
lib/libssl : tls13_legacy.c
Log message:
Improve handling of BIO_read()/BIO_write() failures in the TLSv1.3 stack.
When BIO returns a failure, it does not always add
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2020/09/13 08:55:08
Modified files:
sys/dev/dt : dt_prov_static.c
Log message:
unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3
also noticed by semarie@
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2020/09/13 08:26:56
Modified files:
sys/scsi : sd.c
Log message:
Always use READ(16)/WRITE(16) commands for disks large enough to require
READ(16)/WRITE(16) to access the last sectors
Fixes (at least)
CVSROOT:/cvs
Module name:src
Changes by: mgloc...@cvs.openbsd.org2020/09/13 08:11:29
Modified files:
sys/dev/acpi : asmc.c
Log message:
The SMC base address and i/o region size is now queried by acpi(4) and
doesn't need to be hard coded anymore.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/09/13 07:37:28
Modified files:
sys/dev/pci/drm: drm_cache.c
sys/dev/pci/drm/i915/gem: i915_gem_execbuffer.c
sys/dev/pci/drm/include/asm: cpufeature.h
Log message:
use drm_cache.c from
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/09/13 07:33:37
Modified files:
sys/kern : kern_sig.c
sys/sys: signalvar.h
Log message:
Unbreak tree. Instead of passing struct process to siginit() just pass the
struct sigacts si
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2020/09/13 06:58:08
Modified files:
lib/libc/stdio : printf.3
Log message:
Spell out n as en for consistency with other parts of the page.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/09/13 06:05:23
Modified files:
sys/arch/amd64/amd64: pmap.c
sys/arch/i386/i386: pmap.c pmapae.c
Log message:
change pmap wbinvd use to wbinvd_on_all_cpus
with this we can revert the recent coh
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/09/13 05:55:53
Modified files:
lib/libc/stdio : printf.3
Log message:
%lln is percent ell ell n (not dee).
OK deraadt@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/09/13 05:53:16
Modified files:
sys/dev/pci/drm/i915/gt: agp_intel_gtt.c
sys/dev/pci/drm/include/asm: smp.h
sys/arch/i386/i386: cpu.c ipifuncs.c
sys/arch/i386/include: cpufunc.h
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2020/09/13 05:48:11
Modified files:
regress/sbin/iked/live: Makefile
Log message:
More tests for policy matching via dstid.
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org 2020/09/13 05:29:52
Modified files:
etc: Makefile
Log message:
Install /etc/examples/login_ldap.conf with proper mode and ownership.
tweak from deraadt@
ok martijn@ tb@
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2020/09/13 05:00:40
Modified files:
sys/net: if_pppoe.c
Log message:
Start documenting locks for struct pppoe_softc members
Pretty much all members are under the net lock, some are proctected by
bot
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/09/13 04:43:40
Modified files:
share/man/man4 : asmc.4
Log message:
sort SEE ALSO;
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2020/09/13 04:26:31
Modified files:
driver/xf86-input-ws/src: ws.c
Log message:
Use C99 designated structure initializers.
No expected code change.
CVSROOT:/cvs
Module name:src
Changes by: fcam...@cvs.openbsd.org 2020/09/13 04:05:47
Modified files:
sys/dev/wscons : wscons_features.h wsdisplayvar.h wsemulvar.h
wstpad.c
Log message:
Fix various typos in wscons(4) comments.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2020/09/13 04:05:25
Modified files:
sys/uvm: uvm_addr.c uvm_object.c uvm_extern.h
Log message:
Include directly instead of relying on uvm_map.h to pull it.
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org 2020/09/13 04:03:46
Modified files:
etc: Makefile changelist
etc/mtree : special
Log message:
Install login_ldap.conf and register it into changelist and mtree/special.
ok
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2020/09/13 03:58:32
Modified files:
regress/sbin/iked/live: Makefile
Log message:
Test for failure on dstid mismatch.
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2020/09/13 03:55:05
Modified files:
regress/sbin/iked/live: Makefile
Log message:
Add run-psk-fail test to check for failure on psk mismatch.
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/09/13 03:48:39
Modified files:
sys/kern : kern_ktrace.c
Log message:
Grep the KERNEL_LOCK in ktrpsig() before calling ktrwrite(). Another
little step towards moving signal delivery outside of KERN
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2020/09/13 03:45:00
Modified files:
regress/sbin/iked/live: Makefile iked.in
Log message:
Refactor config setup boilerplate to allow asymmetric test setups.
Return _ret from TEST_FLOWS to allow known-negativ
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/09/13 03:42:31
Modified files:
sys/kern : init_main.c
Log message:
Initialize sigacts0 before making them visible by setting ps->ps_sigacts.
OK mpi@
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2020/09/13 03:33:39
Modified files:
usr.bin/dig: dig.c dig.h dighost.c nslookup.c
usr.bin/dig/lib/isc: Makefile.inc lex.c
Removed files:
usr.bin/dig/lib/isc: parseint.c
usr.bin/d
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2020/09/13 03:32:02
Modified files:
usr.bin/dig/lib/isc: lex.c
Log message:
remove unused lex states
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2020/09/13 03:31:07
Modified files:
usr.bin/dig/lib/isccfg: parser.c
usr.bin/dig/lib/isccfg/include/isccfg: grammar.h
Log message:
No need to refcount the parser, we never hold more than one referen
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2020/09/13 03:31:36
Modified files:
usr.bin/dig/lib/isc: lex.c
usr.bin/dig/lib/isc/include/isc: lex.h
Log message:
remove unused LEX_OPTs
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2020/09/13 01:44:01
Modified files:
. : hackathons.html
Log message:
Markus Hall made another great T-shirt
36 matches
Mail list logo