svn commit: r270118 - head/sbin/dhclient/tests

2014-08-17 Thread Garrett Cooper
Author: ngie Date: Mon Aug 18 01:21:41 2014 New Revision: 270118 URL: http://svnweb.freebsd.org/changeset/base/270118 Log: Add LIBUTIL to DPADD This will fix "make checkdpadd" MFC after: 5 days PR: 192759 Approved by: rpaulo (mentor) Modified: head/sbin/dhclient/tests/Makefile

svn commit: r270144 - head/lib/libcrypt/tests

2014-08-18 Thread Garrett Cooper
Author: ngie Date: Mon Aug 18 17:35:39 2014 New Revision: 270144 URL: http://svnweb.freebsd.org/changeset/base/270144 Log: Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile variables This fixes "make checkdpadd" Phabric: D620 Approved by: jmmv (mentor) PR: 19

svn commit: r270145 - head/lib/clang

2014-08-18 Thread Garrett Cooper
Author: ngie Date: Mon Aug 18 17:38:50 2014 New Revision: 270145 URL: http://svnweb.freebsd.org/changeset/base/270145 Log: Replace DPADD with DPSRCS to fix "make checkdpadd" Phabric: D625 Approved by: jmmv (mentor) Reviewed by: dim PR: 192734 MFC after: 2 weeks Modified: head/lib

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

2014-08-18 Thread Garrett Cooper
Author: ngie Date: Mon Aug 18 18:01:18 2014 New Revision: 270146 URL: http://svnweb.freebsd.org/changeset/base/270146 Log: Add LIBCRYPTO and LIBSSL to DPADD This fixes "make checkdpadd" Phabric: D621 PR: 192761 Approved by: rpaulo (mentor) MFC after: 2 weeks Modified: head/usr

svn commit: r270178 - head/secure/usr.bin/ssh

2014-08-19 Thread Garrett Cooper
Author: ngie Date: Tue Aug 19 18:27:43 2014 New Revision: 270178 URL: http://svnweb.freebsd.org/changeset/base/270178 Log: Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd" X-MFC with: r269648 Phabric: D634 Approved by: jmmv (mentor) Modified: head/secure/usr.bin/ssh/Makefile

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

2014-08-19 Thread Garrett Cooper
Author: ngie Date: Tue Aug 19 18:31:20 2014 New Revision: 270179 URL: http://svnweb.freebsd.org/changeset/base/270179 Log: Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match up This fixes "make checkdpadd" Approved by: jmmv (mentor) MFC after: 2 weeks Phabric: D630

svn commit: r270180 - head/usr.sbin/nmtree

2014-08-19 Thread Garrett Cooper
Author: ngie Date: Tue Aug 19 18:47:47 2014 New Revision: 270180 URL: http://svnweb.freebsd.org/changeset/base/270180 Log: Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd" Approved by: jmmv (mentor) MFC after: 5 days Phabric: D633 PR: 192763 Modified: head/usr.sbin/nmtree/Ma

Re: svn commit: r270183 - head/usr.sbin/mountd

2014-08-19 Thread Garrett Cooper
On Tue, Aug 19, 2014 at 2:04 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Aug 19 21:04:31 2014 > New Revision: 270183 > URL: http://svnweb.freebsd.org/changeset/base/270183 > > Log: > Avoid showing stale errors when nmount(2) fails. > > Sometimes nmount(2) will fail without setting

svn commit: r270216 - head/gnu/lib/libgcc

2014-08-20 Thread Garrett Cooper
Author: ngie Date: Wed Aug 20 15:43:26 2014 New Revision: 270216 URL: http://svnweb.freebsd.org/changeset/base/270216 Log: Add ${LIBC} to DPADD to fix "make checkdpadd" Phabric: D632 Approved by: jmmv (mentor) MFC after: 2 weeks Modified: head/gnu/lib/libgcc/Makefile Modified: head/

Re: svn commit: r250034 - head/tools/tools/nanobsd

2013-04-28 Thread Garrett Cooper
On Apr 28, 2013, at 2:44 PM, Nick Hibma wrote: > Author: n_hibma > Date: Sun Apr 28 21:44:44 2013 > New Revision: 250034 > URL: http://svnweb.freebsd.org/changeset/base/250034 > > Log: > Doing a cpio from /var/empty if dir was not specified or non-existent > copies its mode to the destination.

Re: svn commit: r250407 - in head/usr.sbin/makefs: . compat

2013-05-09 Thread Garrett Cooper
On Thu, May 9, 2013 at 7:43 AM, Brooks Davis wrote: > Author: brooks > Date: Thu May 9 14:43:36 2013 > New Revision: 250407 > URL: http://svnweb.freebsd.org/changeset/base/250407 > > Log: > Remove duplicated copies of various NetBSD compatibility shims used by > makefs and use libnetbsd, cont

Re: svn commit: r250463 - head/usr.sbin/mergemaster

2013-05-10 Thread Garrett Cooper
On Fri, May 10, 2013 at 10:42 AM, Eitan Adler wrote: > Author: eadler > Date: Fri May 10 17:42:13 2013 > New Revision: 250463 > URL: http://svnweb.freebsd.org/changeset/base/250463 > > Log: > Permit relative paths with mergemaster -m > > Reviewed by: dim, brooks > MFC after:3 days > > M

Re: svn commit: r250463 - head/usr.sbin/mergemaster

2013-05-10 Thread Garrett Cooper
On Fri, May 10, 2013 at 12:32 PM, Eitan Adler wrote: ... > Yes, sorry for not including the PR number. No worries :). Thanks for the fix! -Garrett ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsu

Re: svn commit: r250511 - in head: usr.bin/gcore usr.sbin/bsdinstall/distextract usr.sbin/bsdinstall/distfetch usr.sbin/bsdinstall/partedit

2013-05-15 Thread Garrett Cooper
On May 11, 2013, at 8:46 AM, Antoine Brodin wrote: > Author: antoine > Date: Sat May 11 13:46:05 2013 > New Revision: 250511 > URL: http://svnweb.freebsd.org/changeset/base/250511 > > Log: > Add some missing DPADD. Looks like you fixed bin/174046 . Could you please handle the PR? Thanks

Re: svn commit: r250659 - in head: . share/mk tools/build/options tools/tools/makeroot

2013-05-15 Thread Garrett Cooper
On May 15, 2013, at 9:30 AM, Brooks Davis wrote: > Author: brooks > Date: Wed May 15 14:30:03 2013 > New Revision: 250659 > URL: http://svnweb.freebsd.org/changeset/base/250659 > > Log: > Add support for an external cross compiler. The cross compiler is > specified by passing the XCC, XCXX, an

Re: svn commit: r250693 - head/contrib/libpcap

2013-05-15 Thread Garrett Cooper
Has this been pushed upstream? Sent from my iPhone On May 16, 2013, at 1:16 AM, Hiren Panchasara wrote: > Author: hiren > Date: Thu May 16 05:16:56 2013 > New Revision: 250693 > URL: http://svnweb.freebsd.org/changeset/base/250693 > > Log: > Add tcp header flags ECE and CWR defined in RFC 316

Re: svn commit: r250658 - in head: share/mk sys/conf tools/build/options

2013-05-17 Thread Garrett Cooper
On May 17, 2013, at 10:57 AM, Andre Oppermann wrote: > On 15.05.2013 15:04, Brooks Davis wrote: >> Author: brooks >> Date: Wed May 15 13:04:10 2013 >> New Revision: 250658 >> URL: http://svnweb.freebsd.org/changeset/base/250658 >> >> Log: >> Add a new option WITHOUT_FORMAT_EXTENSIONS to disable

Re: svn commit: r250719 - in head: . usr.bin/make

2013-05-20 Thread Garrett Cooper
On May 16, 2013, at 2:26 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Thu May 16 21:26:46 2013 > New Revision: 250719 > URL: http://svnweb.freebsd.org/changeset/base/250719 > > Log: > Reverse the sense of the test wrt bmake, and guard against > MK_BMAKE not being defined. I forgot

Re: svn commit: r251024 - in head: lib/msun lib/msun/ld128 lib/msun/ld80 lib/msun/src tools/regression/lib/msun

2013-05-27 Thread Garrett Cooper
On May 27, 2013, at 12:58 PM, Ryan Stone wrote: > On Mon, May 27, 2013 at 1:23 PM, David Schultz wrote: > >> If someone were to write or import a good test framework, >> get all the tests to use it, and put together a test tinderbox, that >> would have a lot of impact. >> >> > People are worki

Re: svn commit: r251108 - in head/contrib/atf/atf-c++: . detail

2013-05-29 Thread Garrett Cooper
ests. Based on patch pushed upstream to > ATF project. > > Obtained from:Garrett Cooper > > Modified: > head/contrib/atf/atf-c++/check_test.cpp > head/contrib/atf/atf-c++/detail/process_test.cpp > head/contrib/atf/atf-c++/detail/test_helpers.cpp > head/contrib/a

Re: svn commit: r251140 - head

2013-05-30 Thread Garrett Cooper
On May 30, 2013, at 8:50 AM, Konstantin Belousov wrote: > On Thu, May 30, 2013 at 10:45:28AM -0500, Brooks Davis wrote: >> On Thu, May 30, 2013 at 06:37:51PM +0300, Konstantin Belousov wrote: >>> I disagree with the statement about the useless, at least for WORLDTMP >>> it saves the full buildworl

Re: svn commit: r251140 - head

2013-05-30 Thread Garrett Cooper
On May 30, 2013, at 7:09 AM, Brooks Davis wrote: > Author: brooks > Date: Thu May 30 14:09:58 2013 > New Revision: 251140 > URL: http://svnweb.freebsd.org/changeset/base/251140 > > Log: > Always define INSTALL_DDIR and define it such that it contains no extra > / characters rather than removing

Re: svn commit: r251438 - in head/gnu: lib/libregex lib/libregex/posix usr.bin/diff usr.bin/grep

2013-06-06 Thread Garrett Cooper
On Jun 6, 2013, at 11:18 AM, Michael Tuexen wrote: > On Jun 6, 2013, at 12:50 PM, Glen Barber wrote: > >> On Wed, Jun 05, 2013 at 11:27:52PM -0400, Glen Barber wrote: >>> On Wed, Jun 05, 2013 at 09:31:06PM +, Jung-uk Kim wrote: Author: jkim Date: Wed Jun 5 21:31:06 2013 New Re

Re: svn commit: r251958 - head/contrib/bmake

2013-06-18 Thread Garrett Cooper
On Tue, Jun 18, 2013 at 12:35 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Tue Jun 18 19:35:51 2013 > New Revision: 251958 > URL: http://svnweb.freebsd.org/changeset/base/251958 Was this the source of the huge ignoring stale .depend messages? Thanks,

Re: svn commit: r252074 - head/sys/fs/nfsclient

2013-06-22 Thread Garrett Cooper
On Jun 22, 2013, at 11:22 AM, Steven Hartland wrote: > I thought the use of PRIu64 was frowned on? It is in FreeBSD, unlike Linux (for better or for worse). It should be cast with either intmax_t or uintmax_t and use %jd or %ju. Cheers, -Garrett _

Re: svn commit: r252101 - head/release

2013-06-22 Thread Garrett Cooper
o use with release build. > > Submitted by:Garrett Cooper (original version) > Approved by: kib (mentor) > MFC after: 1 week > > Modified: > head/release/release.sh Technically copying /dev/null to a file creates a 0 byte file. That's why I used cp in

Re: svn commit: r252074 - head/sys/fs/nfsclient

2013-06-22 Thread Garrett Cooper
On Jun 22, 2013, at 5:44 PM, Bruce Evans wrote: > On Sat, 22 Jun 2013, Garrett Cooper wrote: > >> On Jun 22, 2013, at 11:22 AM, Steven Hartland wrote: >> >>> I thought the use of PRIu64 was frowned on? >> >> It is in FreeBSD, unlike Linux (for bett

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-27 Thread Garrett Cooper
On Jun 17, 2013, at 7:53 PM, Peter Wemm wrote: > Author: peter > Date: Tue Jun 18 02:53:45 2013 > New Revision: 251886 > URL: http://svnweb.freebsd.org/changeset/base/251886 > > Log: > Introduce svnlite so that we can check out our source code again. > > This is actually a fully functional bui

Re: svn commit: r252310 - in head: etc/defaults etc/rc.d include sbin/swapon share/man/man5

2013-06-27 Thread Garrett Cooper
On Jun 27, 2013, at 11:28 AM, Hiroki Sato wrote: > Author: hrs > Date: Thu Jun 27 18:28:45 2013 > New Revision: 252310 > URL: http://svnweb.freebsd.org/changeset/base/252310 > > Log: > - Add vnode-backed swap space specification support. This is enabled when >device names "md" or "md[0-9]*

Re: svn commit: r252310 - in head: etc/defaults etc/rc.d include sbin/swapon share/man/man5

2013-06-27 Thread Garrett Cooper
MOn Jun 27, 2013, at 12:00 PM, Hiroki Sato wrote: > Garrett Cooper wrote > in <7413b684-3995-428b-8762-a49b0a180...@gmail.com>: > > ya> I noticed that you've been working with mdconfig, et al a lot > ya> lately. Would you have some spare cycles to look at so

Re: svn commit: r252101 - head/release

2013-06-27 Thread Garrett Cooper
On Jun 22, 2013, at 3:51 PM, Glen Barber wrote: > On Sat, Jun 22, 2013 at 03:39:41PM -0700, Garrett Cooper wrote: >> On Jun 22, 2013, at 3:12 PM, Glen Barber wrote: >> >>> Author: gjb >>> Date: Sat Jun 22 22:12:24 2013 >>> New Revision: 252101 >>

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

2013-06-28 Thread Garrett Cooper
On Jun 28, 2013, at 9:35 PM, Peter Wemm wrote: > Author: peter > Date: Sat Jun 29 04:35:04 2013 > New Revision: 252367 > URL: http://svnweb.freebsd.org/changeset/base/252367 > > Log: > Help out gcc. clang understands. > > sys_generic.c:1510: warning: 'precision' may be used uninitialized >

svn commit: r272780 - in head: etc/mtree usr.bin/cmp usr.bin/cmp/tests

2014-10-08 Thread Garrett Cooper
Author: ngie Date: Thu Oct 9 00:50:33 2014 New Revision: 272780 URL: https://svnweb.freebsd.org/changeset/base/272780 Log: Integrate usr.bin/cmp/tests from NetBSD into atf/kyua In collaboration with: sjg Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/cmp/tests/ head

svn commit: r272781 - in head: etc/mtree usr.bin/dirname usr.bin/dirname/tests

2014-10-08 Thread Garrett Cooper
Author: ngie Date: Thu Oct 9 00:55:04 2014 New Revision: 272781 URL: https://svnweb.freebsd.org/changeset/base/272781 Log: Integrate usr.bin/dirname/tests from NetBSD into atf/kyua In collaboration with: pho, sjg Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/dirname/

svn commit: r272782 - in head: bin/sleep bin/sleep/tests etc/mtree

2014-10-08 Thread Garrett Cooper
Author: ngie Date: Thu Oct 9 01:39:07 2014 New Revision: 272782 URL: https://svnweb.freebsd.org/changeset/base/272782 Log: Integrate bin/sleep/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division Added: head/bin/sleep/tests/ head/bin/sleep/tests/Makefile (cont

svn commit: r272783 - in head: etc/mtree usr.bin/cut usr.bin/cut/tests

2014-10-08 Thread Garrett Cooper
Author: ngie Date: Thu Oct 9 01:46:31 2014 New Revision: 272783 URL: https://svnweb.freebsd.org/changeset/base/272783 Log: Integrate usr.bin/cut/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/cut/tests/ head/usr.bin/cut/tests/Makefile

svn commit: r272784 - in head: etc/mtree usr.bin/grep usr.bin/grep/tests

2014-10-08 Thread Garrett Cooper
Author: ngie Date: Thu Oct 9 01:53:23 2014 New Revision: 272784 URL: https://svnweb.freebsd.org/changeset/base/272784 Log: Integrate usr.bin/grep/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/grep/tests/ head/usr.bin/grep/tests/Makefil

svn commit: r272787 - in head: etc/mtree gnu/usr.bin/diff gnu/usr.bin/diff/tests

2014-10-08 Thread Garrett Cooper
Author: ngie Date: Thu Oct 9 02:07:34 2014 New Revision: 272787 URL: https://svnweb.freebsd.org/changeset/base/272787 Log: Integrate usr.bin/diff/tests from NetBSD into atf/kyua at gnu/usr.bin/diff/tests Sponsored by: EMC / Isilon Storage Division Added: head/gnu/usr.bin/diff/tests/

svn commit: r272788 - in head: etc/mtree usr.bin/gzip usr.bin/gzip/tests

2014-10-08 Thread Garrett Cooper
Author: ngie Date: Thu Oct 9 02:24:34 2014 New Revision: 272788 URL: https://svnweb.freebsd.org/changeset/base/272788 Log: Integrate usr.bin/gzip/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/gzip/tests/ head/usr.bin/gzip/tests/Makefil

Re: svn commit: r272805 - head/sys/cam

2014-10-08 Thread Garrett Cooper
Also... > On Oct 8, 2014, at 22:53, Alexander Motin wrote: > > Author: mav > Date: Thu Oct 9 05:53:58 2014 > New Revision: 272805 > URL: https://svnweb.freebsd.org/changeset/base/272805 > > Log: > Use proper variable when looping through periphs with CAM_PERIPH_FREE. > > PR:194256 >

Re: svn commit: r272840 - in head: sbin/ipfw sys/conf sys/modules/ipfw sys/netgraph sys/netinet sys/netpfil/ipfw

2014-10-09 Thread Garrett Cooper
> On Oct 9, 2014, at 12:32, "Alexander V. Chernikov" > wrote: > > Author: melifaro > Date: Thu Oct 9 19:32:35 2014 > New Revision: 272840 > URL: https://svnweb.freebsd.org/changeset/base/272840 ... > MFC after:1 month Should this be MFCed? Does it break existing usability? > Sponsore

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 08:35:16 2014 New Revision: 272890 URL: https://svnweb.freebsd.org/changeset/base/272890 Log: Only build/run hsearch_basic and hsearch_r_basic on NetBSD hdestroy1 is not present on FreeBSD Sponsored by: EMC / Isilon Storage Division Modified: head/contr

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 08:57:55 2014 New Revision: 272891 URL: https://svnweb.freebsd.org/changeset/base/272891 Log: Expect SIGSEGV in lib/libc/stdlib/t_getenv:setenv_basic See bin/189805 for more details In collaboration with: pho Sponsored by: EMC / Isilon Storage Division

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 18:57:39 2014 New Revision: 272901 URL: https://svnweb.freebsd.org/changeset/base/272901 Log: Disable tests that don't pass on FreeBSD due to missing support in humanize_number(3). Bringing in additional revisions from NetBSD's humanize_number(3) will fix the te

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 18:59:18 2014 New Revision: 272902 URL: https://svnweb.freebsd.org/changeset/base/272902 Log: Add missing #include for gettimeofday Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/gen/t_time.c Modified: head/contrib

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:02:02 2014 New Revision: 272903 URL: https://svnweb.freebsd.org/changeset/base/272903 Log: FreeBSD returns ENOTTY instead of EBADF in ttyname_r; mark it as an expected failure PR: 191936 In collaboration with: pho Sponsored by: EMC / Isilon Storage

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:18:52 2014 New Revision: 272905 URL: https://svnweb.freebsd.org/changeset/base/272905 Log: FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 in {get,set}{domain,host}name. Adjust the tests to not exceed that value when testing out the code Ad

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:28:57 2014 New Revision: 272908 URL: https://svnweb.freebsd.org/changeset/base/272908 Log: Disable the invalid pointer test on FreeBSD FreeBSD segfaults on invalid pointers passed to getcwd because it throbs the address passed in in libc, whereas NetBSD ju

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:32:53 2014 New Revision: 272909 URL: https://svnweb.freebsd.org/changeset/base/272909 Log: Handle getting/setting niceness/priority correctly on FreeBSD vs NetBSD This might be fallout from PR: 189821 Submitted by: pho Sponsored by: EMC / Isilon Stora

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 19:34:19 2014 New Revision: 272910 URL: https://svnweb.freebsd.org/changeset/base/272910 Log: SIGPWR does not exist on FreeBSD Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/gen/t_raise.c Modified: head/contrib/netb

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 21:19:17 2014 New Revision: 272914 URL: https://svnweb.freebsd.org/changeset/base/272914 Log: Skip over t_spawn_open_nonexistent_diag because it requires NetBSD specific additions to posix_spawn Sponsored by: EMC / Isilon Storage Division Modified: head/co

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

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 21:22:25 2014 New Revision: 272915 URL: https://svnweb.freebsd.org/changeset/base/272915 Log: Port the testcase to FreeBSD - Make #include path to h_macros.h a non-relative path - __gl_stat_t is synonymous with struct stat on FreeBSD - FreeBSD doesn't have

svn commit: r272917 - head/share/mk

2014-10-10 Thread Garrett Cooper
Author: ngie Date: Fri Oct 10 22:18:09 2014 New Revision: 272917 URL: https://svnweb.freebsd.org/changeset/base/272917 Log: Add LDFLAGS to PROG_VARS so it can be overridden on a per-PROG basis MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.pro

svn commit: r272979 - in head/contrib/netbsd-tests/lib/libc: tls tls/dso tls_dso

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Sun Oct 12 10:04:59 2014 New Revision: 272979 URL: https://svnweb.freebsd.org/changeset/base/272979 Log: Only #include on NetBSD Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/tls/dso/h_tls_dlopen.c head/contrib/netbsd-tests

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

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Sun Oct 12 10:07:26 2014 New Revision: 272980 URL: https://svnweb.freebsd.org/changeset/base/272980 Log: #include libutil.h for fparseln on FreeBSD Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/stdlib/h_getopt_long.c Modified

svn commit: r273010 - head/contrib/netbsd-tests/lib/libc/regex

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Sun Oct 12 21:53:13 2014 New Revision: 273010 URL: https://svnweb.freebsd.org/changeset/base/273010 Log: Implement 64MB memory limit for test to ensure that it fails reliably in 600 seconds; it would previously fail inconsistently when run in some virtual machine configura

svn commit: r273011 - head/contrib/netbsd-tests/lib/libc/regex

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Sun Oct 12 21:54:55 2014 New Revision: 273011 URL: https://svnweb.freebsd.org/changeset/base/273011 Log: Fix compilation errors with missing wide-type headers and fix compilation warnings with -Wformat In collaboration with: pho Sponsored by: EMC / Isilon Storage Divi

svn commit: r273012 - head/contrib/netbsd-tests/lib/libc/regex

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Sun Oct 12 21:59:23 2014 New Revision: 273012 URL: https://svnweb.freebsd.org/changeset/base/273012 Log: - Add libutil #include for fparseln - Change ATF_REQUIRE_EQ_MSG to ATF_CHECK_EQ_MSG to gather all failing results possible (currently 12 with leftassoc) - Mark left

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

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Sun Oct 12 23:46:24 2014 New Revision: 273015 URL: https://svnweb.freebsd.org/changeset/base/273015 Log: Expect nice_err to fail on FreeBSD with unprivileged users PR: 189821 Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/gen

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

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 13 00:33:59 2014 New Revision: 273017 URL: https://svnweb.freebsd.org/changeset/base/273017 Log: Add #include for printf Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c Modified: head/contrib/netbsd-t

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

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 13 01:14:01 2014 New Revision: 273019 URL: https://svnweb.freebsd.org/changeset/base/273019 Log: Do initial port of contrib/netbsd-tests/lib/libc/locale t_io: - Expect failures potentially related to implementation-specific knowledge of the zh_TW.Big5 locale [

svn commit: r273020 - head/contrib/netbsd-tests/lib/libc/string

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 13 02:23:24 2014 New Revision: 273020 URL: https://svnweb.freebsd.org/changeset/base/273020 Log: memmem with NUL length "needle" (aka small) strings on FreeBSD/OSX returns NULL instead of the "haystack" value (aka big) Submitted by: pho Sponsored by: EMC / Isi

svn commit: r273021 - head/contrib/netbsd-tests/lib/libc/string

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 13 02:27:59 2014 New Revision: 273021 URL: https://svnweb.freebsd.org/changeset/base/273021 Log: Use 1 as a random seed, as recommended in srandom(3). Adjust the random values accordingly Submitted by: pho Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r273022 - head/contrib/netbsd-tests/lib/libc/string

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 13 02:29:58 2014 New Revision: 273022 URL: https://svnweb.freebsd.org/changeset/base/273022 Log: Add #include to get sys_nerr definition Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/string/t_strerror.c Modified: hea

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

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 13 02:32:37 2014 New Revision: 273023 URL: https://svnweb.freebsd.org/changeset/base/273023 Log: __isnanl is automatically picked according to data type in . There isn't a need for the explicit __isnanl test Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r273024 - head/contrib/netbsd-tests/lib/libc/time

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 13 02:44:35 2014 New Revision: 273024 URL: https://svnweb.freebsd.org/changeset/base/273024 Log: Only test the return value in mktime_negyear Testing for the errno is an optional requirement according to POSIX, and FreeBSD doesn't document that errno would be se

svn commit: r273025 - head/contrib/netbsd-tests/lib/libc/time

2014-10-12 Thread Garrett Cooper
Author: ngie Date: Mon Oct 13 03:55:47 2014 New Revision: 273025 URL: https://svnweb.freebsd.org/changeset/base/273025 Log: Change ATF_REQUIRE_MSG calls to ATF_CHECK_MSG to get as many errors as possible t_strptime:common.. - Expect the testcase body as a whole to fail. Multiple PRs will

Re: svn commit: r273174 - in head/sys: amd64/amd64 amd64/vmm arm/arm cam/ata cddl/contrib/opensolaris/uts/common/dtrace dev/acpica dev/asmc dev/cfi dev/drm2 dev/hatm dev/mii dev/nfe dev/patm dev/pci d

2014-10-16 Thread Garrett Cooper
> BTW, it would be cool if universe will put logs of successful builds > and logs of failed builds in different directories for easier > inspection. > If there's already something like this and you can point me to that, > it would be appreciated. I think you want make tinderbox instead of mak

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

2014-10-21 Thread Garrett Cooper
Author: ngie Date: Tue Oct 21 17:56:06 2014 New Revision: 273389 URL: https://svnweb.freebsd.org/changeset/base/273389 Log: Port lib/libc/gen/t_siginfo to FreeBSD - mcontext_t on FreeBSD doesn't have a __gregs field (it's split out on FreeBSD into separate fields). In order to avoid mudd

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

2014-10-21 Thread Garrett Cooper
Author: ngie Date: Tue Oct 21 17:57:12 2014 New Revision: 273390 URL: https://svnweb.freebsd.org/changeset/base/273390 Log: libutil.h is required for fparseln on FreeBSD Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/stdlib/h_getopt.c Modified:

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

2014-10-21 Thread Garrett Cooper
Author: ngie Date: Tue Oct 21 17:58:53 2014 New Revision: 273391 URL: https://svnweb.freebsd.org/changeset/base/273391 Log: Add missing #include for sys/stat.h for fchmod Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_access.c Modified: he

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

2014-10-21 Thread Garrett Cooper
Author: ngie Date: Tue Oct 21 18:00:55 2014 New Revision: 273393 URL: https://svnweb.freebsd.org/changeset/base/273393 Log: Port t_write to FreeBSD - Mark the signo variable for the signal handle __unused - Use limits.h instead of sys/syslimits.h (the latter does not exist on FreeBSD)

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

2014-10-21 Thread Garrett Cooper
Author: ngie Date: Tue Oct 21 18:01:37 2014 New Revision: 273395 URL: https://svnweb.freebsd.org/changeset/base/273395 Log: Mark osi __unused so this compiles cleanly on FreeBSD Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_timer_create.c

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

2014-10-21 Thread Garrett Cooper
Author: ngie Date: Tue Oct 21 18:06:04 2014 New Revision: 273396 URL: https://svnweb.freebsd.org/changeset/base/273396 Log: unlink("/") fails with EISDIR instead of EBUSY on FreeBSD; test for that instead Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/l

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

2014-10-21 Thread Garrett Cooper
Author: ngie Date: Tue Oct 21 18:10:05 2014 New Revision: 273397 URL: https://svnweb.freebsd.org/changeset/base/273397 Log: Port t_chroot to FreeBSD - Add missing #include sys/stat.h for mkdir(2) - Omit the fchroot(2) tests because the support is not present on FreeBSD Sponsored by:

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

2014-10-21 Thread Garrett Cooper
Author: ngie Date: Tue Oct 21 20:17:05 2014 New Revision: 273410 URL: https://svnweb.freebsd.org/changeset/base/273410 Log: Add sys/socket.h #include for bind(2), et al Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_connect.c Modified: hea

svn commit: r273478 - head/share/mk

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Wed Oct 22 18:11:10 2014 New Revision: 273478 URL: https://svnweb.freebsd.org/changeset/base/273478 Log: Fix linking static test binaries with atf.test.mk Check for -static in LDFLAGS or LDFLAGS., then pass in the appropriate dependency (LIBATF or LDATF) This unbre

svn commit: r273482 - in head/lib/libnetbsd: netinet sys

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Wed Oct 22 21:04:54 2014 New Revision: 273482 URL: https://svnweb.freebsd.org/changeset/base/273482 Log: The NetBSD libc tests use several definitions/macros that aren't available in FreeBSD Add the missing compat definitions/macros to lib/libnetbsd so the testcases c

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

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 05:46:10 2014 New Revision: 273516 URL: https://svnweb.freebsd.org/changeset/base/273516 Log: Add netinet/in.h for struct sockaddr_in Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_stat.c Modified: head/contri

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

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 05:58:02 2014 New Revision: 273517 URL: https://svnweb.freebsd.org/changeset/base/273517 Log: Expect getgroups_err to fail on FreeBSD PR: 189941 Submitted by: pho Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sy

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

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 06:18:28 2014 New Revision: 273520 URL: https://svnweb.freebsd.org/changeset/base/273520 Log: Port t_pipe2.c to FreeBSD - Omit the pipe2_nosigpipe testcase on FreeBSD (FreeBSD doesn't have O_NOSIGPIPE). - Convert "fcntl(n, F_CLOSEM)" to "closefrom(n)".

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

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 06:21:10 2014 New Revision: 273521 URL: https://svnweb.freebsd.org/changeset/base/273521 Log: Convert "fcntl(n, F_CLOSEM)" to "closefrom(n)" Submitted by: pho Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_so

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

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 06:24:36 2014 New Revision: 273522 URL: https://svnweb.freebsd.org/changeset/base/273522 Log: - Mark unused parameters __unused in handler - Call sigqueue with getpid() instead of 0 -- the latter idiom appears to only be valid on NetBSD In collaboration wit

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

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 06:25:52 2014 New Revision: 273523 URL: https://svnweb.freebsd.org/changeset/base/273523 Log: Add limits.h #include for LINE_MAX Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_link.c Modified: head/contrib/net

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

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 06:35:19 2014 New Revision: 273524 URL: https://svnweb.freebsd.org/changeset/base/273524 Log: Add sys/socket.h #include for struct sockaddr_in Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_listen.c Modified:

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

2014-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 06:42:53 2014 New Revision: 273525 URL: https://svnweb.freebsd.org/changeset/base/273525 Log: Port t_mmap.c to FreeBSD - Add needed headers for the testcases - Omit mmap_block on non-NetBSD OSes - Use "security.bsd.map_at_zero" instead of "vm.user_va0_disab

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 07:05:14 2014 New Revision: 273526 URL: https://svnweb.freebsd.org/changeset/base/273526 Log: Omit the pollts testcases on FreeBSD Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_poll.c Modified: head/contrib/n

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 07:07:35 2014 New Revision: 273527 URL: https://svnweb.freebsd.org/changeset/base/273527 Log: Omit all of the testcases as revoke(2) is only implemented on devfs(5) Submitted by: pho Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 07:11:58 2014 New Revision: 273528 URL: https://svnweb.freebsd.org/changeset/base/273528 Log: Mark signo __unused in handler(..) Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_nanosleep.c Modified: head/contri

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 07:20:35 2014 New Revision: 273529 URL: https://svnweb.freebsd.org/changeset/base/273529 Log: - Omit the poll testcases on FreeBSD (they require pollts) - Add necessary headers for the testcases Sponsored by: EMC / Isilon Storage Division Modified: head/co

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 07:22:18 2014 New Revision: 273530 URL: https://svnweb.freebsd.org/changeset/base/273530 Log: Add limits.h #include for INT_MAX Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_msgctl.c Modified: head/contrib/ne

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 07:54:46 2014 New Revision: 273533 URL: https://svnweb.freebsd.org/changeset/base/273533 Log: Use /truncate_test.root_owned instead of /usr/bin/fpr as fpr does not exist on FreeBSD truncate_test.root_owned will be generated at build time and owned by root

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 07:59:59 2014 New Revision: 273534 URL: https://svnweb.freebsd.org/changeset/base/273534 Log: - Mark sig/signo __unused - Do not provide a relative path via #include "h_macros.h" Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tes

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 08:05:03 2014 New Revision: 273535 URL: https://svnweb.freebsd.org/changeset/base/273535 Log: - Omit setrlimit_nthr testcase on FreeBSD (requires lwp.h, et al) - Expect overflow with rlim_max at INT64_MAX, not UINT64_MAX (rlim_t is int64_t on FreeBSD) In c

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 08:05:47 2014 New Revision: 273536 URL: https://svnweb.freebsd.org/changeset/base/273536 Log: Add limits.h #include for SSIZE_MAX Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_msgsnd.c Modified: head/contrib/

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 08:06:34 2014 New Revision: 273537 URL: https://svnweb.freebsd.org/changeset/base/273537 Log: Add limits.h #include for SSIZE_MAX Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_msgrcv.c Modified: head/contrib/

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 08:13:07 2014 New Revision: 273539 URL: https://svnweb.freebsd.org/changeset/base/273539 Log: Mark signum __unused Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_select.c Modified: head/contrib/netbsd-tests/li

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 08:12:31 2014 New Revision: 273538 URL: https://svnweb.freebsd.org/changeset/base/273538 Log: Fix a typo (__FreeBSD__ -> __NetBSD__ when omitting setrlimit_nthr) Modified: head/contrib/netbsd-tests/lib/libc/sys/t_setrlimit.c Modified: head/contrib/netbsd-tests/l

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Thu Oct 23 08:29:09 2014 New Revision: 273540 URL: https://svnweb.freebsd.org/changeset/base/273540 Log: Omit the mprotect_exec testcase on FreeBSD Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/sys/t_mprotect.c Modified: head

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

2014-10-23 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 03:42:37 2014 New Revision: 273572 URL: https://svnweb.freebsd.org/changeset/base/273572 Log: - Ignore EINVAL check with mknod(path, S_IFCHR, -1) as the testcase is always executed on a non-devfs filesystem - Expect mknod(path, S_IFREG, 0) to fail on FreeBSD

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