svn commit: r257613 - head/sys/dev/iwn

2013-11-03 Thread Adrian Chadd
Author: adrian Date: Mon Nov 4 05:52:42 2013 New Revision: 257613 URL: http://svnweb.freebsd.org/changeset/base/257613 Log: Add Bluetooth/PAN (personal area networking) commands. Submitted by: Cedric Gross Modified: head/sys/dev/iwn/if_iwn_debug.h Modified: head/sys/dev/iwn/if_iwn_deb

svn commit: r257607 - head/sys/dev/iwn

2013-11-03 Thread Adrian Chadd
Author: adrian Date: Mon Nov 4 05:40:19 2013 New Revision: 257607 URL: http://svnweb.freebsd.org/changeset/base/257607 Log: Add device ids for the Centrino 2x00 devices. Submitted by: Cedric Gross Modified: head/sys/dev/iwn/if_iwn_devid.h Modified: head/sys/dev/iwn/if_iwn_devid.h

svn commit: r257605 - head/sys/dev/iwn

2013-11-03 Thread Adrian Chadd
Author: adrian Date: Mon Nov 4 04:10:36 2013 New Revision: 257605 URL: http://svnweb.freebsd.org/changeset/base/257605 Log: Remove trailing whitespace. Submitted by: Cedric Gross Modified: head/sys/dev/iwn/if_iwnreg.h Modified: head/sys/dev/iwn/if_iwnreg.h

svn commit: r257604 - head/sys/arm/conf

2013-11-03 Thread Ian Lepore
Author: ian Date: Mon Nov 4 03:46:09 2013 New Revision: 257604 URL: http://svnweb.freebsd.org/changeset/base/257604 Log: Properly quote the included filename, now that it has a dot in it. Doh. Modified: head/sys/arm/conf/WANDBOARD-DUAL head/sys/arm/conf/WANDBOARD-QUAD head/sys/arm/conf/

svn commit: r257603 - head/sys/arm/conf

2013-11-03 Thread Ian Lepore
Author: ian Date: Mon Nov 4 03:39:23 2013 New Revision: 257603 URL: http://svnweb.freebsd.org/changeset/base/257603 Log: Rename WANDBOARD-COMMON to WANDBOARD.common and adjust the configs that include it accordingly. The build machinery for universe and tinderbox tries to build every kerne

svn commit: r257600 - head/usr.sbin/newsyslog

2013-11-03 Thread Mark Johnston
Author: markj Date: Mon Nov 4 02:50:43 2013 New Revision: 257600 URL: http://svnweb.freebsd.org/changeset/base/257600 Log: Initialize the struct tm before handing it to strptime(3). PR: 183550 MFC after:2 weeks Modified: head/usr.sbin/newsyslog/newsyslog.c Modified: hea

svn commit: r257598 - head/sys/fs/nfs

2013-11-03 Thread Rick Macklem
Author: rmacklem Date: Sun Nov 3 23:17:30 2013 New Revision: 257598 URL: http://svnweb.freebsd.org/changeset/base/257598 Log: During code inspection, I spotted that there was a code path where CLNT_CONTROL() would be called on "client" after it was released via CLNT_RELEASE(). It was unlike

svn commit: r257597 - in head: lib/libc/sys sys/kern

2013-11-03 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 3 23:06:24 2013 New Revision: 257597 URL: http://svnweb.freebsd.org/changeset/base/257597 Log: kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and document this error condition in the kqueue(2) manual page. Discussed with: kib Modified:

svn commit: r257595 - head/sys/arm/freescale/imx

2013-11-03 Thread Ian Lepore
Author: ian Date: Sun Nov 3 22:55:33 2013 New Revision: 257595 URL: http://svnweb.freebsd.org/changeset/base/257595 Log: Comments and style(9) only, no functional changes. Modified: head/sys/arm/freescale/imx/imx_machdep.c Modified: head/sys/arm/freescale/imx/imx_machdep.c =

svn commit: r257594 - head/sys/dev/usb/controller

2013-11-03 Thread Hans Petter Selasky
Author: hselasky Date: Sun Nov 3 21:33:42 2013 New Revision: 257594 URL: http://svnweb.freebsd.org/changeset/base/257594 Log: Add description of two EHCI PCI IDs. Submitted by: Dmitry Luhtionov Modified: head/sys/dev/usb/controller/ehci_pci.c Modified: head/sys/dev/usb/controller/ehci

svn commit: r257592 - head/cddl/lib/libnvpair

2013-11-03 Thread Sean Bruno
Author: sbruno Date: Sun Nov 3 21:05:44 2013 New Revision: 257592 URL: http://svnweb.freebsd.org/changeset/base/257592 Log: This library uses macros to define fprintf behvavior for several object types The compiler will see the non-string literal arguments to the fprintf calls and omit war

svn commit: r257586 - in head/contrib/libreadline: . support

2013-11-03 Thread Sean Bruno
Author: sbruno Date: Sun Nov 3 20:38:51 2013 New Revision: 257586 URL: http://svnweb.freebsd.org/changeset/base/257586 Log: Update libreadline with vendor patches 8-13 as fetched from: ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/ MFC after:2 weeks Modified: head/contrib/libre

svn commit: r257583 - in head: . include lib lib/libc/iconv lib/libiconv_compat share/mk tools/build/mk

2013-11-03 Thread Peter Wemm
(r257583) @@ -38,6 +38,12 @@ # xargs -n1 | sort | uniq -d; # done +# 20131103: WITH_LIBICONV_COMPAT removal +OLD_FILES+=usr/include/_libiconv_compat.h +OLD_FILES+=usr/lib/libiconv.a +OLD_FILES+=usr/lib/libiconv.so +OLD_FILES+=usr/lib/libiconv.so.3 +OLD_FILES+=usr/lib/libiconv_p.a # 20131103: removal

svn commit: r257582 - head/sbin/hastd

2013-11-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Nov 3 19:02:18 2013 New Revision: 257582 URL: http://svnweb.freebsd.org/changeset/base/257582 Log: Correct alignment. Modified: head/sbin/hastd/hastd.8 Modified: head/sbin/hastd/hastd.8 == ---

svn commit: r257579 - in head: . tools/build/mk usr.sbin/utx

2013-11-03 Thread Ed Schouten
43:52 2013(r257579) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20131103: removal of utxrm(8), use 'utx rm' instead. +OLD_FILES+=usr/sbin/utxrm +OLD_FILES+=usr/share/man/man8/utxrm.8.gz # 20131031: pkg_install has been removed OLD_FILES+=etc/periodic/da

svn commit: r257574 - head/sys/netinet

2013-11-03 Thread Michael Tuexen
Author: tuexen Date: Sun Nov 3 14:00:17 2013 New Revision: 257574 URL: http://svnweb.freebsd.org/changeset/base/257574 Log: Unlock the lock before destroying it. This issue was reported by Andrew Galante. MFC after: 3 days Modified: head/sys/netinet/sctp_pcb.c Modified: head/sys/neti

Re: svn commit: r253260 - head/lib/msun/src

2013-11-03 Thread Raphael Kubo da Costa
David Chisnall writes: > The issue is probably a clang bug. The use of _Generic() is in a > system header and so ought to be immune to warnings, but apparently > the fact that it's instantiated outside of the system header. If you > can file a clang bug > (http://llvm.org/bugs/enter_bug.cgi?produ