svn commit: r282122 - head/sys/cddl/contrib/opensolaris/common/nvpair

2015-04-27 Thread Andriy Gapon
Author: avg Date: Tue Apr 28 06:34:55 2015 New Revision: 282122 URL: https://svnweb.freebsd.org/changeset/base/282122 Log: nvpair_type_is_array: DATA_TYPE_INT8_ARRAY was not recognized To do:upstream (https://www.illumos.org/issues/5778) MFC after:10 days Modified: head/sys

svn commit: r282121 - head/cddl/contrib/opensolaris/lib/libnvpair

2015-04-27 Thread Andriy Gapon
Author: avg Date: Tue Apr 28 06:33:42 2015 New Revision: 282121 URL: https://svnweb.freebsd.org/changeset/base/282121 Log: dump_nvlist: handle DATA_TYPE_BOOLEAN_ARRAY To do:upstream (https://www.illumos.org/issues/5752) MFC after:10 days Modified: head/cddl/contrib/opensola

svn commit: r282120 - in head/sys: arm/arm mips/mips powerpc/powerpc x86/x86

2015-04-27 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 28 06:12:37 2015 New Revision: 282120 URL: https://svnweb.freebsd.org/changeset/base/282120 Log: The add_bounce_page() function can be called when loading physical pages which pass a NULL virtual address. If the BUS_DMA_KEEP_PG_OFFSET flag is set, use the physi

svn commit: r282119 - in head/sys/dev/usb: . wlan

2015-04-27 Thread Kevin Lo
Author: kevlo Date: Tue Apr 28 03:24:27 2015 New Revision: 282119 URL: https://svnweb.freebsd.org/changeset/base/282119 Log: - Add a new urtwn(4) device - Remove duplicate REALTEK RTL8188CU_0 entry. Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_urtwn.c Modified: head/sys/de

svn commit: r282117 - head/contrib/libxo/libxo

2015-04-27 Thread Marcel Moolenaar
Author: marcel Date: Mon Apr 27 21:58:41 2015 New Revision: 282117 URL: https://svnweb.freebsd.org/changeset/base/282117 Log: Fix build breakage with GCC. Pointed out by: bz@ Modified: head/contrib/libxo/libxo/libxo.c Modified: head/contrib/libxo/libxo/libxo.c ==

svn commit: r282116 - head/release

2015-04-27 Thread Glen Barber
Author: gjb Date: Mon Apr 27 21:38:12 2015 New Revision: 282116 URL: https://svnweb.freebsd.org/changeset/base/282116 Log: Add the cw-ec2-portinstall target to always install the net/bsdec2-image-upload port. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/re

svn commit: r282115 - in head: contrib/gcclibs/libgomp contrib/gcclibs/libgomp/config/linux contrib/gcclibs/libgomp/config/posix gnu/lib/libgomp

2015-04-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 27 21:27:51 2015 New Revision: 282115 URL: https://svnweb.freebsd.org/changeset/base/282115 Log: libgomp: bring early CPU affinity support from FSF GCC-4_3 branch. This is not likely to make it into a release and is basically disabled but should still be useful f

svn commit: r282114 - head/etc/rc.d

2015-04-27 Thread Xin LI
Author: delphij Date: Mon Apr 27 20:21:56 2015 New Revision: 282114 URL: https://svnweb.freebsd.org/changeset/base/282114 Log: Generate new UUID if system UUID is known bad or malformed and add a two seconds sleep if we found the system UUID be invalid. Obtained from:FreeNAS MFC

Re: svn commit: r282100 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/m4 contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/xo contrib/libxo/xohtml co

2015-04-27 Thread Bjoern A. Zeeb
> On 27 Apr 2015, at 17:23 , Marcel Moolenaar wrote: > > Author: marcel > Date: Mon Apr 27 17:23:19 2015 > New Revision: 282100 > URL: https://svnweb.freebsd.org/changeset/base/282100 > > Log: > Upgrade libxo to 0.3.2. > > Obtained from: https://github.com/Juniper/libxo/tree/0.3.2 > Reques

svn commit: r282112 - head/release/tools

2015-04-27 Thread Glen Barber
Author: gjb Date: Mon Apr 27 19:49:50 2015 New Revision: 282112 URL: https://svnweb.freebsd.org/changeset/base/282112 Log: Fix a comment. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/tools/vmimage.subr Modified: head/release/tools/vmimage.subr =

Re: svn commit: r282110 - head/etc/defaults

2015-04-27 Thread Adrian Chadd
Damnit, missed: "Sponsored by: Norse Corp, Inc." -a ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r281451 - head/sys/vm

2015-04-27 Thread Scott Long via svn-src-head
> On Apr 26, 2015, at 11:13 PM, Julian Elischer wrote: > > On 4/26/15 3:28 AM, Scott Long wrote: >> >> Too early in boot to get a crashdump. > but not too early for gdb live. > > > Guys, seriously, the amount of unproductive comments from the sidelines is stupid. The commit was trivial opt

svn commit: r282110 - head/etc/defaults

2015-04-27 Thread Adrian Chadd
Author: adrian Date: Mon Apr 27 19:18:51 2015 New Revision: 282110 URL: https://svnweb.freebsd.org/changeset/base/282110 Log: Drop the default for performance_cx_lowest (ie, what to use when AC is connected) to ACPI C2. ACPI C3 ends up doing a lot more work before entering sleep, some of w

Re: svn commit: r282064 - head/sys/boot/common

2015-04-27 Thread Scott Long via svn-src-head
> On Apr 27, 2015, at 1:40 AM, Garrett Cooper wrote: > > On Apr 27, 2015, at 0:38, Scott Long wrote: > >> Author: scottl >> Date: Mon Apr 27 07:38:46 2015 >> New Revision: 282064 >> URL: https://svnweb.freebsd.org/changeset/base/282064 >> >> Log: >> Small change in header order to allow this

svn commit: r282109 - head/libexec/rtld-elf

2015-04-27 Thread Konstantin Belousov
Author: kib Date: Mon Apr 27 18:41:31 2015 New Revision: 282109 URL: https://svnweb.freebsd.org/changeset/base/282109 Log: Change interpretation of the DF_ORIGIN and DF_1_ORIGIN flags. According to standard, the presence of the flags only means that the object path must be resolved at the ti

svn commit: r282108 - head

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 18:21:42 2015 New Revision: 282108 URL: https://svnweb.freebsd.org/changeset/base/282108 Log: Fix a typo (linnker -> linker) Modified: head/Makefile Modified: head/Makefile == --- head/M

svn commit: r282107 - head/release/arm64

2015-04-27 Thread Glen Barber
Author: gjb Date: Mon Apr 27 18:07:11 2015 New Revision: 282107 URL: https://svnweb.freebsd.org/changeset/base/282107 Log: Do not nest the BSD and MBR partitions, which produces an unbootable image. Use just an MBR scheme instead. Sponsored by: The FreeBSD Foundation Modified: head/re

svn commit: r282106 - head/lib/msun/tests

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 18:01:52 2015 New Revision: 282106 URL: https://svnweb.freebsd.org/changeset/base/282106 Log: Remove per-architecture checks for enabling HAVE_FENV_H The conditional came from NetBSD, where only select architectures have this header/support All architect

svn commit: r282105 - head

2015-04-27 Thread Garrett Cooper
== --- head/ObsoleteFiles.inc Mon Apr 27 17:53:09 2015(r282104) +++ head/ObsoleteFiles.inc Mon Apr 27 17:55:57 2015(r282105) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20150427: test/sys/kern/mmap_test moved to test/sys/vm

svn commit: r282104 - in head: etc/mtree tests/sys tests/sys/kern tests/sys/vm

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 17:53:09 2015 New Revision: 282104 URL: https://svnweb.freebsd.org/changeset/base/282104 Log: Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test As jhb noted, the actual mmap(2) implementation is under sys/vm, not sys/kern/, so the correct logical place

svn commit: r282102 - head/release/arm64

2015-04-27 Thread Glen Barber
Author: gjb Date: Mon Apr 27 17:39:40 2015 New Revision: 282102 URL: https://svnweb.freebsd.org/changeset/base/282102 Log: Generate the arm64/aarch64 memstick image as MBR instead of GPT. Boot tested by: andrew Sponsored by: The FreeBSD Foundation Modified: head/release/arm64/m

svn commit: r282101 - head/libexec/casper/dns

2015-04-27 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Apr 27 17:33:00 2015 New Revision: 282101 URL: https://svnweb.freebsd.org/changeset/base/282101 Log: Fix potential memory leak. Pointed-out by: pfg Approved by: pjd (mentor) Modified: head/libexec/casper/dns/dns.c Modified: head/libexec/casper/dns/dns.

svn commit: r282100 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/m4 contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/xo contrib/libxo/xohtml con...

2015-04-27 Thread Marcel Moolenaar
Author: marcel Date: Mon Apr 27 17:23:19 2015 New Revision: 282100 URL: https://svnweb.freebsd.org/changeset/base/282100 Log: Upgrade libxo to 0.3.2. Obtained from: https://github.com/Juniper/libxo/tree/0.3.2 Requested by: Phil Shafer This import incorporates local change 279966.

svn commit: r282099 - head/usr.bin/calendar/calendars

2015-04-27 Thread Rene Ladan
Author: rene (doc,ports committer) Date: Mon Apr 27 17:04:27 2015 New Revision: 282099 URL: https://svnweb.freebsd.org/changeset/base/282099 Log: The Dutch queen abdicated two years ago, the national holiday associated with her birthday is now associated with the birthday of her son. Modified

Re: svn commit: r282057 - in head/lib: libc librt libthr msun

2015-04-27 Thread Garrett Cooper
On Apr 27, 2015, at 9:01, Glen Barber wrote: > On Mon, Apr 27, 2015 at 08:53:31AM -0700, Garrett Cooper wrote: >> Yup. I didn't catch this sooner because I ran my make tinderbox >> on ref10-amd64, which doesn't have the required binutils package >> on it, and I missed the message about that archi

svn commit: r282098 - in head: share/misc usr.bin/calendar/calendars

2015-04-27 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Apr 27 16:45:16 2015 New Revision: 282098 URL: https://svnweb.freebsd.org/changeset/base/282098 Log: Add myself (oshogbo) to calendar.freebsd and committers-src.dot. Approved by: pjd (mentor) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/

Re: svn commit: r282057 - in head/lib: libc librt libthr msun

2015-04-27 Thread Glen Barber
On Mon, Apr 27, 2015 at 08:53:31AM -0700, Garrett Cooper wrote: > Yup. I didn't catch this sooner because I ran my make tinderbox > on ref10-amd64, which doesn't have the required binutils package > on it, and I missed the message about that architecture being skipped > >.>.. JFYI, ref10-amd64 now

Re: svn commit: r282057 - in head/lib: libc librt libthr msun

2015-04-27 Thread Garrett Cooper
> On Apr 27, 2015, at 06:47, Ed Maste wrote: > >> On 27 April 2015 at 02:49, Garrett Cooper wrote: >> Author: ngie >> Date: Mon Apr 27 06:49:27 2015 >> New Revision: 282057 >> URL: https://svnweb.freebsd.org/changeset/base/282057 >> >> Log: >> Build/install libc, librt, libthr, and msun NetBS

svn commit: r282097 - head/usr.sbin/ntp/doc

2015-04-27 Thread Jason Helfman
Author: jgh (doc,ports committer) Date: Mon Apr 27 15:22:57 2015 New Revision: 282097 URL: https://svnweb.freebsd.org/changeset/base/282097 Log: - remove -l option from ntpdate manpage, as it is no longer an option Differential Revision:https://reviews.freebsd.org/D2358 Submitted

svn commit: r282096 - head/sys/arm64/arm64

2015-04-27 Thread Andrew Turner
Author: andrew Date: Mon Apr 27 15:16:51 2015 New Revision: 282096 URL: https://svnweb.freebsd.org/changeset/base/282096 Log: Return NULL on failure from nexus_alloc_resource as it reutrns a pointer. Modified: head/sys/arm64/arm64/nexus.c Modified: head/sys/arm64/arm64/nexus.c ==

svn commit: r282093 - head/sys/arm64/arm64

2015-04-27 Thread Zbigniew Bodek
Author: zbb Date: Mon Apr 27 14:18:07 2015 New Revision: 282093 URL: https://svnweb.freebsd.org/changeset/base/282093 Log: Fix wrong cast of pointer to u_int in db_interface.c on ARM64 Fix to commit introduced in: r282078 Pointed out by: andrew Obtained from: Semihalf Sponsored by

svn commit: r282092 - head/lib/msun/tests

2015-04-27 Thread Andrew Turner
Author: andrew Date: Mon Apr 27 13:57:39 2015 New Revision: 282092 URL: https://svnweb.freebsd.org/changeset/base/282092 Log: Correct the spelling of MACHINE_CPUARCH, MACHINE_CPU is not set on arm64. Modified: head/lib/msun/tests/Makefile Modified: head/lib/msun/tests/Makefile ==

svn commit: r282091 - in head/lib: libc/tests/sys libthr/tests

2015-04-27 Thread Andrew Turner
Author: andrew Date: Mon Apr 27 13:56:20 2015 New Revision: 282091 URL: https://svnweb.freebsd.org/changeset/base/282091 Log: Disable the tests that use makecontext on arm64, it still needs to be written. Modified: head/lib/libc/tests/sys/Makefile head/lib/libthr/tests/Makefile Modified:

Re: svn commit: r282057 - in head/lib: libc librt libthr msun

2015-04-27 Thread Ed Maste
On 27 April 2015 at 02:49, Garrett Cooper wrote: > Author: ngie > Date: Mon Apr 27 06:49:27 2015 > New Revision: 282057 > URL: https://svnweb.freebsd.org/changeset/base/282057 > > Log: > Build/install libc, librt, libthr, and msun NetBSD test suites on all > architectures It looks like this b

svn commit: r282089 - in head/contrib/unbound: . compat daemon doc iterator libunbound libunbound/python services smallapp util validator

2015-04-27 Thread Dag-Erling Smørgrav
Author: des Date: Mon Apr 27 12:06:13 2015 New Revision: 282089 URL: https://svnweb.freebsd.org/changeset/base/282089 Log: Upgrade Unbound to 1.5.3. Modified: head/contrib/unbound/Makefile.in head/contrib/unbound/compat/getentropy_linux.c head/contrib/unbound/config.h head/contrib/unbou

svn commit: r282088 - in head/contrib/ldns: . drill

2015-04-27 Thread Dag-Erling Smørgrav
Author: des Date: Mon Apr 27 12:02:16 2015 New Revision: 282088 URL: https://svnweb.freebsd.org/changeset/base/282088 Log: Add a script that runs configure for both ldns and drill. Run configure for drill (I forgot to do it when I imported 1.6.17, but the omission was harmless). Note tha

svn commit: r282087 - head/contrib/ldns/packaging

2015-04-27 Thread Dag-Erling Smørgrav
Author: des Date: Mon Apr 27 11:45:48 2015 New Revision: 282087 URL: https://svnweb.freebsd.org/changeset/base/282087 Log: Restore packaging subdir to enable running unmodified configure script. Added: head/contrib/ldns/packaging/ - copied from r246827, vendor/ldns/dist/packaging/ __

svn commit: r282086 - in head: sys/kern usr.sbin/ctld

2015-04-27 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Apr 27 11:18:16 2015 New Revision: 282086 URL: https://svnweb.freebsd.org/changeset/base/282086 Log: Make setproctitle(3) work in Capsicum capability mode. This makes ctld(8) child processes to indicate initiator address and name in their titles, similar to what iscs

svn commit: r282085 - head/sys/kern

2015-04-27 Thread Konstantin Belousov
Author: kib Date: Mon Apr 27 11:13:19 2015 New Revision: 282085 URL: https://svnweb.freebsd.org/changeset/base/282085 Log: Partially revert r255986: do not call VOP_FSYNC() when helping bufdaemon in getnewbuf(), do use buf_flush(). The difference is that bufdaemon uses TRYLOCK to get buffer

svn commit: r282084 - head/sys/kern

2015-04-27 Thread Konstantin Belousov
Author: kib Date: Mon Apr 27 11:12:51 2015 New Revision: 282084 URL: https://svnweb.freebsd.org/changeset/base/282084 Log: Fix locking for oshmctl() and shmsys(). Reported and tested by: pho Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/kern/sysv_

svn commit: r282083 - head/share/mk

2015-04-27 Thread Andrew Turner
Author: andrew Date: Mon Apr 27 10:19:21 2015 New Revision: 282083 URL: https://svnweb.freebsd.org/changeset/base/282083 Log: Add GCC to the list of broken options on arm64. Modified: head/share/mk/src.opts.mk Modified: head/share/mk/src.opts.mk ==

svn commit: r282082 - head/sys/netpfil/ipfw

2015-04-27 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Apr 27 10:01:22 2015 New Revision: 282082 URL: https://svnweb.freebsd.org/changeset/base/282082 Log: Fix 'may be used uninitialized' warning not caught by clang. Modified: head/sys/netpfil/ipfw/ip_fw_sockopt.c Modified: head/sys/netpfil/ipfw/ip_fw_sockopt.c ===

svn commit: r282081 - head/sys/netpfil/ipfw

2015-04-27 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Apr 27 09:16:22 2015 New Revision: 282081 URL: https://svnweb.freebsd.org/changeset/base/282081 Log: Use free_nat_instance() for nat instance deletion. Sponsored by: Yandex LLC Modified: head/sys/netpfil/ipfw/ip_fw_nat.c Modified: head/sys/netpfil/ipfw/ip_fw_n

svn commit: r282078 - in head/sys: arm64/arm64 conf

2015-04-27 Thread Zbigniew Bodek
Author: zbb Date: Mon Apr 27 09:12:54 2015 New Revision: 282078 URL: https://svnweb.freebsd.org/changeset/base/282078 Log: Introduce ddb(4) support for ARM64 Obtained from: Semihalf Reviewed by: emaste Sponsored by: The FreeBSD Foundation Added: head/sys/arm64/arm64/db_disasm.c

svn commit: r282076 - in head: tests/sys/kern tools/regression/mmap

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 09:06:27 2015 New Revision: 282076 URL: https://svnweb.freebsd.org/changeset/base/282076 Log: Integrate tools/regression/mmap into the FreeBSD test suite as tests/sys/kern/mmap_test MFC after: 1 week Added: head/tests/sys/kern/mmap_test.c - copied unc

svn commit: r282075 - head/tools/regression/mmap

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 09:04:16 2015 New Revision: 282075 URL: https://svnweb.freebsd.org/changeset/base/282075 Log: Convert this testcase over to a TAP format testcase MFC after: 1 week Modified: head/tools/regression/mmap/mmap.c Modified: head/tools/regression/mmap/mmap.c =

svn commit: r282074 - in head: etc/mtree tests/sys tests/sys/aio tools/regression/aio/aiotest tools/regression/aio/kqueue

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 08:51:40 2015 New Revision: 282074 URL: https://svnweb.freebsd.org/changeset/base/282074 Log: Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into the FreeBSD test suite as tests/sys/aio MFC after: 1 week Added: head/tests/sys/aio/

svn commit: r282073 - head/tools/regression/aio/aiop

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 08:37:13 2015 New Revision: 282073 URL: https://svnweb.freebsd.org/changeset/base/282073 Log: - Fix style(9) a bit -- Fix whitespace -- Use err/errx -- Remove superfluous braces - Be a bit more defensive with input from the end-user - Don't throw a floatin

svn commit: r282072 - head/tools/regression/p1003_1b

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 08:34:46 2015 New Revision: 282072 URL: https://svnweb.freebsd.org/changeset/base/282072 Log: - Fix compilation (MAP_INHERIT's dead) - Fix warnings - Use mkstemp instead of tmpnam MFC after: 1 week Modified: head/tools/regression/p1003_1b/Makefile head

svn commit: r282071 - in head: etc/mtree tests/sys tests/sys/mqueue tools/regression/mqueue

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 08:31:43 2015 New Revision: 282071 URL: https://svnweb.freebsd.org/changeset/base/282071 Log: Integrate tools/regression/mqueue into the FreeBSD test suite as tests/sys/mqueue MFC after: 1 week Added: head/tests/sys/mqueue/ - copied from r281428, user

svn commit: r282070 - in head/sys: netinet netpfil/ipfw

2015-04-27 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Apr 27 08:29:39 2015 New Revision: 282070 URL: https://svnweb.freebsd.org/changeset/base/282070 Log: Make rule table kernel-index rewriting support any kind of objects. Currently we have tables identified by their names in userland with internal kernel-assigned

svn commit: r282068 - head/etc

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 08:16:35 2015 New Revision: 282068 URL: https://svnweb.freebsd.org/changeset/base/282068 Log: Remove mergeinfo added from ^/user/ngie/more-tests Modified: Directory Properties: head/etc/ (props changed) ___ svn-src-he

svn commit: r282067 - in head: etc/mtree tests/sys tests/sys/fifo tests/sys/file tools/regression/fifo tools/regression/file/dup tools/regression/file/fcntlflags tools/regression/file/flock tools/r...

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 08:15:17 2015 New Revision: 282067 URL: https://svnweb.freebsd.org/changeset/base/282067 Log: Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo and tools/regression/file into the FreeBSD test suite as tests/sys/file MFC after: 1 we

Re: svn commit: r282064 - head/sys/boot/common

2015-04-27 Thread Garrett Cooper
On Apr 27, 2015, at 0:38, Scott Long wrote: > Author: scottl > Date: Mon Apr 27 07:38:46 2015 > New Revision: 282064 > URL: https://svnweb.freebsd.org/changeset/base/282064 > > Log: > Small change in header order to allow this to compile. > > Obtained from: Netflix, Inc. > MFC after:

svn commit: r282064 - head/sys/boot/common

2015-04-27 Thread Scott Long
Author: scottl Date: Mon Apr 27 07:38:46 2015 New Revision: 282064 URL: https://svnweb.freebsd.org/changeset/base/282064 Log: Small change in header order to allow this to compile. Obtained from:Netflix, Inc. MFC after:3 days Modified: head/sys/boot/common/md.c Modified: h

svn commit: r282063 - in head: etc/mtree tests/sys tests/sys/kqueue tools/regression/kqueue

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 07:37:48 2015 New Revision: 282063 URL: https://svnweb.freebsd.org/changeset/base/282063 Log: Integrate tools/regression/kqueue into the FreeBSD test suite as tests/sys/kqueue MFC after: 1 week Added: head/tests/sys/kqueue/ - copied from r281427, user

svn commit: r282062 - head/tools/regression/gaithrstress

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 07:28:41 2015 New Revision: 282062 URL: https://svnweb.freebsd.org/changeset/base/282062 Log: Fix -Wformat warnings by using proper format string qualifiers for long and unsigned[ long] types MFC after: 1 week Modified: head/tools/regression/gaithrstress/g

svn commit: r282061 - in head: etc/mtree tests/sys/kern tests/sys/kern/execve tools/regression/execve

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 07:22:18 2015 New Revision: 282061 URL: https://svnweb.freebsd.org/changeset/base/282061 Log: Integrate tools/regression/execve into the FreeBSD test suite as tests/sys/kern/execve MFC after: 1 week Added: head/tests/sys/kern/execve/ - copied from r28

svn commit: r282059 - in head/etc: rc.d rc.d/tests tests tests/rc.d

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 07:00:34 2015 New Revision: 282059 URL: https://svnweb.freebsd.org/changeset/base/282059 Log: Move etc/tests/rc.d to etc/rc.d/tests to match the directory layout jmmv@ documented and implemented in other areas of the FreeBSD tree MFC after: 1 week Added: h