CVS commit: src/lib/libossaudio

2021-06-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 8 19:26:48 UTC 2021 Modified Files: src/lib/libossaudio: oss_dsp.c Log Message: ossaudio(3): nested switch statements are hard to read, refactor To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libossaudio

2021-06-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 8 18:43:54 UTC 2021 Modified Files: src/lib/libossaudio: Makefile Added Files: src/lib/libossaudio: internal.h oss3_mixer.c oss4_global.c oss4_mixer.c oss_caps.c oss_dsp.c oss_ioctl.c Removed Files:

CVS commit: src/lib/libc/sys

2021-06-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 8 16:15:12 UTC 2021 Modified Files: src/lib/libc/sys: vfork.2 Log Message: vfork.2: recommend posix_spawn instead To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/vfork.2 Please note that

CVS commit: [netbsd-8] src/doc

2021-06-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 8 13:01:10 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1683 To generate a diff of this commit: cvs rdiff -u -r1.1.2.90 -r1.1.2.91 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/sbin/dump

2021-06-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 8 12:59:32 UTC 2021 Modified Files: src/sbin/dump [netbsd-8]: tape.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1683): sbin/dump/tape.c: revision 1.56 Bitmaps (TS_BITS and

CVS commit: [netbsd-9] src/doc

2021-06-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 8 12:56:29 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1283 To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/sbin/dump

2021-06-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 8 12:55:40 UTC 2021 Modified Files: src/sbin/dump [netbsd-9]: tape.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1283): sbin/dump/tape.c: revision 1.56 Bitmaps (TS_BITS and

CVS commit: src/lib/libc/sys

2021-06-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Jun 8 10:02:04 UTC 2021 Modified Files: src/lib/libc/sys: nfssvc.2 Log Message: Document NFSSVC_REPLACEEXPORTSLIST instead of NFSSVC_SETEXPORTSLIST. The latter is deprecated and kept only for backwards compatibility. To

CVS commit: src/sys/dev/audio

2021-06-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 8 09:46:04 UTC 2021 Modified Files: src/sys/dev/audio: audio.c Log Message: audio(4): Revert revision 1.96 and redo it another way. Instead of refusing to open /dev/audioN for writes when the device doesn't support

CVS commit: src/sys/dev/pad

2021-06-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 8 09:09:29 UTC 2021 Modified Files: src/sys/dev/pad: pad.c Log Message: pad(4): run the callout if the buffer is saturated instead of returning reverts to the same behavior as in -8 and -9. prevents immediate failures and