CVS commit: src/sys/dev

2021-06-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 9 23:22:51 UTC 2021 Modified Files: src/sys/dev: dev_verbose.h Log Message: Use the localcount(9)-based module_hook mechanism to prevent the verbose modules' code and data being unloaded while in use. Should prevent

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

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 21:09:20 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: remove the kill in the trace code. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 21:08:56 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: remove not required include files To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 20:48:37 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: 1. Preallocate the patterns so that out of memory conditions don't happen during their allocation, which the test cannot handle

CVS commit: [netbsd-9] src/doc

2021-06-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 9 19:47:29 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1284 To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/external/bsd/libpcap/bin

2021-06-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 9 19:46:20 UTC 2021 Modified Files: src/external/bsd/libpcap/bin [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by dholland in ticket #1284): external/bsd/libpcap/bin/Makefile:

CVS commit: src/sys/sys

2021-06-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 9 15:49:58 UTC 2021 Modified Files: src/sys/sys: param.h Log Message: Welcome to NetBSD 9.99.84 (bpf tracking changes) To generate a diff of this commit: cvs rdiff -u -r1.693 -r1.694 src/sys/sys/param.h Please note

CVS commit: src/sys/net

2021-06-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 9 15:44:15 UTC 2021 Modified Files: src/sys/net: bpf.c bpf.h bpfdesc.h Log Message: Add a bpf_register_track_event() function (and deregister equivalent) that allows a driver to track listeners attaching/detaching from

CVS commit: src/sys/net

2021-06-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 9 15:38:40 UTC 2021 Modified Files: src/sys/net: bpf.h Log Message: Add a (FreeBSD compatible) bpf_peers_present() predicate to allow testing for active listeners on a tap. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 15:15:35 UTC 2021 Modified Files: src/sys/kern: subr_kobj.c Log Message: Work around abs rela relocations issue (for now): $ readelf -r compat_linux ... Relocation section '.rela.data' at offset 0x37270 contains 537

CVS commit: src/lib/libossaudio

2021-06-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Jun 9 14:49:13 UTC 2021 Modified Files: src/lib/libossaudio: oss_caps.c Log Message: ossaudio(3): continue getting capabilities if AUDIO_GETFORMAT fails we want this to work on mixer devices too To generate a diff of this

CVS commit: xsrc/external/mit/xf86-video-pnozz/dist/src

2021-06-09 Thread Julian Coleman
Module Name:xsrc Committed By: jdc Date: Wed Jun 9 07:25:57 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-pnozz/dist/src: pnozz_exa.c pnozz_regs.h Log Message: Add some acceleration using the P9100 quad and blit commands: - for solid fill (quad) - for pixmap copy

CVS commit: src/lib/libc/sys

2021-06-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Jun 9 06:00:16 UTC 2021 Modified Files: src/lib/libc/sys: vfork.2 Log Message: vfork.2: clarify posix_spawn recommendation, pointed out by kre To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30