svn commit: r290854 - stable/10/usr.sbin/pw

2015-11-14 Thread Xin LI
Author: delphij Date: Sun Nov 15 07:14:17 2015 New Revision: 290854 URL: https://svnweb.freebsd.org/changeset/base/290854 Log: MFC r290174: In pw_userlock, set 'name' to NULL when we encounter an all number string because it is also used as an indicator of whether a name or an UID is be

svn commit: r290853 - stable/10/usr.sbin/rtadvd

2015-11-14 Thread Xin LI
Author: delphij Date: Sun Nov 15 07:10:02 2015 New Revision: 290853 URL: https://svnweb.freebsd.org/changeset/base/290853 Log: MFC r290173: Use strlcpy(). Modified: stable/10/usr.sbin/rtadvd/if.c Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/rtadvd/if

svn commit: r290851 - in head/lib/libc/tests: . locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:21:58 2015 New Revision: 290851 URL: https://svnweb.freebsd.org/changeset/base/290851 Log: Change WARNS to 2 across the board with all the libc testcases This effectively "reverts" r290846 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division

svn commit: r290850 - head/contrib/netbsd-tests/lib/libc/rpc

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:19:41 2015 New Revision: 290850 URL: https://svnweb.freebsd.org/changeset/base/290850 Log: Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings from clang This pattern is used in other areas of lib/libc/rpc MFC after: 1 week Spon

svn commit: r290849 - head/lib/libc/tests/gen

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:13:33 2015 New Revision: 290849 URL: https://svnweb.freebsd.org/changeset/base/290849 Log: Fix -Wmissing-braces warnings by adding braces around all the testcase inputs MFC after: 1 week X-MFC with: r290572 Sponsored by: EMC / Isilon Storage Division

svn commit: r290848 - head/lib/libc/tests/gen

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:02:41 2015 New Revision: 290848 URL: https://svnweb.freebsd.org/changeset/base/290848 Log: Fix -Wunused warnings MFC after: 1 week X-MFC with: r290572 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/tests/gen/ftw_test.c head/lib/

svn commit: r290847 - in head/contrib/netbsd-tests/lib/libc: gen regex

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 05:00:32 2015 New Revision: 290847 URL: https://svnweb.freebsd.org/changeset/base/290847 Log: Fix -Wunused warnings with variables used unlit code by adding appropriate #ifdef guards around the variables MFC after: 3 days Sponsored by: EMC / Isilon Storage

svn commit: r290846 - head/lib/libc/tests/locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 04:51:14 2015 New Revision: 290846 URL: https://svnweb.freebsd.org/changeset/base/290846 Log: Bump WARNS to 2 MFC after: 1 week X-MFC with: r290532 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/tests/locale/Makefile Modified: head/

svn commit: r290845 - head/lib/libc/tests/locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 04:50:54 2015 New Revision: 290845 URL: https://svnweb.freebsd.org/changeset/base/290845 Log: Remove unused variables; sort by alignment where needed MFC after: 1 week X-MFC with: r290532 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/lib

svn commit: r290844 - head/lib/libc/tests/locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 04:50:08 2015 New Revision: 290844 URL: https://svnweb.freebsd.org/changeset/base/290844 Log: Polish up iswctype_test - Split up the testcases into C locale and ja_JP.eucJP testcases. - Avoid a segfault in the event that setlocale fails, similar to r290843

svn commit: r290843 - head/lib/libc/tests/locale

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 04:33:14 2015 New Revision: 290843 URL: https://svnweb.freebsd.org/changeset/base/290843 Log: Polish up the tests a bit more after projects/collation was merged to head Provide more meaningful diagnostic messages if LC_CTYPE can't be set properly instead of s

svn commit: r290842 - head/lib/libc/tests/stdio

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 03:56:09 2015 New Revision: 290842 URL: https://svnweb.freebsd.org/changeset/base/290842 Log: Fix the Indian numbering system (hi_IN.ISCII-DEV) tests Submitted by: ache X-MFC with: r290494 (if that ever happens) Sponsored by: EMC / Isilon Storage Division

svn commit: r290840 - head/etc

2015-11-14 Thread Garrett Cooper
Author: ngie Date: Sun Nov 15 03:04:39 2015 New Revision: 290840 URL: https://svnweb.freebsd.org/changeset/base/290840 Log: Setup the symlink to /sys to mirror one's current source, e.g. if my source tree was /usr/src/svn, /sys would point to usr/src/svn This fixes the assumption that the

Re: svn commit: r290836 - head/lib/libopenbsd

2015-11-14 Thread NGie Cooper
> On Nov 14, 2015, at 15:13, Craig Rodrigues wrote: … > +NO_WERROR= NO_WERROR? Really :(? It’s just a -Wsign-compare issue... ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any ma

svn commit: r290838 - head/lib/libopenbsd/sys

2015-11-14 Thread Craig Rodrigues
Author: rodrigc Date: Sat Nov 14 23:43:59 2015 New Revision: 290838 URL: https://svnweb.freebsd.org/changeset/base/290838 Log: Fix bootstrapping of libopenbsd on build hosts where KERN_PROC_NFDS it not defined. Added: head/lib/libopenbsd/sys/ head/lib/libopenbsd/sys/sysctl.h (contents,

Re: svn commit: r290835 - head/lib/libopenbsd

2015-11-14 Thread NGie Cooper
> On Nov 14, 2015, at 15:24, NGie Cooper wrote: > > >> On Nov 14, 2015, at 15:07, Craig Rodrigues wrote: >> >> Author: rodrigc >> Date: Sat Nov 14 23:07:38 2015 >> New Revision: 290835 >> URL: https://svnweb.freebsd.org/changeset/base/290835 >> >> Log: >> Implemtn getdtablecount() to count o

Re: svn commit: r290835 - head/lib/libopenbsd

2015-11-14 Thread NGie Cooper
> On Nov 14, 2015, at 15:07, Craig Rodrigues wrote: > > Author: rodrigc > Date: Sat Nov 14 23:07:38 2015 > New Revision: 290835 > URL: https://svnweb.freebsd.org/changeset/base/290835 > > Log: > Implemtn getdtablecount() to count open file descriptors for current process. > > Use underlying

svn commit: r290836 - head/lib/libopenbsd

2015-11-14 Thread Craig Rodrigues
Author: rodrigc Date: Sat Nov 14 23:13:15 2015 New Revision: 290836 URL: https://svnweb.freebsd.org/changeset/base/290836 Log: Add imsg to libopenbsd. This will help with importing OpenBSD programs such as ypldap into the base system. Modified: head/lib/libopenbsd/Makefile Modified: h

svn commit: r290835 - head/lib/libopenbsd

2015-11-14 Thread Craig Rodrigues
Author: rodrigc Date: Sat Nov 14 23:07:38 2015 New Revision: 290835 URL: https://svnweb.freebsd.org/changeset/base/290835 Log: Implemtn getdtablecount() to count open file descriptors for current process. Use underlying sysctl implemented by mjg in r290473. PR:19498

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

2015-11-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Nov 14 22:46:50 2015 New Revision: 290834 URL: https://svnweb.freebsd.org/changeset/base/290834 Log: Replace magic numbers for CCGRx registers with more descriptive names Modified: head/sys/arm/freescale/imx/imx6_ccm.c head/sys/arm/freescale/imx/imx6_ccmreg.h Modifi

Re: svn commit: r290828 - head/sys/net

2015-11-14 Thread Bryan Drewery
On 11/14/2015 10:16 AM, Alexander V. Chernikov wrote: > Author: melifaro > Date: Sat Nov 14 18:16:17 2015 > New Revision: 290828 > URL: https://svnweb.freebsd.org/changeset/base/290828 > > Log: > Pass provided af instead of AF_UNSPEC to setwa_f callback. > > Modified: > head/sys/net/route.c >

svn commit: r290831 - in head/sys/arm: arm ti/am335x

2015-11-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Nov 14 21:01:35 2015 New Revision: 290831 URL: https://svnweb.freebsd.org/changeset/base/290831 Log: Somewhat improve HDMI event API - Pass device_t for HDMI framer as an argument for event hook - Use #define for event values, instead of opaque (and unused) 0 Modi

svn commit: r290830 - head/sys/dev/isp

2015-11-14 Thread Alexander Motin
Author: mav Date: Sat Nov 14 19:47:17 2015 New Revision: 290830 URL: https://svnweb.freebsd.org/changeset/base/290830 Log: Fix/improve CRN tracking. Modified: head/sys/dev/isp/isp_freebsd.c head/sys/dev/isp/isp_freebsd.h Modified: head/sys/dev/isp/isp_freebsd.c

Re: svn commit: r290014 - in stable/10: lib/libthr/arch/amd64 lib/libthr/arch/i386 libexec/rtld-elf/amd64 libexec/rtld-elf/i386 share/mk

2015-11-14 Thread David Chisnall
On 26 Oct 2015, at 16:21, Eric van Gyzen wrote: > > One counter-argument to this change is that most applications already > use SIMD, and the number of applications and amount of SIMD usage > are only increasing. Note that SSE and SIMD are not the same thing. The x86-64 ABI uses SSE register

svn commit: r290828 - head/sys/net

2015-11-14 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Nov 14 18:16:17 2015 New Revision: 290828 URL: https://svnweb.freebsd.org/changeset/base/290828 Log: Pass provided af instead of AF_UNSPEC to setwa_f callback. Modified: head/sys/net/route.c Modified: head/sys/net/route.c ===

svn commit: r290827 - stable/9/share/man/man9

2015-11-14 Thread Bryan Drewery
Author: bdrewery Date: Sat Nov 14 17:32:38 2015 New Revision: 290827 URL: https://svnweb.freebsd.org/changeset/base/290827 Log: MFC r290428: remove \, it confuses things. Modified: stable/9/share/man/man9/Makefile Directory Properties: stable/9/share/man/man9/ (props changed) Modi

Re: svn commit: r290809 - in stable: 10/share/man/man9 10/sys/dev/pci 9/share/man/man9 9/sys/dev/pci

2015-11-14 Thread Bryan Drewery
On 11/14/2015 12:25 AM, Michal Meloun wrote: > This commit breaks installworld. Fixed. > > Index: share/man/man9/Makefile > === > --- share/man/man9/Makefile (revision 290818) > +++ share/man/man9/Makefile (working copy) > @

svn commit: r290826 - stable/10/share/man/man9

2015-11-14 Thread Bryan Drewery
Author: bdrewery Date: Sat Nov 14 17:30:52 2015 New Revision: 290826 URL: https://svnweb.freebsd.org/changeset/base/290826 Log: MFC r290428: remove \, it confuses things. Modified: stable/10/share/man/man9/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/

Re: svn commit: r290821 - head/usr.sbin/ctld

2015-11-14 Thread Andrew Turner
On Sat, 14 Nov 2015 09:22:30 -0800 Bryan Drewery wrote: > On 11/14/2015 9:20 AM, Andrew Turner wrote: > > On Sat, 14 Nov 2015 16:06:01 + (UTC) > > Edward Tomasz Napierala wrote: > > > >> Author: trasz > >> Date: Sat Nov 14 16:06:01 2015 > >> New Revision: 290821 > >> URL: https://svnweb.f

Re: svn commit: r290821 - head/usr.sbin/ctld

2015-11-14 Thread Warner Losh
On Sat, Nov 14, 2015 at 10:22 AM, Bryan Drewery wrote: > On 11/14/2015 9:20 AM, Andrew Turner wrote: > > On Sat, 14 Nov 2015 16:06:01 + (UTC) > > Edward Tomasz Napierala wrote: > > > >> Author: trasz > >> Date: Sat Nov 14 16:06:01 2015 > >> New Revision: 290821 > >> URL: https://svnweb.freeb

Re: svn commit: r290821 - head/usr.sbin/ctld

2015-11-14 Thread Bryan Drewery
On 11/14/2015 9:20 AM, Andrew Turner wrote: > On Sat, 14 Nov 2015 16:06:01 + (UTC) > Edward Tomasz Napierala wrote: > >> Author: trasz >> Date: Sat Nov 14 16:06:01 2015 >> New Revision: 290821 >> URL: https://svnweb.freebsd.org/changeset/base/290821 >> >> Log: >> Don't try to avoid calling

Re: svn commit: r290821 - head/usr.sbin/ctld

2015-11-14 Thread Andrew Turner
On Sat, 14 Nov 2015 16:06:01 + (UTC) Edward Tomasz Napierala wrote: > Author: trasz > Date: Sat Nov 14 16:06:01 2015 > New Revision: 290821 > URL: https://svnweb.freebsd.org/changeset/base/290821 > > Log: > Don't try to avoid calling free(3) with NULL argument. Why? free(NULL) is document

svn commit: r290824 - head/usr.sbin/ctld

2015-11-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 14 16:18:22 2015 New Revision: 290824 URL: https://svnweb.freebsd.org/changeset/base/290824 Log: Add missing error checks. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/kernel.c Modified: head/usr.sbin/ctld/kernel.c

svn commit: r290823 - head/usr.sbin/ctld

2015-11-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 14 16:15:38 2015 New Revision: 290823 URL: https://svnweb.freebsd.org/changeset/base/290823 Log: Cosmetics; no functional changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/keys.c Modified: head/usr.sbin/ctld/ke

svn commit: r290822 - head/usr.sbin/iscsid

2015-11-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 14 16:12:56 2015 New Revision: 290822 URL: https://svnweb.freebsd.org/changeset/base/290822 Log: Remove unneeded includes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/iscsid/keys.c head/usr.sbin/iscsid/pdu.c Modified

svn commit: r290821 - head/usr.sbin/ctld

2015-11-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 14 16:06:01 2015 New Revision: 290821 URL: https://svnweb.freebsd.org/changeset/base/290821 Log: Don't try to avoid calling free(3) with NULL argument. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/kernel.c Modified

svn commit: r290820 - head/sys/cam/ctl

2015-11-14 Thread Alexander Motin
Author: mav Date: Sat Nov 14 14:56:01 2015 New Revision: 290820 URL: https://svnweb.freebsd.org/changeset/base/290820 Log: Add NULL check to make Coverity happy. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r290819 - in head/sys: net netgraph

2015-11-14 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Nov 14 13:34:03 2015 New Revision: 290819 URL: https://svnweb.freebsd.org/changeset/base/290819 Log: Move iflladdr_event eventhandler invocation to if_setlladdr. Suggested by: glebius Modified: head/sys/net/if.c head/sys/net/if_lagg.c head/sys/net/if_vlan.c

Re: svn commit: r290603 - in head/sys: net netgraph netinet

2015-11-14 Thread Alexander V . Chernikov
14.11.2015, 01:54, "Gleb Smirnoff" : >   Alexander, > > On Mon, Nov 09, 2015 at 10:11:15AM +, Alexander V. Chernikov wrote: > A> Author: melifaro > A> Date: Mon Nov 9 10:11:14 2015 > A> New Revision: 290603 > A> URL: https://svnweb.freebsd.org/changeset/base/290603 > A> > A> Log: > A> Use lladd

Re: svn commit: r290809 - in stable: 10/share/man/man9 10/sys/dev/pci 9/share/man/man9 9/sys/dev/pci

2015-11-14 Thread Michal Meloun
This commit breaks installworld. Index: share/man/man9/Makefile === --- share/man/man9/Makefile (revision 290818) +++ share/man/man9/Makefile (working copy) @@ -1032,7 +1032,7 @@ pci.9 pci_write_config.9 \ pci.