svn commit: r276402 - head/sys/amd64/vmm/amd

2014-12-29 Thread Neel Natu
Author: neel Date: Tue Dec 30 07:08:30 2014 New Revision: 276402 URL: https://svnweb.freebsd.org/changeset/base/276402 Log: Remove "svn:mergeinfo" property that was dragged along when these files were svn copied in r273375. Suggested by: ngie, gjb Modified: Directory Properties: head/s

svn commit: r276400 - head/release

2014-12-29 Thread Glen Barber
Author: gjb Date: Tue Dec 30 03:35:26 2014 New Revision: 276400 URL: https://svnweb.freebsd.org/changeset/base/276400 Log: Use the correct loader.conf(5) entry for deferring the mountroot prompt. Prodded by: ian Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile

svn commit: r276398 - in head/contrib/elftoolchain: elfcopy libdwarf

2014-12-29 Thread Ed Maste
Author: emaste Date: Tue Dec 30 03:25:42 2014 New Revision: 276398 URL: https://svnweb.freebsd.org/changeset/base/276398 Log: Update elftoolchain to upstream rev 3136 This fixes two strip(1) issues found during ports exp-run and adds a string hash implementation which significantly speeds

svn commit: r276397 - head/sys/arm/arm

2014-12-29 Thread Ian Lepore
Author: ian Date: Tue Dec 30 03:19:46 2014 New Revision: 276397 URL: https://svnweb.freebsd.org/changeset/base/276397 Log: Add a new locore.S that #includes the right (v4 or v6) implementation. The kernel build machinery really wants the entry point to be in a file named locore.S so doing th

svn commit: r276396 - head/sys/arm/arm

2014-12-29 Thread Ian Lepore
Author: ian Date: Tue Dec 30 03:17:53 2014 New Revision: 276396 URL: https://svnweb.freebsd.org/changeset/base/276396 Log: Rename locore.S to locore-v4.S and add a new locore-v6.S for starting up armv6/7 systems. We need to use some new armv6/7 features at startup and splitting the implemen

svn commit: r276395 - head/sys/arm/arm

2014-12-29 Thread Ian Lepore
Author: ian Date: Tue Dec 30 02:58:34 2014 New Revision: 276395 URL: https://svnweb.freebsd.org/changeset/base/276395 Log: Export MAXCPU to the assembler code, needing by upcoming changes to locore.S. Modified: head/sys/arm/arm/genassym.c Modified: head/sys/arm/arm/genassym.c ===

svn commit: r276394 - head/sys/arm/arm

2014-12-29 Thread Ian Lepore
Author: ian Date: Tue Dec 30 02:56:31 2014 New Revision: 276394 URL: https://svnweb.freebsd.org/changeset/base/276394 Log: Add armv6 implementations of these cache operations to avoid duplicating the #ifdef stuff at multiple points the functions are called from. Also rework the armv7 implem

svn commit: r276393 - head/sys/conf

2014-12-29 Thread Ian Lepore
Author: ian Date: Tue Dec 30 02:51:04 2014 New Revision: 276393 URL: https://svnweb.freebsd.org/changeset/base/276393 Log: Add arm option ARM_NEW_PMAP, to allow us to begin adding the new pmap code alongside the existing implementation and quickly toggle between the two implementations when

svn commit: r276392 - head/sys/amd64/vmm/amd

2014-12-29 Thread Neel Natu
Author: neel Date: Tue Dec 30 02:44:33 2014 New Revision: 276392 URL: https://svnweb.freebsd.org/changeset/base/276392 Log: Inject #UD into the guest when it executes either 'MONITOR' or 'MWAIT' on an AMD/SVM host. MFC after:1 week Modified: head/sys/amd64/vmm/amd/svm.c head/sys/

svn commit: r276391 - head/sys/kern

2014-12-29 Thread Warner Losh
Author: imp Date: Tue Dec 30 02:39:47 2014 New Revision: 276391 URL: https://svnweb.freebsd.org/changeset/base/276391 Log: Turns out, this isn't only called from i386... Modified: head/sys/kern/subr_module.c Modified: head/sys/kern/subr_module.c ==

svn commit: r276390 - head/sys/conf

2014-12-29 Thread Warner Losh
Author: imp Date: Tue Dec 30 02:39:44 2014 New Revision: 276390 URL: https://svnweb.freebsd.org/changeset/base/276390 Log: The sn driver doesn't actually include microcode at the current time, although it may in the future. Or not since the ositech cards that might need it have become perhap

Re: svn commit: r276383 - head/release

2014-12-29 Thread Glen Barber
On Mon, Dec 29, 2014 at 03:57:21PM -0700, Ian Lepore wrote: > On Mon, 2014-12-29 at 22:32 +, Glen Barber wrote: > > Author: gjb > > Date: Mon Dec 29 22:32:39 2014 > > New Revision: 276383 > > URL: https://svnweb.freebsd.org/changeset/base/276383 > > > > Log: > > Delay dropping to the mountro

Re: svn commit: r276383 - head/release

2014-12-29 Thread Ian Lepore
On Mon, 2014-12-29 at 22:32 +, Glen Barber wrote: > Author: gjb > Date: Mon Dec 29 22:32:39 2014 > New Revision: 276383 > URL: https://svnweb.freebsd.org/changeset/base/276383 > > Log: > Delay dropping to the mountroot prompt for 10 seconds > in case the root device is not yet ready. >

svn commit: r276383 - head/release

2014-12-29 Thread Glen Barber
Author: gjb Date: Mon Dec 29 22:32:39 2014 New Revision: 276383 URL: https://svnweb.freebsd.org/changeset/base/276383 Log: Delay dropping to the mountroot prompt for 10 seconds in case the root device is not yet ready. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefil

svn commit: r276382 - head/lib/librpcsec_gss

2014-12-29 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Dec 29 21:59:44 2014 New Revision: 276382 URL: https://svnweb.freebsd.org/changeset/base/276382 Log: mdoc: sort SEE ALSO. Modified: head/lib/librpcsec_gss/rpc_gss_get_error.3 head/lib/librpcsec_gss/rpc_gss_get_mech_info.3 head/lib/librpcsec_gss/rpc_g

svn commit: r276381 - head/lib/libgssapi

2014-12-29 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Dec 29 21:52:32 2014 New Revision: 276381 URL: https://svnweb.freebsd.org/changeset/base/276381 Log: mdoc: sort SEE ALSO. Modified: head/lib/libgssapi/gss_acquire_cred.3 head/lib/libgssapi/gss_add_cred.3 head/lib/libgssapi/gss_add_oid_set_member.3

svn commit: r276377 - head/sys/i386/conf

2014-12-29 Thread Marius Strobl
Author: marius Date: Mon Dec 29 20:33:34 2014 New Revision: 276377 URL: https://svnweb.freebsd.org/changeset/base/276377 Log: - No longer exclude malo(4) and mwl(4), they have been fixed in r275870 and r275871 respectively to build with PAE enabled. - For the PAE kernel configuration file,

svn commit: r276374 - head/contrib/elftoolchain/libelf

2014-12-29 Thread Ed Maste
Author: emaste Date: Mon Dec 29 20:23:42 2014 New Revision: 276374 URL: https://svnweb.freebsd.org/changeset/base/276374 Log: libelf: Do not read past end of buffer Previously a corrupt ELF file could read beyond the end of e_rawfile. Upstream elftoolchain ticket 462. Found via the se

svn commit: r276373 - head/contrib/elftoolchain/readelf

2014-12-29 Thread Ed Maste
Author: emaste Date: Mon Dec 29 19:38:12 2014 New Revision: 276373 URL: https://svnweb.freebsd.org/changeset/base/276373 Log: Rename DT_FEATURE_1 to DT_FEATURE Track r270303: This provides a minor cleanup in elfdump; there are otherwise no consumers in the tree. Old SUN document

svn commit: r276372 - head/contrib/elftoolchain/libelf

2014-12-29 Thread Ed Maste
Author: emaste Date: Mon Dec 29 19:27:10 2014 New Revision: 276372 URL: https://svnweb.freebsd.org/changeset/base/276372 Log: Restore r276252 mdoc fix It was accidentally reverted in the elftoolchain update (r276371). Sponsored by: The FreeBSD Foundation Modified: head/contrib/elfto

Re: svn commit: r276369 - head

2014-12-29 Thread Ed Maste
On 29 December 2014 at 14:07, Garrett Cooper wrote: > On Dec 29, 2014, at 11:02, Ed Maste wrote: > >> Author: emaste >> Date: Mon Dec 29 19:02:00 2014 >> New Revision: 276369 >> URL: https://svnweb.freebsd.org/changeset/base/276369 >> >> Log: >> Merge elftoolchain directory shuffling from elftoo

svn commit: r276371 - in head: contrib/elftoolchain/common contrib/elftoolchain/elfcopy contrib/elftoolchain/libdwarf contrib/elftoolchain/libelf contrib/elftoolchain/libelftc contrib/elftoolchain/...

2014-12-29 Thread Ed Maste
Author: emaste Date: Mon Dec 29 19:16:40 2014 New Revision: 276371 URL: https://svnweb.freebsd.org/changeset/base/276371 Log: Update elftoolchain to upstream rev 3130 This includes a number of libdwarf improvements (particularly DWARF4 related) and updates to elftoolchain tools such as st

Re: svn commit: r276369 - head

2014-12-29 Thread Garrett Cooper
On Dec 29, 2014, at 11:02, Ed Maste wrote: > Author: emaste > Date: Mon Dec 29 19:02:00 2014 > New Revision: 276369 > URL: https://svnweb.freebsd.org/changeset/base/276369 > > Log: > Merge elftoolchain directory shuffling from elftoolchain update branch > > Modified: > Directory Properties: >

svn commit: r276369 - head

2014-12-29 Thread Ed Maste
Author: emaste Date: Mon Dec 29 19:02:00 2014 New Revision: 276369 URL: https://svnweb.freebsd.org/changeset/base/276369 Log: Merge elftoolchain directory shuffling from elftoolchain update branch Modified: Directory Properties: head/ (props changed)

Re: svn commit: r276195 - in head: . lib/libxo

2014-12-29 Thread Garrett Cooper
> On Dec 29, 2014, at 08:52, Alfred Perlstein wrote: > > You are correct. > > Reason for move was due to programs inside of /bin and /sbin depending on > libxo. ... And the fact that / and /usr can be on separate filesystems, etc. ___ svn-src-head@f

svn commit: r276367 - head/sys/dev/virtio/network

2014-12-29 Thread Andrew Turner
Author: andrew Date: Mon Dec 29 17:17:01 2014 New Revision: 276367 URL: https://svnweb.freebsd.org/changeset/base/276367 Log: Attach vtnet to virtio_mmio. Qemu provides this as an option with AArch64. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/virtio/network/if_vtnet.c

Re: svn commit: r276195 - in head: . lib/libxo

2014-12-29 Thread Alfred Perlstein
You are correct. Reason for move was due to programs inside of /bin and /sbin depending on libxo. -Alfred On 12/29/14 8:49 AM, Bjoern A. Zeeb wrote: On 25 Dec 2014, at 03:15 , Alfred Perlstein wrote: Author: alfred Date: Thu Dec 25 03:15:56 2014 New Revision: 276195 URL: https://svnweb.fre

Re: svn commit: r276195 - in head: . lib/libxo

2014-12-29 Thread Bjoern A. Zeeb
> On 25 Dec 2014, at 03:15 , Alfred Perlstein wrote: > > Author: alfred > Date: Thu Dec 25 03:15:56 2014 > New Revision: 276195 > URL: https://svnweb.freebsd.org/changeset/base/276195 > > Log: > Move libxo to /lib > > Update ObsoleteFiles to reflect libxo move. What this commit message does

svn commit: r276360 - in head: cddl/contrib/opensolaris/cmd/zpool lib/libc/regex lib/msun/man sbin/bsdlabel sbin/camcontrol sbin/geom/class/label sbin/ipfw sbin/iscontrol sbin/mount_nfs sbin/routed...

2014-12-29 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Dec 29 13:50:59 2014 New Revision: 276360 URL: https://svnweb.freebsd.org/changeset/base/276360 Log: mdoc: remove EOL whitespace. Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 head/lib/libc/regex/re_format.7 head/lib/msun/man/lga

svn commit: r276359 - head/bin/ln

2014-12-29 Thread Jilles Tjoelker
Author: jilles Date: Mon Dec 29 13:02:03 2014 New Revision: 276359 URL: https://svnweb.freebsd.org/changeset/base/276359 Log: symlink(7): Note that stat(1) does not follow symlinks by default. MFC after:1 week Modified: head/bin/ln/symlink.7 Modified: head/bin/ln/symlink.7 =

svn commit: r276358 - head/sys/dev/virtio/mmio

2014-12-29 Thread Andrew Turner
Author: andrew Date: Mon Dec 29 11:02:18 2014 New Revision: 276358 URL: https://svnweb.freebsd.org/changeset/base/276358 Log: Allow virtio_mmio to attach to ofwbus. Qemu places these here on at least the AArch64 virtual platform with the Linaro UEFI. Sponsored by: The FreeBSD Foundation

svn commit: r276356 - head/sys/boot/powerpc/boot1.chrp

2014-12-29 Thread Dimitry Andric
Author: dim Date: Mon Dec 29 09:24:21 2014 New Revision: 276356 URL: https://svnweb.freebsd.org/changeset/base/276356 Log: Use -Wl, to pass options to the linker for PowerPC's boot1.chrp. MFC after:3 days Modified: head/sys/boot/powerpc/boot1.chrp/Makefile Modified: head/sys/boot/po