svn commit: r282065 - in stable/10/sys: conf i386/i386 i386/include x86/acpica

2015-04-27 Thread Konstantin Belousov
Author: kib Date: Mon Apr 27 08:02:12 2015 New Revision: 282065 URL: https://svnweb.freebsd.org/changeset/base/282065 Log: MFC r281495: Add config option PAE_TABLES for the i386 kernel. It switches pmap to use PAE format for the page tables, but does not incur other consequences of the

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

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:

svn commit: r282054 - head/usr.sbin/bluetooth

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 06:34:51 2015 New Revision: 282054 URL: https://svnweb.freebsd.org/changeset/base/282054 Log: ath3kfw, bcmfw, bthidcontrol, bthidd all require usb(4); build them conditionally if MK_USB != no MFC after: 1 week Modified: head/usr.sbin/bluetooth/Makefile

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,

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:

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:

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

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

svn commit: r282111 - in stable/10/release: . scripts tools

2015-04-27 Thread Glen Barber
Author: gjb Date: Mon Apr 27 19:41:40 2015 New Revision: 282111 URL: https://svnweb.freebsd.org/changeset/base/282111 Log: MFC r280299, r280840, r280846, r280879, r280881, r280884, r280928, r281783, r281809, r281832: r280299 (cperciva): When creating VM images, copy the contents of

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

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

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:

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 mar...@freebsd.org 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

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

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

svn commit: r282053 - stable/9/usr.bin/gzip

2015-04-27 Thread Xin LI
Author: delphij Date: Mon Apr 27 06:02:47 2015 New Revision: 282053 URL: https://svnweb.freebsd.org/changeset/base/282053 Log: MFC r11,r87,r225845,r226184,r226418,r236596,r267773,r267887,r273507, r281500,r281540,r281626: Sync with HEAD: xz support, bug fixes, etc. Added:

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

2015-04-27 Thread Garrett Cooper
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 MFC after: 1 week Deleted: head/lib/libc/Makefile.amd64

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

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

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

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

2015-04-27 Thread Garrett Cooper
Author: ngie Date: Mon Apr 27 06:46:33 2015 New Revision: 282056 URL: https://svnweb.freebsd.org/changeset/base/282056 Log: The fmodl compat shims on arm/mips/powerpc aren't complete Disable the test code for now on those architectures MFC after: 1 week PR: 199422 Modified:

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:

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:

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

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

2015-04-27 Thread Garrett Cooper
On Apr 27, 2015, at 0:38, Scott Long sco...@freebsd.org 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

svn commit: r282066 - in stable/10/sys: amd64/amd64 i386/i386

2015-04-27 Thread Konstantin Belousov
Author: kib Date: Mon Apr 27 08:06:33 2015 New Revision: 282066 URL: https://svnweb.freebsd.org/changeset/base/282066 Log: MFC r281762: Remove duplicate definitions of MWAIT_CX hints. Identical defines in specialreg.h are enough. Modified: stable/10/sys/amd64/amd64/machdep.c

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

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

svn commit: r282090 - stable/10/sys/kern

2015-04-27 Thread Konstantin Belousov
Author: kib Date: Mon Apr 27 12:54:04 2015 New Revision: 282090 URL: https://svnweb.freebsd.org/changeset/base/282090 Log: MFC r272290 (by mjg): Use bzero instead of explicitly zeroing stuff in do_execve. Modified: stable/10/sys/kern/kern_exec.c Directory Properties: stable/10/ (props

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

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 n...@freebsd.org 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

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

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: r282095 - stable/9/sys/geom/uncompress

2015-04-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 27 15:00:16 2015 New Revision: 282095 URL: https://svnweb.freebsd.org/changeset/base/282095 Log: MFC r281769: g_uncompress_taste: prevent a double free. Found by: Clang Static Analyzer Modified: stable/9/sys/geom/uncompress/g_uncompress.c Directory

svn commit: r282094 - stable/10/sys/geom/uncompress

2015-04-27 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 27 14:59:31 2015 New Revision: 282094 URL: https://svnweb.freebsd.org/changeset/base/282094 Log: MFC r281769: g_uncompress_taste: prevent a double free. Found by: Clang Static Analyzer Modified: stable/10/sys/geom/uncompress/g_uncompress.c Directory

svn commit: r282118 - stable/10/libexec/rtld-elf

2015-04-27 Thread Ed Maste
Author: emaste Date: Tue Apr 28 01:15:17 2015 New Revision: 282118 URL: https://svnweb.freebsd.org/changeset/base/282118 Log: MFC r281005: Make die available as rtld_die for use by MD relocation code Sponsored by: The FreeBSD Foundation Modified: stable/10/libexec/rtld-elf/rtld.c

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:

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

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 does

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 ema...@freebsd.org wrote: On 27 April 2015 at 02:49, Garrett Cooper n...@freebsd.org 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,

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

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 g...@freebsd.org 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

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

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.

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:

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 p...@juniper.net This import incorporates local

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

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

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

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

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:

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

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

2015-04-27 Thread Scott Long via svn-src-all
On Apr 27, 2015, at 1:40 AM, Garrett Cooper yaneurab...@gmail.com wrote: On Apr 27, 2015, at 0:38, Scott Long sco...@freebsd.org 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

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

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

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

2015-04-27 Thread Scott Long via svn-src-all
On Apr 26, 2015, at 11:13 PM, Julian Elischer jul...@freebsd.org 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