svn commit: r241157 - head/lib/libstand

2012-10-03 Thread Grzegorz Bernacki
Author: gber Date: Wed Oct 3 10:06:48 2012 New Revision: 241157 URL: http://svn.freebsd.org/changeset/base/241157 Log: Correct detection of a superblock. Obtained from:Smartcom Bulgaria AD Modified: head/lib/libstand/nandfs.c Modified: head/lib/libstand/nandfs.c

svn commit: r241160 - head/sys/dev/ata

2012-10-03 Thread Alexander Motin
Author: mav Date: Wed Oct 3 12:43:26 2012 New Revision: 241160 URL: http://svn.freebsd.org/changeset/base/241160 Log: Fix build without `options ATA_CAM`, broken by r241144. Modified: head/sys/dev/ata/ata-sata.c Modified: head/sys/dev/ata/ata-sata.c

Re: svn commit: r241152 - head/lib/libc/rpc

2012-10-03 Thread Bruce Evans
On Wed, 3 Oct 2012, Pedro F. Giffuni wrote: Log: rpc: convert all uid and gid variables of the type uid_t and gid_t. As part of the previous commit, uses of xdr_int() were replaced with xdr_u_int(). This has undesired effects as the second argument doesn't match exactly uid_t or gid_t. It

svn commit: r241161 - head/sys/kern

2012-10-03 Thread Ed Schouten
Author: ed Date: Wed Oct 3 13:51:03 2012 New Revision: 241161 URL: http://svn.freebsd.org/changeset/base/241161 Log: Fix faulty error code handling in read(2) on TTYs. When performing a non-blocking read(2), on a TTY while no data is available, we should return EAGAIN. But if there's a

svn commit: r241163 - head/contrib/llvm/tools/clang/lib/Driver

2012-10-03 Thread Dimitry Andric
Author: dim Date: Wed Oct 3 16:48:28 2012 New Revision: 241163 URL: http://svn.freebsd.org/changeset/base/241163 Log: Pull in r164717 from upstream clang trunk: Allow -MF to be used in combination with -E -M or -E -MM. This should help with building the lang/ghc port. MFC

Re: svn commit: r241149 - in head/usr.sbin: . bsdconfig/share sysrc

2012-10-03 Thread Jeremie Le Hen
Hi Devin, On Wed, Oct 03, 2012 at 02:32:47AM +, Devin Teske wrote: Author: dteske Date: Wed Oct 3 02:32:47 2012 New Revision: 241149 URL: http://svn.freebsd.org/changeset/base/241149 Log: Import sysutils/sysrc from the ports tree (current version 5.1). Importing disconnected

svn commit: r241164 - in head/sys/boot/userboot: . test userboot

2012-10-03 Thread Andrey V. Elsukov
Author: ae Date: Wed Oct 3 17:20:34 2012 New Revision: 241164 URL: http://svn.freebsd.org/changeset/base/241164 Log: Replace all references to loader_callbacks_v1 with loader_callbacks. Suggested by: grehan@ Modified: head/sys/boot/userboot/test/test.c

Re: svn commit: r241149 - in head/usr.sbin: . bsdconfig/share sysrc

2012-10-03 Thread Doug Barton
Was this discussed on freebsd-rc@ at some point, and I just missed it? ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org

RE: svn commit: r241149 - in head/usr.sbin: . bsdconfig/share sysrc

2012-10-03 Thread dteske
-Original Message- From: Doug Barton [mailto:do...@freebsd.org] Sent: Wednesday, October 03, 2012 11:51 AM To: Devin Teske Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src- h...@freebsd.org Subject: Re: svn commit: r241149 - in head/usr.sbin: . bsdconfig/share

RE: svn commit: r241149 - in head/usr.sbin: . bsdconfig/share sysrc

2012-10-03 Thread dteske
-Original Message- From: Jeremie Le Hen [mailto:j...@freebsd.org] Sent: Wednesday, October 03, 2012 9:59 AM To: Devin Teske Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src- h...@freebsd.org Subject: Re: svn commit: r241149 - in head/usr.sbin: . bsdconfig/share

svn commit: r241165 - head/lib/libc/rpc

2012-10-03 Thread Pedro F. Giffuni
Author: pfg Date: Wed Oct 3 20:39:11 2012 New Revision: 241165 URL: http://svn.freebsd.org/changeset/base/241165 Log: rpc: convert all uid and gid variables of the type uid_t and gid_t. The previous change (based on Solaris) doesn't work properly either as the casting only has the

svn commit: r241166 - head/sys/net

2012-10-03 Thread Ed Maste
Author: emaste Date: Wed Oct 3 21:41:20 2012 New Revision: 241166 URL: http://svn.freebsd.org/changeset/base/241166 Log: Cast through void * to silence compiler warning The base netmap pointer and offsets involved are provided by the kernel side of the netmap interface and will have

Re: svn commit: r241152 - head/lib/libc/rpc

2012-10-03 Thread Rick Macklem
Bruce Evans wrote: On Wed, 3 Oct 2012, Pedro F. Giffuni wrote: Log: rpc: convert all uid and gid variables of the type uid_t and gid_t. As part of the previous commit, uses of xdr_int() were replaced with xdr_u_int(). This has undesired effects as the second argument doesn't

svn commit: r241167 - head/usr.sbin/sysrc

2012-10-03 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Oct 3 21:50:53 2012 New Revision: 241167 URL: http://svn.freebsd.org/changeset/base/241167 Log: Remove whitespace at EOL Approved by: joel (mentor) Modified: head/usr.sbin/sysrc/sysrc.8 Modified: head/usr.sbin/sysrc/sysrc.8

svn commit: r241168 - head/usr.sbin/sysrc

2012-10-03 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Oct 3 21:56:16 2012 New Revision: 241168 URL: http://svn.freebsd.org/changeset/base/241168 Log: Sort manual page cross references. Approved by: joel (mentor) Modified: head/usr.sbin/sysrc/sysrc.8 Modified: head/usr.sbin/sysrc/sysrc.8

svn commit: r241169 - head/tools/tools/netmap

2012-10-03 Thread Ed Maste
Author: emaste Date: Wed Oct 3 22:02:16 2012 New Revision: 241169 URL: http://svn.freebsd.org/changeset/base/241169 Log: Clean up compiler warnings. More work is needed here but this now builds with WARNS=6. Sponsored by: ADARA Networks MFC after: 2 weeks Modified:

svn commit: r241170 - head/sys/dev/ath

2012-10-03 Thread Adrian Chadd
Author: adrian Date: Wed Oct 3 23:23:45 2012 New Revision: 241170 URL: http://svn.freebsd.org/changeset/base/241170 Log: Pause and unpause the software queues for a given node based on the net80211 node power save state. * Add an ATH_NODE_UNLOCK_ASSERT() check * Add a new node field -

svn commit: r241181 - in head: include/rpc lib/libc/rpc sys/rpc

2012-10-03 Thread Pedro F. Giffuni
Author: pfg Date: Thu Oct 4 04:15:18 2012 New Revision: 241181 URL: http://svn.freebsd.org/changeset/base/241181 Log: rpc: convert all uid and gid variables to u_int. After further discussion, instead of pretending to use uid_t and gid_t as upstream Solaris and linux try to, we are