svn commit: r230303 - head/sys/modules

2012-01-18 Thread Jens Schweikhardt
Author: schweikh Date: Wed Jan 18 08:56:26 2012 New Revision: 230303 URL: http://svn.freebsd.org/changeset/base/230303 Log: Connect the bktr module(s) to the amd64 build. MFC after:7 days Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r230304 - head/sys/fs/nullfs

2012-01-18 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Wed Jan 18 11:23:46 2012 New Revision: 230304 URL: http://svn.freebsd.org/changeset/base/230304 Log: Subject: NULLFS: properly destroy node hash Use hashdestroy() instead of naive free(). Approved by: kib MFC after:2 weeks Modified:

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-18 Thread Eygene Ryabinkin
Fri, Jan 13, 2012 at 11:21:48AM +0400, Eygene Ryabinkin wrote: But seems like the whole problem is that I used the err() function instead of doing 'echo $errmsg; exit 1'. Such code shouldn't be conditionalized for the devd, since it is only syslog message that worried people; devd doesn't

svn commit: r230306 - head/share/examples/etc

2012-01-18 Thread Jens Schweikhardt
Author: schweikh Date: Wed Jan 18 14:41:26 2012 New Revision: 230306 URL: http://svn.freebsd.org/changeset/base/230306 Log: Comment cosmetics: end more sentences with full stops. Modified: head/share/examples/etc/make.conf Modified: head/share/examples/etc/make.conf

svn commit: r230307 - in head: lib/libfetch usr.bin/fetch

2012-01-18 Thread Dag-Erling Smorgrav
Author: des Date: Wed Jan 18 15:13:21 2012 New Revision: 230307 URL: http://svn.freebsd.org/changeset/base/230307 Log: Fix two issues related to the use of SIGINFO in fetch(1) to display progress information. The first is that fetch_read() (used in the HTTP code but not the FTP code) can

svn commit: r230308 - head/sys/conf

2012-01-18 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jan 18 15:25:34 2012 New Revision: 230308 URL: http://svn.freebsd.org/changeset/base/230308 Log: Unbreak several mips kernel configs after r230150 and r230152 to make a universe complete successfully again. Modified: head/sys/conf/kmod.mk Modified:

Re: svn commit: r230152 - head/sys/mips/conf

2012-01-18 Thread Bjoern A. Zeeb
On 16. Jan 2012, at 12:12 , Bjoern A. Zeeb wrote: On 15. Jan 2012, at 19:43 , Adrian Chadd wrote: Author: adrian Date: Sun Jan 15 19:43:56 2012 New Revision: 230152 URL: http://svn.freebsd.org/changeset/base/230152 Log: Build some more things (random, bridge/gif/gre, gpio, USB) as

svn commit: r230309 - head/usr.sbin/bsdinstall/partedit

2012-01-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jan 18 15:59:23 2012 New Revision: 230309 URL: http://svn.freebsd.org/changeset/base/230309 Log: Warn if trying to install over an existing partition, which usually fails anyway due to libarchive not being able to overwrite schg flags. PR:

Re: svn commit: r230230 - head/sys/dev/random

2012-01-18 Thread David Schultz
On Wed, Jan 18, 2012, Andrey Chernov wrote: On Mon, Jan 16, 2012 at 08:18:10PM +, David Schultz wrote: Author: das Date: Mon Jan 16 20:18:10 2012 New Revision: 230230 URL: http://svn.freebsd.org/changeset/base/230230 Log: Generate a warning if the kernel's arc4random() is

svn commit: r230311 - head/lib/libpam/modules/pam_unix

2012-01-18 Thread Peter Wemm
Author: peter Date: Wed Jan 18 18:26:56 2012 New Revision: 230311 URL: http://svn.freebsd.org/changeset/base/230311 Log: Rev 228065 (change bsd.own.mk - bsd.init.mk) broke pam_unix.so by causing the LDADD/DPADD to lose the -lpam, and causing openpam_dynamic() to fail due to

Re: svn commit: r230286 - head/sys/dev/bge

2012-01-18 Thread John Baldwin
On Tuesday, January 17, 2012 5:15:33 pm Pyun YongHyeon wrote: Author: yongari Date: Tue Jan 17 22:15:33 2012 New Revision: 230286 URL: http://svn.freebsd.org/changeset/base/230286 Log: Introduce a tunable that disables use of MSI. Non-zero value will use INTx. Hmm, do you think it is

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-18 Thread John Baldwin
On Wednesday, January 18, 2012 6:29:10 am Eygene Ryabinkin wrote: Fri, Jan 13, 2012 at 11:21:48AM +0400, Eygene Ryabinkin wrote: But seems like the whole problem is that I used the err() function instead of doing 'echo $errmsg; exit 1'. Such code shouldn't be conditionalized for the devd,

Re: svn commit: r230230 - head/sys/dev/random

2012-01-18 Thread Andrey Chernov
On Wed, Jan 18, 2012 at 12:54:40PM -0500, David Schultz wrote: It appears to reseed arc4random's state exactly once, at whatever unpredictable time devrandom decides to reseed itself. Are you As fast as possible, immediatelly when we have enough good entropy. trying to fix the problems that

Re: svn commit: r227753 - in head: contrib/gdtoa include lib/libc/gdtoa lib/libc/gen lib/libc/locale lib/libc/regex lib/libc/stdio lib/libc/stdlib lib/libc/stdtime lib/libc/string

2012-01-18 Thread David Schultz
On Sun, Nov 20, 2011, David Chisnall wrote: Author: theraven Date: Sun Nov 20 14:45:42 2011 New Revision: 227753 URL: http://svn.freebsd.org/changeset/base/227753 Log: Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a load of _l suffixed versions of various

svn commit: r230312 - head/sys/dev/sound/pci/hda

2012-01-18 Thread Alexander Motin
Author: mav Date: Wed Jan 18 19:12:33 2012 New Revision: 230312 URL: http://svn.freebsd.org/changeset/base/230312 Log: Improve HDMI/DisplayPort audio support in snd_hda(4): - Enable and handle unsolicited responses from digital display pins, reporting connection and EDID-Like Data (ELD)

svn commit: r230313 - head/sys/dev/ciss

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Wed Jan 18 19:35:16 2012 New Revision: 230313 URL: http://svn.freebsd.org/changeset/base/230313 Log: Add support for HP P420 to ciss(4) Tested on upcoming Gen 8 releases of hardware from HP. MFC to all supported releases. Obtained from:Yahoo! Inc.

svn commit: r230316 - head/share/man/man4

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Wed Jan 18 21:27:49 2012 New Revision: 230316 URL: http://svn.freebsd.org/changeset/base/230316 Log: Update man page to show that ciss(4) now support the P420 MFC with r230313 Caught by: brueffer Obtained from:Yahoo! Inc MFC after:2 weeks

Re: svn commit: r230286 - head/sys/dev/bge

2012-01-18 Thread YongHyeon PYUN
On Wed, Jan 18, 2012 at 09:53:51AM -0500, John Baldwin wrote: On Tuesday, January 17, 2012 5:15:33 pm Pyun YongHyeon wrote: Author: yongari Date: Tue Jan 17 22:15:33 2012 New Revision: 230286 URL: http://svn.freebsd.org/changeset/base/230286 Log: Introduce a tunable that disables

svn commit: r230323 - head/share/man/man4

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Wed Jan 18 22:52:02 2012 New Revision: 230323 URL: http://svn.freebsd.org/changeset/base/230323 Log: Update .Dd date on this man page. MFC with r230313 and r230316 Caught by: bz Obtained from:Yahoo! Inc. Modified: head/share/man/man4/ciss.4 Modified:

Re: svn commit: r230037 - head/lib/libutil

2012-01-18 Thread Guy Helmer
On Jan 17, 2012, at 3:58 AM, Bruce Evans wrote: On Mon, 16 Jan 2012, Pawel Jakub Dawidek wrote: On Mon, Jan 16, 2012 at 11:14:32AM -0600, Guy Helmer wrote: I've pasted the diff below that I think captures the majority of the issues you have brought up. I have not attempted to tackle the

svn commit: r230325 - head/sys/boot/i386/libi386

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Thu Jan 19 01:25:50 2012 New Revision: 230325 URL: http://svn.freebsd.org/changeset/base/230325 Log: Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such that using LOADER_TFTP_SUPPORT excludes this code. Fixes compilation of pxeldr with -DLOADER_TFTP_SUPPORT

Re: svn commit: r230311 - head/lib/libpam/modules/pam_unix

2012-01-18 Thread Bruce Evans
On Wed, 18 Jan 2012, Peter Wemm wrote: Log: Rev 228065 (change bsd.own.mk - bsd.init.mk) broke pam_unix.so by causing the LDADD/DPADD to lose the -lpam, and causing openpam_dynamic() to fail due to openpam_get_options being undefined. bsd.init.mk (actually this abuse of it -- see below) is

svn commit: r230326 - head/sys/dev/sound/pci/hda

2012-01-18 Thread Alexander Motin
Author: mav Date: Thu Jan 19 01:55:48 2012 New Revision: 230326 URL: http://svn.freebsd.org/changeset/base/230326 Log: Two 192/24/8 playback streams overflow single mandatory output line (SDO) of HDA bus. Handle that from two directions: - Add support for striping (using several SDO

svn commit: r230327 - head/sys/dev/uart

2012-01-18 Thread Eitan Adler
Author: eadler Date: Thu Jan 19 02:47:11 2012 New Revision: 230327 URL: http://svn.freebsd.org/changeset/base/230327 Log: Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC Card PR: kern/131933 Submitted by: Alex Keda ad...@lissyara.su Approved by: jhb Approved by:

svn commit: r230328 - head/share/man/man5

2012-01-18 Thread Kevin Lo
Author: kevlo Date: Thu Jan 19 02:49:21 2012 New Revision: 230328 URL: http://svn.freebsd.org/changeset/base/230328 Log: Add missing MLINKS to INDEX.5 Modified: head/share/man/man5/Makefile Modified: head/share/man/man5/Makefile

Re: svn commit: r230201 - head/lib/libc/gen

2012-01-18 Thread David Xu
On 2012/1/18 23:09, John Baldwin wrote: On Tuesday, January 17, 2012 9:09:25 pm David Xu wrote: On 2012/1/17 22:57, John Baldwin wrote: On Monday, January 16, 2012 1:15:14 am David Xu wrote: Author: davidxu Date: Mon Jan 16 06:15:14 2012 New Revision: 230201 URL:

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-18 Thread Eygene Ryabinkin
Wed, Jan 18, 2012 at 10:11:04AM -0500, John Baldwin wrote: On Wednesday, January 18, 2012 6:29:10 am Eygene Ryabinkin wrote: The attached patch that just changes 'err' to 'echo ...; exit 1' works fine for me. Any views on it? Seems ok to me. Anyone can say anything about

Re: svn commit: r230201 - head/lib/libc/gen

2012-01-18 Thread David Xu
On 2012/1/19 11:24, David Xu wrote: On 2012/1/18 23:09, John Baldwin wrote: On Tuesday, January 17, 2012 9:09:25 pm David Xu wrote: On 2012/1/17 22:57, John Baldwin wrote: On Monday, January 16, 2012 1:15:14 am David Xu wrote: Author: davidxu Date: Mon Jan 16 06:15:14 2012 New Revision: