svn commit: r273574 - head/contrib/netbsd-tests/lib/libc/sys

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 03:53:49 2014 New Revision: 273574 URL: https://svnweb.freebsd.org/changeset/base/273574 Log: - Test for EINVAL requirement when passing an invalid flag in to msync(2) - Expect ENOMEM instead of EFAULT when msync'ing a previously munmap'ed region on FreeBSD

svn commit: r273578 - head/contrib/netbsd-tests/lib/libc/sys

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 06:53:06 2014 New Revision: 273578 URL: https://svnweb.freebsd.org/changeset/base/273578 Log: - Add inttypes.h and stdint.h in lieu of int_limits.h from NetBSD - Use #include "h_macros.h" instead of relative path analog Sponsored by: EMC / Isilon Storage Divi

svn commit: r273579 - head/contrib/netbsd-tests/lib/libc/sys

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 06:57:16 2014 New Revision: 273579 URL: https://svnweb.freebsd.org/changeset/base/273579 Log: - Mark signo __unused in the signal handler function - Effectively #if 0 out some code that does not fail on FreeBSD In collaboration with: pho Sponsored by: EMC /

svn commit: r273591 - head/contrib/netbsd-tests/lib/libc/sys

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 16:07:31 2014 New Revision: 273591 URL: https://svnweb.freebsd.org/changeset/base/273591 Log: Correct my previous commit: - getrusage_utime_back succeeds reliably on FreeBSD - getrusage_utime_zero passes/fails in a seemingly non-deterministic manner. Skip

svn commit: r273592 - head/contrib/netbsd-tests/lib/libc/sys

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 16:18:16 2014 New Revision: 273592 URL: https://svnweb.freebsd.org/changeset/base/273592 Log: - Add sys/types.h for the APIs in sys/sysctl.h - Poke at VM_MIN_ADDRESS in machine/vmparam.h because FreeBSD doesn't have a vm.minaddress sysctl analog - Expect ENO

svn commit: r273627 - head/tools/regression/zfs

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 04:52:48 2014 New Revision: 273627 URL: https://svnweb.freebsd.org/changeset/base/273627 Log: - Print out "Bail out!" in die(..) so prove terminates immediately - Handle the output from newer versions of openssl md5, similar to what pjd@ did in r248304 MF

svn commit: r273628 - head/tools/regression/zfs

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 05:31:18 2014 New Revision: 273628 URL: https://svnweb.freebsd.org/changeset/base/273628 Log: Move the redirection to stderr out of the cmd variable assignment Putting 2>/dev/null in cmd= escapes the redirection operation, which causes mdconfig to think it's

svn commit: r273630 - head/tools/regression/zfs/zpool/add

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 06:10:01 2014 New Revision: 273630 URL: https://svnweb.freebsd.org/changeset/base/273630 Log: Bail out of the script on FreeBSD due to deterministic panic issue PR: 191573 Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/zfs/zpoo

svn commit: r273631 - head/tools/regression/zfs/zpool/add

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 06:28:48 2014 New Revision: 273631 URL: https://svnweb.freebsd.org/changeset/base/273631 Log: Bail out of the script on FreeBSD due to deterministic panic issue PR: 194586 Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/zfs/zpoo

svn commit: r273632 - head/tools/regression/zfs/zpool/add

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 06:33:00 2014 New Revision: 273632 URL: https://svnweb.freebsd.org/changeset/base/273632 Log: Bail out of the script on FreeBSD due to deterministic panic issue PR: 194587 Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/zfs/zpoo

svn commit: r273633 - head/tools/regression/zfs/zpool/create

2014-10-25 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 07:20:46 2014 New Revision: 273633 URL: https://svnweb.freebsd.org/changeset/base/273633 Log: Bail out of the script on FreeBSD due to deterministic panic issue PR: 194589 Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/zfs/zpoo

svn commit: r273803 - head/share/mk

2014-10-28 Thread Garrett Cooper
Author: ngie Date: Tue Oct 28 23:01:09 2014 New Revision: 273803 URL: https://svnweb.freebsd.org/changeset/base/273803 Log: Filter out TESTS_SUBDIRS already added to SUBDIR instead of blindly appending the TESTS_SUBDIRS variable to SUBDIR Duplicate directory entries can cause unexpected s

Re: svn commit: r273802 - in head/bin/sh: . tests/parameters

2014-10-28 Thread Garrett Cooper
On Oct 28, 2014, at 19:17, Craig Rodrigues wrote: > Hi, > > The tests started failing after this commit. Can you take a look? > > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/143/console Hi Craig, It’s my fault with not fully testing out the fix in r273803. I’m fixing

svn commit: r273810 - head/share/mk

2014-10-28 Thread Garrett Cooper
Author: ngie Date: Wed Oct 29 04:32:46 2014 New Revision: 273810 URL: https://svnweb.freebsd.org/changeset/base/273810 Log: Fix the logic inversion in the previous commit by ensuring that the matched expression (:M) is empty, not the not matched (:N) is empty. The former case means we have n

Re: svn commit: r273802 - in head/bin/sh: . tests/parameters

2014-10-28 Thread Garrett Cooper
On Oct 28, 2014, at 21:00, Garrett Cooper wrote: > On Oct 28, 2014, at 19:17, Craig Rodrigues wrote: > >> Hi, >> >> The tests started failing after this commit. Can you take a look? >> >> https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/143/co

Re: svn commit: r273866 - head/sys/sys

2014-10-30 Thread Garrett Cooper
> On Oct 30, 2014, at 09:26, Josh Paetzel wrote: > > Author: jpaetzel > Date: Thu Oct 30 16:26:17 2014 > New Revision: 273866 > URL: https://svnweb.freebsd.org/changeset/base/273866 > > Log: > Plug memory ordering holes in buf_ring_enqueue. For at least some > users this patch eliminates the

Re: svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/m

2014-10-31 Thread Garrett Cooper
On Oct 30, 2014, at 14:21, Mark Murray wrote: > Author: markm > Date: Thu Oct 30 21:21:53 2014 > New Revision: 273872 > URL: https://svnweb.freebsd.org/changeset/base/273872 > > Log: > This is the much-discussed major upgrade to the random(4) device, known to > you all as /dev/random. > > Th

Re: svn commit: r273734 - head/bin/dd

2014-10-31 Thread Garrett Cooper
On Oct 28, 2014, at 4:33, Bruce Evans wrote: > On Tue, 28 Oct 2014, [utf-8] Dag-Erling Smørgrav wrote: > >> Bruce Evans writes: >>> Dag-Erling Smørgrav writes: This is a bug on all platforms, and both clang and (recent) gcc should complain about it. That printf() call will print gar

Re: svn commit: r273919 - head/etc/rc.d

2014-10-31 Thread Garrett Cooper
On Oct 31, 2014, at 17:51, Dag-Erling Smørgrav wrote: > Xin LI writes: >> Log: >> rc.d/geli should not depend on random, as the attach functionality >> do not require additional entropy to function. >> >> It would create a circular dependency (not immediately obvious: >> geli provides 'disk

svn commit: r273933 - head/contrib/netbsd-tests/lib/libc/net

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 17:09:39 2014 New Revision: 273933 URL: https://svnweb.freebsd.org/changeset/base/273933 Log: Don't prune duplicate services in the expected output from /etc/services on FreeBSD Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libc/net/t_servent.s

svn commit: r273935 - head/contrib/netbsd-tests/lib/libc/net

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 17:13:13 2014 New Revision: 273935 URL: https://svnweb.freebsd.org/changeset/base/273935 Log: Port tests to FreeBSD/Linux Some of the testcases don't work outside of NetBSD, and the behavior of ether_aton_r differs between FreeBSD, Linux, and NetBSD, and the

svn commit: r273936 - head/contrib/netbsd-tests/lib/libc/net

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 17:14:29 2014 New Revision: 273936 URL: https://svnweb.freebsd.org/changeset/base/273936 Log: Port lib/libc/net/h_dns_server to FreeBSD Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libc/net/h_dns_server.c Modified: head/contrib/netbsd-tests/lib

svn commit: r273937 - head/contrib/netbsd-tests/lib/libc/sys

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 17:19:43 2014 New Revision: 273937 URL: https://svnweb.freebsd.org/changeset/base/273937 Log: Port lib/libc/sys/t_dup to FreeBSD/Linux - The requirements differ between FreeBSD/Linux when dealing with oldd/newd being equal (both fail with EINVAL, not EBADF)

svn commit: r273938 - head/contrib/netbsd-tests/lib/libc/sys

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 17:22:53 2014 New Revision: 273938 URL: https://svnweb.freebsd.org/changeset/base/273938 Log: getitimer on FreeBSD returns the last set time instead of the remaining time; test for that instead Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libc

svn commit: r273942 - head/contrib/netbsd-tests/lib/libc/gen

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 20:33:42 2014 New Revision: 273942 URL: https://svnweb.freebsd.org/changeset/base/273942 Log: Skip :sethostname_basic because it messes up the test host's hostname Convert code from #if defined(__FreeBSD__) to #ifdef __FreeBSD__ Modified: head/contrib/netbsd

svn commit: r273943 - head/contrib/netbsd-tests/lib/libc/sys

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 20:41:40 2014 New Revision: 273943 URL: https://svnweb.freebsd.org/changeset/base/273943 Log: Port t_kevent to FreeBSD Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libc/sys/t_kevent.c Modified: head/contrib/netbsd-tests/lib/libc/sys/t_kevent.c

svn commit: r273945 - head/contrib/netbsd-tests/lib/libc/sys

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 20:45:45 2014 New Revision: 273945 URL: https://svnweb.freebsd.org/changeset/base/273945 Log: Port t_mincore to FreeBSD Mark :mincore_resid as atf_tc_expect_fail on FreeBSD because of new bug discovered in running the tests (it succeeded from earlier on in th

svn commit: r273946 - head/contrib/netbsd-tests/lib/libc/stdlib

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 20:50:39 2014 New Revision: 273946 URL: https://svnweb.freebsd.org/changeset/base/273946 Log: Port h_atexit to FreeBSD __cxa_atexit varies between FreeBSD and NetBSD, and thus we must use pointers instead of static fields in the BSS. More extensive discussion

svn commit: r273947 - head/contrib/netbsd-tests/lib/libc/stdio

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 21:00:40 2014 New Revision: 273947 URL: https://svnweb.freebsd.org/changeset/base/273947 Log: Expect :snprintf_posarg_error to blow up with a SIGSEGV on !NetBSD OSes Modified: head/contrib/netbsd-tests/lib/libc/stdio/t_printf.c Modified: head/contrib/netbsd-test

svn commit: r273948 - head/contrib/netbsd-tests/lib/libc/stdio

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 21:21:06 2014 New Revision: 273948 URL: https://svnweb.freebsd.org/changeset/base/273948 Log: Disable testcases 12 and 15-22 on FreeBSD Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libc/stdio/t_fmemopen.c Modified: head/contrib/netbsd-tests/lib

svn commit: r273949 - head/contrib/netbsd-tests/lib/libc/stdio

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 21:23:27 2014 New Revision: 273949 URL: https://svnweb.freebsd.org/changeset/base/273949 Log: Add new atf_tc_expect_fail to fflush_err; this is a new (within the past couple months) bug Modified: head/contrib/netbsd-tests/lib/libc/stdio/t_fflush.c Modified: hea

svn commit: r273950 - head/contrib/netbsd-tests/lib/libc/stdio

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 21:25:22 2014 New Revision: 273950 URL: https://svnweb.freebsd.org/changeset/base/273950 Log: Skip :fopen_regular on !NetBSD because it's a NetBSD specific test Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libc/stdio/t_fopen.c Modified: head/co

svn commit: r273951 - head/contrib/netbsd-tests/lib/libc/stdio

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 21:30:18 2014 New Revision: 273951 URL: https://svnweb.freebsd.org/changeset/base/273951 Log: Expect :sscanf_whitespace to fail on !NetBSD OSes Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libc/stdio/t_scanf.c Modified: head/contrib/netbsd-test

svn commit: r273952 - head/contrib/netbsd-tests/lib/libc/hash

2014-11-01 Thread Garrett Cooper
Author: ngie Date: Sat Nov 1 22:00:46 2014 New Revision: 273952 URL: https://svnweb.freebsd.org/changeset/base/273952 Log: Port h_hash and t_sha2 to FreeBSD t_sha2 contains dirty copy-paste hacks that need to be fixed with the openssh OpenBSD compat layer Submitted by: pho Modified

svn commit: r274011 - head/usr.sbin/pw/tests

2014-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 3 06:07:55 2014 New Revision: 274011 URL: https://svnweb.freebsd.org/changeset/base/274011 Log: Integrate usr.sbin/useradd/t_useradd.sh from NetBSD into FreeBSD as pw_test - Suffix useradd/userdel commands with pw - Remove the atf_expect_fail for bin/39546

svn commit: r274016 - in head: . etc/mtree share/doc share/doc/pjdfstest tests/sys tests/sys/pjdfstest tests/sys/pjdfstest/pjdfstest tests/sys/pjdfstest/tests tests/sys/pjdfstest/tests/chflags test...

2014-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 3 07:18:42 2014 New Revision: 274016 URL: https://svnweb.freebsd.org/changeset/base/274016 Log: Integrate pjdfstest test suite execution into kyua pjdfstest execution is opt-in and must be done as root due to some of the assumptions made by the test suite and l

Re: svn commit: r274016 - in head: . etc/mtree share/doc share/doc/pjdfstest tests/sys tests/sys/pjdfstest tests/sys/pjdfstest/pjdfstest tests/sys/pjdfstest/tests tests/sys/pjdfstest/tests/chflags tes

2014-11-02 Thread Garrett Cooper
On Nov 2, 2014, at 23:18, Garrett Cooper wrote: > Author: ngie > Date: Mon Nov 3 07:18:42 2014 > New Revision: 274016 > URL: https://svnweb.freebsd.org/changeset/base/274016 > > Log: > Integrate pjdfstest test suite execution into kyua > > pjdfstest execution is

svn commit: r274021 - head/tests/sys

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Mon Nov 3 09:17:09 2014 New Revision: 274021 URL: https://svnweb.freebsd.org/changeset/base/274021 Log: Remove explicit KYUAFILE=yes from tests/sys/Makefile This causes the directory traversing Kyuafile to be installed, which in turn causes tests/sys/pjdfstest to alway

svn commit: r274022 - head/usr.sbin/pw/tests

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Mon Nov 3 09:26:39 2014 New Revision: 274022 URL: https://svnweb.freebsd.org/changeset/base/274022 Log: Require root when running the pw_delete and pw_modify test programs (pw(8) requires it) Modified: head/usr.sbin/pw/tests/Makefile Modified: head/usr.sbin/pw/tests/Mak

svn commit: r274052 - head/tests/lib

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Mon Nov 3 15:40:49 2014 New Revision: 274052 URL: https://svnweb.freebsd.org/changeset/base/274052 Log: Remove unused tests/lib directory MFC after: 1 week Deleted: head/tests/lib/ ___ svn-src-head@freebsd.org mailing list h

svn commit: r274061 - head/contrib/netbsd-tests/lib/libc/db

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Mon Nov 3 21:21:08 2014 New Revision: 274061 URL: https://svnweb.freebsd.org/changeset/base/274061 Log: Port t_db.sh to FreeBSD - The blocksize on FreeBSD is 32kB, not 64kB - Add some detection for MK_DICT == no; /nonexistent is echoed along with atf_skip to ensure

svn commit: r274062 - head/contrib/netbsd-tests/lib/libc/inet

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Mon Nov 3 21:26:11 2014 New Revision: 274062 URL: https://svnweb.freebsd.org/changeset/base/274062 Log: inet_network on FreeBSD returns NULL when provided "0x" to inet_network Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libc/inet/t_inet_network.c Modifi

svn commit: r274066 - head/contrib/netbsd-tests/lib/libc/ssp

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Mon Nov 3 23:36:41 2014 New Revision: 274066 URL: https://svnweb.freebsd.org/changeset/base/274066 Log: Port lib/libc/ssp to FreeBSD In most cases, the buffers and data were resized, but when dealing with the helpers, some of the code was adjusted to fail more reliably

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

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Mon Nov 3 23:37:51 2014 New Revision: 274067 URL: https://svnweb.freebsd.org/changeset/base/274067 Log: rpc_control on FreeBSD is a public-ish API (not prefixed with __), not private like NetBSD Submitted by: pho Modified: head/contrib/netbsd-tests/lib/libc/rpc/t_rp

svn commit: r274072 - head/contrib/netbsd-tests/lib/libc/stdlib

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Tue Nov 4 00:04:36 2014 New Revision: 274072 URL: https://svnweb.freebsd.org/changeset/base/274072 Log: Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice on FreeBSD, and always assume long long double exists on FreeBSD Submitted by: pho Modified:

Re: svn commit: r274072 - head/contrib/netbsd-tests/lib/libc/stdlib

2014-11-03 Thread Garrett Cooper
On Nov 3, 2014, at 16:04, Garrett Cooper wrote: > Author: ngie > Date: Tue Nov 4 00:04:36 2014 > New Revision: 274072 > URL: https://svnweb.freebsd.org/changeset/base/274072 > > Log: > Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice on >

svn commit: r274074 - head/share/mk

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Tue Nov 4 00:19:10 2014 New Revision: 274074 URL: https://svnweb.freebsd.org/changeset/base/274074 Log: Add Makefile snippet to ease porting NetBSD testcases to FreeBSD from contrib/netbsd-tests This Makefile snippet handles polluting testcases with -lnetbsd, specific

svn commit: r274075 - in head: etc/mtree lib/libc lib/libc/tests lib/libc/tests/c063 lib/libc/tests/db lib/libc/tests/gen lib/libc/tests/gen/execve lib/libc/tests/gen/posix_spawn lib/libc/tests/has...

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Tue Nov 4 00:56:25 2014 New Revision: 274075 URL: https://svnweb.freebsd.org/changeset/base/274075 Log: Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approximately 500 new testcases Various TODOs have been sprinkled around the Makefiles for item

svn commit: r274077 - head/share/mk

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Tue Nov 4 01:57:31 2014 New Revision: 274077 URL: https://svnweb.freebsd.org/changeset/base/274077 Log: As an optimization (in simple, well used cases) only call cat ${.ALLSRC} when generating files from various sources instead of calling cat ${.ALLSRC} | sed The perl

svn commit: r274078 - head/lib/libnetbsd/sys

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Tue Nov 4 02:00:07 2014 New Revision: 274078 URL: https://svnweb.freebsd.org/changeset/base/274078 Log: Commit missing header for sys/time.h compat on NetBSD to unbreak the amd64/i386 build Pointyhat to: me (forgot to svn add it sooner) Added: head/lib/libnetbsd/sy

svn commit: r274079 - in head: contrib/netbsd-tests/include contrib/netbsd-tests/lib/libc/gen contrib/netbsd-tests/lib/libc/stdlib contrib/netbsd-tests/lib/libc/sys contrib/netbsd-tests/lib/libc/ti...

2014-11-03 Thread Garrett Cooper
Author: ngie Date: Tue Nov 4 05:02:22 2014 New Revision: 274079 URL: https://svnweb.freebsd.org/changeset/base/274079 Log: Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/config.h was removed from the build Pointyhat to: me (again, for not running make delete-

svn commit: r274090 - head/contrib/netbsd-tests/lib/libc/locale

2014-11-04 Thread Garrett Cooper
Author: ngie Date: Tue Nov 4 16:02:46 2014 New Revision: 274090 URL: https://svnweb.freebsd.org/changeset/base/274090 Log: Fix the Jenkins test run by skipping the negative testcases earlier The problem is that lib.libc.locale.t_io:bad_big5_wprintf was printing out illegal Unicode charac

Re: svn commit: r274123 - in head: lib/libdpv usr.bin/dpv

2014-11-04 Thread Garrett Cooper
On Nov 4, 2014, at 18:36, Devin Teske wrote: > Author: dteske > Date: Wed Nov 5 02:36:28 2014 > New Revision: 274123 > URL: https://svnweb.freebsd.org/changeset/base/274123 … > Modified: head/lib/libdpv/Makefile > == >

svn commit: r274142 - head/contrib/netbsd-tests/lib/libc/sys

2014-11-05 Thread Garrett Cooper
Author: ngie Date: Wed Nov 5 16:30:02 2014 New Revision: 274142 URL: https://svnweb.freebsd.org/changeset/base/274142 Log: Remove expected failure from lib.libc.sys.t_mincore:mincore_resid The failure was added based on observation seen on 11.0-CURRENT @ r273153, not based on internal te

svn commit: r274143 - head/contrib/netbsd-tests/lib/libc/sys

2014-11-05 Thread Garrett Cooper
Author: ngie Date: Wed Nov 5 16:38:57 2014 New Revision: 274143 URL: https://svnweb.freebsd.org/changeset/base/274143 Log: Expect lib.libc.sys.getcontext_test.setcontext_link to fail on amd64; add additional debugging to make the underlying problem more visible Calling setcontext(2) on a

Re: svn commit: r274186 - head/share/mk

2014-11-06 Thread Garrett Cooper
On Nov 6, 2014, at 9:19, Warner Losh wrote: > Author: imp > Date: Thu Nov 6 17:19:41 2014 > New Revision: 274186 > URL: https://svnweb.freebsd.org/changeset/base/274186 > > Log: > Ignore errors from rm -rf to support high -j builds. This is, at best, > a kludge. However, it also effectively w

Re: svn commit: r274205 - in head/sys: dev/ixl modules/ixlv

2014-11-06 Thread Garrett Cooper
On Nov 6, 2014, at 17:54, Devin Teske wrote: >> -Original Message- >> From: owner-src-committ...@freebsd.org [mailto:owner-src- >> committ...@freebsd.org] On Behalf Of Jack F Vogel >> Sent: Thursday, November 6, 2014 3:45 PM >> To: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-

Re: svn commit: r274226 - head/gnu/lib/libdialog

2014-11-07 Thread Garrett Cooper
> On Nov 7, 2014, at 02:49, Baptiste Daroussin wrote: > > Author: bapt > Date: Fri Nov 7 10:49:54 2014 > New Revision: 274226 > URL: https://svnweb.freebsd.org/changeset/base/274226 > > Log: > libdialog has to be linked to libncursesw and libm Thank you for fixing these implicit dependencies

svn commit: r274267 - head/tests/sys/netinet

2014-11-07 Thread Garrett Cooper
Author: ngie Date: Sat Nov 8 03:20:56 2014 New Revision: 274267 URL: https://svnweb.freebsd.org/changeset/base/274267 Log: Use PROGS instead of PROG and remove unnecessary SRCS?= assignment Using PROG instead of PROGS will in cases of high -j with -DNO_ROOT cause the PROG to show up more

svn commit: r274270 - head

2014-11-07 Thread Garrett Cooper
Author: ngie Date: Sat Nov 8 04:24:54 2014 New Revision: 274270 URL: https://svnweb.freebsd.org/changeset/base/274270 Log: Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependency for gnu/lib/libdialog Sponsored by: EMC / Isilon Storage Division Modified: head/Ma

svn commit: r274364 - in head: contrib/telnet/arpa contrib/telnet/telnet contrib/telnet/telnetd contrib/tzcode/stdtime libexec/telnetd

2014-11-10 Thread Garrett Cooper
Author: ngie Date: Tue Nov 11 04:06:05 2014 New Revision: 274364 URL: https://svnweb.freebsd.org/changeset/base/274364 Log: Add baud rate support to telnet(1) This implements part of RFC-2217 It's based off a patch originally written by Sujal Patel at Isilon, and contributions from o

svn commit: r274365 - head/contrib/tzcode/stdtime

2014-11-10 Thread Garrett Cooper
Author: ngie Date: Tue Nov 11 04:07:41 2014 New Revision: 274365 URL: https://svnweb.freebsd.org/changeset/base/274365 Log: Revert WiP to contrib/tzcode accidentally committed with r274364 Modified: head/contrib/tzcode/stdtime/localtime.c Modified: head/contrib/tzcode/stdtime/localtime.c ===

Re: svn commit: r274365 - head/contrib/tzcode/stdtime

2014-11-11 Thread Garrett Cooper
> On Nov 11, 2014, at 05:33, Andrey Chernov wrote: > >> On 11.11.2014 7:07, Garrett Cooper wrote: >> Author: ngie >> Date: Tue Nov 11 04:07:41 2014 >> New Revision: 274365 >> URL: https://svnweb.freebsd.org/changeset/base/274365 >> >> Lo

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: 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: 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: 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: 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: 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: 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: 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

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 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

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

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

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: 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: 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: 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: r274591 - head

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 19:47:29 2014 New Revision: 274591 URL: https://svnweb.freebsd.org/changeset/base/274591 Log: Add freebsd-testing and myself to MAINTAINERS for contrib/netbsd-tests and contrib/pjdfstest Modified: head/MAINTAINERS Modified: head/MAINTAINERS ===

svn commit: r274592 - in head: lib/libc/tests/stdio tools/regression/lib/libc/stdio

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 19:57:47 2014 New Revision: 274592 URL: https://svnweb.freebsd.org/changeset/base/274592 Log: Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase and rename as lib/libc/stdio/fmemopen2_test Sponsored by: EMC / Isilon Storage Division A

Re: svn commit: r274593 - head

2014-11-16 Thread Garrett Cooper
On Nov 16, 2014, at 12:10, Sean Bruno wrote: > Author: sbruno > Date: Sun Nov 16 20:10:37 2014 > New Revision: 274593 > URL: https://svnweb.freebsd.org/changeset/base/274593 > > Log: > Flush out many more static binaries that can be used in a jail for building > pkgs via poudriere. This remov

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

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:29:57 2014 New Revision: 274595 URL: https://svnweb.freebsd.org/changeset/base/274595 Log: Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase and Rename as lib/libc/stdio/fpclassify2_test Sponsored by: EMC / Isilon Storage Divisi

svn commit: r274597 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:34:46 2014 New Revision: 274597 URL: https://svnweb.freebsd.org/changeset/base/274597 Log: Skip the long-double epsilon checks on FreeBSD/i386 Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libm/t_precision.c Modified

svn commit: r274598 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:35:32 2014 New Revision: 274598 URL: https://svnweb.freebsd.org/changeset/base/274598 Log: Reset errno to 0 before running scalbn to be sure that the tested errno is valid Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/l

svn commit: r274599 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:37:46 2014 New Revision: 274599 URL: https://svnweb.freebsd.org/changeset/base/274599 Log: Alias isinff to isinf on FreeBSD isinf on FreeBSD automatically picks the appropriate type per math.h Sponsored by: EMC / Isilon Storage Division Modified: hea

svn commit: r274600 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:39:11 2014 New Revision: 274600 URL: https://svnweb.freebsd.org/changeset/base/274600 Log: - Expect exp2_powers to fail on FreeBSD/i386 - Expect exp2_values to fail on FreeBSD due to the small epsilon Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r274601 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:42:30 2014 New Revision: 274601 URL: https://svnweb.freebsd.org/changeset/base/274601 Log: - Skip over the testcases that call cbrtl on platforms where LDBL_PREC == 53 (arm, mips, powerpc). This fixes the build on these platforms, based on some ad hoc tinderb

svn commit: r274618 - in head: etc/mtree lib/msun lib/msun/tests

2014-11-17 Thread Garrett Cooper
Author: ngie Date: Mon Nov 17 09:19:09 2014 New Revision: 274618 URL: https://svnweb.freebsd.org/changeset/base/274618 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.

Re: svn commit: r274618 - in head: etc/mtree lib/msun lib/msun/tests

2014-11-17 Thread Garrett Cooper
On Nov 17, 2014, at 1:19, Garrett Cooper wrote: > Author: ngie > Date: Mon Nov 17 09:19:09 2014 > New Revision: 274618 > URL: https://svnweb.freebsd.org/changeset/base/274618 > > Log: > Add reachover Makefiles for contrib/netbsd-tests/lib/librt > > A variant of t

Re: svn commit: r274620 - head/tools/regression/zfs/zpool/add

2014-11-17 Thread Garrett Cooper
On Nov 17, 2014, at 3:35, Steven Hartland wrote: > Author: smh > Date: Mon Nov 17 11:35:30 2014 > New Revision: 274620 > URL: https://svnweb.freebsd.org/changeset/base/274620 > > Log: > Revert r273630 as the panic was fixed by r274619 > > The panic was caused by TRIM requests run against file

svn commit: r274626 - in head/contrib/netbsd-tests/lib: libc/gen libc/gen/posix_spawn libc/locale libc/net libc/regex libc/stdlib libc/string libc/sys libc/time libc/tls libc/tls/dso libc/tls_dso l...

2014-11-17 Thread Garrett Cooper
Author: ngie Date: Mon Nov 17 13:39:00 2014 New Revision: 274626 URL: https://svnweb.freebsd.org/changeset/base/274626 Log: Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with their #ifdef equivalents for everything changed in contrib/netbsd-tests. There are some i

svn commit: r275006 - head

2014-11-24 Thread Garrett Cooper
Author: ngie Date: Tue Nov 25 05:25:12 2014 New Revision: 275006 URL: https://svnweb.freebsd.org/changeset/base/275006 Log: Remove cokane@ from MAINTAINERS for 3dfx(4)/tdfx(4) because their email addresses on file bounce (see r252463 for more details) Reviewed by: accounts (dhw) Modified

svn commit: r275170 - in head: . sbin/mdconfig/tests

2014-11-26 Thread Garrett Cooper
Author: ngie Date: Thu Nov 27 06:04:00 2014 New Revision: 275170 URL: https://svnweb.freebsd.org/changeset/base/275170 Log: Convert sbin/mdconfig/tests from prove format tests to ATF format tests As a side effect... 1. The tests now checks for the root user before continuing with kyua, wh

svn commit: r275234 - head/usr.bin/vi/catalog

2014-11-28 Thread Garrett Cooper
Author: ngie Date: Sat Nov 29 06:53:06 2014 New Revision: 275234 URL: https://svnweb.freebsd.org/changeset/base/275234 Log: MF projects/building-blocks r275198: Use ${.TARGET} instead of hardcoding the name in the dump build rule Modified: head/usr.bin/vi/catalog/Makefile Directory Pro

svn commit: r275270 - head/etc

2014-11-29 Thread Garrett Cooper
Author: ngie Date: Sat Nov 29 22:26:35 2014 New Revision: 275270 URL: https://svnweb.freebsd.org/changeset/base/275270 Log: etc/mail actually applies to MK_SENDMAIL, not MK_MAIL Modified: head/etc/Makefile Modified: head/etc/Makefile ==

svn commit: r275271 - head/etc

2014-11-29 Thread Garrett Cooper
Author: ngie Date: Sat Nov 29 22:31:19 2014 New Revision: 275271 URL: https://svnweb.freebsd.org/changeset/base/275271 Log: Revert r275270 MK_MAIL applies to MK_SENDMAIL and a number of other knobs. r275270 incorrectly applied it to only MK_SENDMAIL Modified: head/etc/Makefile Modifi

svn commit: r275299 - in head/etc: defaults rc.d

2014-11-29 Thread Garrett Cooper
Author: ngie Date: Sun Nov 30 06:03:59 2014 New Revision: 275299 URL: https://svnweb.freebsd.org/changeset/base/275299 Log: Remove etc/rc.d/mrouted mrouted has been available in ports for the last 8 years as net/mrouted . An equivalent rc.d script has been present in the port. Remove

svn commit: r275302 - head

2014-11-29 Thread Garrett Cooper
Author: ngie Date: Sun Nov 30 06:46:30 2014 New Revision: 275302 URL: https://svnweb.freebsd.org/changeset/base/275302 Log: Followup to r275299: add an ObsoleteFiles.inc entry for etc/rc.d/mrouted Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc =

svn commit: r275323 - head

2014-11-30 Thread Garrett Cooper
Author: ngie Date: Sun Nov 30 12:32:16 2014 New Revision: 275323 URL: https://svnweb.freebsd.org/changeset/base/275323 Log: Add mergeinfo for r275302 Modified: Directory Properties: head/ (props changed) ___ svn-src-head@freebsd.org mailing list h

<    1   2   3   4   5   6   7   8   9   10   >