svn commit: r274582 - head/tools/regression/lib/libc/gen

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 07:58:06 2014 New Revision: 274582 URL: https://svnweb.freebsd.org/changeset/base/274582 Log: Remove test-arc4random from this Makefile so others can continue to use this as-is for the time being Modified: head/tools/regression/lib/libc/gen/Makefile Modified:

svn commit: r274581 - in head: lib/libc/tests/gen tools/regression/lib/libc/gen

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 07:55:28 2014 New Revision: 274581 URL: https://svnweb.freebsd.org/changeset/base/274581 Log: Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase and rename as lib/libc/gen/arc4random_test Sponsored by: EMC / Isilon Storage Division Ad

svn commit: r274580 - in head: etc/mtree lib/librt lib/librt/tests

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 07:03:19 2014 New Revision: 274580 URL: https://svnweb.freebsd.org/changeset/base/274580 Log: Add reachover Makefiles for contrib/netbsd-tests/lib/librt A variant of this code has been tested on amd64/i386 for some time by EMC/Isilon on 10-STABLE/11-CURRENT.

svn commit: r274579 - head/contrib/netbsd-tests/lib/librt

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 06:59:58 2014 New Revision: 274579 URL: https://svnweb.freebsd.org/changeset/base/274579 Log: Call sem_unlink on semaphores before attempting to create them Due to the lack of uniqueness in the semaphore name, and the fact that the tests don't have cleanup ro

svn commit: r274578 - in head: etc/mtree lib/libthr lib/libthr/tests lib/libthr/tests/dlopen lib/libthr/tests/dlopen/dso

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 06:35:20 2014 New Revision: 274578 URL: https://svnweb.freebsd.org/changeset/base/274578 Log: Add reachover Makefiles for contrib/netbsd-tests/lib/libpthread as lib/libthr/tests A variant of this code has been tested on amd64/i386 for some time by EMC/Isilo

Re: svn commit: r274573 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
On Nov 15, 2014, at 21:26, Garrett Cooper wrote: > On Nov 15, 2014, at 21:24, Alfred Perlstein wrote: > >> On 11/15/14, 9:22 PM, Garrett Cooper wrote: >>> On Nov 15, 2014, at 21:19, Alfred Perlstein wrote: >>> This looks easy enough to fix under _thr_find_thread() in libthread. >>>

Re: svn commit: r274573 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
On Nov 15, 2014, at 21:24, Alfred Perlstein wrote: > On 11/15/14, 9:22 PM, Garrett Cooper wrote: >> On Nov 15, 2014, at 21:19, Alfred Perlstein wrote: >> >>> This looks easy enough to fix under _thr_find_thread() in libthread. >>> >>> Any interest in fixing it? >> Yes, if it’s POSIXly correct

Re: svn commit: r274573 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Alfred Perlstein
On 11/15/14, 9:22 PM, Garrett Cooper wrote: On Nov 15, 2014, at 21:19, Alfred Perlstein wrote: This looks easy enough to fix under _thr_find_thread() in libthread. Any interest in fixing it? Yes, if it’s POSIXly correct and doesn’t break everything else. Might be worth hacking _thr_find_t

Re: svn commit: r274573 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
On Nov 15, 2014, at 21:19, Alfred Perlstein wrote: > This looks easy enough to fix under _thr_find_thread() in libthread. > > Any interest in fixing it? Yes, if it’s POSIXly correct and doesn’t break everything else. > Might be worth hacking _thr_find_thread() to take an ERRNO to return based

Re: svn commit: r274573 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Alfred Perlstein
This looks easy enough to fix under _thr_find_thread() in libthread. Any interest in fixing it? Might be worth hacking _thr_find_thread() to take an ERRNO to return based on NULL until we chase down all the paths into it just in case EINVAL is a valid ptr. Also, just wondering what happens o

svn commit: r274576 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 05:13:10 2014 New Revision: 274576 URL: https://svnweb.freebsd.org/changeset/base/274576 Log: Port helper program to FreeBSD, similar to ../../lib/libc/stdlib/h_atexit.c Submitted by: pho In collaboration with: kib Modified: head/contrib/netbsd-tests/lib/l

svn commit: r274577 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 05:13:39 2014 New Revision: 274577 URL: https://svnweb.freebsd.org/changeset/base/274577 Log: Add missing sys/time.h #include for timespecsub macro in lib/libnetbsd/sys/time.h Modified: head/contrib/netbsd-tests/lib/libpthread/t_condwait.c head/contrib/netbsd-

svn commit: r274575 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 05:11:07 2014 New Revision: 274575 URL: https://svnweb.freebsd.org/changeset/base/274575 Log: #ifdef out a printf on !NetBSD that causes the testcase to fail when comparing the output from the helper program Submitted by: pho Modified: head/contrib/netbsd-

svn commit: r274574 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 05:09:23 2014 New Revision: 274574 URL: https://svnweb.freebsd.org/changeset/base/274574 Log: Add pthread_np.h #include and initialize the pthread attribute on FreeBSD Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libpthread/t_join.c Modified: h

svn commit: r274573 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 05:08:19 2014 New Revision: 274573 URL: https://svnweb.freebsd.org/changeset/base/274573 Log: Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSD PR: 191906 In collaboration with: pho Modified: head/contrib/netbsd-tests/lib/libpthread/t_

svn commit: r274572 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 05:06:35 2014 New Revision: 274572 URL: https://svnweb.freebsd.org/changeset/base/274572 Log: Only expect timeouts on powerpc with NetBSD Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libpthread/t_mutex.c Modified: head/contrib/netbsd-tests/lib/

svn commit: r274571 - head/contrib/netbsd-tests/lib/libpthread

2014-11-15 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 05:05:18 2014 New Revision: 274571 URL: https://svnweb.freebsd.org/changeset/base/274571 Log: Use _exit instead of exit so the file descriptors aren't flushed twice in the child processes Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libpthread

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

2014-11-15 Thread Mark Johnston
Author: markj Date: Sun Nov 16 04:13:42 2014 New Revision: 274569 URL: https://svnweb.freebsd.org/changeset/base/274569 Log: Only compare visitation counters if they've both been set for the current type graph walk. Reviewed by: Robert Mustacchi MFC after:2 weeks Sponsored by: E

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

2014-11-15 Thread Mark Johnston
Author: markj Date: Sun Nov 16 04:10:23 2014 New Revision: 274565 URL: https://svnweb.freebsd.org/changeset/base/274565 Log: Remove an incorrect optimization. The type IDs of each member of a struct or union must be checked when determine whether two types are equivalent. This bug could caus

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

2014-11-15 Thread Mark Johnston
Author: markj Date: Sun Nov 16 04:07:53 2014 New Revision: 274564 URL: https://svnweb.freebsd.org/changeset/base/274564 Log: Fix a couple of bugs around the handling of structs and unions of size zero. These would cause ctfconvert(1) to return an error when attempting to resolve valid C type

svn commit: r274560 - in head/sys: kern sys

2014-11-15 Thread John-Mark Gurney
Author: jmg Date: Sun Nov 16 01:18:41 2014 New Revision: 274560 URL: https://svnweb.freebsd.org/changeset/base/274560 Log: prevent doing filter ops locking for staticly compiled filter ops... This significantly reduces lock contention when adding/removing knotes on busy multi-kq system... N

svn commit: r274559 - head/contrib/tzdata

2014-11-15 Thread Edwin Groothuis
Author: edwin Date: Sun Nov 16 01:00:39 2014 New Revision: 274559 URL: https://svnweb.freebsd.org/changeset/base/274559 Log: MFV of 274557,tzdata{2014j} Release 2014j - 2014-11-10 17:37:11 -0800 Changes affecting current and future time stamps Turks & Caicos' switch from US

svn commit: r274556 - in head/sys: amd64/amd64 i386/i386 i386/include vm

2014-11-15 Thread Alan Cox
Author: alc Date: Sat Nov 15 23:40:44 2014 New Revision: 274556 URL: https://svnweb.freebsd.org/changeset/base/274556 Log: Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default on i386 PAE. Previously, VM_PHYSSEG_SPARSE could not be used on amd64 and i386 because vm_p

svn commit: r274555 - head/sys/amd64/amd64

2014-11-15 Thread Konstantin Belousov
Author: kib Date: Sat Nov 15 21:25:17 2014 New Revision: 274555 URL: https://svnweb.freebsd.org/changeset/base/274555 Log: Fix END()s for fueword and fueword64, match the name in END() with entry. Submitted by: Jeroen Hofstee MFC after:1 week Modified: head/sys/amd64/amd64/suppo

Re: svn commit: r274552 - head/usr.bin/sort

2014-11-15 Thread Garrett Cooper
On Nov 15, 2014, at 10:03, Sean Bruno wrote: > Author: sbruno > Date: Sat Nov 15 18:03:38 2014 > New Revision: 274552 > URL: https://svnweb.freebsd.org/changeset/base/274552 > > Log: > Change LDFLAGS to LDADD in order to allow static builds. This is more > proper way to ensure that the comman

svn commit: r274552 - head/usr.bin/sort

2014-11-15 Thread Sean Bruno
Author: sbruno Date: Sat Nov 15 18:03:38 2014 New Revision: 274552 URL: https://svnweb.freebsd.org/changeset/base/274552 Log: Change LDFLAGS to LDADD in order to allow static builds. This is more proper way to ensure that the command line compile works the way we intend. Add explicity DP

Re: svn commit: r274529 - in head/sys: conf modules/if_gif

2014-11-15 Thread Warner Losh
On Nov 15, 2014, at 12:00 AM, Gleb Smirnoff wrote: > On Fri, Nov 14, 2014 at 09:10:46PM +, Warner Losh wrote: > W> Author: imp > W> Date: Fri Nov 14 21:10:45 2014 > W> New Revision: 274529 > W> URL: https://svnweb.freebsd.org/changeset/base/274529 > W> > W> Log: > W> Automate options INET

svn commit: r274551 - head/usr.sbin/wpa/wpa_cli

2014-11-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 15 14:55:05 2014 New Revision: 274551 URL: https://svnweb.freebsd.org/changeset/base/274551 Log: wpa_cli does not use libedit anymore since version 1.0 Modified: head/usr.sbin/wpa/wpa_cli/Makefile Modified: head/usr.sbin/wpa/wpa_cli/Makefile ===