CVS commit: src/crypto/external/cpl/trousers

2023-08-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Aug 10 06:56:12 UTC 2023 Modified Files: src/crypto/external/cpl/trousers/bin/tcsd: Makefile src/crypto/external/cpl/trousers/dist/src/include: tcsd.h trousers_types.h

CVS commit: src/crypto/external/cpl/trousers

2023-08-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Aug 10 06:56:12 UTC 2023 Modified Files: src/crypto/external/cpl/trousers/bin/tcsd: Makefile src/crypto/external/cpl/trousers/dist/src/include: tcsd.h trousers_types.h

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:57 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Omit needless membars in xennetback_connect. xneti is a private data structure to which we have exclusive access

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:47 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Omit needless membars in xennetback_rx_copy_process. - No need for barrier around touching req_cons and

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:37 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Simplify while loop in xennetback_evthandler. No functional change intended. To generate a diff of this commit:

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:37:55 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Add missing xen_rmb in xennetback_evthandler. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:27 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Omit needless membars in xennetback_evthandler. This should improve throughput without any impact on correctness.

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:16 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Move expensive xen_mb out of xennetback_evthandler loop. Use the cheaper RING_HAS_UNCONFIRMED_REQUESTS for most of

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:16 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Move expensive xen_mb out of xennetback_evthandler loop. Use the cheaper RING_HAS_UNCONFIRMED_REQUESTS for most of

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:37:55 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Add missing xen_rmb in xennetback_evthandler. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:37:44 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Comment on memory barriers in xennetback_evthandler. Note which ones appear unnecessary and which ones appear too

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:57 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Omit needless membars in xennetback_connect. xneti is a private data structure to which we have exclusive access

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:47 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Omit needless membars in xennetback_rx_copy_process. - No need for barrier around touching req_cons and

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:37 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Simplify while loop in xennetback_evthandler. No functional change intended. To generate a diff of this commit:

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:27 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Omit needless membars in xennetback_evthandler. This should improve throughput without any impact on correctness.

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:05 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Omit local variable aliasing xneti->xni_txring.req_cons. No functional change intended. To generate a diff of this

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:38:05 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Omit local variable aliasing xneti->xni_txring.req_cons. No functional change intended. To generate a diff of this

CVS commit: src/sys/arch/xen/xen

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:37:44 UTC 2023 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: xvif(4): Comment on memory barriers in xennetback_evthandler. Note which ones appear unnecessary and which ones appear too

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:24:18 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Factor out wq->wq_flags & WQ_FPU in workqueue_worker. No functional change intended. Makes it clearer that s is

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:24:18 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Factor out wq->wq_flags & WQ_FPU in workqueue_worker. No functional change intended. Makes it clearer that s is

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:24:08 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:24:08 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:45 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Avoid unnecessary mutex_exit/enter cycle each loop. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:45 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Avoid unnecessary mutex_exit/enter cycle each loop. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:35 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Stop violating queue(3) internals. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:35 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Stop violating queue(3) internals. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:25 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Sprinkle dtrace probes for workqueue_wait edge cases. Let's make it easy to find out whether these are hit. To generate

CVS commit: src/sys/kern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:25 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c Log Message: workqueue(9): Sprinkle dtrace probes for workqueue_wait edge cases. Let's make it easy to find out whether these are hit. To generate

CVS commit: src

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:13 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c src/tests/rump/rumpkern: t_workqueue.c Log Message: workqueue(9): Avoid touching running work items in workqueue_wait. As soon as the

CVS commit: src

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:13 UTC 2023 Modified Files: src/sys/kern: subr_workqueue.c src/tests/rump/rumpkern: t_workqueue.c Log Message: workqueue(9): Avoid touching running work items in workqueue_wait. As soon as the

CVS commit: src/tests/rump

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:03 UTC 2023 Modified Files: src/tests/rump/kernspace: kernspace.h workqueue.c src/tests/rump/rumpkern: t_workqueue.c Log Message: workqueue(9) tests: Add test for PR kern/57574. XXX pullup-10 XXX

CVS commit: src/tests/rump

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:23:03 UTC 2023 Modified Files: src/tests/rump/kernspace: kernspace.h workqueue.c src/tests/rump/rumpkern: t_workqueue.c Log Message: workqueue(9) tests: Add test for PR kern/57574. XXX pullup-10 XXX

CVS commit: src/tests/rump/kernspace

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:53 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Destroy struct work immediately on entry. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/rump/kernspace

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:53 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Destroy struct work immediately on entry. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/rump/kernspace

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:43 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/rump/kernspace

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:43 UTC 2023 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: workqueue(9) tests: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/rump/rumpkern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:33 UTC 2023 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: tests/rump/rumpkern: Use PROGDPLIBS, not explicit -L/-l. This way we relink the t_* test programs whenever changes under

CVS commit: src/tests/rump/rumpkern

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 08:22:33 UTC 2023 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: tests/rump/rumpkern: Use PROGDPLIBS, not explicit -L/-l. This way we relink the t_* test programs whenever changes under

CVS commit: src/external/public-domain/sqlite/lib

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 07:37:24 UTC 2023 Modified Files: src/external/public-domain/sqlite/lib: Makefile Log Message: sqlite3/lib/Makefile: -Wno-error=restrict is a gccism. Let's try to get at least one working clang autobuild this

CVS commit: src/external/public-domain/sqlite/lib

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 07:37:24 UTC 2023 Modified Files: src/external/public-domain/sqlite/lib: Makefile Log Message: sqlite3/lib/Makefile: -Wno-error=restrict is a gccism. Let's try to get at least one working clang autobuild this

CVS commit: src/lib/libc/resolv

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 07:01:09 UTC 2023 Modified Files: src/lib/libc/resolv: res_debug.c Log Message: libc/resolv/res_debug.c: Minor whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/resolv

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 07:01:09 UTC 2023 Modified Files: src/lib/libc/resolv: res_debug.c Log Message: libc/resolv/res_debug.c: Minor whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/usr.sbin/traceroute

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 11:53:47 UTC 2023 Modified Files: src/usr.sbin/traceroute: Makefile Log Message: traceroute/Makefile: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/usr.sbin/traceroute

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 11:53:47 UTC 2023 Modified Files: src/usr.sbin/traceroute: Makefile Log Message: traceroute/Makefile: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/external/gpl3/gcc

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 11:50:22 UTC 2023 Modified Files: src/external/gpl3/gcc: README.warnings Log Message: gcc/README.warnings: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gcc

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 11:50:22 UTC 2023 Modified Files: src/external/gpl3/gcc: README.warnings Log Message: gcc/README.warnings: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libnpf

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:36:04 UTC 2023 Modified Files: src/lib/libnpf: npf.c Log Message: libnpf(3): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc angry about not

CVS commit: src/usr.sbin/npf/npftest

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:35:48 UTC 2023 Modified Files: src/usr.sbin/npf/npftest: npftest.c Log Message: npftest(8): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc

CVS commit: src/usr.sbin/services_mkdb

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:35:21 UTC 2023 Modified Files: src/usr.sbin/services_mkdb: output_cdb.c Log Message: services_mkdb(8): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer

CVS commit: src/usr.sbin/npf/npftest

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:35:48 UTC 2023 Modified Files: src/usr.sbin/npf/npftest: npftest.c Log Message: npftest(8): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc

CVS commit: src/usr.sbin/services_mkdb

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:35:21 UTC 2023 Modified Files: src/usr.sbin/services_mkdb: output_cdb.c Log Message: services_mkdb(8): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer

CVS commit: src/tests/lib/libc

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:36:17 UTC 2023 Modified Files: src/tests/lib/libc: t_cdb.c Log Message: t_cdb: No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc angry about not

CVS commit: src/tests/lib/libc

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:36:17 UTC 2023 Modified Files: src/tests/lib/libc: t_cdb.c Log Message: t_cdb: No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc angry about not

CVS commit: src/lib/libnpf

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:36:04 UTC 2023 Modified Files: src/lib/libnpf: npf.c Log Message: libnpf(3): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc angry about not

CVS commit: src/usr.sbin/dev_mkdb

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:35:38 UTC 2023 Modified Files: src/usr.sbin/dev_mkdb: dev_mkdb.c Log Message: dev_mkdb(8): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc

CVS commit: src/usr.sbin/dev_mkdb

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:35:38 UTC 2023 Modified Files: src/usr.sbin/dev_mkdb: dev_mkdb.c Log Message: dev_mkdb(8): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc

CVS commit: src

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:34:08 UTC 2023 Modified Files: src/include: cdbw.h src/lib/libc/cdb: cdbw.3 cdbw.c Log Message: cdbw(3): Make cdbw_output descr parameter type less confusing. This is a string of _up to_ 16 bytes, used

CVS commit: src

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:34:08 UTC 2023 Modified Files: src/include: cdbw.h src/lib/libc/cdb: cdbw.3 cdbw.c Log Message: cdbw(3): Make cdbw_output descr parameter type less confusing. This is a string of _up to_ 16 bytes, used

Re: CVS commit: src/share/mk

2023-08-08 Thread Taylor R Campbell
> Date: Mon, 7 Aug 2023 23:58:50 +0200 > From: Tobias Nygren > > Is this sort of fix acceptable for the above cases? > > + ptrdiff_t offset = pos - buf; > new_buf = realloc(buf, buf_size); > if (!new_buf) >

CVS commit: src/share/misc

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 18:01:42 UTC 2023 Modified Files: src/share/misc: style Log Message: style(5): Advise against new struct typedefs and explain why. Proposed on tech-kern:

CVS commit: src/share/misc

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 18:01:42 UTC 2023 Modified Files: src/share/misc: style Log Message: style(5): Advise against new struct typedefs and explain why. Proposed on tech-kern:

CVS commit: src/sys/external/bsd/drm2/radeon

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:35:06 UTC 2023 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: radeon: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/external/bsd/drm2/radeon

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:35:06 UTC 2023 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: radeon: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/external/bsd/drm2/nouveau

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:34:57 UTC 2023 Modified Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c Log Message: nouveau: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/drm2/nouveau

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:34:57 UTC 2023 Modified Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c Log Message: nouveau: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/drm2/amdgpu

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:34:47 UTC 2023 Modified Files: src/sys/external/bsd/drm2/amdgpu: amdgpu_pci.c Log Message: amdgpu: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/sys/external/bsd/drm2/amdgpu

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:34:47 UTC 2023 Modified Files: src/sys/external/bsd/drm2/amdgpu: amdgpu_pci.c Log Message: amdgpu: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/distrib/sets/lists

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:14:32 UTC 2023 Modified Files: src/distrib/sets/lists/base: md.amd64 src/distrib/sets/lists/debug: ad.aarch64 md.amd64 Log Message: distrib/sets/lists: Fix libtsan entries. - No obsolete .so.N or .so.N.M

CVS commit: src/distrib/sets/lists

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:14:32 UTC 2023 Modified Files: src/distrib/sets/lists/base: md.amd64 src/distrib/sets/lists/debug: ad.aarch64 md.amd64 Log Message: distrib/sets/lists: Fix libtsan entries. - No obsolete .so.N or .so.N.M

CVS commit: src/sys/netbt

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 13:31:54 UTC 2023 Modified Files: src/sys/netbt: bt_proto.c Log Message: netbt(4): Initialize bt_lock earlier. Use a driver-class module modcmd init function, instead of a socket domain init function; the

CVS commit: src/sys/netbt

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 13:31:54 UTC 2023 Modified Files: src/sys/netbt: bt_proto.c Log Message: netbt(4): Initialize bt_lock earlier. Use a driver-class module modcmd init function, instead of a socket domain init function; the

CVS commit: src/sys/sys

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 10:31:42 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: Slightly more paranoia re curlwp in PR port-evbarm/57564. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219

CVS commit: src/sys/sys

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 10:31:42 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: Slightly more paranoia re curlwp in PR port-evbarm/57564. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219

CVS commit: src/sys/sys

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 09:41:56 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: KASSERT -> KASSERTMSG Might help diagnose PR port-evbarm/57564. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218

CVS commit: src/sys/sys

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 09:41:56 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: KASSERT -> KASSERTMSG Might help diagnose PR port-evbarm/57564. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218

CVS commit: src/lib/libm/src

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 08:54:40 UTC 2023 Modified Files: src/lib/libm/src: ldbl_dummy.c Log Message: libm: Add dummy remainderl and remquol. These are pretty bad -- these aren't transcendental functions; not rocket science to make them

CVS commit: src/lib/libm/src

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 08:54:40 UTC 2023 Modified Files: src/lib/libm/src: ldbl_dummy.c Log Message: libm: Add dummy remainderl and remquol. These are pretty bad -- these aren't transcendental functions; not rocket science to make them

CVS commit: src/share/man/man4

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 06:27:38 UTC 2023 Modified Files: src/share/man/man4: rnd.4 Log Message: rnd(4): Document `entropy: best effort' in random(4). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/share/man/man4/rnd.4

CVS commit: src/share/man/man4

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 06:27:38 UTC 2023 Modified Files: src/share/man/man4: rnd.4 Log Message: rnd(4): Document `entropy: best effort' in random(4). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/share/man/man4/rnd.4

CVS commit: src/sys/kern

2023-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 6 17:50:20 UTC 2023 Modified Files: src/sys/kern: subr_xcall.c Log Message: xcall(9): Rename condvars to be less confusing. The `cv' suffix is not helpful and `xclocv' looks like some kind of clock at first glance.

CVS commit: src/sys/kern

2023-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 6 17:50:20 UTC 2023 Modified Files: src/sys/kern: subr_xcall.c Log Message: xcall(9): Rename condvars to be less confusing. The `cv' suffix is not helpful and `xclocv' looks like some kind of clock at first glance.

CVS commit: src/sys/arch/xen/x86

2023-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 6 16:07:53 UTC 2023 Modified Files: src/sys/arch/xen/x86: xen_ipi.c Log Message: xen/x86: Get the right intrframe pointer in ddb ipi. This was broken with the transition from evtchn_set_handler to

CVS commit: src/sys/arch/xen/x86

2023-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 6 16:07:53 UTC 2023 Modified Files: src/sys/arch/xen/x86: xen_ipi.c Log Message: xen/x86: Get the right intrframe pointer in ddb ipi. This was broken with the transition from evtchn_set_handler to

CVS commit: src/sys/arch

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 14:38:43 UTC 2023 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: XEN3PAE_DOM0 XEN3PAE_DOMU Log Message: xen/x86: Enable heartbeat checks. To generate a diff of this

CVS commit: src/sys/arch

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 14:38:43 UTC 2023 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: XEN3PAE_DOM0 XEN3PAE_DOMU Log Message: xen/x86: Enable heartbeat checks. To generate a diff of this

CVS commit: src/tests/crypto/opencrypto

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:29:57 UTC 2023 Modified Files: src/tests/crypto/opencrypto: h_ioctl.c Log Message: tests/crypto/opencrypto: test_asymfeat requires privileges. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/crypto/opencrypto

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:29:57 UTC 2023 Modified Files: src/tests/crypto/opencrypto: h_ioctl.c Log Message: tests/crypto/opencrypto: test_asymfeat requires privileges. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/net/inpcb

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:25:26 UTC 2023 Modified Files: src/tests/net/inpcb: t_inpcb_bind.sh Log Message: tests/net/inpcb: Tests require root. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/net/inpcb

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:25:26 UTC 2023 Modified Files: src/tests/net/inpcb: t_inpcb_bind.sh Log Message: tests/net/inpcb: Tests require root. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/net/net

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:22:49 UTC 2023 Modified Files: src/tests/net/net: t_bind.c Log Message: tests/net/net/t_bind: IP_BINDANY and IPV6_BINDANY require root. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/net/net

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:22:49 UTC 2023 Modified Files: src/tests/net/net: t_bind.c Log Message: tests/net/net/t_bind: IP_BINDANY and IPV6_BINDANY require root. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/librumphijack

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:13:37 UTC 2023 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: tests/lib/librumphijack: Avoid trying to run rpcbind as non-root. Can probably make this work through rumphijack, but there's

CVS commit: src/tests/lib/librumphijack

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:13:37 UTC 2023 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: tests/lib/librumphijack: Avoid trying to run rpcbind as non-root. Can probably make this work through rumphijack, but there's

CVS commit: src/tests/lib/libnvmm

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:05:14 UTC 2023 Modified Files: src/tests/lib/libnvmm: t_io_assist.sh t_mem_assist.sh Log Message: tests/lib/libnvmm: Tests require privileges. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libnvmm

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:05:14 UTC 2023 Modified Files: src/tests/lib/libnvmm: t_io_assist.sh t_mem_assist.sh Log Message: tests/lib/libnvmm: Tests require privileges. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/kevent_nullmnt

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:01:06 UTC 2023 Modified Files: src/tests/lib/libc/kevent_nullmnt: t_nullmnt.sh Log Message: t_nullmnt: Need privileges for mount. (unless vfs.generic.usermount=1 but let's keep it simple) To generate a diff of

CVS commit: src/tests/lib/libc/kevent_nullmnt

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 13:01:06 UTC 2023 Modified Files: src/tests/lib/libc/kevent_nullmnt: t_nullmnt.sh Log Message: t_nullmnt: Need privileges for mount. (unless vfs.generic.usermount=1 but let's keep it simple) To generate a diff of

CVS commit: src/tests/include

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 12:11:05 UTC 2023 Modified Files: src/tests/include: t_paths.c Log Message: tests/include/t_paths: Test all paths, nonfatally. This way a single failure doesn't suppress failure reports for all the other paths to

CVS commit: src/tests/include

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 12:11:05 UTC 2023 Modified Files: src/tests/include: t_paths.c Log Message: tests/include/t_paths: Test all paths, nonfatally. This way a single failure doesn't suppress failure reports for all the other paths to

CVS commit: src/tests/include

2023-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 5 11:59:09 UTC 2023 Modified Files: src/tests/include: t_paths.c Log Message: tests/include/t_paths: /dev/ksyms requires root. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

<    3   4   5   6   7   8   9   10   11   12   >