CVS commit: src/games/fortune/datfiles

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

CVS commit: src/sys/kern

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

CVS commit: src/games/canfield/cfscores

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

CVS commit: src/games/canfield/cfscores

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

CVS commit: src/games/canfield/cfscores

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

CVS commit: src/games/canfield

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

CVS commit: src/games/canfield/canfield

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

CVS commit: src/bin/sh

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

CVS commit: src/bin/sh

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

CVS commit: src/bin/sh

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

CVS commit: src/lib/libc/gen

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

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

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

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

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

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

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

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

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

CVS commit: src/games/canfield/cfscores

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

CVS commit: src/etc

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

CVS commit: src/etc

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

CVS commit: src/sys/kern

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

CVS commit: src/usr.bin/getopt

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

CVS commit: src/usr.bin/make

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

CVS commit: src/sys/kern

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

CVS commit: src/lib/libterminfo

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

CVS commit: src/lib/libterminfo

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

CVS commit: src/lib/libc/rpc

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

CVS commit: src/lib/libc/rpc

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

CVS commit: src/lib/libc/rpc

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

CVS commit: src/lib/libc/rpc

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

CVS commit: src/games/pig

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:22:24 UTC 2009 Modified Files: src/games/pig: pig.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/pig/pig.c Please note that diffs are not public domain;

CVS commit: src/games/pom

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:23:20 UTC 2009 Modified Files: src/games/pom: pom.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/pom/pom.c Please note that diffs are not public domain;

CVS commit: src/games/ppt

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:24:20 UTC 2009 Modified Files: src/games/ppt: ppt.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/ppt/ppt.c Please note that diffs are not public domain;

CVS commit: src/games/primes

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:25:27 UTC 2009 Modified Files: src/games/primes: primes.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/primes/primes.c Please note that diffs are not

CVS commit: src/games/quiz

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:26:49 UTC 2009 Modified Files: src/games/quiz: quiz.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/games/quiz/quiz.c Please note that diffs are not public

CVS commit: src/games/random

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:27:24 UTC 2009 Modified Files: src/games/random: random.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/random/random.c Please note that diffs are not

CVS commit: src/games/robots

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:30:55 UTC 2009 Modified Files: src/games/robots: main.c move.c rnd_pos.c robots.h score.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/games/robots/main.c cvs

CVS commit: src/games/rogue

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:44:45 UTC 2009 Modified Files: src/games/rogue: inventory.c message.c monster.c move.c object.c pack.c random.c rogue.h room.c score.c throw.c trap.c use.c Log Message: sprinkle static To generate a

CVS commit: src/games/snake/snake

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:48:15 UTC 2009 Modified Files: src/games/snake/snake: snake.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/snake/snake/snake.c Please note that diffs are

CVS commit: src/games/snake/snscore

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:48:56 UTC 2009 Modified Files: src/games/snake/snscore: snscore.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/snake/snscore/snscore.c Please note that

CVS commit: src/games/tetris

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:51:22 UTC 2009 Modified Files: src/games/tetris: screen.c screen.h tetris.c tetris.h Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/games/tetris/screen.c cvs rdiff

CVS commit: src/games/trek

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:54:54 UTC 2009 Modified Files: src/games/trek: capture.c computer.c dumpgame.c getpar.c help.c lose.c phaser.c play.c shield.c srscan.c trek.h visual.c Log Message: sprinkle static To generate a diff

CVS commit: src/games/worm

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:56:41 UTC 2009 Modified Files: src/games/worm: worm.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/games/worm/worm.c Please note that diffs are not public

CVS commit: src/games/worms

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 08:57:30 UTC 2009 Modified Files: src/games/worms: worms.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/worms/worms.c Please note that diffs are not public

CVS commit: src/games/wump

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 09:00:10 UTC 2009 Modified Files: src/games/wump: wump.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/games/wump/wump.c Please note that diffs are not public

CVS commit: src/games/sail

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 09:05:08 UTC 2009 Modified Files: src/games/sail: extern.h globals.c lo_main.c pl_7.c player.h Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/games/sail/extern.h cvs

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 02:10:50 UTC 2009 Modified Files: src/usr.bin/error: error.h filter.c input.c main.c pi.c subr.c touch.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 03:10:03 UTC 2009 Modified Files: src/usr.bin/error: main.c Log Message: woops (doh!) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/error/main.c Please note that diffs are not public

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 03:50:02 UTC 2009 Modified Files: src/usr.bin/error: error.h filter.c input.c main.c pi.c subr.c touch.c Log Message: Sprinkle const. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 04:09:53 UTC 2009 Modified Files: src/usr.bin/error: Makefile filter.c touch.c Log Message: pass -Wshadow To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/error/Makefile cvs rdiff -u -r1.13

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 05:53:58 UTC 2009 Modified Files: src/usr.bin/error: error.h filter.c input.c main.c pi.c subr.c touch.c Log Message: Assorted minor cleanup: - use stdbool.h (partly) - move extern declarations of data to header

CVS commit: src/usr.bin/error

2009-08-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 06:59:38 UTC 2009 Modified Files: src/usr.bin/error: Makefile error.h input.c main.c pi.c subr.c touch.c Log Message: Pass WARNS=4, not without some gross preprocessor hackery. XXX: does this program actually do

CVS commit: src/games/adventure

2009-08-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 25 06:04:17 UTC 2009 Modified Files: src/games/adventure: crc.c Log Message: ANSIfy a leftover function. Also note some unportable code with a comment. Can't change it because it'd break save files, though. To

CVS commit: src/games/wump

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 00:19:52 UTC 2009 Modified Files: src/games/wump: wump.c Log Message: remove unnecessary cast To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/games/wump/wump.c Please note that diffs are not

CVS commit: src/games/arithmetic

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 00:21:45 UTC 2009 Modified Files: src/games/arithmetic: arithmetic.c Log Message: remove unnecessary casts To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/games/arithmetic/arithmetic.c Please

CVS commit: src/games/dm

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 00:22:29 UTC 2009 Modified Files: src/games/dm: dm.c Log Message: remove unnecessary cast To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/games/dm/dm.c Please note that diffs are not public

CVS commit: src/games/quiz

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 00:24:11 UTC 2009 Modified Files: src/games/quiz: quiz.c Log Message: Use standard C: 'unsigned', not 'u_int' To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/games/quiz/quiz.c Please note that

CVS commit: src/games/quiz

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 00:31:12 UTC 2009 Modified Files: src/games/quiz: quiz.c rxp.c Log Message: ANSIfy function definitions To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/quiz/quiz.c cvs rdiff -u -r1.12 -r1.13

CVS commit: src/games/hunt

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 00:36:33 UTC 2009 Modified Files: src/games/hunt/hunt: playit.c src/games/hunt/huntd: answer.c faketalk.c Log Message: u_int32_t - uint32_t To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/games/fortune/fortune

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 00:40:44 UTC 2009 Modified Files: src/games/fortune/fortune: fortune.c Log Message: remove unnecessary casts To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/games/fortune/fortune/fortune.c Please

CVS commit: src/games/fortune/fortune

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 00:42:11 UTC 2009 Modified Files: src/games/fortune/fortune: fortune.c Log Message: Use correct type for malloc sizes (size_t, not unsigned) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/games/fortune/fortune

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 00:43:31 UTC 2009 Modified Files: src/games/fortune/fortune: fortune.c Log Message: remove more unnecessary casts To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/games/fortune/fortune/fortune.c

CVS commit: src/games/fortune/fortune

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 01:19:38 UTC 2009 Modified Files: src/games/fortune/fortune: fortune.c Log Message: Sprinkle some size_t in places where it's better than int. (Reduces casts.) To generate a diff of this commit: cvs rdiff -u -r1.55

CVS commit: src/games/fortune/fortune

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 01:40:27 UTC 2009 Modified Files: src/games/fortune/fortune: fortune.c Log Message: ANSIfy function definitions. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/games/fortune/fortune/fortune.c

CVS commit: src/games/fortune/fortune

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 01:42:08 UTC 2009 Modified Files: src/games/fortune/fortune: fortune.c Log Message: Prevent nasal demons in a case I spotted while preparing the previous. To generate a diff of this commit: cvs rdiff -u -r1.57

CVS commit: src/games/fortune/fortune

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 03:09:17 UTC 2009 Modified Files: src/games/fortune/fortune: fortune.c Log Message: Instead of trying to cons up a regexp that ignores case, use REG_ICASE. This makes fortune -im work; it's been broken since

CVS commit: src/usr.bin/calendar

2009-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 27 04:18:30 UTC 2009 Modified Files: src/usr.bin/calendar: calendar.1 Log Message: Make documentation of -f flag match the implementation. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/compat/linux/common

2009-08-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 28 01:39:03 UTC 2009 Modified Files: src/sys/compat/linux/common: linux_uselib.c Log Message: Another one that needs sys/exec_aout.h. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/compat/irix

2009-08-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 31 05:34:16 UTC 2009 Modified Files: src/sys/compat/irix: irix_fcntl.c Log Message: Use uintptr_t instead of int when munging fcntl flags, which are pointer-sized integers. Now builds in a 64-bit world, might even work

CVS commit: src/sys/compat/irix

2009-08-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 31 05:36:23 UTC 2009 Modified Files: src/sys/compat/irix: irix_kmem.c Log Message: Use uintptr_t instead of uint32_t as an intermediate stage when casting from off_t to a pointer. This way it compiles in a 64-bit world.

CVS commit: src/doc

2009-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 31 06:21:54 UTC 2009 Modified Files: src/doc: RESPONSIBLE Log Message: if we're updating this... add myself under make and lfs, and add a line for vfs. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/bin/rcp

2009-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 31 07:11:17 UTC 2009 Modified Files: src/bin/rcp: rcp.c Log Message: Fix up seriously borked mallocing of a static buffer, which seems to have been this way since at least 4.4. This will still dump core if malloc fails

CVS commit: src/games/phantasia

2009-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 31 08:27:16 UTC 2009 Modified Files: src/games/phantasia: fight.c gamesupport.c interplayer.c io.c main.c misc.c phantglobs.c setup.c Removed Files: src/games/phantasia: include.h Log Message:

CVS commit: src/usr.bin/make

2009-09-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Sep 3 06:45:24 UTC 2009 Modified Files: src/usr.bin/make: main.c Log Message: Use the W* macros to test wait results. (Mentioned by Joerg in chat a few days ago.) To generate a diff of this commit: cvs rdiff -u -r1.171

CVS commit: src/usr.bin/skeyinfo

2009-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 06:13:34 UTC 2009 Modified Files: src/usr.bin/skeyinfo: skeyinfo.c Log Message: Tidy up error messages. Prompted by PR 41993 from Bug Hunting, but more comprehensive. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/skeyinfo

2009-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 06:15:24 UTC 2009 Modified Files: src/usr.bin/skeyinfo: skeyinfo.c Log Message: ANSIfy and sort includes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/skeyinfo/skeyinfo.c Please note that

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

2009-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 06:18:55 UTC 2009 Modified Files: src/external/gpl2/xcvs/dist/src: filesubr.c Log Message: Check group membership correctly; ingroup() returns a truth value, not a gid. PR bin/41995. To generate a diff of this

CVS commit: src/lib/libc/citrus

2009-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 06:44:27 UTC 2009 Modified Files: src/lib/libc/citrus: citrus_iconv.c Log Message: Add parentheses around a misleading string constant concatenation, from (my own, very old) PR 36064. To generate a diff of this

CVS commit: src/usr.bin/ldd

2009-09-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 7 04:49:03 UTC 2009 Modified Files: src/usr.bin/ldd: ldd.h ldd_elfxx.c Log Message: Sprinkle a little const. no object diffs To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/ldd/ldd.h

CVS commit: src/usr.bin/ldd

2009-09-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 7 17:56:52 UTC 2009 Modified Files: src/usr.bin/ldd: ldd.1 ldd.c Log Message: Add an -o option that behaves like nm -o. Implementation from a suggestion by jmcneill (thanks!); ok mrg. Closes PR 41994. To generate a

CVS commit: src/games/tetris

2009-09-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 8 13:38:01 UTC 2009 Modified Files: src/games/tetris: scores.c Log Message: Disable writing scores when built for /rescue. PR 42009 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/etc/defaults

2009-09-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 19 19:47:48 UTC 2009 Modified Files: src/etc/defaults: rc.conf Log Message: Make rtsold_flags default to -a as per PR 39657. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/etc/defaults/rc.conf

CVS commit: src

2009-09-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 27 17:19:07 UTC 2009 Modified Files: src/share/man/man9: namei.9 src/sys/kern: vfs_lookup.c src/sys/nfs: nfs_serv.c nfs_srvsubs.c src/sys/sys: namei.src Log Message: Rename lookup() to

CVS commit: src/sys

2009-09-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 27 17:21:22 UTC 2009 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.4 -r1.5

CVS commit: src

2009-09-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 27 17:23:54 UTC 2009 Modified Files: src/share/man/man9: namei.9 src/sys/kern: vfs_lookup.c src/sys/nfs: nfs_srvsubs.c src/sys/sys: namei.src Log Message: Move a big wodge of symlink-following

CVS commit: src/sys

2009-09-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 27 17:24:32 UTC 2009 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: regen again (forgot both patches touched namei.h) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/sys

2009-09-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 27 17:25:25 UTC 2009 Modified Files: src/sys/sys: param.h Log Message: 5.99.19: need new nfs modules. To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/sys/ufs/ufs

2009-09-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 28 00:39:03 UTC 2009 Modified Files: src/sys/ufs/ufs: ufs_lookup.c Log Message: Avoid nasal demons. Code of the form vput(vp); error = VFS_VGET(vp-v_mount, ...); just isn't right. Because of vnode caching this

CVS commit: src/usr.bin/units

2011-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 28 00:08:47 UTC 2011 Modified Files: src/usr.bin/units: units.lib Log Message: Update radioactivity-related units from http://physics.nist.gov/cuu/Units/. The prior definition of sievert was, as far as I can tell,

CVS commit: src/usr.bin/units

2011-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 28 00:14:51 UTC 2011 Modified Files: src/usr.bin/units: units.1 Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/units/units.1 Please note that diffs are not public

CVS commit: src/usr.sbin/ypbind

2011-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Mar 30 05:24:06 UTC 2011 Modified Files: src/usr.sbin/ypbind: ypbind.c Log Message: Don't cast return value of malloc To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/ypbind/ypbind.c Please note

CVS commit: src/usr.bin/units

2011-04-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Apr 3 19:25:05 UTC 2011 Modified Files: src/usr.bin/units: units.1 Log Message: remove stray extra word To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/units/units.1 Please note that diffs are

CVS commit: src/usr.bin/units

2011-04-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Apr 3 19:44:15 UTC 2011 Modified Files: src/usr.bin/units: units.1 Log Message: Expand user warning (adding examples) and move to CAVEATS as it's not fixable. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src

2011-04-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Apr 10 22:46:09 UTC 2011 Modified Files: src: UPDATING Log Message: Update this weekend's note on cleaning gcc: you need to clean binutils too. To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/UPDATING

CVS commit: src/tests/lib/libcurses/slave

2011-04-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Apr 10 23:31:30 UTC 2011 Modified Files: src/tests/lib/libcurses/slave: curses_commands.c Log Message: Fix obvious bug. (note: this file still doesn't build on amd64) To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/kern

2011-04-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 11 01:35:00 UTC 2011 Modified Files: src/sys/kern: vfs_lookup.c Log Message: ZZmsg To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/kern/vfs_lookup.c Please note that diffs are not public

CVS commit: src/sys/kern

2011-04-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 11 01:35:55 UTC 2011 Modified Files: src/sys/kern: vfs_lookup.c Log Message: ZZmsg To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/sys/kern/vfs_lookup.c Please note that diffs are not public

CVS commit: src/sys/kern

2011-04-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 11 01:36:28 UTC 2011 Modified Files: src/sys/kern: vfs_lookup.c Log Message: ZZmsg To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/kern/vfs_lookup.c Please note that diffs are not public

CVS commit: src/sys/kern

2011-04-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 11 01:36:59 UTC 2011 Modified Files: src/sys/kern: vfs_lookup.c Log Message: ZZmsg To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/kern/vfs_lookup.c Please note that diffs are not public

CVS commit: src/sys/kern

2011-04-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 11 01:37:14 UTC 2011 Modified Files: src/sys/kern: vfs_lookup.c Log Message: ZZmsg To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/kern/vfs_lookup.c Please note that diffs are not public

CVS commit: src/sys/kern

2011-04-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 11 01:37:43 UTC 2011 Modified Files: src/sys/kern: vfs_lookup.c Log Message: ZZmsg To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/sys/kern/vfs_lookup.c Please note that diffs are not public

CVS commit: src/sys/kern

2011-04-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 11 01:38:10 UTC 2011 Modified Files: src/sys/kern: vfs_lookup.c Log Message: ZZmsg To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/sys/kern/vfs_lookup.c Please note that diffs are not public

  1   2   3   4   5   6   7   8   9   10   >