CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 02:53:11 UTC 2014 Modified Files: src/games/hunt/hunt: server.c Log Message: name reform, fewer file statics To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/games/hunt/hunt/server.c Please note

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 02:58:25 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c hunt_private.h server.c Log Message: unexpose some globals that server.c previously required To generate a diff of this commit: cvs rdiff -u -r1.48

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 03:26:19 UTC 2014 Modified Files: src/games/hunt/hunt: server.c Log Message: more cleanup To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/hunt/hunt/server.c Please note that diffs are not

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 03:35:26 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c hunt_private.h Log Message: use fewer globals To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/games/hunt/hunt/hunt.c cvs rdiff -u

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 04:31:21 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c hunt_private.h server.c Log Message: Clean up the handling of the list of hunt daemons. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 04:39:40 UTC 2014 Modified Files: src/games/hunt/hunt: server.c Log Message: Tidy up list of broadcast addresses. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/hunt/hunt/server.c Please

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 04:40:50 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c Log Message: fix obvious mistake (seems to have been there since 4.4) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 04:57:37 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c server.c Log Message: I wish the socket API didn't require casts. Easy to mess them up. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:14:47 UTC 2014 Modified Files: src/games/hunt/hunt: connect.c hunt.c hunt_private.h otto.c playit.c Log Message: Naming reform for socket pieces, akin to what I did in huntd earlier. (but not as comprehensive)

CVS commit: src/games/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:30:28 UTC 2014 Modified Files: src/games/hunt/hunt: connect.c hunt.c hunt_private.h playit.c src/games/hunt/huntd: answer.c hunt.h src/games/hunt/include: hunt_common.h Log Message: Remove SHORTLEN

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:38:13 UTC 2014 Modified Files: src/games/hunt/hunt: playit.c Log Message: Instead of #define STDIN 0, use STDIN_FILENO. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/hunt/hunt/playit.c

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:41:50 UTC 2014 Modified Files: src/games/hunt/hunt: playit.c Log Message: fix off-by-one To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/hunt/hunt/playit.c Please note that diffs are not

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:44:56 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c playit.c Log Message: don't use the preprocessor to rename curses functions, just call them To generate a diff of this commit: cvs rdiff -u -r1.55

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:46:54 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c Log Message: curses has printw, use it. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/games/hunt/hunt/hunt.c Please note that diffs

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:48:36 UTC 2014 Modified Files: src/games/hunt/hunt: playit.c Log Message: Use the curses beep function instead of writing a beep to stdout. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:53:12 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c hunt.h Log Message: Use bool (not int) for a boolean return type. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys

2014-03-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 06:03:38 UTC 2014 Modified Files: src/sys/arch/hp300/hp300: autoconf.c src/sys/compat/linux/common: linux_ioctl.c Log Message: typos in comments To generate a diff of this commit: cvs rdiff -u -r1.102

CVS commit: src/sys/fs/cd9660

2014-03-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 24 04:03:25 UTC 2014 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: Tidy up locking in cd9660_mount; thrash the lock less, and make it clear that the lock is only dropped when calling iso_mountfs().

CVS commit: src/games/gomoku

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 18:58:57 UTC 2014 Modified Files: src/games/gomoku: bdisp.c gomoku.h Log Message: move extern decls to .h files To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/gomoku/bdisp.c cvs rdiff -u

CVS commit: src/games/tetris

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 19:05:30 UTC 2014 Modified Files: src/games/tetris: scores.c Log Message: Revert part of previous -r1.21 and fix the errno-handling bug instead. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/games/adventure

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 20:07:05 UTC 2014 Modified Files: src/games/adventure: init.c Log Message: tag decl() __noinline, as inlining it would defeat its purpose (which is to not have interesting string literals appear in the compiled

CVS commit: src/games/adventure

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:04:40 UTC 2014 Modified Files: src/games/adventure: save.c Log Message: Minor tidyup. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/adventure/save.c Please note that diffs are not

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:09:14 UTC 2014 Modified Files: src/games/atc: grammar.y list.c Log Message: Don't cast the return value of malloc. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/atc/grammar.y cvs rdiff

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:24:21 UTC 2014 Modified Files: src/games/atc: graphics.c input.c struct.h update.c Log Message: Make some things unsigned that should be (why would we need e.g. a negative number of airports?) and remove some

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:33:35 UTC 2014 Modified Files: src/games/atc: graphics.c struct.h Log Message: woops, more of previous. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/atc/graphics.c cvs rdiff -u -r1.7

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:45:05 UTC 2014 Modified Files: src/games/atc: input.c struct.h update.c Log Message: use more suitable types To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/atc/input.c cvs rdiff -u -r1.8

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:47:07 UTC 2014 Modified Files: src/games/atc: input.c Log Message: use a more suitable type To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/games/atc/input.c Please note that diffs are not

CVS commit: src/games/atc

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 22:58:56 UTC 2014 Modified Files: src/games/atc: def.h extern.h input.c main.c struct.h update.c Log Message: Make the list of place types an enumeration. Use unsigned values for place numbers. To generate a diff

CVS commit: src/games/backgammon/backgammon

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:10:36 UTC 2014 Modified Files: src/games/backgammon/backgammon: main.c Log Message: don't declare ospeed; it's in termcap.h To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/games/battlestar

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:16:21 UTC 2014 Modified Files: src/games/battlestar: extern.h Log Message: Use CHAR_BIT, not 8. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/games/battlestar/extern.h Please note that diffs

CVS commit: src/games/battlestar

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:23:55 UTC 2014 Modified Files: src/games/battlestar: extern.h Log Message: avoid signed left-shift To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/games/battlestar/extern.h Please note that

CVS commit: src/games/battlestar

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:31:28 UTC 2014 Modified Files: src/games/battlestar: command5.c Log Message: avoid unnecessary floating point ops To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/battlestar/command5.c

CVS commit: src/games/battlestar

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:33:33 UTC 2014 Modified Files: src/games/battlestar: extern.h init.c Log Message: Use random(), not rand(). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/games/battlestar/extern.h cvs rdiff

CVS commit: src/games/boggle/boggle

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:39:04 UTC 2014 Modified Files: src/games/boggle/boggle: bog.c Log Message: use size_t instead of int for a length To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/games/boggle/boggle/bog.c

CVS commit: src/games/canfield/canfield

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:42:48 UTC 2014 Modified Files: src/games/canfield/canfield: canfield.c Log Message: Use uid_t to hold getuid() results, and don't check getuid for failure as it isn't allowed to fail. To generate a diff of this

CVS commit: src/games/canfield/cfscores

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:45:34 UTC 2014 Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Use ssize_t for read() results. Don't use int for lseek() results. To generate a diff of this commit: cvs rdiff -u -r1.21

CVS commit: src/games/canfield/canfield

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:47:03 UTC 2014 Modified Files: src/games/canfield/canfield: canfield.c Log Message: Use ssize_t for read() results. Don't use int for lseek() results. Call srandom() with time(), not getpid(). To generate a diff

CVS commit: src/games/quiz

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 00:07:15 UTC 2014 Modified Files: src/games/quiz: quiz.c Log Message: fix signedness issue To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/games/quiz/quiz.c Please note that diffs are not public

CVS commit: src/games/number

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 00:03:05 UTC 2014 Modified Files: src/games/number: number.c Log Message: gratuitous (but not harmful) changes to pass gcc48's -Wconversion To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/games

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 00:17:40 UTC 2014 Modified Files: src/games: Makefile.inc Log Message: Add note cautioning against bothering with WARNS=6 until gcc improves (or -Wconversion is removed from WARNS=6) as it produces loads of false

CVS commit: src/share/man/man4

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 00:48:08 UTC 2014 Modified Files: src/share/man/man4: options.4 Log Message: Revise documentation of QUOTA and QUOTA2 options to make it clear that these are FFS options. (QUOTA2 also works with mfs. AFAIK,

CVS commit: src/share/man/man4

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 00:50:20 UTC 2014 Modified Files: src/share/man/man4: options.4 Log Message: Fix the heading for ext2fs options to be consistent with the others. To generate a diff of this commit: cvs rdiff -u -r1.436 -r1.437

CVS commit: src/external/historical/nawk/bin

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 01:29:12 UTC 2014 Modified Files: src/external/historical/nawk/bin: awk.1 Log Message: Change the argument names in the prototypes and discussion for sub/gsub to match those in gensub. Noted by Kai-Uwe Eckhardt in PR

CVS commit: src/usr.bin/xlint/lint1

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 04:58:16 UTC 2014 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/usr.bin/xlint/lint1/cgram.y Please note that diffs

CVS commit: src/bin/ed

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 05:06:42 UTC 2014 Modified Files: src/bin/ed: buf.c cbc.c ed.h glbl.c io.c main.c re.c sub.c undo.c Log Message: sprintf considered harmful To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/bin/sh

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 05:07:59 UTC 2014 Modified Files: src/bin/sh: histedit.c Log Message: don't use sprintf To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/bin/sh/histedit.c Please note that diffs are not public

CVS commit: src/sbin/amrctl

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 05:09:56 UTC 2014 Modified Files: src/sbin/amrctl: amrctl.c Log Message: don't use sprintf To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/amrctl/amrctl.c Please note that diffs are not

CVS commit: src/sbin/newfs_sysvbfs

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 05:10:56 UTC 2014 Modified Files: src/sbin/newfs_sysvbfs: newfs_sysvbfs.c Log Message: don't use sprintf To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/newfs_sysvbfs/newfs_sysvbfs.c Please

CVS commit: src/sbin/resize_lfs

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 05:26:23 UTC 2014 Modified Files: src/sbin/resize_lfs: resize_lfs.c Log Message: don't use sprintf To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sbin/resize_lfs/resize_lfs.c Please note that

CVS commit: src/sbin/routed/rtquery

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 05:36:58 UTC 2014 Modified Files: src/sbin/routed/rtquery: rtquery.c Log Message: don't use sprintf To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sbin/routed/rtquery/rtquery.c Please note that

CVS commit: src/sbin/resize_lfs

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 05:38:14 UTC 2014 Modified Files: src/sbin/resize_lfs: resize_lfs.c Log Message: missed one To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/resize_lfs/resize_lfs.c Please note that diffs are

CVS commit: src/sbin/fsck_lfs

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 05:39:32 UTC 2014 Modified Files: src/sbin/fsck_lfs: inode.c Log Message: don't use sprintf To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sbin/fsck_lfs/inode.c Please note that diffs are not

CVS commit: src/sys/dev/videomode

2014-03-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Mar 21 22:00:00 UTC 2014 Modified Files: src/sys/dev/videomode: vesagtf.c Log Message: spelling in comments To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/videomode/vesagtf.c Please note that

CVS commit: src/tests/rump/kernspace

2014-03-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Mar 21 22:18:57 UTC 2014 Modified Files: src/tests/rump/kernspace: tsleep.c Log Message: remove sys/simplelock.h (straggler) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/rump/kernspace/tsleep.c

CVS commit: othersrc/external/bsd/bsd-pkg-config/dist/tests

2014-03-18 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Tue Mar 18 05:59:44 UTC 2014 Added Files: othersrc/external/bsd/bsd-pkg-config/dist/tests: Makefile README.test basetest.better basetest.good basetest.sh package-query-libtuff-4.better

CVS commit: othersrc/external/bsd/bsd-pkg-config/dist/tests

2014-03-18 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Tue Mar 18 13:22:01 UTC 2014 Modified Files: othersrc/external/bsd/bsd-pkg-config/dist/tests: basetest.good package-query-libtuff-4.good package-query-y11.good package-query-ykbproto.good

CVS commit: src/usr.bin/login

2014-03-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 16 00:33:13 UTC 2014 Modified Files: src/usr.bin/login: login.c Log Message: Fix gcc48 build without Kerberos. While here, rectify related bug where if gethostname() failed, login would null-terminate uninitialized

CVS commit: src/usr.bin/su

2014-03-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 16 01:07:46 UTC 2014 Modified Files: src/usr.bin/su: su.c Log Message: Fix gcc48 build. No obvious reason why nobody else has hit this... To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71

CVS commit: src/sys/dev/mscp

2014-03-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 16 05:49:41 UTC 2014 Modified Files: src/sys/dev/mscp: mscp_disk.c Log Message: typo in previous To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/mscp/mscp_disk.c Please note that diffs are

CVS commit: src/lib/libpthread

2014-03-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Mar 12 07:32:46 UTC 2014 Modified Files: src/lib/libpthread: pthread_cancel.3 Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread/pthread_cancel.3 Please note that diffs are

CVS commit: othersrc/external/bsd/bikeshed/dist/design

2014-03-05 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Thu Mar 6 05:24:08 UTC 2014 Modified Files: othersrc/external/bsd/bikeshed/dist/design: requirements.txt Log Message: a couple minor adjustments, sitting around since last july To generate a diff of this commit: cvs

CVS commit: src/games/fortune/datfiles

2014-02-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Feb 22 17:21:19 UTC 2014 Modified Files: src/games/fortune/datfiles: fortunes2 Log Message: fix typo, from Henning Petersen in PR misc/48613 To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/lib/libc/sys

2014-02-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Feb 22 17:26:41 UTC 2014 Modified Files: src/lib/libc/sys: pipe.2 Log Message: pipe2 requires fcntl.h for its flags; PR 48614 from Steffen Daode Nurpmeso. Also fix the wording for EINVAL as suggested by Robert Elz. To

CVS commit: src/share/man/man4

2014-02-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Feb 22 17:29:13 UTC 2014 Modified Files: src/share/man/man4: multicast.4 Log Message: Fix examples, from Henning Petersen in PR misc/48612. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: othersrc/external/bsd/jetlib

2014-02-05 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Thu Feb 6 04:57:02 UTC 2014 Added Files: othersrc/external/bsd/jetlib: README TODO othersrc/external/bsd/jetlib/lib/libjet: Makefile jetfromtext.c jetlib.c jetlib.h jettobin.c jettotext.c Log Message:

CVS commit: src/lib/libc/atomic

2014-02-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 2 17:30:06 UTC 2014 Modified Files: src/lib/libc/atomic: atomic_cas.3 Log Message: Rework description for clarity; prompted by chat comments from bad@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/atomic

2014-02-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 2 17:32:38 UTC 2014 Modified Files: src/lib/libc/atomic: atomic_cas.3 Log Message: Reorg second paragraph too, to group related info together. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/atomic

2014-02-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 2 18:06:33 UTC 2014 Modified Files: src/lib/libc/atomic: atomic_cas.3 Log Message: bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/atomic/atomic_cas.3 Please note that

CVS commit: src/share/man/man7

2014-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jan 9 18:55:41 UTC 2014 Modified Files: src/share/man/man7: symlink.7 Log Message: Clarify the behavior of the @machine and @machine_arch magic links relative to uname output when running in emulations: the magic links are

CVS commit: src/sys/arch

2014-01-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jan 9 00:57:25 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c Log Message: Make the amd64 post-halt-press-a-key code match i386, and introduce into both a message for

CVS commit: src/share/man/man4

2013-12-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Dec 30 08:42:00 UTC 2013 Modified Files: src/share/man/man4: fd.4 Log Message: Add cross reference to mount_fdesc(8), as noted a while back in PR 45694. Also add a note that the floppy driver is documented in fdc(4). Bump

CVS commit: src/sbin/mount_fdesc

2013-12-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Dec 30 08:43:22 UTC 2013 Modified Files: src/sbin/mount_fdesc: mount_fdesc.8 Log Message: Add crossreference to fd(4) as noted a while back in PR 45694. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/lib/libc/sys

2013-12-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Dec 28 20:03:22 UTC 2013 Modified Files: src/lib/libc/sys: fcntl.2 Log Message: O_SYNC, not O_FSYNC. Spotted by beatnix on freenode. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/fcntl.2

CVS commit: src/lib/libc/sys

2013-12-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Dec 24 22:31:11 UTC 2013 Modified Files: src/lib/libc/sys: dup.2 Log Message: Rewrite for clarity and add an example. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/dup.2 Please note that

CVS commit: src/lib/libc/sys

2013-12-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Dec 25 00:58:50 UTC 2013 Modified Files: src/lib/libc/sys: nanosleep.2 Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/sys/nanosleep.2 Please note that diffs are not public

CVS commit: src/share/man/man7

2013-12-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Dec 23 17:44:05 UTC 2013 Modified Files: src/share/man/man7: hier.7 Log Message: Note the existence of /libdata. PR 48471 from David H. Gutteridge, with a couple minor adjustments. To generate a diff of this commit: cvs

CVS commit: xsrc/xfree/xc/programs/xdm

2013-12-23 Thread David A. Holland
Module Name:xsrc Committed By: dholland Date: Mon Dec 23 23:14:22 UTC 2013 Modified Files: xsrc/xfree/xc/programs/xdm: access.c Log Message: Don't crash if the local hostname doesn't resolve. PR 26998 To generate a diff of this commit: cvs rdiff -u -r1.1.1.8 -r1.2

CVS commit: src/etc

2013-12-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 22 01:18:28 UTC 2013 Modified Files: src/etc: man.conf Log Message: Fix _crunch entries, which accidentally got changed from compression operations to decompression operations nearly two years ago. They are used only by

CVS commit: src/games/fortune/datfiles

2013-12-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Dec 11 14:56:10 UTC 2013 Modified Files: src/games/fortune/datfiles: fortunes2 Log Message: another minor fix To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/games/fortune/datfiles/fortunes2 Please note

CVS commit: src/games/fortune/datfiles

2013-12-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Dec 11 14:59:47 UTC 2013 Modified Files: src/games/fortune/datfiles: fortunes2 Log Message: remove duplicate To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/games/fortune/datfiles/fortunes2 Please note

CVS commit: src/bin/cp

2013-12-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Dec 11 06:00:11 UTC 2013 Modified Files: src/bin/cp: utils.c Log Message: Remove entirely bogus /* NOTREACHED */ annotation. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/bin/cp/utils.c Please note

CVS commit: src/lib/libc

2013-12-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 8 21:29:15 UTC 2013 Modified Files: src/lib/libc: shlib_version Log Message: add note about gets() To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/lib/libc/shlib_version Please note that diffs

CVS commit: src/games/colorbars

2013-12-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Dec 7 02:24:12 UTC 2013 Modified Files: src/games/colorbars: Makefile Log Message: WARNS=5 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/games/colorbars/Makefile Please note that diffs are not public

CVS commit: src/usr.bin/msgs

2013-11-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 24 19:49:22 UTC 2013 Modified Files: src/usr.bin/msgs: msgs.1 Log Message: Fix documentation of how to expire old messages. For some reason the expiration period must be given as a negative number, indicating how many

CVS commit: src/etc

2013-11-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 24 07:20:01 UTC 2013 Modified Files: src/etc: hosts Log Message: Replace the comment on this file. It appears to date back to CSRG days and in particular was clearly last edited before nsswitch.conf existed. To

CVS commit: src/sys/ufs/lfs

2013-11-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Nov 22 02:02:35 UTC 2013 Modified Files: src/sys/ufs/lfs: ulfs_quota.c Log Message: fix typo; hi christos To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/lfs/ulfs_quota.c Please note that diffs

CVS commit: src/sys/ufs/ufs

2013-11-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Nov 16 17:04:53 UTC 2013 Modified Files: src/sys/ufs/ufs: ufs_quota.c Log Message: tidy the QUOTA2 blocks a bit more To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/ufs/ufs/ufs_quota.c Please note

CVS commit: src/sys/ufs/lfs

2013-11-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Nov 16 17:15:30 UTC 2013 Modified Files: src/sys/ufs/lfs: ulfs_quota.c Log Message: This is now equivalent to ufs_quota.c -r1.115. (it isn't quite the same textually in a few places but this doesn't really matter) To

CVS commit: src/sys/ufs/ffs

2013-11-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Nov 12 03:29:22 UTC 2013 Modified Files: src/sys/ufs/ffs: ffs_alloc.c Log Message: clarify warning printout To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sys/ufs/ffs/ffs_alloc.c Please note that

CVS commit: src/usr.bin/make

2013-11-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Nov 7 18:50:46 UTC 2013 Modified Files: src/usr.bin/make: make.1 Log Message: apostrophe's do not make plural's. To generate a diff of this commit: cvs rdiff -u -r1.225 -r1.226 src/usr.bin/make/make.1 Please note that

CVS commit: src/share/man/man4

2013-10-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Oct 13 21:09:35 UTC 2013 Modified Files: src/share/man/man4: options.4 Log Message: Reorganize the file-system-related options; put options for each fs type (or group of fs types) in its own subsection and put the

CVS commit: src/share/man/man4

2013-10-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Oct 13 21:17:35 UTC 2013 Modified Files: src/share/man/man4: options.4 Log Message: Add LFS options, both preexisting and UFS-derived. Leave the ones that are not yet believed to work commented out. Ride previous date bump.

CVS commit: src/sys/sys

2013-10-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 7 07:11:40 UTC 2013 Modified Files: src/sys/sys: sdt.h Log Message: Use uint32_t, not u_int32_t; makes this file standalone like it ought to be. PR 45693. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.bin/cdplay

2013-10-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 7 00:16:19 UTC 2013 Modified Files: src/usr.bin/cdplay: cdplay.c Log Message: Merge some of the cleanup from PR 21894. Do a bit more of my own. lint still squawks quite a bit, and it woudl probably be worthwhile for

CVS commit: src/usr.bin/iconv

2013-10-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 7 02:00:46 UTC 2013 Modified Files: src/usr.bin/iconv: iconv.c Log Message: Save errno around fwrite(), which can otherwise trash it; PR 47813. This appears to fully resolve the problem described in the PR, even though

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

2013-10-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 7 04:04:58 UTC 2013 Modified Files: src/share/man/man4/man4.x86: vmt.4 Log Message: Update SYNOPSIS; PR 48080. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.x86/vmt.4

CVS commit: src/sbin/route

2013-10-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 7 05:06:45 UTC 2013 Modified Files: src/sbin/route: route.8 Log Message: english usage patrol To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sbin/route/route.8 Please note that diffs are not

CVS commit: src/sys/ufs/lfs

2013-10-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 7 05:19:23 UTC 2013 Modified Files: src/sys/ufs/lfs: lfs_syscalls.c Log Message: Remove stray KERNEL_UNLOCK_ONE() in error path of lfs_markv(). From Wolfgang Stukenbrock in PR 44370. This error path is only reachable

CVS commit: src/share/doc/psd/05.sysman

2013-10-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Oct 6 05:45:19 UTC 2013 Modified Files: src/share/doc/psd/05.sysman: 0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t 2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t Makefile a.t Log Message: I'm a document, Jim, not a

CVS import: src/sys/fs/nfs

2013-09-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 30 07:19:57 UTC 2013 Update of /cvsroot/src/sys/fs/nfs In directory ivanova.netbsd.org:/tmp/cvs-serv17689 Log Message: Import FreeBSD's newnfs nfs client and server code. This contains nfsv4 as well as new implementations of

<    5   6   7   8   9   10   11   12   13   14   >