CVS commit: src/games/fortune/datfiles

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 00:16:54 UTC 2010 Modified Files: src/games/fortune/datfiles: fortunes2 Log Message: Fix math notation, from PR 41547. While here, fix some potential tab damage in the same fortune. To generate a diff of this

CVS commit: src/sys/kern

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 03:22:13 UTC 2010 Modified Files: src/sys/kern: kern_module.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/kern/kern_module.c Please note that diffs are not

CVS commit: src/games/canfield/cfscores

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 06:16:36 UTC 2010 Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Correct usage message. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/canfield/cfscores/cfscores.c

CVS commit: src/games/canfield/cfscores

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 06:20:45 UTC 2010 Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Send error messages to stderr. Use errx/warnx, not printf. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/games/canfield/cfscores

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 06:31:18 UTC 2010 Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Use NULL instead of 0 for pointer tests. Remove an unnecessary cast. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/games/canfield

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 06:37:16 UTC 2010 Modified Files: src/games/canfield/canfield: canfield.c src/games/canfield/cfscores: cfscores.c Added Files: src/games/canfield/canfield: betinfo.h Log Message: Split struct betinfo

CVS commit: src/games/canfield/canfield

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 07:35:09 UTC 2010 Modified Files: src/games/canfield/canfield: canfield.6 Log Message: Adjust SYNOPSIS for cfscores to better match reality. Note in BUGS that the score file isn't portable. Bump date (first time

CVS commit: src/bin/sh

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 18:09:16 UTC 2010 Modified Files: src/bin/sh: sh.1 Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject

CVS commit: src/bin/sh

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 19:34:59 UTC 2010 Modified Files: src/bin/sh: cd.c sh.1 Log Message: Make the cd builtin accept and ignore -P, which is a kshism that has been allowed to leak into POSIX and selects the behavior cd already

CVS commit: src/bin/sh

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 19:51:19 UTC 2010 Modified Files: src/bin/sh: sh.1 Log Message: fix another typo To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/bin/sh/sh.1 Please note that diffs are not public domain; they are

CVS commit: src/lib/libc/gen

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 19:59:21 UTC 2010 Modified Files: src/lib/libc/gen: getcwd.c Log Message: POSIX says realpath(NULL, foo) is supposed to yield EINVAL rather than being allowed to crash. Go figure. Closes PR lib/42559 from Stathis

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

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 22:12:19 UTC 2010 Modified Files: src/sys/arch/i386/conf: MONOLITHIC Log Message: add rcsid To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/conf/MONOLITHIC Please note that diffs are

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

2010-01-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 3 03:50:39 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL CARDBUS GENERIC GENERIC_PS2TINY GENERIC_TINY INSTALL_FLOPPY INSTALL_TINY NET4501 XBOX XEN3_DOM0 XEN3_DOMU Log Message: Assorted

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

2010-01-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 3 03:53:34 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL CARDBUS GENERIC GENERIC_ISDN GENERIC_PS2TINY GENERIC_TINY INSTALL_FLOPPY INSTALL_PS2 INSTALL_TINY INSTALL_XEN3PAE_DOMU

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

2010-01-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 3 04:06:31 UTC 2010 Modified Files: src/sys/arch/i386/conf: files.i386 Log Message: One last bit of whitespace from PR kern/22595. To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353

CVS commit: src/games/canfield/cfscores

2010-01-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 3 17:08:45 UTC 2010 Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Christos points out that usage should not use errx, but should use getprogname. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/etc

2010-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 10 06:13:25 UTC 2010 Modified Files: src/etc: Makefile Log Message: Fix installation permissions of /var/db/locate.database as per PR misc/41544. To generate a diff of this commit: cvs rdiff -u -r1.376 -r1.377

CVS commit: src/etc

2010-01-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jan 12 04:44:06 UTC 2010 Modified Files: src/etc: Makefile Log Message: Fix previous: use correct mode as well as owner/group. My bad. PR misc/41544. To generate a diff of this commit: cvs rdiff -u -r1.377 -r1.378

CVS commit: src/sys/kern

2010-01-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 24 19:56:26 UTC 2010 Modified Files: src/sys/kern: tty_pty.c Log Message: Amplify comment about ultrix bits. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/kern/tty_pty.c Please note that

CVS commit: src/usr.bin/getopt

2010-01-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 24 20:13:28 UTC 2010 Modified Files: src/usr.bin/getopt: getopt.1 Log Message: punctuation To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/getopt/getopt.1 Please note that diffs are not

CVS commit: src/usr.bin/make

2010-02-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Feb 6 20:37:14 UTC 2010 Modified Files: src/usr.bin/make: for.c Log Message: Improve the error message that results when you have a multi-variable .for and the substitution list doesn't divide evenly. To generate a diff

CVS commit: src/sys/kern

2010-02-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Feb 16 05:47:52 UTC 2010 Modified Files: src/sys/kern: kern_module_vfs.c Log Message: Don't inspect vn_stat() results until after checking that it succeeded. If anyone's been seeing random File too large results from module

CVS commit: src/lib/libterminfo

2010-02-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 1 01:59:48 UTC 2010 Modified Files: src/lib/libterminfo: compile.c Log Message: compile.c needs sys/endian.h; PR 42875 from Henning Petersen. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libterminfo

2010-02-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 1 01:59:48 UTC 2010 Modified Files: src/lib/libterminfo: compile.c Log Message: compile.c needs sys/endian.h; PR 42875 from Henning Petersen. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/rpc

2010-03-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 7 23:45:23 UTC 2010 Modified Files: src/lib/libc/rpc: clnt_bcast.c Log Message: remove stray semicolon To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/rpc/clnt_bcast.c Please note that

CVS commit: src/lib/libc/rpc

2010-03-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 7 23:45:23 UTC 2010 Modified Files: src/lib/libc/rpc: clnt_bcast.c Log Message: remove stray semicolon To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/rpc/clnt_bcast.c Please note that

CVS commit: src/lib/libc/rpc

2010-03-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 7 23:49:14 UTC 2010 Modified Files: src/lib/libc/rpc: clnt_bcast.c Log Message: indentation/whitespace To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/rpc/clnt_bcast.c Please note that

CVS commit: src/lib/libc/rpc

2010-03-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 7 23:49:14 UTC 2010 Modified Files: src/lib/libc/rpc: clnt_bcast.c Log Message: indentation/whitespace To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/rpc/clnt_bcast.c Please note that

CVS commit: src/sys/kern

2019-05-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 26 19:23:04 UTC 2019 Modified Files: src/sys/kern: kern_acct.c Log Message: fix flatly wrong indent To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/kern/kern_acct.c Please note that diffs are

CVS commit: src/sys/kern

2019-05-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 26 19:23:04 UTC 2019 Modified Files: src/sys/kern: kern_acct.c Log Message: fix flatly wrong indent To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/kern/kern_acct.c Please note that diffs are

CVS commit: src/sys/compat/sunos

2019-07-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jul 3 18:24:50 UTC 2019 Modified Files: src/sys/compat/sunos: sunos_misc.c Log Message: Stack buffers mustn't escape their scope. PR 54326 from David Binderman To generate a diff of this commit: cvs rdiff -u -r1.172

CVS commit: src/sys/compat/sunos

2019-07-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jul 3 18:24:50 UTC 2019 Modified Files: src/sys/compat/sunos: sunos_misc.c Log Message: Stack buffers mustn't escape their scope. PR 54326 from David Binderman To generate a diff of this commit: cvs rdiff -u -r1.172

CVS commit: src/lib/libisns

2019-07-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jul 3 18:40:33 UTC 2019 Modified Files: src/lib/libisns: isns_thread.c Log Message: Fix up mangled logic, hopefully. PR 54323 from David Binderman. XXX: This code is pretty dodgy in general and would benefit from a XXX:

CVS commit: src/lib/libisns

2019-07-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jul 3 18:40:33 UTC 2019 Modified Files: src/lib/libisns: isns_thread.c Log Message: Fix up mangled logic, hopefully. PR 54323 from David Binderman. XXX: This code is pretty dodgy in general and would benefit from a XXX:

CVS commit: src/sys/ufs/ufs

2019-06-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 1 00:57:06 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Lay down some comments related to the previous few revisions of ufs_vnops.c. To generate a diff of this commit: cvs rdiff -u -r1.246

CVS commit: src/sys/ufs/ufs

2019-06-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 1 00:57:06 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Lay down some comments related to the previous few revisions of ufs_vnops.c. To generate a diff of this commit: cvs rdiff -u -r1.246

CVS commit: othersrc/external/bsd/testcompat

2019-10-15 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Tue Oct 15 08:36:34 UTC 2019 Modified Files: othersrc/external/bsd/testcompat/parser: lexer.mll parser.mly othersrc/external/bsd/testcompat/support: pos.ml Log Message: Improve this to use ocamlyacc's internal

CVS commit: othersrc/external/bsd/testcompat

2019-10-15 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Tue Oct 15 08:36:34 UTC 2019 Modified Files: othersrc/external/bsd/testcompat/parser: lexer.mll parser.mly othersrc/external/bsd/testcompat/support: pos.ml Log Message: Improve this to use ocamlyacc's internal

CVS commit: src/external/bsd/openldap/lib/libldap

2021-09-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 13 01:12:36 UTC 2021 Modified Files: src/external/bsd/openldap/lib/libldap: Makefile.libldap Log Message: Fix broken build with MKKERBEROS=no To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/external/bsd/openldap/lib/libldap

2021-09-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 13 01:12:36 UTC 2021 Modified Files: src/external/bsd/openldap/lib/libldap: Makefile.libldap Log Message: Fix broken build with MKKERBEROS=no To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/usr.bin/patch

2021-09-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 20 23:22:36 UTC 2021 Modified Files: src/usr.bin/patch: patch.c Log Message: Fix the message that appears if you patch -R an unapplied patch. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/usr.bin/patch

2021-09-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 20 23:22:36 UTC 2021 Modified Files: src/usr.bin/patch: patch.c Log Message: Fix the message that appears if you patch -R an unapplied patch. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/share/dict

2021-12-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 12 22:58:36 UTC 2021 Modified Files: src/share/dict: web2 Log Message: Add a bunch of missing food items. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/dict/web2 Please note that diffs are

CVS commit: src/share/dict

2021-12-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 12 22:58:36 UTC 2021 Modified Files: src/share/dict: web2 Log Message: Add a bunch of missing food items. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/dict/web2 Please note that diffs are

CVS commit: src/share/dict

2022-03-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Mar 16 00:01:03 UTC 2022 Modified Files: src/share/dict: web2 Log Message: web2: +enqueue To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/share/dict/web2 Please note that diffs are not public domain;

CVS commit: src/share/dict

2022-03-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Mar 16 00:01:03 UTC 2022 Modified Files: src/share/dict: web2 Log Message: web2: +enqueue To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/share/dict/web2 Please note that diffs are not public domain;

CVS commit: src/lib/libc/sys

2022-03-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Mar 16 00:50:41 UTC 2022 Modified Files: src/lib/libc/sys: setpgid.2 Log Message: setpgid.2: Mention that both child and parent need to call it. Absence of this standard info was noticed by riastradh@. To generate a diff

CVS commit: src/lib/libc/sys

2022-03-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Mar 16 00:50:41 UTC 2022 Modified Files: src/lib/libc/sys: setpgid.2 Log Message: setpgid.2: Mention that both child and parent need to call it. Absence of this standard info was noticed by riastradh@. To generate a diff

CVS commit: src/share/dict

2022-01-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 21 08:58:10 UTC 2022 Modified Files: src/share/dict: web2 Log Message: +aioli To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/share/dict/web2 Please note that diffs are not public domain; they are

CVS commit: src/share/dict

2022-01-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 21 08:58:10 UTC 2022 Modified Files: src/share/dict: web2 Log Message: +aioli To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/share/dict/web2 Please note that diffs are not public domain; they are

CVS commit: src/lib/libc/time

2023-09-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 12 21:56:05 UTC 2023 Modified Files: src/lib/libc/time: ctime.3 Log Message: ctime.3: fix merge mistake The paragraphs about the *_r and *_z/rz functions belong at the end of the section (or somewhere like that), not

CVS commit: src/lib/libc/time

2023-09-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 12 21:56:05 UTC 2023 Modified Files: src/lib/libc/time: ctime.3 Log Message: ctime.3: fix merge mistake The paragraphs about the *_r and *_z/rz functions belong at the end of the section (or somewhere like that), not

CVS commit: src/usr.sbin/paxctl

2023-08-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 21 00:41:49 UTC 2023 Modified Files: src/usr.sbin/paxctl: paxctl.8 Log Message: paxctl(8): it is not a bug that paxctl settings are persistent. Nor is it a bug that they're applied to the file rather than stored in

CVS commit: src/usr.sbin/paxctl

2023-08-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 21 00:41:49 UTC 2023 Modified Files: src/usr.sbin/paxctl: paxctl.8 Log Message: paxctl(8): it is not a bug that paxctl settings are persistent. Nor is it a bug that they're applied to the file rather than stored in

CVS commit: src/bin/stty

2022-05-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 14 21:04:34 UTC 2022 Modified Files: src/bin/stty: stty.1 Log Message: Clarify that "stty 0" will normally hang up the tty. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/bin/stty/stty.1

CVS commit: src/bin/stty

2022-05-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 14 21:04:34 UTC 2022 Modified Files: src/bin/stty: stty.1 Log Message: Clarify that "stty 0" will normally hang up the tty. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/bin/stty/stty.1

CVS commit: src/lib/libc/sys

2022-05-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 21 01:38:14 UTC 2022 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: fix typo in sigaction(2) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/sigaction.2 Please note that

CVS commit: src/lib/libc/sys

2022-05-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 21 01:38:14 UTC 2022 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: fix typo in sigaction(2) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/sigaction.2 Please note that

CVS commit: src/sys/uvm

2022-06-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jun 3 00:21:44 UTC 2022 Modified Files: src/sys/uvm: uvm_fault.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/uvm/uvm_fault.c Please note that diffs are not public

CVS commit: src/sys/uvm

2022-06-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jun 3 00:21:44 UTC 2022 Modified Files: src/sys/uvm: uvm_fault.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/uvm/uvm_fault.c Please note that diffs are not public

CVS commit: src/sbin/fsck_ffs

2022-07-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 25 05:15:08 UTC 2022 Modified Files: src/sbin/fsck_ffs: wapbl.c Log Message: Fix misleading fsck_ffs messages about wapbl journal replay. Apparently fsck doesn't have a way to replay it to its internal memory only.

CVS commit: src/sbin/fsck_ffs

2022-07-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 25 05:15:08 UTC 2022 Modified Files: src/sbin/fsck_ffs: wapbl.c Log Message: Fix misleading fsck_ffs messages about wapbl journal replay. Apparently fsck doesn't have a way to replay it to its internal memory only.

CVS commit: src/lib/libc/sys

2022-07-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 31 06:21:42 UTC 2022 Modified Files: src/lib/libc/sys: __quotactl.2 Log Message: __quotactl(2): typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/__quotactl.2 Please note that diffs

CVS commit: src/lib/libc/sys

2022-07-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 31 06:21:42 UTC 2022 Modified Files: src/lib/libc/sys: __quotactl.2 Log Message: __quotactl(2): typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/__quotactl.2 Please note that diffs

CVS commit: src/libexec/telnetd

2022-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 26 19:30:44 UTC 2022 Modified Files: src/libexec/telnetd: telnetd.c Log Message: telnetd: fix the crash that's been talked about the past couple days. (Move initialization of the slc table earlier so it doesn't get

CVS commit: src/libexec/telnetd

2022-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 26 19:30:44 UTC 2022 Modified Files: src/libexec/telnetd: telnetd.c Log Message: telnetd: fix the crash that's been talked about the past couple days. (Move initialization of the slc table earlier so it doesn't get

CVS commit: src/games/fortune/datfiles

2022-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 26 20:07:04 UTC 2022 Modified Files: src/games/fortune/datfiles: fortunes Log Message: fortunes: add something To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/games/fortune/datfiles/fortunes Please

CVS commit: src/games/fortune/datfiles

2022-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 26 20:07:04 UTC 2022 Modified Files: src/games/fortune/datfiles: fortunes Log Message: fortunes: add something To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/games/fortune/datfiles/fortunes Please

CVS commit: src

2022-08-27 Thread David A. Holland
in/traceroute Notes: Added changes from a5 -> a12 manually. +Package: tradcpp +Version: 0.5.3 +Current Vers: 0.5.3 +Maintainer: David A. Holland +Archive Site: https://ftp.netbsd.org/pub/NetBSD/misc/dholland/ +Home Page: https://www.netbsd.org/~dholland/tradcpp/ +Mailing List: tech-toolchain

CVS commit: src

2022-08-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 27 21:53:39 UTC 2022 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/doc: 3RDPARTY src/external/bsd: Makefile Added Files: src/external/bsd/tradcpp:

CVS commit: src/bin/test

2022-08-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 27 21:18:39 UTC 2022 Modified Files: src/bin/test: test.c Log Message: PR 56983 Izumi Tsutsui: fix confusing message in test(1) with -DSMALL To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/bin/test

2022-08-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 27 21:18:39 UTC 2022 Modified Files: src/bin/test: test.c Log Message: PR 56983 Izumi Tsutsui: fix confusing message in test(1) with -DSMALL To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS import: external/bsd/tradcpp/dist

2022-08-27 Thread David A. Holland
Module Name:external Committed By: dholland Date: Sat Aug 27 21:44:10 UTC 2022 Update of /cvsroot/external/bsd/tradcpp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4832 Log Message: Import tradcpp 0.5.3 Status: Vendor Tag: TRADCPP Release Tags: TRADCPP-0-5-3

CVS import: external/bsd/tradcpp/dist

2022-08-27 Thread David A. Holland
Module Name:external Committed By: dholland Date: Sat Aug 27 21:44:10 UTC 2022 Update of /cvsroot/external/bsd/tradcpp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4832 Log Message: Import tradcpp 0.5.3 Status: Vendor Tag: TRADCPP Release Tags: TRADCPP-0-5-3

CVS import: src/external/bsd/tradcpp/dist

2022-08-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 27 21:46:47 UTC 2022 Update of /cvsroot/src/external/bsd/tradcpp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24782 Log Message: Import tradcpp 0.5.3 Status: Vendor Tag: TRADCPP Release Tags: TRADCPP-0-5-3

CVS import: src/external/bsd/tradcpp/dist

2022-08-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 27 21:46:47 UTC 2022 Update of /cvsroot/src/external/bsd/tradcpp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24782 Log Message: Import tradcpp 0.5.3 Status: Vendor Tag: TRADCPP Release Tags: TRADCPP-0-5-3

CVS commit: src/usr.bin/units

2022-10-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 24 05:04:51 UTC 2022 Modified Files: src/usr.bin/units: units.lib Log Message: units.lib: fix "surveyfoot" and kill off "british". The US survey foot is defined as 1200/3937 of a meter, whereas the ordinary

CVS commit: src/usr.bin/units

2022-10-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 24 05:04:51 UTC 2022 Modified Files: src/usr.bin/units: units.lib Log Message: units.lib: fix "surveyfoot" and kill off "british". The US survey foot is defined as 1200/3937 of a meter, whereas the ordinary

CVS commit: src/usr.bin/units

2022-10-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 24 05:52:48 UTC 2022 Modified Files: src/usr.bin/units: units.lib Log Message: Some more corrections/additions in units.lib: 1. cables; US cables are 720 ft, but international cables are 1/10 nautical mile and UK

CVS commit: src/usr.bin/units

2022-10-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 24 05:52:48 UTC 2022 Modified Files: src/usr.bin/units: units.lib Log Message: Some more corrections/additions in units.lib: 1. cables; US cables are 720 ft, but international cables are 1/10 nautical mile and UK

CVS commit: src/usr.bin/units

2022-10-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 24 04:55:19 UTC 2022 Modified Files: src/usr.bin/units: units.lib Log Message: Reorganize units.lib. It's all very well to file miscellaneous old units under "trivia" but it's more useful to sort first by type and then

CVS commit: src/usr.bin/units

2022-10-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 24 04:55:19 UTC 2022 Modified Files: src/usr.bin/units: units.lib Log Message: Reorganize units.lib. It's all very well to file miscellaneous old units under "trivia" but it's more useful to sort first by type and then

CVS commit: src/sys/compat/common

2022-09-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Sep 21 07:15:24 UTC 2022 Modified Files: src/sys/compat/common: compat_50_quota.c Log Message: compat_50_quota: reject invalid quota id types. Reported-by: syzbot+ce8391eb74a16e196...@syzkaller.appspotmail.com To

CVS commit: src/sys/compat/common

2022-09-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Sep 21 07:15:24 UTC 2022 Modified Files: src/sys/compat/common: compat_50_quota.c Log Message: compat_50_quota: reject invalid quota id types. Reported-by: syzbot+ce8391eb74a16e196...@syzkaller.appspotmail.com To

CVS commit: src/games/fortune/datfiles

2022-09-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Sep 9 19:37:15 UTC 2022 Modified Files: src/games/fortune/datfiles: fortunes Log Message: fortunes: add something To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/games/fortune/datfiles/fortunes Please

CVS commit: src/games/fortune/datfiles

2022-09-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Sep 9 19:37:15 UTC 2022 Modified Files: src/games/fortune/datfiles: fortunes Log Message: fortunes: add something To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/games/fortune/datfiles/fortunes Please

CVS commit: src/usr.sbin/inetd

2022-08-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 10 03:35:39 UTC 2022 Modified Files: src/usr.sbin/inetd: Makefile inetd.c parse.c Log Message: PR bin/56963 Mark Davies: inetd not configured for rpc Instead of using negative flags to turn on positive flags, set -DRPC

CVS commit: src/usr.sbin/inetd

2022-08-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 10 03:35:39 UTC 2022 Modified Files: src/usr.sbin/inetd: Makefile inetd.c parse.c Log Message: PR bin/56963 Mark Davies: inetd not configured for rpc Instead of using negative flags to turn on positive flags, set -DRPC

CVS commit: src/share/misc

2023-04-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 17 00:37:04 UTC 2023 Modified Files: src/share/misc: style Log Message: share/misc/style: Don't prescribe using "extern.h" for all prototypes. That's very 80s. No objection (or even response, amazingly enough) on

CVS commit: src/share/misc

2023-04-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 17 00:37:04 UTC 2023 Modified Files: src/share/misc: style Log Message: share/misc/style: Don't prescribe using "extern.h" for all prototypes. That's very 80s. No objection (or even response, amazingly enough) on

CVS commit: src/lib/libc/gdtoa

2023-04-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 1 23:44:11 UTC 2023 Modified Files: src/lib/libc/gdtoa: gdtoa.c Log Message: Fix lying comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gdtoa/gdtoa.c Please note that diffs are not

CVS commit: src/lib/libc/gdtoa

2023-04-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 1 23:44:11 UTC 2023 Modified Files: src/lib/libc/gdtoa: gdtoa.c Log Message: Fix lying comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gdtoa/gdtoa.c Please note that diffs are not

CVS commit: src/share/misc

2023-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 11 17:54:18 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +DPAA To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/share/misc

2023-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 11 17:54:18 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +DPAA To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/games/fortune/datfiles

2023-05-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 28 03:35:24 UTC 2023 Modified Files: src/games/fortune/datfiles: fortunes Log Message: add a fortune To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/games/fortune/datfiles/fortunes Please note that

CVS commit: src/games/fortune/datfiles

2023-05-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 28 03:35:24 UTC 2023 Modified Files: src/games/fortune/datfiles: fortunes Log Message: add a fortune To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/games/fortune/datfiles/fortunes Please note that

CVS commit: src/sys/sys

2023-05-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 28 06:21:00 UTC 2023 Modified Files: src/sys/sys: param.h Log Message: In sys/param.h document that MAXPATHLEN includes space for a null byte. Also note that it's the same as PATH_MAX. Reflow the comment. Suggested by

CVS commit: src/sys/sys

2023-05-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 28 06:21:00 UTC 2023 Modified Files: src/sys/sys: param.h Log Message: In sys/param.h document that MAXPATHLEN includes space for a null byte. Also note that it's the same as PATH_MAX. Reflow the comment. Suggested by

CVS commit: src/sys/sys

2023-08-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 1 16:33:43 UTC 2023 Modified Files: src/sys/sys: vnode_impl.h Log Message: vnode_impl.h: clarify comment, from freenode To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/sys/vnode_impl.h Please

CVS commit: src/sys/sys

2023-08-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 1 16:33:43 UTC 2023 Modified Files: src/sys/sys: vnode_impl.h Log Message: vnode_impl.h: clarify comment, from freenode To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/sys/vnode_impl.h Please

  1   2   >