CVS commit: src/sys/dev/i2c

2022-03-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Mar 30 00:06:51 UTC 2022 Modified Files: src/sys/dev/i2c: am2315.c dbcool.c hytp14.c scmdi2c.c sgp40.c sht3x.c sht4x.c si70xx.c spdmem_i2c.c Log Message: These modules need to depend on iic, not just on i2cexec.

CVS commit: src/sys/dev/i2c

2022-03-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Mar 30 00:06:51 UTC 2022 Modified Files: src/sys/dev/i2c: am2315.c dbcool.c hytp14.c scmdi2c.c sgp40.c sht3x.c sht4x.c si70xx.c spdmem_i2c.c Log Message: These modules need to depend on iic, not just on i2cexec.

CVS commit: src/tests/fs/vfs

2022-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 29 22:30:07 UTC 2022 Modified Files: src/tests/fs/vfs: t_link.c Log Message: ignore EOPNOTSUPP errors for fs's that don't support hard links. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/fs/vfs

2022-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 29 22:30:07 UTC 2022 Modified Files: src/tests/fs/vfs: t_link.c Log Message: ignore EOPNOTSUPP errors for fs's that don't support hard links. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/mk

2022-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 29 22:48:04 UTC 2022 Modified Files: src/share/mk: bsd.inc.mk bsd.kinc.mk bsd.kmodule.mk bsd.lib.mk bsd.links.mk bsd.obj.mk bsd.own.mk Log Message: get rid of old style `` command substitution in shell and

CVS commit: src/share/mk

2022-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 29 22:48:04 UTC 2022 Modified Files: src/share/mk: bsd.inc.mk bsd.kinc.mk bsd.kmodule.mk bsd.lib.mk bsd.links.mk bsd.obj.mk bsd.own.mk Log Message: get rid of old style `` command substitution in shell and

CVS commit: src/sys/secmodel/extensions

2022-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 29 22:29:29 UTC 2022 Modified Files: src/sys/secmodel/extensions: secmodel_extensions.c Log Message: isroot should be bool... To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/secmodel/extensions

2022-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 29 22:29:29 UTC 2022 Modified Files: src/sys/secmodel/extensions: secmodel_extensions.c Log Message: isroot should be bool... To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/doc

2022-03-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 29 22:09:58 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: zlib-1.2.12 out To generate a diff of this commit: cvs rdiff -u -r1.1847 -r1.1848 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2022-03-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 29 22:09:58 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: zlib-1.2.12 out To generate a diff of this commit: cvs rdiff -u -r1.1847 -r1.1848 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/sys/dev/gpio

2022-03-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Mar 29 22:10:42 UTC 2022 Modified Files: src/sys/dev/gpio: gpiopps.c Log Message: gpiopps module requires the gpio module to resolve several symbols To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/gpio

2022-03-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Mar 29 22:10:42 UTC 2022 Modified Files: src/sys/dev/gpio: gpiopps.c Log Message: gpiopps module requires the gpio module to resolve several symbols To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/pci

2022-03-29 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Mar 30 02:45:14 UTC 2022 Modified Files: src/sys/dev/pci: if_vmx.c Log Message: vmxnet3_stop_rendezvous() requires workqueue_wait() to wait workqueue not scheduled yet. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2022-03-29 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Mar 30 02:45:14 UTC 2022 Modified Files: src/sys/dev/pci: if_vmx.c Log Message: vmxnet3_stop_rendezvous() requires workqueue_wait() to wait workqueue not scheduled yet. To generate a diff of this commit: cvs rdiff -u

Re: null-terminated vs. nul-terminated

2022-03-29 Thread Greg Troxel
"David H. Gutteridge" writes: Thanks for the history and it is all sensible. > "nul-terminated" and "null-terminated" seemed more common in man pages > that originated from historical BSD sources, so, lacking any style > guide, I inferred the lowercase "nul" was more "correct" as "BSD style"

Re: null-terminated vs. nul-terminated

2022-03-29 Thread Robert Elz
Date:Tue, 29 Mar 2022 07:40:04 -0400 From:Greg Troxel Message-ID: | It may have been BSD style, but I think it's wrong to use lowercase for | an ASCII codepoint. But we use soh esc nl del (etc) in lower case all the time. You might also want to look at

Re: null-terminated vs. nul-terminated

2022-03-29 Thread Robert Elz
And yes I know nl isnot really ascii, but lf and cr are also typically used in lower case. This whole discussion is childish. It doesn't matter. kre

CVS commit: src/sys/dev/pci

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 09:16:24 UTC 2022 Modified Files: src/sys/dev/pci: cs4281.c Log Message: cs4281(4): Fix lock ordering in suspend. No idea if this code works -- obviously this path has never been tested in the >decade it's been

CVS commit: src/sys/dev/pci

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 09:16:24 UTC 2022 Modified Files: src/sys/dev/pci: cs4281.c Log Message: cs4281(4): Fix lock ordering in suspend. No idea if this code works -- obviously this path has never been tested in the >decade it's been

CVS commit: src/sys/dev/usb

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 09:08:44 UTC 2022 Modified Files: src/sys/dev/usb: emdtv.c emdtv_dtv.c emdtv_ir.c Log Message: emdtv(4): Fix issues in detach. - Use config_detach_children, and do it up front, and handle failure (not relevant

CVS commit: src/sys/dev/usb

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 09:08:44 UTC 2022 Modified Files: src/sys/dev/usb: emdtv.c emdtv_dtv.c emdtv_ir.c Log Message: emdtv(4): Fix issues in detach. - Use config_detach_children, and do it up front, and handle failure (not relevant

CVS commit: src/sys/dev

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 09:19:56 UTC 2022 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer(4): Don't use mutex_spin_exit on an IPL_NONE lock. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/sys/dev

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 09:19:56 UTC 2022 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer(4): Don't use mutex_spin_exit on an IPL_NONE lock. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/sys/dev/usb

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 06:59:19 UTC 2022 Modified Files: src/sys/dev/usb: uhid.c Log Message: uhid(4): Make sure error is initialized in uhidkqfilter. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124

CVS commit: src/sys/dev/usb

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 06:59:19 UTC 2022 Modified Files: src/sys/dev/usb: uhid.c Log Message: uhid(4): Make sure error is initialized in uhidkqfilter. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124

CVS commit: src/sys/arch/x68k/dev

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 06:56:51 UTC 2022 Modified Files: src/sys/arch/x68k/dev: ite.c Log Message: x68k/ite(4): Include to abuse autoconf internals. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/sys/arch/x68k/dev

2022-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 29 06:56:51 UTC 2022 Modified Files: src/sys/arch/x68k/dev: ite.c Log Message: x68k/ite(4): Include to abuse autoconf internals. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/sys/arch/sandpoint/conf

2022-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 29 09:37:39 UTC 2022 Modified Files: src/sys/arch/sandpoint/conf: INSTALL_KURO Log Message: More space for the memory disk image is needed here too (follow the last change in INSTALL) To generate a diff of this commit:

CVS commit: src/sys/arch/sandpoint/conf

2022-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 29 09:37:39 UTC 2022 Modified Files: src/sys/arch/sandpoint/conf: INSTALL_KURO Log Message: More space for the memory disk image is needed here too (follow the last change in INSTALL) To generate a diff of this commit: