CVS: cvs.openbsd.org: src

2021-05-31 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/31 20:59:01 Modified files: usr.sbin/mkuboot: mkuboot.c Log message: amd64 U-Boot arch code should be ARCH_X86_64 not ARCH_IA64

CVS: cvs.openbsd.org: src

2021-05-31 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/31 20:13:15 Modified files: usr.sbin/mkuboot: mkuboot.8 Log message: list aarch64 as a valid arch from Leon Fischer

CVS: cvs.openbsd.org: src

2021-05-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/05/31 19:43:59 Modified files: distrib/sets/lists/base: mi Log message: sync

CVS: cvs.openbsd.org: src

2021-05-31 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2021/05/31 15:06:48 Modified files: sys/dev/usb: uvideo.c Log message: Change the behavior of the UVIDEO_FLAG_REATTACH flag to attach an unsupported device to uvideo(4), but not to video(1), inst

CVS: cvs.openbsd.org: src

2021-05-31 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2021/05/31 13:54:04 Modified files: lib/libc/gen : auth_subr.3 Log message: auth_call(3) no longer uses secure_path(3) This updates the manual to match the change made in 2019. OK deraadt@

CVS: cvs.openbsd.org: src

2021-05-31 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/31 12:30:11 Modified files: usr.bin/usbhidctl: usbhid.c usbhidctl.1 Log message: add an -R flag to dump the raw report descriptor bytes for parsing with other tools man page help from jmc ok anton

CVS: cvs.openbsd.org: src

2021-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/05/31 11:39:24 Modified files: lib/libm/src : s_lroundl.c Log message: Revert previous. bluhm noted that it causes a regress failure.

CVS: cvs.openbsd.org: src

2021-05-31 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2021/05/31 11:10:14 Modified files: sbin/iked : ikev2.c Log message: Don't fail hard in ikev2_cp_fixaddr() if no address pool is found. Fixes a bug where no flows are loaded when a single config address

CVS: cvs.openbsd.org: src

2021-05-31 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/05/31 10:56:27 Modified files: regress/lib/libc/sys: t_sendrecv.c Log message: Since our unix receive queue got longer, the test run-t_sendrecv did not terminate anymore on some machines. The test coun

CVS: cvs.openbsd.org: src

2021-05-31 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2021/05/31 10:54:45 Modified files: sbin/iked : ikev2.c Log message: Prevent address underflow with /32 config address prefix. Only skip .0 address if the pool is big enough. ok patrick@

CVS: cvs.openbsd.org: src

2021-05-31 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/31 10:18:01 Modified files: libexec/ftpd : ftpcmd.y monitor.c Log message: Convert K&R function definitions to modern C. OK naddy@, millert@

CVS: cvs.openbsd.org: www

2021-05-31 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2021/05/31 09:07:43 Modified files: faq: faq17.html Log message: typo fix from marfaba stewart

CVS: cvs.openbsd.org: src

2021-05-31 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/31 07:44:04 Modified files: sys/uvm: uvm_pdaemon.c Log message: call drmbackoff() on powerpc64 as well ok kettenis@

CVS: cvs.openbsd.org: src

2021-05-31 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/05/31 06:45:33 Modified files: sys/kern : kern_time.c Log message: Redefine ADJFREQ_MIN to avoid undefined behaviour (when not using -fwrapv) Change the definition of ADJFREQ_MIN so that it does

CVS: cvs.openbsd.org: src

2021-05-31 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/05/31 02:43:07 Modified files: sys/dev/pci: if_iwx.c Log message: Avoid "mac clock not ready" panic in iwx(4). The same change was just made in iwm(4): The point of iwm_nic_assert_locked() is to v

CVS: cvs.openbsd.org: src

2021-05-31 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/05/31 02:40:41 Modified files: sys/dev/pci: if_iwm.c Log message: Avoid "mac clock not ready" panic in iwm(4). The point of iwm_nic_assert_locked() is to verify that iwm_nic_lock() has been called