CVS: cvs.openbsd.org: src

2021-07-08 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/07/08 19:22:05 Modified files: sys/net: ifq.c Log message: ifq_hdatalen can return 0 if ifq_empty is true, which avoids locks.

CVS: cvs.openbsd.org: src

2021-07-08 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2021/07/08 17:19:51 Modified files: sys/kern : subr_hibernate.c Log message: whitespace fixes, no code change.

CVS: cvs.openbsd.org: src

2021-07-08 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/07/08 16:43:59 Modified files: sys/dev/ic : nvme.c Log message: fix the hibernate io path. a botched merge meant i was posting the previously used slot to the chip to process before posting the cur

CVS: cvs.openbsd.org: src

2021-07-08 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2021/07/08 15:26:39 Modified files: usr.bin/awk: b.c Log message: Avoid a potential buffer overflow in backslash escaping. https://github.com/onetrueawk/awk/issues/121

CVS: cvs.openbsd.org: src

2021-07-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/07/08 15:07:20 Modified files: sys/netinet: ip_ah.c ip_esp.c ip_ipcomp.c ip_ipip.c ip_ipsp.c ip_ipsp.h tcp_subr.c Log message: The xformsw array never changes. Declare str

CVS: cvs.openbsd.org: src

2021-07-08 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/07/08 14:04:58 Modified files: sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/pxeboot: Makefile sys/arch/i386/stand/boot: Makefil

CVS: cvs.openbsd.org: src

2021-07-08 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/07/08 14:02:42 Modified files: sys/lib/libz : Makefile zutil.h Log message: In recent libz update, tb@ overzealously attempted codesize reduction with option BUILDFIXED -- which is incompatible with k

CVS: cvs.openbsd.org: src

2021-07-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/07/08 12:54:21 Modified files: usr.sbin/apmd : apmsubr.c Log message: typo: hibenate -> hibernate

CVS: cvs.openbsd.org: src

2021-07-08 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/07/08 12:25:07 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2021-07-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/07/08 11:14:08 Modified files: sys/dev/pci: if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Support MCC update response used by newer iwm(4) firmware, and verify the size of the response we receive fo

CVS: cvs.openbsd.org: src

2021-07-08 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/07/08 10:39:55 Modified files: sys/net: pfkeyv2.c pfkeyv2.h sys/netinet: ip_spd.c Log message: Initialize `ipsec_acquire_pool' pool (9) within pfkey_init() instead of doing that in

CVS: cvs.openbsd.org: src

2021-07-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/07/08 09:13:14 Modified files: sys/net: pfkeyv2_parsemessage.c sys/netinet: ip_ah.c ip_esp.c ip_ipcomp.c ip_ipip.c ip_ipsp.c ip_output.c ipsec_input.c

CVS: cvs.openbsd.org: src

2021-07-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/07/08 07:33:05 Modified files: sys/kern : kern_unveil.c vfs_syscalls.c sys/sys: namei.h Log message: Remove the code to store intermediary vnodes in the unveil list. These travers

CVS: cvs.openbsd.org: src

2021-07-08 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2021/07/08 07:20:26 Modified files: sys/dev/fdt: imxiomuxc.c Log message: Attach imxiomuxc(4) to i.MX8MP as well.

CVS: cvs.openbsd.org: src

2021-07-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/07/08 07:07:54 Modified files: sys/dev/pci/drm/include/drm: drm_mm.h sys/dev/pci/drm: drm_mm.c Log message: revert drm_mm to our previous drm 5.7.y version Josh Rickmar and several developers

CVS: cvs.openbsd.org: src

2021-07-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/08 07:07:00 Modified files: lib/libcrypto/man: X509_add1_trust_object.3 Log message: document X509_add1_reject_object(3) and X509_reject_clear(3)

CVS: cvs.openbsd.org: src

2021-07-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/07/08 06:30:27 Modified files: lib/libcrypto/man: Makefile X509_CINF_new.3 Added files: lib/libcrypto/man: X509_add1_trust_object.3 Log message: add new manual page for X509_add1_trust_

CVS: cvs.openbsd.org: src

2021-07-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2021/07/08 05:14:54 Modified files: usr.bin/tmux : cmd-display-menu.c format.c Log message: Fix mouse_word format now word-separators has no space and position of menu if too close to the bottom.

CVS: cvs.openbsd.org: src

2021-07-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/07/08 03:22:30 Modified files: sys/arch/amd64/amd64: aesni.c via.c sys/arch/arm64/arm64: cryptox.c sys/arch/i386/i386: via.c sys/arch/i386/pci: glxsb.c sys/arch/octeon/