CVS: cvs.openbsd.org: src

2021-02-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/02/04 00:54:51 Modified files: sys/kern : tty_pty.c Log message: Prevent a lock order issue by shuffling code around. Instead of allocating the file descriptors early do it late. This way the

CVS: cvs.openbsd.org: src

2021-02-03 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/02/03 23:57:19 Modified files: usr.bin/usbhidctl: usbhid.c Log message: Unconditionally allocate a buffer big enough to hold a struct usb_ctl_report. Limiting the size of the buffer to the size of the

CVS: cvs.openbsd.org: src

2021-02-03 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2021/02/03 19:03:53 Modified files: share/man/man5 : acct.5 sys/sys: acct.h Log message: Remove last remnants of ASU ac_flag from accounting. OK deraadt@, bluhm@

CVS: cvs.openbsd.org: src

2021-02-03 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2021/02/03 17:55:41 Modified files: sys/arch/amd64/conf: GENERIC.MP sys/net: if_pfsync.c if_pfsync.h Log message: make if_pfsync.c a better friend with PF_LOCK The code delivered in this

CVS: cvs.openbsd.org: www

2021-02-03 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2021/02/03 15:52:03 Modified files: . : ddb.html Log message: make it more explicit that the panic message should be included in a report. suggested by edd

CVS: cvs.openbsd.org: src

2021-02-03 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2021/02/03 15:46:55 Modified files: sys/kern : kern_pledge.c Log message: Add SIOCAIFADDR_IN and SIOCDIFADDR_IN to the wroute pledge to allow setting and removing IPv4 addresses. Needed for future

CVS: cvs.openbsd.org: src

2021-02-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/02/03 08:14:44 Modified files: lib/libssl : t1_enc.c Log message: Fail early in legacy exporter if master secret is not available The exporter depends on having a master secret. If the handshake

Re: CVS: cvs.openbsd.org: src

2021-02-03 Thread Christian Weisgerber
Anton Lindqvist: > > Modified files: > > sbin/disklabel : editor.c > > > > Log message: > > replace fgetln(3) with getline(3) in disklabel > > My daily snapshot build starting to fail during make release after this > got committed. Sorry, fixed. -- Christian "naddy" Weisgerber

CVS: cvs.openbsd.org: src

2021-02-03 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2021/02/03 07:41:40 Modified files: sbin/disklabel : editor.c Log message: unbreak getline() conversion in disklabel

CVS: cvs.openbsd.org: src

2021-02-03 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/02/03 06:40:06 Modified files: sys/netinet: tcp_input.c Log message: Turns off the direct ACK on every other segment The kernel uses a huge amount of processing time for sending ACKs to the sender

CVS: cvs.openbsd.org: src

2021-02-03 Thread Kurt Miller
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/02/03 06:00:39 Modified files: lib/libc/arch/hppa/sys: tfork_thread.S Log message: Adding a hard-trap instruction after the __threxit syscall instruction broke pthreads on hppa. Reverting. Ok deraadt@

CVS: cvs.openbsd.org: src

2021-02-03 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/02/03 05:52:05 Modified files: lib/libcrypto/objects: objects.txt obj_mac.num Log message: Add OID for draft-ietf-opsawg-finding-geofeeds https://tools.ietf.org/html/draft-ietf-opsawg-finding-geofeeds

CVS: cvs.openbsd.org: src

2021-02-03 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2021/02/03 04:34:24 Modified files: sys/dev/usb: usbdi.c Log message: After the rev. 1.108 commit we see some issues with ugen(4) behaviour, which finally makes umb(4) fail, since ugen(4)

CVS: cvs.openbsd.org: src

2021-02-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/02/03 03:45:12 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Log message: Remove rsync.c from the test tool builds, nothing depends on that anymore

CVS: cvs.openbsd.org: src

2021-02-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/02/03 02:29:22 Modified files: usr.sbin/rpki-client: rsync.c Log message: Use mkpath() == -1 to check for failure. No functional change.