CVS commit: src/sys/dev/pci

2012-08-30 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Fri Aug 31 05:22:17 UTC 2012 Modified Files: src/sys/dev/pci: mfi_pci.c Log Message: PR/46877 - Wolfgang Stukenbrock -- missing definition for Symbios SAS 9261-8i To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 sr

CVS commit: src/share/man/man8

2012-08-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 31 05:18:44 UTC 2012 Modified Files: src/share/man/man8: diskless.8 Log Message: Fix typo: tftpd, not tfptd. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/share/man/man8/diskless.8 Please note tha

CVS commit: src/tests/net/bpfilter

2012-08-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Aug 31 04:02:21 UTC 2012 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: There's a known-but-unresolved race condition in here somewhere that causes these tests to sometimes deadlock. Since they run really

CVS commit: src/usr.bin/make

2012-08-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Aug 31 02:59:37 UTC 2012 Modified Files: src/usr.bin/make: main.c Log Message: Cast sizeof() to (ssize_t) to avoid build errors. To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 src/usr.bin/make/main.c Plea

CVS commit: src/sys/dev/sdmmc

2012-08-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 31 01:45:22 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhcreg.h Log Message: Support deciphering SDHCv3 clock rates. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdhcreg.h Please note th

CVS commit: src/sys/dev/sdmmc

2012-08-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 31 01:44:20 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Support deciphering SDHCv3 clock rates. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/sdmmc/sdhc.c Please note that d

CVS commit: src/usr.bin/config

2012-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 31 01:23:49 UTC 2012 Modified Files: src/usr.bin/config: main.c Log Message: Don't support sysctl for the tools version of config. It is too complicated to do so, and config -x is not used during the build. To generate

CVS commit: src/sys/dev/pci

2012-08-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 30 23:14:20 UTC 2012 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Enable VLAN hardware tagging on all chips that have the new queue mechanism. Tested with 82575{EB,GB}, 82576, 82580, I350 and ICH9. To generate

CVS commit: src/usr.bin/make

2012-08-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Aug 30 22:35:37 UTC 2012 Modified Files: src/usr.bin/make: make.1 Log Message: Add an s. To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.206 src/usr.bin/make/make.1 Please note that diffs are not public domain; the

CVS commit: src/usr.bin/make

2012-08-30 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu Aug 30 22:09:58 UTC 2012 Modified Files: src/usr.bin/make: make.1 Log Message: Add a knob to control whether -V fully expands a plain variable by default. The default retains the traditional NetBSD behavior, but the knob can be s

CVS commit: src/usr.bin/make

2012-08-30 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu Aug 30 21:17:05 UTC 2012 Modified Files: src/usr.bin/make: main.c nonints.h Log Message: Add a knob to control whether -V fully expands a plain variable by default. The default retains the traditional NetBSD behavior, but the kno

CVS commit: src/usr.bin/config

2012-08-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Aug 30 12:42:42 UTC 2012 Modified Files: src/usr.bin/config: config.1 Log Message: Use more markup. Wording. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/config/config.1 Please note that diffs are

CVS commit: src/usr.bin/config

2012-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 30 12:32:07 UTC 2012 Modified Files: src/usr.bin/config: config.1 Log Message: bump date. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/config/config.1 Please note that diffs are not public

CVS commit: src/usr.bin/config

2012-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 30 12:31:26 UTC 2012 Modified Files: src/usr.bin/config: config.1 main.c Log Message: make config -x look at the booted kernel first. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.bin/config/con

CVS commit: src

2012-08-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 30 12:16:49 UTC 2012 Modified Files: src/include: string.h src/lib/libc/string: Makefile.inc src/lib/libcrypt: bcrypt.c crypt-sha1.c md5crypt.c src/sys/dev: cgd_crypto.c src/sys/lib/libkern