CVS commit: src/sys/kern

2025-03-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Mar 26 02:03:43 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: kern_module.c: spell "built-in" consistently in output To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/kern/kern_m

CVS commit: src/sys/kern

2025-03-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Mar 26 02:03:43 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: kern_module.c: spell "built-in" consistently in output To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/kern/kern_m

CVS commit: src/sbin/umount

2025-03-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 25 21:18:27 UTC 2025 Modified Files: src/sbin/umount: umount.8 Log Message: umount.8: some minor corrections after -d addition Use the term "unconfigure" rather than "detach", since that's what's consistently used els

CVS commit: src/sbin/umount

2025-03-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 25 21:18:27 UTC 2025 Modified Files: src/sbin/umount: umount.8 Log Message: umount.8: some minor corrections after -d addition Use the term "unconfigure" rather than "detach", since that's what's consistently used els

CVS commit: src/distrib/notes/macppc

2025-03-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Mar 24 12:25:40 UTC 2025 Modified Files: src/distrib/notes/macppc: hardware Log Message: The awacs(4) driver was enabled in GENERIC back in 2018. Documentation staleness noted by Andrew Randrianasulu on port-macppc@. To

CVS commit: src/distrib/notes/macppc

2025-03-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Mar 24 12:25:40 UTC 2025 Modified Files: src/distrib/notes/macppc: hardware Log Message: The awacs(4) driver was enabled in GENERIC back in 2018. Documentation staleness noted by Andrew Randrianasulu on port-macppc@. To

CVS commit: src/share/man/man4/man4.evbarm

2025-03-22 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Mar 22 14:13:12 UTC 2025 Modified Files: src/share/man/man4/man4.evbarm: awge.4 Log Message: awge.4: give another board manufacturer reference To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man

CVS commit: src/share/man/man4/man4.evbarm

2025-03-22 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Mar 22 14:13:12 UTC 2025 Modified Files: src/share/man/man4/man4.evbarm: awge.4 Log Message: awge.4: give another board manufacturer reference To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man

CVS commit: src/usr.sbin/altq/altqd

2025-03-15 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Mar 15 20:29:05 UTC 2025 Modified Files: src/usr.sbin/altq/altqd: altq.conf.5 Log Message: altq.conf.5: minor grammar and style consistency fixes To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin

CVS commit: src/usr.sbin/altq/altqd

2025-03-15 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Mar 15 20:29:05 UTC 2025 Modified Files: src/usr.sbin/altq/altqd: altq.conf.5 Log Message: altq.conf.5: minor grammar and style consistency fixes To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin

CVS commit: src/usr.bin/cut

2025-03-08 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Mar 9 05:04:55 UTC 2025 Modified Files: src/usr.bin/cut: cut.c Log Message: cut.c: simplify a comment >From a commit by Tim J. Robbins to FreeBSD back in 2004: "Update a comment that compared the parser with an obsolete

CVS commit: src/usr.bin/cut

2025-03-08 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Mar 9 05:04:55 UTC 2025 Modified Files: src/usr.bin/cut: cut.c Log Message: cut.c: simplify a comment >From a commit by Tim J. Robbins to FreeBSD back in 2004: "Update a comment that compared the parser with an obsolete

CVS commit: src/doc

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:59:26 UTC 2025 Modified Files: src/doc: CHANGES Log Message: CHANGES: adjust previous commit to exact format To generate a diff of this commit: cvs rdiff -u -r1.3141 -r1.3142 src/doc/CHANGES Please note that d

CVS commit: src/doc

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:59:26 UTC 2025 Modified Files: src/doc: CHANGES Log Message: CHANGES: adjust previous commit to exact format To generate a diff of this commit: cvs rdiff -u -r1.3141 -r1.3142 src/doc/CHANGES Please note that d

CVS commit: src/doc

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:56:33 UTC 2025 Modified Files: src/doc: CHANGES Log Message: CHANGES: note addition of -n option to cut(1) To generate a diff of this commit: cvs rdiff -u -r1.3140 -r1.3141 src/doc/CHANGES Please note that dif

CVS commit: src/doc

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:56:33 UTC 2025 Modified Files: src/doc: CHANGES Log Message: CHANGES: note addition of -n option to cut(1) To generate a diff of this commit: cvs rdiff -u -r1.3140 -r1.3141 src/doc/CHANGES Please note that dif

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

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:55:39 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: reflect that PR bin/59029 has been addressed To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/c

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

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:55:39 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: reflect that PR bin/59029 has been addressed To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/c

CVS commit: src/usr.bin/cut

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:54:19 UTC 2025 Modified Files: src/usr.bin/cut: cut.1 cut.c Log Message: cut(1): implement the -n option (for use with -b) This command had long advertised the existence of -n (in its usage message and man page)

CVS commit: src/usr.bin/cut

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:54:19 UTC 2025 Modified Files: src/usr.bin/cut: cut.1 cut.c Log Message: cut(1): implement the -n option (for use with -b) This command had long advertised the existence of -n (in its usage message and man page)

CVS commit: src/external/bsd/ipf/dist/man

2025-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 27 04:14:17 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man: ippool.8 Log Message: ippool.8: minor spelling and grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ip

CVS commit: src/external/bsd/ipf/dist/man

2025-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 27 04:14:17 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man: ippool.8 Log Message: ippool.8: minor spelling and grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ip

CVS commit: src/external/bsd/ipf/dist/man

2025-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 27 04:11:47 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man: ippool.5 Log Message: ippool.5: fix address pool example syntax PR misc/59106 with patch provided by RVP. Issue identified by Charadon on netbsd-user

CVS commit: src/external/bsd/ipf/dist/man

2025-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 27 04:11:47 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man: ippool.5 Log Message: ippool.5: fix address pool example syntax PR misc/59106 with patch provided by RVP. Issue identified by Charadon on netbsd-user

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

2025-02-22 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Feb 22 23:38:09 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: correct a test case for -n (PR bin/59029) The test case added before was based on how a version of GNU coreutils cut(1) -- as

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

2025-02-22 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Feb 22 23:38:09 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: correct a test case for -n (PR bin/59029) The test case added before was based on how a version of GNU coreutils cut(1) -- as

CVS commit: src/usr.bin/cut

2025-02-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Feb 19 17:34:14 UTC 2025 Modified Files: src/usr.bin/cut: cut.c x_cut.c Log Message: cut(1): correct some comments To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/cut/cut.c cvs rdiff -u -r1.2 -r

CVS commit: src/usr.bin/cut

2025-02-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Feb 19 17:34:14 UTC 2025 Modified Files: src/usr.bin/cut: cut.c x_cut.c Log Message: cut(1): correct some comments To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/cut/cut.c cvs rdiff -u -r1.2 -r

CVS commit: src/sys/dev

2025-02-12 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 13 01:33:21 UTC 2025 Modified Files: src/sys/dev: vndvar.h Log Message: vndvar.h: fix grammar in a comment To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/vndvar.h Please note that diffs ar

CVS commit: src/sys/dev

2025-02-12 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 13 01:33:21 UTC 2025 Modified Files: src/sys/dev: vndvar.h Log Message: vndvar.h: fix grammar in a comment To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/vndvar.h Please note that diffs ar

CVS commit: src/usr.sbin/vnconfig

2025-02-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Feb 10 22:46:21 UTC 2025 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 Log Message: vnconfig.8: fix grammar in a sentence To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/vnconfig/vnconfig.8

CVS commit: src/usr.sbin/vnconfig

2025-02-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Feb 10 22:46:21 UTC 2025 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 Log Message: vnconfig.8: fix grammar in a sentence To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/vnconfig/vnconfig.8

CVS commit: src/sys/arch/mips/cavium/dev

2025-01-29 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Jan 30 02:15:50 UTC 2025 Modified Files: src/sys/arch/mips/cavium/dev: octeon_rnm.c Log Message: octeon_rnm.c: minor code formatting and grammar tweaks (NFC) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/mips/cavium/dev

2025-01-29 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Jan 30 02:15:50 UTC 2025 Modified Files: src/sys/arch/mips/cavium/dev: octeon_rnm.c Log Message: octeon_rnm.c: minor code formatting and grammar tweaks (NFC) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:23:38 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: add a test case for -n (PR bin/59029) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/cut/t_cu

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

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:26:41 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: fix argument ordering of new test case, whoops (PR bin/59029) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 s

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

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:26:41 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: fix argument ordering of new test case, whoops (PR bin/59029) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 s

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

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:23:38 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: add a test case for -n (PR bin/59029) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/cut/t_cu

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

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:15:35 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: capitalize ASCII acronym To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/cut/t_cut.sh Please

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

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:15:35 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: capitalize ASCII acronym To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/cut/t_cut.sh Please

CVS commit: src/share/installboot/evbarm

2025-01-22 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Jan 22 17:07:17 UTC 2025 Modified Files: src/share/installboot/evbarm: boards.plist Log Message: evbarm/boards.plist: add riotboard To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/installboot/evba

CVS commit: src/share/installboot/evbarm

2025-01-22 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Jan 22 17:07:17 UTC 2025 Modified Files: src/share/installboot/evbarm: boards.plist Log Message: evbarm/boards.plist: add riotboard To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/installboot/evba

CVS commit: src

2024-12-27 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Dec 28 00:39:57 UTC 2024 Modified Files: src: build.sh Log Message: build.sh: fix spelling and grammar in a help string To generate a diff of this commit: cvs rdiff -u -r1.387 -r1.388 src/build.sh Please note that diffs

CVS commit: src

2024-12-27 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Dec 28 00:39:57 UTC 2024 Modified Files: src: build.sh Log Message: build.sh: fix spelling and grammar in a help string To generate a diff of this commit: cvs rdiff -u -r1.387 -r1.388 src/build.sh Please note that diffs

CVS commit: src/usr.bin/mkubootimage

2024-11-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Nov 29 02:56:44 UTC 2024 Modified Files: src/usr.bin/mkubootimage: crc32.h Log Message: crc32.h: add missing RCS ID To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/mkubootimage/crc32.h Please not

CVS commit: src/usr.bin/mkubootimage

2024-11-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Nov 29 02:56:44 UTC 2024 Modified Files: src/usr.bin/mkubootimage: crc32.h Log Message: crc32.h: add missing RCS ID To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/mkubootimage/crc32.h Please not

CVS commit: src/usr.sbin/mopd/mopd

2024-11-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Nov 26 00:42:57 UTC 2024 Modified Files: src/usr.sbin/mopd/mopd: mopd.8 Log Message: mopd.8: fix some grammar and style To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/mopd/mopd/mopd.8 Please

CVS commit: src/usr.sbin/mopd/mopd

2024-11-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Nov 26 00:42:57 UTC 2024 Modified Files: src/usr.sbin/mopd/mopd: mopd.8 Log Message: mopd.8: fix some grammar and style To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/mopd/mopd/mopd.8 Please

CVS commit: src/usr.sbin/mopd/common

2024-11-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Nov 25 21:27:55 UTC 2024 Modified Files: src/usr.sbin/mopd/common: port.h Log Message: mopd/common/port.h: apply minor KNF To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/mopd/common/port.h Plea

CVS commit: src/usr.sbin/mopd/common

2024-11-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Nov 25 21:27:55 UTC 2024 Modified Files: src/usr.sbin/mopd/common: port.h Log Message: mopd/common/port.h: apply minor KNF To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/mopd/common/port.h Plea

CVS commit: src/usr.sbin/mopd/common

2024-11-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Nov 25 21:20:46 UTC 2024 Modified Files: src/usr.sbin/mopd/common: port.h Log Message: mopd/common/port.h: fix vax tools build failure on recent Linux This header provided a definition of strlcpy(3) that doesn't align wit

CVS commit: src/usr.sbin/mopd/common

2024-11-25 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Nov 25 21:20:46 UTC 2024 Modified Files: src/usr.sbin/mopd/common: port.h Log Message: mopd/common/port.h: fix vax tools build failure on recent Linux This header provided a definition of strlcpy(3) that doesn't align wit

CVS commit: src/sys/arch/powerpc/stand/mkbootimage

2024-11-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Nov 3 03:11:24 UTC 2024 Modified Files: src/sys/arch/powerpc/stand/mkbootimage: mkbootimage.c Log Message: mkbootimage.c: consistently use sa_htobe32(2) There were 38 calls to sa_htobe32(2) and two to htonl(3), mixed eve

CVS commit: src/sys/arch/powerpc/stand/mkbootimage

2024-11-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Nov 3 03:11:24 UTC 2024 Modified Files: src/sys/arch/powerpc/stand/mkbootimage: mkbootimage.c Log Message: mkbootimage.c: consistently use sa_htobe32(2) There were 38 calls to sa_htobe32(2) and two to htonl(3), mixed eve

CVS commit: src/usr.bin/elf2aout

2024-10-31 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Nov 1 00:35:53 UTC 2024 Modified Files: src/usr.bin/elf2aout: elf2aout.c Log Message: elf2aout.c: switch to use htobe32(3) As discussed on tech-toolchain. Tested with virt68k tools build on Fedora 40. (Relevant to PR lib

CVS commit: src/usr.bin/elf2aout

2024-10-31 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Nov 1 00:35:53 UTC 2024 Modified Files: src/usr.bin/elf2aout: elf2aout.c Log Message: elf2aout.c: switch to use htobe32(3) As discussed on tech-toolchain. Tested with virt68k tools build on Fedora 40. (Relevant to PR lib

CVS commit: src/share/man/man7

2024-10-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Oct 31 01:13:19 UTC 2024 Modified Files: src/share/man/man7: security.7 Log Message: security.7: give example of a program with per-user-tmp issue To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/m

CVS commit: src/sys/arch/hppa/stand/mkboot

2024-10-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Oct 31 01:21:12 UTC 2024 Modified Files: src/sys/arch/hppa/stand/mkboot: mkboot.c Log Message: mkboot.c: ensure all functions are declared Addresses build failure issue on current Linux distros that have a GCC with implic

CVS commit: src/sys/arch/hppa/stand/mkboot

2024-10-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Oct 31 01:21:12 UTC 2024 Modified Files: src/sys/arch/hppa/stand/mkboot: mkboot.c Log Message: mkboot.c: ensure all functions are declared Addresses build failure issue on current Linux distros that have a GCC with implic

CVS commit: src/share/man/man7

2024-10-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Oct 31 01:13:19 UTC 2024 Modified Files: src/share/man/man7: security.7 Log Message: security.7: give example of a program with per-user-tmp issue To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/m

CVS commit: src/share/man/man7

2024-10-29 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Oct 30 01:44:43 UTC 2024 Modified Files: src/share/man/man7: security.7 Log Message: security.7: note some programs won't work with per-user-tmp Addresses a documentation aspect of PR kern/58438. To generate a diff of t

CVS commit: src/share/man/man7

2024-10-29 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Oct 30 01:44:43 UTC 2024 Modified Files: src/share/man/man7: security.7 Log Message: security.7: note some programs won't work with per-user-tmp Addresses a documentation aspect of PR kern/58438. To generate a diff of t

CVS commit: src/usr.bin/mkubootimage

2024-10-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Oct 29 02:54:38 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.c Log Message: mkubootimage.c: consistently use endian.h origin functions Since this already uses bswap32(3), le64toh(3), etc., switch to als

CVS commit: src/usr.bin/mkubootimage

2024-10-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Oct 29 02:54:38 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.c Log Message: mkubootimage.c: consistently use endian.h origin functions Since this already uses bswap32(3), le64toh(3), etc., switch to als

CVS commit: src/sys/lib/libkern

2024-10-09 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Oct 9 23:16:03 UTC 2024 Modified Files: src/sys/lib/libkern: pmatch.c Log Message: pmatch.c: fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/lib/libkern/pmatch.c Please note

CVS commit: src/sys/lib/libkern

2024-10-09 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Oct 9 23:16:03 UTC 2024 Modified Files: src/sys/lib/libkern: pmatch.c Log Message: pmatch.c: fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/lib/libkern/pmatch.c Please note

CVS commit: src/share/installboot/evbarm

2024-09-18 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Sep 19 01:59:14 UTC 2024 Modified Files: src/share/installboot/evbarm: boards.plist Log Message: evbarm/boards.plist: fix Olimex A20-OLinuXino-MICRO entry (Looks like a copy-and-paste error when the entry was added.) To

CVS commit: src/share/installboot/evbarm

2024-09-18 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Sep 19 01:59:14 UTC 2024 Modified Files: src/share/installboot/evbarm: boards.plist Log Message: evbarm/boards.plist: fix Olimex A20-OLinuXino-MICRO entry (Looks like a copy-and-paste error when the entry was added.) To

CVS commit: src/share/installboot/evbarm

2024-09-18 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Sep 19 01:43:06 UTC 2024 Modified Files: src/share/installboot/evbarm: boards.plist Log Message: evbarm/boards.plist: add two more boards Olimex A64-OLinuXino Olimex A64-OLinuXino-eMMC To generate a diff of this commit:

CVS commit: src/share/installboot/evbarm

2024-09-18 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Sep 19 01:43:06 UTC 2024 Modified Files: src/share/installboot/evbarm: boards.plist Log Message: evbarm/boards.plist: add two more boards Olimex A64-OLinuXino Olimex A64-OLinuXino-eMMC To generate a diff of this commit:

CVS commit: src/share/man/man4

2024-09-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Sep 2 13:41:33 UTC 2024 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: wsdisplay.4: minor grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/share/man/man4/wsdisplay.4 Please

CVS commit: src/share/man/man4

2024-09-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Sep 2 13:41:33 UTC 2024 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: wsdisplay.4: minor grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/share/man/man4/wsdisplay.4 Please

CVS commit: src/doc

2024-08-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 21 17:21:20 UTC 2024 Modified Files: src/doc: CHANGES Log Message: CHANGES: correct formatting in previous syslogd(8) entry To generate a diff of this commit: cvs rdiff -u -r1.3080 -r1.3081 src/doc/CHANGES Please no

CVS commit: src/doc

2024-08-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 21 17:21:20 UTC 2024 Modified Files: src/doc: CHANGES Log Message: CHANGES: correct formatting in previous syslogd(8) entry To generate a diff of this commit: cvs rdiff -u -r1.3080 -r1.3081 src/doc/CHANGES Please no

CVS commit: src/doc

2024-08-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 21 17:17:18 UTC 2024 Modified Files: src/doc: CHANGES Log Message: CHANGES: note addition of -k option to syslogd(8) To generate a diff of this commit: cvs rdiff -u -r1.3079 -r1.3080 src/doc/CHANGES Please note that

CVS commit: src/doc

2024-08-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 21 17:17:18 UTC 2024 Modified Files: src/doc: CHANGES Log Message: CHANGES: note addition of -k option to syslogd(8) To generate a diff of this commit: cvs rdiff -u -r1.3079 -r1.3080 src/doc/CHANGES Please note that

CVS commit: src/usr.sbin/syslogd

2024-08-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 21 17:13:24 UTC 2024 Modified Files: src/usr.sbin/syslogd: syslogd.8 syslogd.c Log Message: syslogd.8 & syslogd.c: add -k option Provide a means of disabling the translation of (remote) messages received with facility

CVS commit: src/usr.sbin/syslogd

2024-08-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 21 17:13:24 UTC 2024 Modified Files: src/usr.sbin/syslogd: syslogd.8 syslogd.c Log Message: syslogd.8 & syslogd.c: add -k option Provide a means of disabling the translation of (remote) messages received with facility

CVS commit: src

2024-08-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 21 16:30:27 UTC 2024 Modified Files: src/sys/sys: syslog.h src/usr.sbin/syslogd: syslogd.c Log Message: syslog.h & syslogd.c: avoid incorrect facility double-shifting As discussed in PR lib/57172, don't double

CVS commit: src

2024-08-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 21 16:30:27 UTC 2024 Modified Files: src/sys/sys: syslog.h src/usr.sbin/syslogd: syslogd.c Log Message: syslog.h & syslogd.c: avoid incorrect facility double-shifting As discussed in PR lib/57172, don't double

CVS commit: src/distrib/sets/lists/man

2024-08-17 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Aug 17 13:34:40 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi Log Message: distrib/sets/lists/man/mi: fix stabs.info entry for gdb 15.10 To generate a diff of this commit: cvs rdiff -u -r1.1780 -r1.1781 src/dis

CVS commit: src/distrib/sets/lists/man

2024-08-17 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Aug 17 13:34:40 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi Log Message: distrib/sets/lists/man/mi: fix stabs.info entry for gdb 15.10 To generate a diff of this commit: cvs rdiff -u -r1.1780 -r1.1781 src/dis

CVS commit: src/external/gpl2/xcvs/dist/doc

2024-08-13 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 13 22:30:55 UTC 2024 Modified Files: src/external/gpl2/xcvs/dist/doc: cvs.1 Log Message: cvs.1: align update -D paragraph with info file version Catch up with cvs.texinfo here. In other words, reflect PR bin/56256.

CVS commit: src/external/gpl2/xcvs/dist/doc

2024-08-13 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 13 22:30:55 UTC 2024 Modified Files: src/external/gpl2/xcvs/dist/doc: cvs.1 Log Message: cvs.1: align update -D paragraph with info file version Catch up with cvs.texinfo here. In other words, reflect PR bin/56256.

CVS commit: src/usr.sbin/syslogd

2024-08-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Aug 3 02:43:37 UTC 2024 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: syslogd.c: avoid use of undefined macro (NFCI) SIGN_NUM_PRIVALS isn't defined anywhere; fix the block, though it's not actually applica

CVS commit: src/usr.sbin/syslogd

2024-08-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Aug 3 02:43:37 UTC 2024 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: syslogd.c: avoid use of undefined macro (NFCI) SIGN_NUM_PRIVALS isn't defined anywhere; fix the block, though it's not actually applica

CVS commit: src/doc

2024-08-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Aug 2 16:27:15 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: 3RDPARTY: wpa_supplicant is now at 2.11 To generate a diff of this commit: cvs rdiff -u -r1.2027 -r1.2028 src/doc/3RDPARTY Please note that diffs a

CVS commit: src/doc

2024-08-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Aug 2 16:27:15 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: 3RDPARTY: wpa_supplicant is now at 2.11 To generate a diff of this commit: cvs rdiff -u -r1.2027 -r1.2028 src/doc/3RDPARTY Please note that diffs a

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

2024-07-14 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Jul 15 01:57:23 UTC 2024 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: coretemp.c: drop redundant condition (NFCI) Checking for a processor model upper limit has no point inside a block that is already lim

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

2024-07-14 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Jul 15 01:57:23 UTC 2024 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: coretemp.c: drop redundant condition (NFCI) Checking for a processor model upper limit has no point inside a block that is already lim

CVS commit: src/distrib/notes/macppc

2024-07-07 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Jul 7 15:53:56 UTC 2024 Modified Files: src/distrib/notes/macppc: install Log Message: Pre-release ISO installers should now be bootable, so drop a paragraph that's no longer relevant. (Was PR port-macppc/54537.) To gen

CVS commit: src/distrib/notes/macppc

2024-07-07 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Jul 7 15:53:56 UTC 2024 Modified Files: src/distrib/notes/macppc: install Log Message: Pre-release ISO installers should now be bootable, so drop a paragraph that's no longer relevant. (Was PR port-macppc/54537.) To gen

Re: CVS commit: src/tools/gcc

2024-06-16 Thread David H. Gutteridge
On 2024-06-16 13:01, matthew green wrote: "David H. Gutteridge" writes: Module Name:src Committed By:gutteridge Date:Sun Jun 16 16:03:30 UTC 2024 Modified Files: src/tools/gcc: Makefile Log Message: tools/gcc/Makefile: force std=c++11 for GCC 12 builds GCC >= 11

CVS commit: src/tools/gcc

2024-06-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Jun 16 16:03:30 UTC 2024 Modified Files: src/tools/gcc: Makefile Log Message: tools/gcc/Makefile: force std=c++11 for GCC 12 builds GCC >= 11 now requires C++11 to build. Impacted individual components vary whether they t

CVS commit: src/tools/gcc

2024-06-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Jun 16 16:03:30 UTC 2024 Modified Files: src/tools/gcc: Makefile Log Message: tools/gcc/Makefile: force std=c++11 for GCC 12 builds GCC >= 11 now requires C++11 to build. Impacted individual components vary whether they t

CVS commit: src/share/installboot/evbarm

2024-06-11 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Jun 12 02:31:48 UTC 2024 Modified Files: src/share/installboot/evbarm: boards.plist Log Message: evbarm/boards.plist: add three more boards FriendlyElec NanoPi R2S PineCube IP Camera TI AM335x BeagleBone Green To genera

CVS commit: src/share/installboot/evbarm

2024-06-11 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Jun 12 02:31:48 UTC 2024 Modified Files: src/share/installboot/evbarm: boards.plist Log Message: evbarm/boards.plist: add three more boards FriendlyElec NanoPi R2S PineCube IP Camera TI AM335x BeagleBone Green To genera

CVS commit: src/share/installboot

2024-06-11 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Jun 12 02:27:42 UTC 2024 Modified Files: src/share/installboot/evbarm: boards.plist src/share/installboot/evbmips: boards.plist Log Message: (evbarm|evbmips)/boards.plist: make these plists valid XML XML does not

CVS commit: src/share/installboot

2024-06-11 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Jun 12 02:27:42 UTC 2024 Modified Files: src/share/installboot/evbarm: boards.plist src/share/installboot/evbmips: boards.plist Log Message: (evbarm|evbmips)/boards.plist: make these plists valid XML XML does not

CVS commit: src/doc

2024-06-11 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Jun 12 02:26:13 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: 3RDPARTY: add a note about DTS To generate a diff of this commit: cvs rdiff -u -r1.2011 -r1.2012 src/doc/3RDPARTY Please note that diffs are not pu

  1   2   3   4   5   >