CVS commit: src/sys/dev/pci/ixgbe

2012-06-18 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Jun 18 06:21:11 UTC 2012 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Missed one of the (void *) casts on the args to sysctl_createv(). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/llvm

2012-06-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jun 18 15:53:22 UTC 2012 Modified Files: src/external/bsd/llvm: Makefile.inc Log Message: Update to r158657, which actually has the fix for LVM's uninitialised memory warning. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/syslogd

2012-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 18 19:17:43 UTC 2012 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: don't call isatty() to the fd before opening it. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110

CVS commit: src/usr.sbin/rpc.lockd

2012-06-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jun 18 20:30:33 UTC 2012 Modified Files: src/usr.sbin/rpc.lockd: lock_proc.c Log Message: Fix broken IPv6 support. My Mac OS X Lion NFS client now happily talks to my NetBSD 6.0_BETA2 NFS server over IPv6. To generate a diff

CVS commit: src/sys/dev/ic

2012-06-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 18 21:23:56 UTC 2012 Modified Files: src/sys/dev/ic: ncr53c9x.c Log Message: When issuing a non-dma command, make sure to set the remaining length of command to be transfered via dma (sc_cmdlen) to zero upfront, otherwise

CVS commit: src/games/fortune/datfiles

2012-06-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 19 04:59:19 UTC 2012 Modified Files: src/games/fortune/datfiles: fortunes-o.real Log Message: Typo. Reported by I-forget-who-but-they'd-probably-rather-not-be-credited, during the -6 freeze, and then forgotten until

CVS commit: src/games/larn

2012-06-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 19 05:30:44 UTC 2012 Modified Files: src/games/larn: create.c diag.c display.c global.c help.c io.c main.c monster.c moreobj.c movem.c nap.c object.c regen.c savelev.c scores.c signal.c store.c

CVS commit: src/games/monop

2012-06-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 19 05:35:32 UTC 2012 Modified Files: src/games/monop: cards.c execute.c getinp.c houses.c jail.c misc.c monop.c morg.c print.c prop.c rent.c roll.c spec.c trade.c Log Message: WARNS=5 To generate a diff of

CVS commit: src/games/hangman

2012-06-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 19 05:45:00 UTC 2012 Modified Files: src/games/hangman: endgame.c getguess.c getword.c main.c playgame.c prdata.c prman.c prword.c setup.c Log Message: WARNS=5 To generate a diff of this commit: cvs rdiff

CVS commit: src/games

2012-06-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 19 05:46:09 UTC 2012 Modified Files: src/games: Makefile.inc src/games/arithmetic: arithmetic.c src/games/battlestar: command1.c command5.c src/games/fortune/fortune: fortune.c