svn commit: r253854 - head/sys/amd64/vmm

2013-07-31 Thread Peter Grehan
Author: grehan Date: Thu Aug 1 05:59:28 2013 New Revision: 253854 URL: http://svnweb.freebsd.org/changeset/base/253854 Log: Moved clearing of vmm_initialized to avoid the case of unloading the module while VMs existed. This would result in EBUSY, but would prevent further operations on VM

svn commit: r253853 - head/etc

2013-07-31 Thread Jeremie Le Hen
Author: jlh Date: Thu Aug 1 05:50:42 2013 New Revision: 253853 URL: http://svnweb.freebsd.org/changeset/base/253853 Log: Include /usr/local/etc/libmap.d/ by default. PR: 180568 Reviewed by: bapt Obtained from:kib MFC after:3 days Added: head/etc/libmap.conf

Re: svn commit: r253504 - head/sbin/route

2013-07-31 Thread Hiroki Sato
Ulrich Spörlein wrote in <20130724130046.gd9...@acme.spoerlein.net>: uq> On Sat, 2013-07-20 at 16:46:51 +, Hiroki Sato wrote: uq> > Author: hrs uq> > Date: Sat Jul 20 16:46:51 2013 uq> > New Revision: 253504 uq> > URL: http://svnweb.freebsd.org/changeset/base/253504 uq> > uq> > Log: uq> >

svn commit: r253852 - head/sbin/route

2013-07-31 Thread Hiroki Sato
Author: hrs Date: Thu Aug 1 04:50:46 2013 New Revision: 253852 URL: http://svnweb.freebsd.org/changeset/base/253852 Log: Fix boundary check of sockaddr array. Reported by: uqs Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c =

Re: svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac

2013-07-31 Thread Julian Elischer
On 8/1/13 2:09 AM, Adrian Chadd wrote: On 31 July 2013 07:07, Ian Lepore wrote: I'm more concerned about the 201 files in the base that say I have to give Mr. Paul credit in any product documentation and advertising materials (the marketing department is going to love that one, huh?). That's w

svn commit: r253850 - head/usr.bin/truss

2013-07-31 Thread Mark Johnston
Author: markj Date: Thu Aug 1 02:57:04 2013 New Revision: 253850 URL: http://svnweb.freebsd.org/changeset/base/253850 Log: Properly print arguments to vfork(2) and rfork(2). PR: 180976 Submitted by: Yuri (original patch) MFC after:1 week Modified: head/usr.bin/truss/s

svn commit: r253849 - head/sys/amd64/vmm/intel

2013-07-31 Thread Peter Grehan
Author: grehan Date: Thu Aug 1 01:18:51 2013 New Revision: 253849 URL: http://svnweb.freebsd.org/changeset/base/253849 Log: Correctly maintain the CR0/CR4 shadow registers. This was exposed with AP spinup of Linux, and booting OpenBSD, where the CR0 register is unconditionally written to

svn commit: r253847 - in head/sys: kern nfs

2013-07-31 Thread Ian Lepore
Author: ian Date: Wed Jul 31 19:14:00 2013 New Revision: 253847 URL: http://svnweb.freebsd.org/changeset/base/253847 Log: Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystem other than the one specified by the BOOTP server. This configures NFS using the BOOTP protocol w

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-31 Thread Andrey Chernov
On 31.07.2013 21:46, David O'Brien wrote: > I realize the motivation for your r249631 change. > > But as it relates to the change I committed, there is no change in > behavior in this. If one is using a hardware RNG, yarrow is not > initialized and so the ARC4_ENTR_NONE -> ARC4_ENTR_HAVE transiti

Re: svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac

2013-07-31 Thread Adrian Chadd
On 31 July 2013 11:15, Guy Helmer wrote: >> That's what well written perl scripts to extract / process copyright >> notices are for. > > Any pointers to freely-available scripts? Nope. This crap goes for ${STUPID_AMOUNTS_OF_CASH} to companies who actually have a vested interest in surveying the l

Re: svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac

2013-07-31 Thread Guy Helmer
On Jul 31, 2013, at 1:09 PM, Adrian Chadd wrote: > On 31 July 2013 07:07, Ian Lepore wrote: > >> I'm more concerned about the 201 files in the base that say I have to >> give Mr. Paul credit in any product documentation and advertising >> materials (the marketing department is going to love th

svn commit: r253846 - head

2013-07-31 Thread Jim Harris
Author: jimharris Date: Wed Jul 31 18:18:02 2013 New Revision: 253846 URL: http://svnweb.freebsd.org/changeset/base/253846 Log: Add myself as maintainer for nvme(4), nvd(4) and nvmecontrol(8). Modified: head/MAINTAINERS Modified: head/MAINTAINERS =

Re: svn commit: r253779 - in head: . share/man/man4 sys/amd64/conf sys/arm/conf sys/conf sys/dev/random sys/i386/conf sys/ia64/conf sys/mips/conf sys/modules sys/modules/random sys/pc98/conf sys/power

2013-07-31 Thread Adrian Chadd
On 31 July 2013 03:40, Philip Paeps wrote: >> * Make Yarrow an optional kernel component -- enabled by "YARROW_RNG" >> option. >> The files sha2.c, hash.c, randomdev_soft.c and yarrow.c comprise yarrow. > > I would really prefer to see this logic reversed. Of course, we expect > people to

Re: svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac

2013-07-31 Thread Adrian Chadd
On 31 July 2013 07:07, Ian Lepore wrote: > I'm more concerned about the 201 files in the base that say I have to > give Mr. Paul credit in any product documentation and advertising > materials (the marketing department is going to love that one, huh?). Welcome to licencing terms hell. This is wh

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-31 Thread David O'Brien
On Wed, Jul 31, 2013 at 05:58:43AM +0400, Andrey Chernov wrote: > On 31.07.2013 4:07, David O'Brien wrote: > > I believe you're talking about this code in > > sys/libkern/arc4random.c:arc4rand() > > > > if (atomic_cmpset_int(&arc4rand_iniseed_state, ARC4_ENTR_HAVE, > > ARC4_ENTR_SEED)

svn commit: r253845 - in head: . share/man/man4 sys/amd64/conf sys/arm/conf sys/conf sys/dev/random sys/i386/conf sys/ia64/conf sys/mips/conf sys/modules sys/modules/padlock_rng sys/modules/random ...

2013-07-31 Thread David E. O'Brien
Author: obrien Date: Wed Jul 31 17:21:18 2013 New Revision: 253845 URL: http://svnweb.freebsd.org/changeset/base/253845 Log: Back out r253779 & r253786. Deleted: head/sys/dev/random/random_adaptors.c head/sys/dev/random/random_adaptors.h head/sys/modules/padlock_rng/ head/sys/modules/rd

svn commit: r253844 - head/sys/mips/conf

2013-07-31 Thread Sean Bruno
Author: sbruno Date: Wed Jul 31 16:27:56 2013 New Revision: 253844 URL: http://svnweb.freebsd.org/changeset/base/253844 Log: Adjust magic numbers to allow attachment of ath(4) modules. Modified: head/sys/mips/conf/DIR-825.hints Modified: head/sys/mips/conf/DIR-825.hints =

svn commit: r253842 - head/sys/mips/conf

2013-07-31 Thread Sean Bruno
Author: sbruno Date: Wed Jul 31 16:26:34 2013 New Revision: 253842 URL: http://svnweb.freebsd.org/changeset/base/253842 Log: device if_bridge gets me a bridge device Modified: head/sys/mips/conf/DIR-825 Modified: head/sys/mips/conf/DIR-825

svn commit: r253843 - head/share/man/man4

2013-07-31 Thread Hiroki Sato
Author: hrs Date: Wed Jul 31 16:26:41 2013 New Revision: 253843 URL: http://svnweb.freebsd.org/changeset/base/253843 Log: Document net.link.bridge.allow_llz_overlap. Modified: head/share/man/man4/bridge.4 Modified: head/share/man/man4/bridge.4

svn commit: r253841 - head/sys/netinet6

2013-07-31 Thread Hiroki Sato
Author: hrs Date: Wed Jul 31 16:24:49 2013 New Revision: 253841 URL: http://svnweb.freebsd.org/changeset/base/253841 Log: Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capable interfaces. This eliminates unnecessary IPv6 processing for non-IPv6 interfaces. MFC after:

svn commit: r253840 - head/sys/kern

2013-07-31 Thread Scott Long
Author: scottl Date: Wed Jul 31 15:55:01 2013 New Revision: 253840 URL: http://svnweb.freebsd.org/changeset/base/253840 Log: Another fix for r253823; retain the default of 1 readahead block for sendfile. Submitted by: glebius Obtained from:Netflix MFC after:3 days Modified:

Re: svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac

2013-07-31 Thread Ian Lepore
On Wed, 2013-07-31 at 09:41 +0400, Sergey Kandaurov wrote: > On 31 July 2013 05:13, Justin Hibbits wrote: > > Author: jhibbits > > Date: Wed Jul 31 01:13:29 2013 > > New Revision: 253825 > > URL: http://svnweb.freebsd.org/changeset/base/253825 > > > > Log: > > Add the macio attachment for wi(4).

svn commit: r253839 - head/contrib/binutils/ld

2013-07-31 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 31 12:35:06 2013 New Revision: 253839 URL: http://svnweb.freebsd.org/changeset/base/253839 Log: Change default behaviour of ld(1) to not recursively copy DT_NEEDED This is the default behaviour of the newer binutils as well as most alternative linkers. All the

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-07-31 Thread Dimitry Andric
On Jul 30, 2013, at 18:16, John Baldwin wrote: > On Tuesday, July 30, 2013 10:09:35 am Matthew Fleming wrote: >> On Tue, Jul 30, 2013 at 5:33 AM, Dimitry Andric wrote: >> >>> Author: dim >>> Date: Tue Jul 30 12:33:21 2013 >>> New Revision: 253802 >>> URL: http://svnweb.freebsd.org/changeset/base

Re: svn commit: r253779 - in head: . share/man/man4 sys/amd64/conf sys/arm/conf sys/conf sys/dev/random sys/i386/conf sys/ia64/conf sys/mips/conf sys/modules sys/modules/random sys/pc98/conf sys/power

2013-07-31 Thread Philip Paeps
On 2013-07-29 20:26:27 (+), David E. O'Brien wrote: > Author: obrien > Date: Mon Jul 29 20:26:27 2013 > New Revision: 253779 > URL: http://svnweb.freebsd.org/changeset/base/253779 > > Log: > Decouple yarrow from random(4) device. As Dag-Erling already pointed out in relpy to r253789: pleas

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-31 Thread Dag-Erling Smørgrav
"David E. O'Brien" writes: > * Make Yarrow an optional kernel component -- enabled by "YARROW_RNG" > option. > The files sha2.c, hash.c, randomdev_soft.c and yarrow.c comprise yarrow. Please revert this, as anybody with a custom kernel config who doesn't have a hardware RNG is now without

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-31 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > Actually, I forgot the most important issue: you seem to have committed > only a tiny part of the patch. Never mind, I found the rest. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list htt

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-31 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > I don't have any major issues with the patch, but it should still have > been submitted for pre-commit review. Actually, I forgot the most important issue: you seem to have committed only a tiny part of the patch. DES -- Dag-Erling Smørgrav - d...@des.no __

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-31 Thread Dag-Erling Smørgrav
"David O'Brien" writes: > Dag-Erling Smørgrav writes: > > We've had a policy for several years now that all changes to the > > PRNG code in the kernel and libc must be reviewed by so@. > Where was this policy published or communicated? > There is no MAINTAINER line in sys/dev/random/, nor an entr

svn commit: r253834 - head/sbin/swapon

2013-07-31 Thread Xin LI
Author: delphij Date: Wed Jul 31 07:09:35 2013 New Revision: 253834 URL: http://svnweb.freebsd.org/changeset/base/253834 Log: Make two buffer variables static for now. It is not safe to reference stack memory after return. MFC after:2 weeks Modified: head/sbin/swapon/swapon.c Mod

svn commit: r253833 - head/sbin/mdconfig

2013-07-31 Thread Xin LI
Author: delphij Date: Wed Jul 31 07:06:58 2013 New Revision: 253833 URL: http://svnweb.freebsd.org/changeset/base/253833 Log: Resolve fflag with realpath(). MFC after:2 weeks Modified: head/sbin/mdconfig/mdconfig.c Modified: head/sbin/mdconfig/mdconfig.c