CVS commit: src/sys/kern

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:12:33 UTC 2023 Modified Files: src/sys/kern: uipc_socket.c Log Message: Fix a ~16 year old perf regression: when creating a socket, add a reference to the caller's credentials rather than copying them. On an

CVS commit: src/sys/kern

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:12:33 UTC 2023 Modified Files: src/sys/kern: uipc_socket.c Log Message: Fix a ~16 year old perf regression: when creating a socket, add a reference to the caller's credentials rather than copying them. On an

CVS commit: src/sys/dev/i2o

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:07:04 UTC 2023 Modified Files: src/sys/dev/i2o: dpti.c iop.c Log Message: Make the I2O management cdevs MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/i2o/dpti.c cvs rdiff -u -r1.92

CVS commit: src/sys/dev/i2o

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:07:04 UTC 2023 Modified Files: src/sys/dev/i2o: dpti.c iop.c Log Message: Make the I2O management cdevs MPSAFE. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/i2o/dpti.c cvs rdiff -u -r1.92

CVS commit: src/sys

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:05:42 UTC 2023 Modified Files: src/sys/kern: kern_mutex.c kern_rwlock.c src/sys/sys: mutex.h rwlock.h Log Message: Remove dodgy and unused mutex_owner_running() & rw_owner_running(). To generate a diff of this

CVS commit: src/sys

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:05:42 UTC 2023 Modified Files: src/sys/kern: kern_mutex.c kern_rwlock.c src/sys/sys: mutex.h rwlock.h Log Message: Remove dodgy and unused mutex_owner_running() & rw_owner_running(). To generate a diff of this

CVS commit: src/sys/dev/usb

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:04:18 UTC 2023 Modified Files: src/sys/dev/usb: usbdevs usbdevs.h usbdevs_data.h Log Message: Add USB device TOPPING DX3 Pro. To generate a diff of this commit: cvs rdiff -u -r1.808 -r1.809 src/sys/dev/usb/usbdevs cvs

CVS commit: src/sys/dev/i2o

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:03:25 UTC 2023 Modified Files: src/sys/dev/i2o: i2o.h Log Message: Remove unused I2O LAN class defs (the LAN driver was deleted years ago). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/i2o

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:03:25 UTC 2023 Modified Files: src/sys/dev/i2o: i2o.h Log Message: Remove unused I2O LAN class defs (the LAN driver was deleted years ago). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/share/man/man9

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:01:43 UTC 2023 Modified Files: src/share/man/man9: condvar.9 Log Message: Permit calling cv_signal()/cv_broadcast() after mutex release. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/share/man/man9

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 20:01:43 UTC 2023 Modified Files: src/share/man/man9: condvar.9 Log Message: Permit calling cv_signal()/cv_broadcast() after mutex release. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/lib/libpthread

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 19:59:20 UTC 2023 Modified Files: src/lib/libpthread: pthread.c Log Message: raise() has understood threads for a long time, don't reimplment it. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/lib/libpthread

2023-09-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Sep 7 19:59:20 UTC 2023 Modified Files: src/lib/libpthread: pthread.c Log Message: raise() has understood threads for a long time, don't reimplment it. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/usr.sbin/sysinst

2023-09-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 7 16:38:08 UTC 2023 Modified Files: src/usr.sbin/sysinst: util.c Log Message: sysinst(1): Run `certctl rehash' on fresh installs. It has come to my attention that sysinst does not, in fact, run postinstall(8)

CVS commit: src/usr.sbin/sysinst

2023-09-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 7 16:38:08 UTC 2023 Modified Files: src/usr.sbin/sysinst: util.c Log Message: sysinst(1): Run `certctl rehash' on fresh installs. It has come to my attention that sysinst does not, in fact, run postinstall(8)

CVS commit: src/sys/arch/riscv/riscv

2023-09-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 7 12:48:49 UTC 2023 Modified Files: src/sys/arch/riscv/riscv: trap.c Log Message: Handle CAUSE_LOAD_PAGE_FAULT in trap_pagefault_fixup To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/riscv/riscv

2023-09-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 7 12:48:49 UTC 2023 Modified Files: src/sys/arch/riscv/riscv: trap.c Log Message: Handle CAUSE_LOAD_PAGE_FAULT in trap_pagefault_fixup To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/lib/libpam/modules/pam_ksu

2023-09-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 7 11:27:57 UTC 2023 Modified Files: src/lib/libpam/modules/pam_ksu: pam_ksu.c Log Message: pam_ksu(8): Allow homedir access during kuserok. Otherwise, the default kuserok logic to look at ~targetuser/.k5login would

CVS commit: src/lib/libpam/modules/pam_ksu

2023-09-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 7 11:27:57 UTC 2023 Modified Files: src/lib/libpam/modules/pam_ksu: pam_ksu.c Log Message: pam_ksu(8): Allow homedir access during kuserok. Otherwise, the default kuserok logic to look at ~targetuser/.k5login would

CVS commit: [netbsd-10] src/doc

2023-09-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 7 08:22:19 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #353 and #355 To generate a diff of this commit: cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-10.0 Please note that

CVS commit: [netbsd-10] src/doc

2023-09-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 7 08:22:19 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #353 and #355 To generate a diff of this commit: cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-10.0 Please note that

CVS commit: [netbsd-10] src/sys/arch/arm/dts

2023-09-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 7 08:20:20 UTC 2023 Added Files: src/sys/arch/arm/dts [netbsd-10]: rk3328-nanopi-r2s.dts Log Message: Pull up following revision(s) (requested by gutteridge in ticket #355):

CVS commit: [netbsd-10] src/sys/arch/arm/dts

2023-09-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 7 08:20:20 UTC 2023 Added Files: src/sys/arch/arm/dts [netbsd-10]: rk3328-nanopi-r2s.dts Log Message: Pull up following revision(s) (requested by gutteridge in ticket #355):

CVS commit: [netbsd-10] src/tests/rump/kernspace

2023-09-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 7 08:05:14 UTC 2023 Modified Files: src/tests/rump/kernspace [netbsd-10]: workqueue.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #353): tests/rump/kernspace/workqueue.c:

CVS commit: [netbsd-10] src/tests/rump/kernspace

2023-09-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 7 08:05:14 UTC 2023 Modified Files: src/tests/rump/kernspace [netbsd-10]: workqueue.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #353): tests/rump/kernspace/workqueue.c:

CVS commit: src/libexec/httpd

2023-09-07 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Thu Sep 7 06:40:56 UTC 2023 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: Fix memory leaks in bozo_cleanup To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/libexec/httpd/bozohttpd.c Please note

CVS commit: src/libexec/httpd

2023-09-07 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Thu Sep 7 06:40:56 UTC 2023 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: Fix memory leaks in bozo_cleanup To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/libexec/httpd/bozohttpd.c Please note

CVS commit: src/tests/usr.bin/xlint/xlint

2023-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 7 06:24:31 UTC 2023 Modified Files: src/tests/usr.bin/xlint/xlint: t_xlint.sh Log Message: tests/lint: allow lint libraries to be installed To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/usr.bin/xlint/xlint

2023-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 7 06:24:31 UTC 2023 Modified Files: src/tests/usr.bin/xlint/xlint: t_xlint.sh Log Message: tests/lint: allow lint libraries to be installed To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/usr.bin/xlint/lint1

2023-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 7 06:17:35 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_196.c Log Message: tests/lint: test case labels with out-of-bounds values To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/usr.bin/xlint/lint1

2023-09-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 7 06:17:35 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_196.c Log Message: tests/lint: test case labels with out-of-bounds values To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4