CVS commit: src/lib/libc/sys

2016-07-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 9 23:08:32 UTC 2016 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: Dump the list of async-signal-safe functions here. It belongs in programmer-facing docs, not user-facing docs, so shouldn't be in

CVS commit: src/lib/libc/gen

2016-07-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 9 21:15:01 UTC 2016 Modified Files: src/lib/libc/gen: siglist.c Log Message: Fix three of these strings (ones that are rarely seen) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc

2016-07-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 9 20:15:06 UTC 2016 Modified Files: src/lib/libc: shlib_version Log Message: note that on libc bump obsolete signal functions should be sent to libcompat. To generate a diff of this commit: cvs rdiff -u -r1.265

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

2016-07-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 4 15:52:31 UTC 2016 Modified Files: src/sys/arch/mips/mips: locore_mips1.S mipsX_subr.S Log Message: More of previous, so both kern_intr and user_intr have the comment. To generate a diff of this commit: cvs rdiff -u

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

2016-07-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 4 15:47:04 UTC 2016 Modified Files: src/sys/arch/mips/mips: locore_mips1.S mipsX_subr.S Log Message: Improve comments after some discussion with Nick. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

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

2016-07-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 4 14:47:39 UTC 2016 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/mips/mips/mipsX_subr.S Please note

CVS commit: src

2016-06-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 30 15:29:20 UTC 2016 Modified Files: src/include: unistd.h src/lib/libc/sys: fdiscard.2 posix_fallocate.c src/sys/sys: fcntl.h Log Message: PR 51287 Ralf Nolden: posix_fallocate belongs in To generate

CVS commit: src/usr.bin/error

2016-06-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 30 15:34:30 UTC 2016 Modified Files: src/usr.bin/error: pi.c Log Message: PR 51298 David Binderman: simplify redundant conditionals To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/error/pi.c

CVS commit: src/usr.bin/tip/aculib

2016-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 30 05:56:46 UTC 2016 Modified Files: src/usr.bin/tip/aculib: v831.c Log Message: PR 51192 David Binderman: fix wrong logic (probably) XXX: this file should probably just be deleted To generate a diff of this commit:

CVS commit: src/usr.bin/make

2016-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 30 05:34:04 UTC 2016 Modified Files: src/usr.bin/make: suff.c Log Message: Fix DEBUG_SRC build. Partly from PR 51191. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/usr.bin/make/suff.c Please note

CVS commit: src/usr.bin/make

2016-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 30 05:31:00 UTC 2016 Modified Files: src/usr.bin/make: suff.c Log Message: Cleanse an old mangy way of avoiding an unused variable warning. PR 51191 from David Binderman. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2016-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 30 05:28:23 UTC 2016 Modified Files: src/usr.bin/make: suff.c Log Message: Fix botched logic; PR 51191 from David Binderman. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/usr.bin/make/suff.c

CVS commit: src/games/snake/snake

2016-06-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 27 08:46:04 UTC 2016 Modified Files: src/games/snake/snake: snake.c Log Message: Do not pass usleep() values >= 1 million. From Henning Petersen in PR 51286 To generate a diff of this commit: cvs rdiff -u -r1.28

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 04:01:30 UTC 2016 Modified Files: src/sbin/umount: umount.c Log Message: Don't assume that getaddrinfo sets the result pointer to null when it fails. (In fact it probably doesn't...) To generate a diff of this

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 03:59:11 UTC 2016 Modified Files: src/sbin/umount: umount.8 Log Message: Document external unmount programs. PR 698. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/umount/umount.8

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 03:51:28 UTC 2016 Modified Files: src/sbin/umount: umount.c Log Message: Fix previous to avoid using an uninitialized pointer when using -R (raw). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 03:40:39 UTC 2016 Modified Files: src/sbin/umount: umount.c Log Message: If an external unmount program of the form "umount_TYPE" exists (e.g. umount_ffs, umount_nfs, etc.) exec it instead of calling unmount(2).

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 03:05:52 UTC 2016 Modified Files: src/sbin/umount: umount.c Log Message: When SMALL, if realpath() fails, warn() using the failing path instead of the buffer realpath has declined to write anything into. To

CVS commit: src/games/boggle/boggle

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 25 23:15:41 UTC 2016 Modified Files: src/games/boggle/boggle: bog.h Log Message: Double the threshold for crashing out with "too many words". To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/share/dict

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 25 22:54:46 UTC 2016 Modified Files: src/share/dict: web2 Log Message: +wok To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/dict/web2 Please note that diffs are not public domain; they are

CVS commit: src/sys/ufs/lfs

2016-06-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 21 06:14:40 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_inode.h Log Message: Revert version 1.19 (make ufid_ino in struct ulfs_ufid 64-bit) -- via a twisty maze of marginal if not illegal type punning it breaks the

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:55:34 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: In lfs_mknod, don't release dvp until done with it. This was exposed a while back when I removed a sketchy preprocessor macro scheme, but

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:36:09 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c lfs_vnops.c ulfs_extern.h ulfs_inode.c ulfs_readwrite.c ulfs_vnops.c ulfsmount.h Log Message: One more batch of already-synced ufs changes:

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:29:52 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_extern.h lfs_inode.h lfs_kernel.h ulfs_bswap.h ulfs_dirhash.h ulfs_inode.h ulfs_quota.h ulfs_quota1.h Log Message: u_int{8,16,32,64}_t ->

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:25:46 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs.h lfs_accessors.h ulfs_dinode.h Log Message: Massedit u_int{8,16,32,64}_t to uint{8,16,32,64}_t. This effectively merges ufs/dinode.h 1.25. To generate a diff

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 03:11:21 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_inode.c Log Message: Merge ufs_inode.c 1.93: missing unlock on error path. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:42:08 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_vnops.c Log Message: With the previous we seem to have the changes from -r1.225 of ufs_vnops.c. (as that was stuff from moving ffs to the new vcache

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:33:02 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: ulfs_makeinode -> lfs_makeinode To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/sys/ufs/lfs/lfs_vnops.c Please note

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:31:47 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_extern.h ulfs_vnops.c Log Message: Merge (effectively) -r1.78 of ufs_extern.h: shift ulfs_makeinode to lfs_vnops.c and make it file-static there, as

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:25:04 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h lfs_vnops.c ulfs_extern.h ulfs_inode.c ulfs_inode.h ulfs_lookup.c ulfs_quota2.c ulfs_vfsops.c ulfs_vnops.c ulfsmount.h Log

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:05:25 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c Log Message: fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/ufs/lfs/lfs_rename.c Please note that diffs

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 02:03:32 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota2.c Log Message: Merge some cosmetic changes from ffs_quota2.c 1.5. I didn't merge the whitespace changes. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:56:21 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.h Log Message: Merge -r1.11 of extattr.h: Bump UFS1 extended attribute max name length to 256 To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:53:38 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_dirhash.c Log Message: Merge -r1.37 of ufs_dirhash.c: clear i_dirhash sooner, but what lock protects it? To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:50:14 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.c Log Message: Merge -r1.46 of ufs_extattr.c: Fix uninitialized mutex usage To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:47:58 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.c Log Message: Merge -r1.45 of ufs_extattr.c: Fix UFS1 extended attribute backend autocreation deadlock To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:44:05 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c ulfs_extattr.c Log Message: Merge -r1.44 of ufs_extattr.c and related change -r1.302 of ffs_vfops.c: fix use-after-free on failed unmount with extended

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:23:04 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota2.c Log Message: Remove stray 'n' in file. silly control key... To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:20:01 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c Log Message: Merge ufs_rename.c 1.11: ufs_gro_genealogy: use vcache_get() to lookup DOTDOT. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:06:23 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h Log Message: ufs/inode.h -r1.67 is effectively merged into here too. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 01:05:36 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_inode.h Log Message: Merge -r1.67 of ufs/inode.h: make the inode field of a filehandle 64-bit instead of truncating to 32 bits. Note that if you're serving nfs

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:53:10 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota1.c Log Message: Merge -r1.20 and -r1.21 of ufs_quota1.c: widen before multiplying. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/ufs/ufs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:52:04 UTC 2016 Modified Files: src/sys/ufs/ufs: ufs_quota1.c Log Message: Widen before multiplying. Like -r1.21, but in the other similar case. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:18:40 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h ulfs_inode.h Log Message: Merge ufs/inode.h 1.66: remove i_hash from struct inode. This is the hash table entry link from the old per-fs vnode cache and

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:09:42 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_quota2.c Log Message: Merge ufs_quota2.c 1.37: set grace time if lowering the limit causes the user/group to now be over quota. From Edgar Fu�. To generate a

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 20 00:00:47 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_rename.c lfs_vnops.c ulfs_dirhash.c ulfs_extattr.c ulfs_lookup.c ulfs_quota1.c ulfs_quota2.c ulfs_vnops.c Log Message: More already-merged or

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 23:11:49 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_lookup.c ulfs_vnops.c Log Message: we already have ufs_lookup.c 1.125 and ufs_vnops.c 1.218. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 23:06:09 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_inode.h lfs_rename.c ulfs_dirhash.c ulfs_dirhash.h ulfs_extattr.c ulfs_inode.h ulfs_quota.c ulfs_quota.h ulfs_readwrite.c Log Message:

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:46:19 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_bswap.h Log Message: we already have changes here comparable to ufs_bswap.h -r1.20 and -r1.21. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:38:23 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs.h lfs_accessors.h ulfs_dinode.h Log Message: we are actually synced with ufs/dinode.h 1.24 and ufs/dir.h 1.25. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:14:38 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: missed one (probably this should be tracked in some way other than pasting rcsid comments, but it's what we've got) To generate a diff of

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:11:55 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_vnops.c ulfsmount.h Log Message: note that we're synced with ufs_vnops.c -r1.217 and ufsmount.h -r1.41 (those changes removed lfs hooks from ufs so shouldn't be

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:07:17 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_vnops.c ulfs_vnops.c Log Message: Merge -r1.216 of ufs_vnops.c: comments about maxsymlinklen handling To generate a diff of this commit: cvs rdiff -u -r1.293

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 22:03:06 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_vnops.c Log Message: Merge -r1.215 of ufs_vnops.c: the speed limit is 80 (-r1.214 was ffs-only) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/ufs/lfs

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 21:58:42 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extern.h ulfs_lookup.c ulfsmount.h Log Message: Update the ufs versions these files are synced with by 1: the 201306016 commit by hannken@ that removed

CVS commit: src/sys/dev/pci

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 21:12:44 UTC 2016 Modified Files: src/sys/dev/pci: arcmsr.c Log Message: more NBIO > 0 (not sure why test-compiling yesterday didn't expose these, probably improper cflags) To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2016-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 19 06:58:17 UTC 2016 Modified Files: src/sys/dev/pci: arcmsr.c Log Message: Broaden the #if NBIO > 0 block. Should fix broken emips build. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/arch/mips

2016-06-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 16 01:33:35 UTC 2016 Added Files: src/sys/arch/mips: README.models Log Message: Notes on MIPS models and architecture levels and their properties and handling in NetBSD. This is very preliminary so far, because I'm

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

2016-06-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 13 01:14:29 UTC 2016 Modified Files: src/sys/arch/mips/mips: locore.S Log Message: Add missing nops after mfc0 on mips1-3. Mostly from coypu; should fix an issue posted a month ago or so on port-pmax. To generate a

CVS commit: src/usr.bin/find

2016-06-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 12 20:50:10 UTC 2016 Modified Files: src/usr.bin/find: find.1 function.c Log Message: Extend the numeric handling for uids with -user to gids with -group, and document it. Leftover bit of PR 46158. To generate a diff

CVS commit: src/games/gomoku

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 12 02:15:26 UTC 2016 Modified Files: src/games/gomoku: main.c Log Message: Fix the out-of-memory behavior so the message doesn't disappear under endwin(). Related to PR 3126. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/pmax/stand/common

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 19:11:20 UTC 2016 Modified Files: src/sys/arch/pmax/stand/common: callvec.c Log Message: Update to match change to dec_prom.h. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 07:01:25 UTC 2016 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: main.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/lib/libsa

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:59:21 UTC 2016 Modified Files: src/sys/lib/libsa: getfile.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/zaurus/stand/zboot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:58:42 UTC 2016 Modified Files: src/sys/arch/zaurus/stand/zboot: boot.c bootmenu.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/x68k/stand/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:57:46 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Revert this one; I can't tell for sure if it's using libsa gets or its own firmware one in ../libdos. If the latter, switching and

CVS commit: src/sys/arch/x68k/stand/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:50:21 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/arch/sun68k/stand

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:49:46 UTC 2016 Modified Files: src/sys/arch/sun68k/stand/libsa: gets.c xxboot.c src/sys/arch/sun68k/stand/tapeboot: boot.c Log Message: PR 51200 gets in libsa considered harmful: change own gets() to

CVS commit: src/sys/arch/sparc/stand/ofwboot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:43:47 UTC 2016 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/arch/sparc/stand/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:43:16 UTC 2016 Modified Files: src/sys/arch/sparc/stand/boot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/arch/vax/boot/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:42:27 UTC 2016 Modified Files: src/sys/arch/vax/boot/boot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/arch/shark/stand/ofwboot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:41:55 UTC 2016 Modified Files: src/sys/arch/shark/stand/ofwboot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/sbmips/stand/common

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:41:12 UTC 2016 Modified Files: src/sys/arch/sbmips/stand/common: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/sandpoint/stand/altboot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:40:24 UTC 2016 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/arch/rs6000/stand/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:39:25 UTC 2016 Modified Files: src/sys/arch/rs6000/stand/boot: monitor.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/prep/stand/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:38:50 UTC 2016 Modified Files: src/sys/arch/prep/stand/boot: monitor.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/pmax/include

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:38:18 UTC 2016 Modified Files: src/sys/arch/pmax/include: dec_prom.h Log Message: gets -> unsafe_gets; nothing uses this but let's not start by accident. (related to PR 51200) To generate a diff of this commit:

CVS commit: src/sys/arch/ofppc/stand/ofwboot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:35:38 UTC 2016 Modified Files: src/sys/arch/ofppc/stand/ofwboot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/next68k/stand/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:35:00 UTC 2016 Modified Files: src/sys/arch/next68k/stand/boot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/mvmeppc/stand/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:34:00 UTC 2016 Modified Files: src/sys/arch/mvmeppc/stand/boot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/mvme68k/stand/netboot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:33:30 UTC 2016 Modified Files: src/sys/arch/mvme68k/stand/netboot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/macppc/stand/ofwboot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:32:46 UTC 2016 Modified Files: src/sys/arch/macppc/stand/ofwboot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/arch/landisk/stand/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:31:49 UTC 2016 Modified Files: src/sys/arch/landisk/stand/boot: boot2.c monitor.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/hpcmips/stand/lcboot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:29:24 UTC 2016 Modified Files: src/sys/arch/hpcmips/stand/lcboot: main.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/bebox/stand/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:28:49 UTC 2016 Modified Files: src/sys/arch/bebox/stand/boot: monitor.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/atari/stand/bootxx

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:28:07 UTC 2016 Modified Files: src/sys/arch/atari/stand/bootxx: bootxx.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/alpha/stand/standtest

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:26:50 UTC 2016 Modified Files: src/sys/arch/alpha/stand/standtest: test.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/alpha/stand/common

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:26:07 UTC 2016 Modified Files: src/sys/arch/alpha/stand/common: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/arch/acorn32/stand/boot32

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:25:21 UTC 2016 Modified Files: src/sys/arch/acorn32/stand/boot32: boot32.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/arch/acorn26/stand/boot26

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:24:36 UTC 2016 Modified Files: src/sys/arch/acorn26/stand/boot26: boot26.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/hp300/stand

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:22:11 UTC 2016 Modified Files: src/sys/arch/hp300/stand/common: samachdep.h tgets.c src/sys/arch/hp300/stand/uboot: uboot.c Log Message: Change "tgets_s" back to "tgets". We obviously want to keep the

CVS commit: src/sys

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:20:11 UTC 2016 Modified Files: src/sys/arch/hp300/stand/common: netio.c src/sys/arch/hp300/stand/inst: inst.c src/sys/arch/i386/stand/lib: bootmenu.c menuutils.c

CVS commit: src/sys/ufs/ext2fs

2016-06-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jun 10 06:30:59 UTC 2016 Modified Files: src/sys/ufs/ext2fs: ext2fs_extents.h Log Message: needs To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/ufs/ext2fs/ext2fs_extents.h Please note that diffs are

CVS commit: src/usr.bin/indent

2016-06-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 5 18:35:32 UTC 2016 Modified Files: src/usr.bin/indent: lexi.c Log Message: Fix CSRG-era typo: typedef, not typdef. Spotted by Piotr Stefaniak. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/sys

2016-06-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jun 3 15:15:23 UTC 2016 Modified Files: src/sys/sys: ieee754.h Log Message: avoid "u_int" To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/sys/ieee754.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2016-06-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jun 3 15:15:49 UTC 2016 Modified Files: src/sys/sys: vnode.h Log Message: avoid "u_int" To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/sys/sys/vnode.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2016-06-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jun 3 15:14:57 UTC 2016 Modified Files: src/sys/sys: exec_aout.h Log Message: avoid "u_long" To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/sys/exec_aout.h Please note that diffs are not public

CVS commit: src/sys/arch/zaurus/zaurus

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 04:14:12 UTC 2016 Modified Files: src/sys/arch/zaurus/zaurus: machdep.c Log Message: PR 51196 David Binderman: simplify redundant conditional. (yet another copy) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/zaurus/stand/zboot

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 04:13:26 UTC 2016 Modified Files: src/sys/arch/zaurus/stand/zboot: boot.c Log Message: PR 51195 David Binderman: simplify redundant conditional. XXX: there are too many copies of this function floating around

CVS commit: src/sys/arch/x68k/stand/libsa

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 04:12:10 UTC 2016 Modified Files: src/sys/arch/x68k/stand/libsa: parseutils.c Log Message: PR 51194 David Binderman: simplify redundant conditional To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

<    1   2   3   4   5   6   7   8   9   10   >