svn commit: r249665 - head

2013-04-19 Thread Warner Losh
Author: imp Date: Sat Apr 20 01:12:23 2013 New Revision: 249665 URL: http://svnweb.freebsd.org/changeset/base/249665 Log: Add note about fagility of the clang upgrade process. Modified: head/UPDATING Modified: head/UPDATING

svn commit: r249664 - in head/sys: cam conf

2013-04-19 Thread Sean Bruno
Author: sbruno Date: Sat Apr 20 00:33:37 2013 New Revision: 249664 URL: http://svnweb.freebsd.org/changeset/base/249664 Log: Expose CAM_BOOT_DELAY as a kernel conf item now. This allows users who boot without loader to adjust their environments around slightly buggy or slow hardware.

svn commit: r249663 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/components/events sys/contrib/dev/ac...

2013-04-19 Thread Jung-uk Kim
Author: jkim Date: Fri Apr 19 23:49:34 2013 New Revision: 249663 URL: http://svnweb.freebsd.org/changeset/base/249663 Log: Merge ACPICA 20130418. Added: head/sys/contrib/dev/acpica/components/namespace/nsarguments.c - copied, changed from r249661, vendor-sys/acpica/dist/source/component

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

2013-04-19 Thread Adrian Chadd
Author: adrian Date: Fri Apr 19 21:49:11 2013 New Revision: 249662 URL: http://svnweb.freebsd.org/changeset/base/249662 Log: Initialise the chainmask fields regardless of whether 11n support is compiled in or not. This fixes issues with people running -HEAD but who build modules without

svn commit: r249659 - head/sys/dev/netmap

2013-04-19 Thread Luigi Rizzo
Author: luigi Date: Fri Apr 19 21:08:21 2013 New Revision: 249659 URL: http://svnweb.freebsd.org/changeset/base/249659 Log: mostly whitespace changes: - remove vestiges of the old memory allocator - clean up some comments Modified: head/sys/dev/netmap/netmap.c head/sys/dev/netmap/netmap

svn commit: r249658 - in head: bin/chio sys/cam/scsi sys/sys

2013-04-19 Thread Kenneth D. Merry
Author: ken Date: Fri Apr 19 20:03:51 2013 New Revision: 249658 URL: http://svnweb.freebsd.org/changeset/base/249658 Log: Update chio(1) and ch(4) to support reporting element designators. This allows mapping a tape drive in a changer (as reported by 'chio status') to a sa(4) driver insta

Re: svn commit: r247960 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2013-04-19 Thread Ulrich Spörlein
On Thu, 2013-03-07 at 20:45:20 -0500, Eitan Adler wrote: > On 7 March 2013 18:00, Dimitry Andric wrote: > > On 2013-03-07 23:29, Andriy Gapon wrote: > > ... > > > >> I was not really kidding when I said that this change, as is, is a nop: > > > > ... > > > >>> + bname = strrch

svn commit: r249657 - in head: bin/expr lib/csu sbin/gbde sbin/geom/class sbin/hastctl sbin/hastd sbin/md5 share/mk usr.bin/ar usr.bin/bc usr.bin/bzip2recover usr.bin/find usr.bin/indent usr.bin/m4...

2013-04-19 Thread Ed Schouten
Author: ed Date: Fri Apr 19 19:45:00 2013 New Revision: 249657 URL: http://svnweb.freebsd.org/changeset/base/249657 Log: Add the Clang specific -Wmissing-variable-declarations to WARNS=6. This compiler flag enforces that that people either mark variables static or use an external declarat

svn commit: r249656 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2013-04-19 Thread Ed Schouten
Author: ed Date: Fri Apr 19 19:38:39 2013 New Revision: 249656 URL: http://svnweb.freebsd.org/changeset/base/249656 Log: Fix -Wmissing-variable-declarations compiler warnings. References: https://www.illumos.org/issues/3700 Modified: head/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c

svn commit: r249651 - in head/sys: conf dev/etherswitch/ukswitch

2013-04-19 Thread Adrian Chadd
Author: adrian Date: Fri Apr 19 17:50:38 2013 New Revision: 249651 URL: http://svnweb.freebsd.org/changeset/base/249651 Log: Implement a very basic multi-PHY aware switch device. This is intended to be used as a stop-gap for switch devices which expose multiple ethernet PHYs but we don't

Re: svn commit: r249484 - head/lib

2013-04-19 Thread Dimitry Andric
On Apr 19, 2013, at 06:50, Tim Kientzle wrote: > On Apr 17, 2013, at 10:33 AM, Dimitry Andric wrote: > >> In any case, the layout has been like this since the initial clangbsd >> import, and I never saw any reason to change it. Maybe Ed can tell a >> bit more, since he seems to have done the ini

Re: svn commit: r249484 - head/lib

2013-04-19 Thread Tim Kientzle
On Apr 17, 2013, at 10:33 AM, Dimitry Andric wrote: > In any case, the layout has been like this since the initial clangbsd > import, and I never saw any reason to change it. Maybe Ed can tell a > bit more, since he seems to have done the initial infrastructure setup. FreeBSD/ARM just switched f

svn commit: r249650 - head/sys/kern

2013-04-19 Thread Jaakko Heinonen
Author: jh Date: Fri Apr 19 15:19:29 2013 New Revision: 249650 URL: http://svnweb.freebsd.org/changeset/base/249650 Log: Include PID in the error message which is printed when the maxproc limit is exceeded. Improve formatting of the message while here. PR: kern/60550 Submitted

Re: svn commit: r249649 - head/sys/kern

2013-04-19 Thread Sergey Kandaurov
On 19 April 2013 17:40, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Apr 19 13:40:13 2013 > New Revision: 249649 > URL: http://svnweb.freebsd.org/changeset/base/249649 > > Log: > Don't compare unsigned socklen_t against < 0. > > Reviewed by: jhb > Thank you. This is long overdue since

svn commit: r249649 - head/sys/kern

2013-04-19 Thread Gleb Smirnoff
Author: glebius Date: Fri Apr 19 13:40:13 2013 New Revision: 249649 URL: http://svnweb.freebsd.org/changeset/base/249649 Log: Don't compare unsigned socklen_t against < 0. Reviewed by: jhb Modified: head/sys/kern/uipc_syscalls.c Modified: head/sys/kern/uipc_syscalls.c =

svn commit: r249644 - head/sys/kern

2013-04-19 Thread Jilles Tjoelker
Author: jilles Date: Fri Apr 19 10:16:00 2013 New Revision: 249644 URL: http://svnweb.freebsd.org/changeset/base/249644 Log: sem: Restart the POSIX sem_* calls after signals with SA_RESTART set. Programs often do not expect an [EINTR] return from sem_wait() and POSIX only allows it if the

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

2013-04-19 Thread Adrian Chadd
Author: adrian Date: Fri Apr 19 08:06:45 2013 New Revision: 249642 URL: http://svnweb.freebsd.org/changeset/base/249642 Log: Add a debug statement to log the currently chosen chainmask configuration. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

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

2013-04-19 Thread Adrian Chadd
Author: adrian Date: Fri Apr 19 08:01:34 2013 New Revision: 249641 URL: http://svnweb.freebsd.org/changeset/base/249641 Log: .. don't know how this snuck into this commit. Sorry. Fix compile build before anyone notices. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_a

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

2013-04-19 Thread Adrian Chadd
Author: adrian Date: Fri Apr 19 07:56:22 2013 New Revision: 249640 URL: http://svnweb.freebsd.org/changeset/base/249640 Log: Print out the chainmask configuration. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c