CVS commit: src/lib/libc/gen

2021-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 7 03:17:23 UTC 2021 Modified Files: src/lib/libc/gen: signal.3 Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/signal.3 Please note that diffs are not public domain;

CVS commit: src/games/fish

2021-07-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 25 02:00:42 UTC 2021 Modified Files: src/games/fish: fish.c Log Message: Flush input to EOL correctly in games/fish. PR 54885 from Mouse, with a somewhat different patch. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/miscfs/kernfs

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 19 01:33:53 UTC 2021 Modified Files: src/sys/miscfs/kernfs: kernfs_vnops.c Log Message: Abolish all the silly indirection macros for initializing vnode ops tables. These are things of the form #define foofs_op

CVS commit: src/sys/fs

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 19 01:30:25 UTC 2021 Modified Files: src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/puffs: puffs_vnops.c src/sys/fs/tmpfs: tmpfs_fifoops.c tmpfs_specops.c Log Message: Abolish all the silly indirection

CVS commit: src/sys/fs/ptyfs

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 23:57:34 UTC 2021 Modified Files: src/sys/fs/ptyfs: ptyfs_vnops.c Log Message: Fix ptyfs link and symlink ops. They were set (via macro obfuscation just eliminated) to genfs_abortop, which is the wrong thing. These

CVS commit: src

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 23:57:16 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c src/sys/fs/adosfs: advnops.c src/sys/fs/cd9660: cd9660_node.h src/sys/fs/filecorefs:

CVS commit: src

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 23:56:14 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/efs: efs_vnops.c src/sys/fs/hfs: hfs_vnops.c

CVS commit: src/sys/kern

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 09:30:36 UTC 2021 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Fix confusion arising from whether FOLLOW or NOFOLLOW is 0. In vn_open, don't set and then throw away FOLLOW, and clarify the comment about

CVS commit: src/tests/usr.sbin/execsnoop

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 06:24:58 UTC 2021 Modified Files: src/tests/usr.sbin/execsnoop: t_execsnoop.sh Log Message: Mark t_execsnoop xfail (PR 53417) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/games/fortune/datfiles

2021-07-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 11 00:35:05 UTC 2021 Modified Files: src/games/fortune/datfiles: fortunes Log Message: add something To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/games/fortune/datfiles/fortunes Please note that

CVS commit: src/sys/miscfs/kernfs

2021-07-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 6 03:23:03 UTC 2021 Modified Files: src/sys/miscfs/kernfs: kernfs_vnops.c Log Message: Fix perms on /kern/{r,}rootdev. To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170

CVS commit: src/sys/miscfs/kernfs

2021-07-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 6 03:22:44 UTC 2021 Modified Files: src/sys/miscfs/kernfs: kernfs_vnops.c Log Message: Add missing VOP_KQFILTER to kernfs. Not sure if lack of it can be used for local DoS or not, but best to fix. To generate a diff

CVS commit: src/sys/ufs/chfs

2021-07-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 5 21:43:56 UTC 2021 Modified Files: src/sys/ufs/chfs: chfs_vnops.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/ufs/chfs/chfs_vnops.c Please note that diffs are not

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2021-07-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 2 17:14:37 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Add VOP_PARSEPATH to zfs's vnode table. "oops" zfs not being under src/sys strikes again :-( To generate a

CVS commit: src/sys

2021-07-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 2 16:57:16 UTC 2021 Modified Files: src/sys/kern: vnode_if.c src/sys/rump/include/rump: rumpvnode_if.h src/sys/rump/librump/rumpvfs: rumpvnode_if.c src/sys/sys: vnode_if.h Log Message: Regen.

CVS commit: src/sys/kern

2021-07-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 2 16:56:22 UTC 2021 Modified Files: src/sys/kern: vnode_if.src Log Message: Turn off fstrans for VOP_PARSEPATH. Fixes t_umountstress deadlock. Diagnosis by hannken@. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2021-06-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 30 17:51:49 UTC 2021 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Improve Christos's vn_open fix. - assert about api misuse up front (suggested by riastradh) - restore the behavior of returning EOPNOTSUPP if

CVS commit: src

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:40:54 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h src/share/man/man9: errno.9 vnsubr.9 src/sys/dev: firmload.c fss.c kloader.c vnd.c src/sys/kern: kern_acct.c

CVS commit: src/sys

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:40:06 UTC 2021 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:39:21 UTC 2021 Modified Files: src/sys/fs/puffs: puffs_vnops.c src/sys/fs/union: union_vnops.c src/sys/fs/unionfs: unionfs_subr.c src/sys/kern: vfs_getcwd.c vfs_lookup.c src/sys/sys:

CVS commit: src/sys/fs

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:38:46 UTC 2021 Modified Files: src/sys/fs/union: union_vnops.c src/sys/fs/unionfs: unionfs_vnops.c Log Message: Onionfs needs to know about parsepath too, in case it has one of the other cases underneath

CVS commit: src/sys/rump/librump/rumpvfs

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:38:10 UTC 2021 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Add parsepath for rumpfs in place of using cn_consume. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164

CVS commit: src/sys/fs/hfs

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:37:50 UTC 2021 Modified Files: src/sys/fs/hfs: hfs_vnops.c Log Message: Implement VOP_PARSEPATH() for hfs. This checks for a following "/rsrc" at the end of the pathname (to indicate the resource fork of a file)

CVS commit: src/sys

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:37:11 UTC 2021 Modified Files: src/sys/kern: vnode_if.c src/sys/rump/include/rump: rumpvnode_if.h src/sys/rump/librump/rumpvfs: rumpvnode_if.c src/sys/sys: vnode_if.h Log Message: Regen.

CVS commit: src/sys

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:34:10 UTC 2021 Modified Files: src/sys/coda: coda_vnops.c src/sys/fs/adosfs: advnops.c src/sys/fs/autofs: autofs_vnops.c src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/efs: efs_vnops.c

CVS commit: src/sys/kern

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:29:59 UTC 2021 Modified Files: src/sys/kern: vfs_lookup.c Log Message: Adjust namei internals to be able to make an external call to parse the pathname. (Basically, this means change the signature of

CVS commit: src/sys

2021-06-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 16 01:52:40 UTC 2021 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys

2021-06-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 16 01:51:57 UTC 2021 Modified Files: src/sys/kern: vfs_lookup.c vfs_vnops.c src/sys/sys: namei.src Log Message: Add a new namei flag NONEXCLHACK for open with O_CREAT and not O_EXCL. This case needs to be

CVS commit: src/sbin/ping6

2021-06-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 7 22:13:34 UTC 2021 Modified Files: src/sbin/ping6: ping6.8 ping6.c Log Message: In ping6, there's no blank space in the ping packets by default. - document that if you use -p to specify a fill pattern you need to

CVS commit: src/sbin/mount_chfs

2021-06-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 7 21:44:35 UTC 2021 Modified Files: src/sbin/mount_chfs: mount_chfs.8 mount_chfs.c Log Message: Teach mount_chfs to understand -o. From Andrius V. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/share/man/man4

2021-06-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 7 03:04:50 UTC 2021 Modified Files: src/share/man/man4: ums.4 Log Message: Mention in ums(4) that a lot of usb mice detach/reattcah when not in use. Prompted by PR 56209 but not related to the actual problem there.

CVS commit: src/share/man/man7

2021-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 30 07:17:01 UTC 2021 Modified Files: src/share/man/man7: signal.7 Log Message: signal.7: minor clarification. Bump date (to when I wrote the change) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/arch/arm/arm32

2021-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 30 06:53:15 UTC 2021 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/arch/arm/arm32/cpuswitch.S Please note

CVS commit: src/sys/dev/scsipi

2021-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 30 06:46:46 UTC 2021 Modified Files: src/sys/dev/scsipi: sd.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/dev/scsipi/sd.c Please note that diffs are not public

CVS commit: src/games/cgram

2021-05-27 Thread David A. Holland
software contributed to The NetBSD Foundation - * by David A. Holland and Roland Illig. + * by Roland Illig. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,7 +31,7 @@ #include #if defined

CVS commit: src/games/cgram

2021-05-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri May 28 03:55:08 UTC 2021 Modified Files: src/games/cgram: cgram.c Log Message: Restore return value of main, arbitrarily thrown away in -r1.4. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch

2021-05-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 23 23:22:55 UTC 2021 Modified Files: src/sys/arch/mips/mips: db_disasm.c db_interface.c src/sys/arch/riscv/riscv: db_disasm.c db_machdep.c Log Message: Improve ddb disassembly for mips (and riscv, cribbed from

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2021-05-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 18 20:34:20 UTC 2021 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Remove some unused variables, found by gcc -Wall. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2021-05-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 18 20:32:18 UTC 2021 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Print ptrdiff_t with %td, not %d. Appeared in passing in PR 56188. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/riscv

2021-04-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 19 07:55:59 UTC 2021 Modified Files: src/sys/arch/riscv/include: insn.h src/sys/arch/riscv/riscv: db_disasm.c Log Message: Make the riscv disassembler work, as best as I can test from amd64 userspace. To

CVS commit: src/sys/arch/riscv

2021-04-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Apr 14 06:32:20 UTC 2021 Modified Files: src/sys/arch/riscv/include: db_machdep.h insn.h src/sys/arch/riscv/riscv: db_disasm.c db_machdep.c Log Message: Add a ddb disassembler for riscv. builds, but not really

CVS commit: src/lib/libc/sys

2021-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 28 03:29:32 UTC 2021 Modified Files: src/lib/libc/sys: bind.2 connect.2 send.2 Log Message: Document EINVAL for out of range socket address lengths. This is what happens, but wasn't documented. Applies to bind(2),

CVS commit: src/lib/libc/sys

2021-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 27 23:35:37 UTC 2021 Modified Files: src/lib/libc/sys: getvfsstat.2 Log Message: In getvfsstat(2), clarify that the size argument is in bytes. That the size argument is in bytes (not the count of structures) and the

CVS commit: src/lib/libc/sys

2021-03-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Mar 17 08:04:39 UTC 2021 Modified Files: src/lib/libc/sys: open.2 Log Message: Clarify use of open flags in open(2). (Avoid using values of three that are equal to four.) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/gen

2021-02-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 17 23:51:04 UTC 2021 Modified Files: src/lib/libc/gen: directory.3 Log Message: Document that rewinddir(3) might either reopen or just lseek the dir. (Currently it depends on the underlying directory, but documenting

CVS commit: src/lib/libc/gen

2021-02-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 17 23:39:46 UTC 2021 Modified Files: src/lib/libc/gen: directory.3 Log Message: Fix some typos/malapropisms in directory(3). To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/lib/libc/gen/directory.3

CVS commit: src/lib/libc/sys

2021-02-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 17 17:43:09 UTC 2021 Modified Files: src/lib/libc/sys: fsync.2 Log Message: Document more EINVAL cases for fsync_range. Corresponds to previous code fix. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/kern

2021-02-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 17 17:39:08 UTC 2021 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: Don't allow callers of fsync_range() to trigger UB in the kernel. (also prohibit syncing ranges at start offsets less than zero) To

CVS commit: src/lib/libc/sys

2021-02-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Feb 13 06:24:08 UTC 2021 Modified Files: src/lib/libc/sys: fsync.2 Log Message: Document EINVAL for invalid flags given to fsync_range(). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/lib/libc/sys

2021-02-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Feb 9 01:12:01 UTC 2021 Modified Files: src/lib/libc/sys: poll.2 Log Message: Document in poll(2) that poll first appeared in NetBSD in NetBSD 1.3. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/lib/libc/sys

2021-02-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Feb 9 01:01:31 UTC 2021 Modified Files: src/lib/libc/sys: poll.2 Log Message: typo in previous. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/poll.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2021-02-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Feb 9 00:50:48 UTC 2021 Modified Files: src/lib/libc/sys: poll.2 Log Message: Rework the text of poll(2) for clarity. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/poll.2

CVS commit: src/usr.bin/lam

2021-01-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 25 20:07:55 UTC 2021 Modified Files: src/usr.bin/lam: lam.1 Log Message: In the lam(1) example with a literal newline, use newish sh syntax. Bump date (as of when I wrote the change and discussed it, in October; forgot

CVS commit: src/sys

2021-01-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 25 19:21:11 UTC 2021 Modified Files: src/sys/kern: sys_pipe.c src/sys/sys: pipe.h Log Message: Fix a thundering herd problem in pipes. Wake only one waiter when data becomes available, not all of them. Waking

CVS commit: src/usr.bin/calendar

2020-12-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Dec 25 07:00:52 UTC 2020 Modified Files: src/usr.bin/calendar: Makefile Log Message: List calendar's known calendars explicitly, and only install those. Prevents build failures caused by installing editor backups and other

CVS commit: src/sys/arch/arm/arm

2020-12-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Dec 11 09:14:19 UTC 2020 Modified Files: src/sys/arch/arm/arm: bcopyinout.S Log Message: arm copyin/out: make copyin not use copyout's epilogue (typo in labels) The epilogues are the same, so this is harmless, but if they

CVS commit: src/common/lib/libc/arch/arm/gen

2020-12-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Dec 11 09:02:33 UTC 2020 Modified Files: src/common/lib/libc/arch/arm/gen: byte_swap_4.S Log Message: arm bswap32: fix fatal typo in thumb code (PR 55854) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/common/lib/libc/arch/arm/gen

2020-12-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Dec 9 02:46:57 UTC 2020 Modified Files: src/common/lib/libc/arch/arm/gen: byte_swap_4.S Log Message: arm bswap32: Improve the comments showing the byte flow. It's confusing to use 1-4 for bytes 1-4 and then 0 for literal

CVS commit: src/games/backgammon/common_source

2020-12-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 6 11:41:47 UTC 2020 Modified Files: src/games/backgammon/common_source: back.h Log Message: speed limit 80 To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/backgammon/common_source/back.h

CVS commit: src/games/battlestar

2020-12-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 6 11:35:27 UTC 2020 Modified Files: src/games/battlestar: globals.c Log Message: speed limit 80 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/battlestar/globals.c Please note that diffs are

CVS commit: src/sbin/tunefs

2020-11-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Nov 26 02:06:01 UTC 2020 Modified Files: src/sbin/tunefs: tunefs.c Log Message: Add missing newlines to ACL prints in tunefs; from Jan Schaumann in PR 55824. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/games/fortune/datfiles

2020-11-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Nov 9 03:23:15 UTC 2020 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Restore the catman joke. It needs the (8), or it fails to work for people who don't know or had forgotten catman(8) was ever a

CVS commit: src/usr.sbin/syslogd

2020-11-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 8 01:12:46 UTC 2020 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: syslogd: in die(), don't call die() again recursively. Particularly not for something as immaterial as close failing. PR 55795 To

CVS commit: src/share/misc

2020-11-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Nov 5 18:05:06 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: +SMR To generate a diff of this commit: cvs rdiff -u -r1.314 -r1.315 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/usr.bin/lam

2020-10-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 26 04:09:32 UTC 2020 Modified Files: src/usr.bin/lam: lam.1 Log Message: Clarify the behavior of -S further in lam(1). Seems that "lam file1 -S sep file2" does not carry the -S over past file2, even though you can also

CVS commit: src/usr.bin/lam

2020-10-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 26 03:51:54 UTC 2020 Modified Files: src/usr.bin/lam: lam.1 Log Message: Improve previous lam(1) change. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/lam/lam.1 Please note that diffs are

CVS commit: src/usr.bin/lam

2020-10-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 26 03:46:57 UTC 2020 Modified Files: src/usr.bin/lam: lam.1 Log Message: Fix the second example in lam(1). (a) revert -r1.8 (changing -s back to -S) as it was wrong; (b) get rid of the backslash since it doesn't

CVS commit: src/usr.bin/renice

2020-10-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Oct 22 20:13:02 UTC 2020 Modified Files: src/usr.bin/renice: renice.8 Log Message: Rework the description of process priorities in renice(8). It is inherently confusing, thanks to historical practice and standards, so

CVS commit: src/usr.bin/renice

2020-10-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Oct 22 19:55:14 UTC 2020 Modified Files: src/usr.bin/renice: renice.8 Log Message: Rearrange the description of the renice arguments and options. Don't refer to "who" parameters that aren't defined anywhere, make it clear

CVS commit: src/usr.bin/renice

2020-10-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Oct 22 19:34:12 UTC 2020 Modified Files: src/usr.bin/renice: renice.c Log Message: Fix usage check; reject renice without any targets, whether or not -n given. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.bin/audiocfg

2020-10-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 19 21:46:15 UTC 2020 Modified Files: src/usr.bin/audiocfg: audiocfg.1 Log Message: Add missing HISTORY and AUTHORS. Bump date. Noticed by qjsgkem on freenode. To generate a diff of this commit: cvs rdiff -u -r1.6

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

2020-08-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 11:16:17 UTC 2020 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.577 -r1.578 src/sys/arch/amd64/conf/GENERIC Please note that

CVS commit: src/bin/csh

2020-08-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 9 00:53:38 UTC 2020 Modified Files: src/bin/csh: csh.c Log Message: Use the right size for several calloc calls. When allocating for a Char **, it should use sizeof(Char *), not sizeof(Char **). This doesn't actually

CVS commit: src/bin/csh

2020-08-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 9 00:51:13 UTC 2020 Modified Files: src/bin/csh: csh.c Log Message: Clarify some comments. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/csh/csh.c Please note that diffs are not public

CVS commit: src/bin/csh

2020-08-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 9 00:34:21 UTC 2020 Modified Files: src/bin/csh: dir.c lex.c parse.c Log Message: Use the right size for several calloc calls. When allocating for a Char **, it should use sizeof(Char *), not sizeof(Char **). This

CVS commit: src/bin/csh

2020-08-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 9 00:22:53 UTC 2020 Modified Files: src/bin/csh: csh.c dir.c func.c lex.c parse.c proc.c Log Message: Don't cast the value returned from *malloc. No change to compiler output. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-08-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 5 08:50:42 UTC 2020 Modified Files: src/usr.bin/make: make.1 Log Message: Also mention that make dependency operators must be uniform. This wasn't previously documented, I think. To generate a diff of this commit:

CVS commit: src/usr.bin/make

2020-08-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 5 08:43:24 UTC 2020 Modified Files: src/usr.bin/make: make.1 Log Message: Rework the description of the :, !, and :: dependence operators to make sense. Bump date. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/dict

2020-07-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jul 16 03:08:58 UTC 2020 Modified Files: src/share/dict: web2 Log Message: +craptacular (originally suggested by pgoyette) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/share/dict/web2 Please note

CVS commit: src/share/dict

2020-07-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 13 23:56:42 UTC 2020 Modified Files: src/share/dict: web2 Log Message: +corvid This file already has "covid" somehow, and while that's fine now my best guess is that it was originally an OCR blooper for "corvid", which

CVS commit: src/games/hangman

2020-07-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 12 02:34:54 UTC 2020 Modified Files: src/games/hangman: prdata.c Log Message: Avoid messing up the display when too many letters are guessed at once. The field to put them in was made 26 characters wide... but includes

CVS commit: src/sys/compat/sunos

2020-06-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 11 03:47:05 UTC 2020 Modified Files: src/sys/compat/sunos: sunos_syscall.h sunos_syscallargs.h sunos_syscalls.c sunos_sysent.c Log Message: Regen after -r1.82 of compat_sunos syscalls.master last September.

CVS commit: src/sys

2020-06-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 11 03:45:31 UTC 2020 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern:

CVS commit: src/sys/kern

2020-06-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 11 03:25:35 UTC 2020 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Don't output things in awk hash order. Sort first. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/sys/kern

2020-06-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 11 02:21:26 UTC 2020 Modified Files: src/sys/kern: makesyscalls.sh Log Message: fix awk-induced bug (using wrong variable, getting away with it by luck) To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180

CVS commit: src/sys/kern

2020-06-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 9 04:48:45 UTC 2020 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Update wrong and obsolete comments. ... when you change the set of syscalls.conf keywords this thing recognizes, updating the

CVS commit: src/lib/libc/string

2020-04-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 4 21:29:54 UTC 2020 Modified Files: src/lib/libc/string: strerror.3 Log Message: Move the note about sys_errlist[] users to COMPATIBILITY, and strengthen it. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/lib/libc/string

2020-04-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 4 21:26:44 UTC 2020 Modified Files: src/lib/libc/string: strerror.3 Log Message: Add missing ERRORS section. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/string/strerror.3 Please note

CVS commit: src/lib/libc/string

2020-04-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 4 21:20:39 UTC 2020 Modified Files: src/lib/libc/string: strerror.3 Log Message: Minor clarification. And a typo. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/games/fortune/datfiles

2020-02-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 16 23:14:19 UTC 2020 Modified Files: src/games/fortune/datfiles: fortunes Log Message: something I apparently forgot to commit months or years ago To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87

CVS commit: src/usr.bin/quota

2020-01-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 20 21:38:30 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: ...and it seems that -d is no longer restricted to root. (No particular reason it should be; I suspect this changed when we got real quota

CVS commit: src/usr.bin/quota

2020-01-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 20 21:35:41 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: Document the actual behavior of -g; clarify the optional user/group args. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/usr.bin/quota

2020-01-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 20 21:30:41 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: Clarify -u. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/quota/quota.1 Please note that diffs are not public

CVS commit: src/usr.sbin/arp

2019-02-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 27 23:29:50 UTC 2019 Modified Files: src/usr.sbin/arp: arp.c arp_hostops.c arp_rumpops.c prog_ops.h Log Message: Teach arp that it's okay to close sockets after using them. (this requires adding a close op to the rump

CVS commit: src/sys/ufs/ufs

2019-02-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 25 06:00:40 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Revert -r1.244-245 of ufs_vnops.c; they are wrong. Fix the mistake in -r1.243 that made them look like reasonable changes. (this does not

CVS commit: src/sys/dev/usb

2019-02-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Feb 2 19:02:59 UTC 2019 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: PR kern/53930 from "sc dying": uninitialized condvar in usmsc(4) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/arch

2019-01-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 28 02:29:01 UTC 2019 Modified Files: src/sys/arch/aarch64/conf: majors.aarch64 src/sys/arch/acorn32/conf: majors.acorn32 src/sys/arch/algor/conf: majors.algor src/sys/arch/alpha/conf: majors.alpha

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

2019-01-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 18:00:06 UTC 2019 Modified Files: src/sys/arch/riscv/conf: majors.riscv Log Message: This may have been cutpasted from evbmips, but we don't need to say so. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/sys/arch

2019-01-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 17:59:23 UTC 2019 Modified Files: src/sys/arch/algor/conf: majors.algor src/sys/arch/alpha/conf: majors.alpha src/sys/arch/amd64/conf: majors.amd64 src/sys/arch/bebox/conf: majors.bebox

CVS commit: src/tools/m68k-elf2aout

2019-01-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 05:16:38 UTC 2019 Modified Files: src/tools/m68k-elf2aout: Makefile Log Message: fix duplicated chunk from merge To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tools/m68k-elf2aout/Makefile Please

  1   2   3   4   5   6   7   8   9   10   >