CVS commit: src/games/gomoku

2009-06-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 06:27:47 UTC 2009 Modified Files: src/games/gomoku: gomoku.h main.c pickmove.c Log Message: Make a couple of the logging/printing functions printf-alikes. This removes most of the calls to sprintf. To generate a

CVS commit: src/games/gomoku

2009-06-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 06:47:36 UTC 2009 Modified Files: src/games/gomoku: gomoku.h main.c Log Message: Remove global scratch string buffer. Don't zoom off the end while reading user input, either. To generate a diff of this commit: cvs

CVS commit: src/games/ching

2009-06-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 06:51:11 UTC 2009 Modified Files: src/games/ching: Makefile.inc Log Message: Set WARNS=4 here. This got missed on my previous WARNS sweep in games. Everything appears to compile ok with WARNS=4 anyway though. To

CVS commit: src/games/gomoku

2009-06-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 07:01:16 UTC 2009 Modified Files: src/games/gomoku: main.c pickmove.c Log Message: Rectify non-compiling code that appears when DEBUG is defined. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/usr.sbin/crash

2009-06-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 4 12:19:35 UTC 2009 Modified Files: src/usr.sbin/crash: Makefile Log Message: Avoid -mcmodel=kernel so that we can build in PIC mode. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/compat/linux32

2009-06-04 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Jun 4 17:59:30 UTC 2009 Modified Files: src/sys/compat/linux32/arch/amd64: syscalls.master src/sys/compat/linux32/common: linux32_stat.c Log Message: Add stat/lstat/fstat syscalls. To generate a diff of this commit:

CVS commit: src/sys/ddb

2009-06-04 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 5 04:31:47 UTC 2009 Modified Files: src/sys/ddb: db_command.c Log Message: extend 'show event' to take /i /t and /m modifiers, to select interrupt, trap or misc event types. you can mix them with /f as well, to show all

CVS commit: src/share/man/man4

2009-06-04 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 5 04:40:23 UTC 2009 Modified Files: src/share/man/man4: ddb.4 Log Message: extend 'show event' to take /i /t and /m modifiers, to select interrupt, trap or misc event types. you can mix them with /f as well, to show all