svn commit: r286982 - in head/usr.sbin/pw: . tests

2015-08-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 21 07:09:53 2015 New Revision: 286982 URL: https://svnweb.freebsd.org/changeset/base/286982 Log: Fix useradd regression: Readd the function to create the parents home directory if it does not exists. if it is only a directory at the top level of the hierarchy sy

svn commit: r286983 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-08-21 Thread Andriy Gapon
Author: avg Date: Fri Aug 21 08:04:56 2015 New Revision: 286983 URL: https://svnweb.freebsd.org/changeset/base/286983 Log: fix a mismerge in r286539 (MFV 286538: 5562 ZFS sa_handle's violate...) PR: 202358 X-MFC with: r286539 X-MFC attn: mav Modified: head/sys/cddl/cont

svn commit: r286984 - head/sys/modules/zfs

2015-08-21 Thread Andriy Gapon
Author: avg Date: Fri Aug 21 08:06:18 2015 New Revision: 286984 URL: https://svnweb.freebsd.org/changeset/base/286984 Log: fix standalone build of zfs module Not sure if this is a proper fix, but it does the job. Modified: head/sys/modules/zfs/Makefile Modified: head/sys/modules/zfs/Mak

svn commit: r286985 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-08-21 Thread Andriy Gapon
Author: avg Date: Fri Aug 21 08:17:44 2015 New Revision: 286985 URL: https://svnweb.freebsd.org/changeset/base/286985 Log: try to fix lor between z_teardown_lock and spa_namespace_lock The lock order reversal and a resulting deadlock were introduced in r285021 / D2865. The problem is tha

Re: svn commit: r286984 - head/sys/modules/zfs

2015-08-21 Thread Mark R V Murray
Thanks! I’ve been running “make universe” here as a build-test. I wonder why this was not picked up? M > On 21 Aug 2015, at 09:06, Andriy Gapon wrote: > > Author: avg > Date: Fri Aug 21 08:06:18 2015 > New Revision: 286984 > URL: https://svnweb.freebsd.org/changeset/base/286984 > > Log: > f

Re: svn commit: r286984 - head/sys/modules/zfs

2015-08-21 Thread Andriy Gapon
Precisely because it's the standalone build (cd sys/modules/zfs && make ...) that was affected. Building the module as a part of the kernel build worked just fine. On 21/08/2015 11:17, Mark R V Murray wrote: > Thanks! > > I’ve been running “make universe” here as a build-test. I wonder why this

Re: svn commit: r286985 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-08-21 Thread Andriy Gapon
On 21/08/2015 11:17, Andriy Gapon wrote: > Author: avg > Date: Fri Aug 21 08:17:44 2015 > New Revision: 286985 > URL: https://svnweb.freebsd.org/changeset/base/286985 > > Log: > try to fix lor between z_teardown_lock and spa_namespace_lock > > The lock order reversal and a resulting deadloc

svn commit: r286986 - in head/usr.sbin/pw: . tests

2015-08-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 21 09:28:20 2015 New Revision: 286986 URL: https://svnweb.freebsd.org/changeset/base/286986 Log: Fix /home symlink creation Add regression test about it Modified: head/usr.sbin/pw/pw_user.c head/usr.sbin/pw/tests/pw_useradd.sh Modified: head/usr.sbin/pw/pw_u

svn commit: r286991 - head/usr.sbin/pw/tests

2015-08-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 21 11:25:42 2015 New Revision: 286991 URL: https://svnweb.freebsd.org/changeset/base/286991 Log: Fix typo in regression test Modified: head/usr.sbin/pw/tests/pw_useradd.sh Modified: head/usr.sbin/pw/tests/pw_useradd.sh ==

svn commit: r286992 - head/usr.sbin/hyperv

2015-08-21 Thread Warner Losh
Author: imp Date: Fri Aug 21 14:15:54 2015 New Revision: 286992 URL: https://svnweb.freebsd.org/changeset/base/286992 Log: Turn off gcc's uninitialized warnings for this code. They can be fixed, but really do appear to be false alarms. Modified: head/usr.sbin/hyperv/Makefile.inc Modified:

svn commit: r286993 - in head/usr.sbin/pw: . tests

2015-08-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 21 14:28:14 2015 New Revision: 286993 URL: https://svnweb.freebsd.org/changeset/base/286993 Log: Fix err pointer not initialized to NULL resulting Reported by: "O. Hartmann" Modified: head/usr.sbin/pw/strtounum.c head/usr.sbin/pw/tests/pw_useradd.sh Modifi

svn commit: r286994 - head/sys/x86/acpica

2015-08-21 Thread Konstantin Belousov
Author: kib Date: Fri Aug 21 15:13:25 2015 New Revision: 286994 URL: https://svnweb.freebsd.org/changeset/base/286994 Log: Automatically disable x2APIC mode on SandyBridge Lenovo machines. I believe that the bug only affects mobile CPUs, at least I did not see other reports, but it is impos

svn commit: r286995 - head/share/mk

2015-08-21 Thread Warner Losh
Author: imp Date: Fri Aug 21 15:15:22 2015 New Revision: 286995 URL: https://svnweb.freebsd.org/changeset/base/286995 Log: Document bsd.progs.mk, including its status as being strongly discouraged and that it will be going away as soon as is practicable. Modified: head/share/mk/bsd.README

svn commit: r286997 - head/sys/dev/vt

2015-08-21 Thread Conrad E. Meyer
Author: cem Date: Fri Aug 21 15:21:56 2015 New Revision: 286997 URL: https://svnweb.freebsd.org/changeset/base/286997 Log: vt_cpulogos: Resize all terms/windows when tearing down logos PR: 202288 (partial) Tested by:Jakob Alvermark Reviewed by: ed Approved by: markj (m

Re: svn commit: r286994 - head/sys/x86/acpica

2015-08-21 Thread Adrian Chadd
Think we could do the same for the Asus zenbooks? -a On 21 August 2015 at 08:13, Konstantin Belousov wrote: > Author: kib > Date: Fri Aug 21 15:13:25 2015 > New Revision: 286994 > URL: https://svnweb.freebsd.org/changeset/base/286994 > > Log: > Automatically disable x2APIC mode on SandyBridg

svn commit: r286998 - head/share/mk

2015-08-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 21 15:30:50 2015 New Revision: 286998 URL: https://svnweb.freebsd.org/changeset/base/286998 Log: Mark bsd.info.mk as depreciated Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README ==

svn commit: r286999 - in head/sys: dev/xen/blkfront dev/xen/netfront x86/xen xen

2015-08-21 Thread Roger Pau Monné
Author: royger Date: Fri Aug 21 15:53:08 2015 New Revision: 286999 URL: https://svnweb.freebsd.org/changeset/base/286999 Log: xen: allow disabling PV disks and nics Introduce two new loader tunnables that can be used to disable PV disks and PV nics at boot time. They default to 0 and shou

svn commit: r287000 - in head/sys: amd64/amd64 arm/arm i386/i386 kern mips/beri x86/x86

2015-08-21 Thread Roger Pau Monné
Author: royger Date: Fri Aug 21 15:57:57 2015 New Revision: 287000 URL: https://svnweb.freebsd.org/changeset/base/287000 Log: preload_search_info: make sure mod is set Add a check to preload_search_info to make sure mod is set. Most of the callers of preload_search_info don't check that t

svn commit: r287001 - head/share/mk

2015-08-21 Thread Warner Losh
Author: imp Date: Fri Aug 21 16:05:56 2015 New Revision: 287001 URL: https://svnweb.freebsd.org/changeset/base/287001 Log: Document bsd.arch.inc.mk. Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README =

Re: svn commit: r286984 - head/sys/modules/zfs

2015-08-21 Thread Mark R V Murray
> On 21 Aug 2015, at 09:20, Andriy Gapon wrote: > > > Precisely because it's the standalone build (cd sys/modules/zfs && make > ...) that was affected. Building the module as a part of the kernel > build worked just fine. That makes sense. Now I need a regression test to ensure at this proble

svn commit: r287002 - head/sys/vm

2015-08-21 Thread Alan Cox
Author: alc Date: Fri Aug 21 17:00:39 2015 New Revision: 287002 URL: https://svnweb.freebsd.org/changeset/base/287002 Log: Eliminate pointless assignments to rtvals[] in swap_pager_putpages(). Reviewed by: kib Sponsored by: EMC / Isilon Storage Division Modified: head/sys/vm/swap_page

svn commit: r287003 - head/share/mk

2015-08-21 Thread Garrett Cooper
Author: ngie Date: Fri Aug 21 17:45:18 2015 New Revision: 287003 URL: https://svnweb.freebsd.org/changeset/base/287003 Log: Fix typos (depreciated -> deprecated) Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README

svn commit: r287004 - head/usr.bin/xargs/tests

2015-08-21 Thread Garrett Cooper
Author: ngie Date: Fri Aug 21 17:47:17 2015 New Revision: 287004 URL: https://svnweb.freebsd.org/changeset/base/287004 Log: Disable the -P0 test It's unreliable (sometimes it passes, sometimes it fails) Reported by: Jenkins (many times over the past few weeks) Modified: head/usr.bin

Re: svn commit: r287004 - head/usr.bin/xargs/tests

2015-08-21 Thread Garrett Cooper
> On Aug 21, 2015, at 10:47, Garrett Cooper wrote: > > Author: ngie > Date: Fri Aug 21 17:47:17 2015 > New Revision: 287004 > URL: https://svnweb.freebsd.org/changeset/base/287004 > > Log: > Disable the -P0 test > > It's unreliable (sometimes it passes, sometimes it fails) > > Reported by:

svn commit: r287005 - head/usr.bin/xargs/tests

2015-08-21 Thread Garrett Cooper
Author: ngie Date: Fri Aug 21 18:42:57 2015 New Revision: 287005 URL: https://svnweb.freebsd.org/changeset/base/287005 Log: Fix the racy xargs -P0 -n2 test added in r286289 Sort the output obtained from xargs and the expected output to ensure the end result versus the input file is stable

svn commit: r287007 - head/share/mk

2015-08-21 Thread Warner Losh
Author: imp Date: Fri Aug 21 19:51:27 2015 New Revision: 287007 URL: https://svnweb.freebsd.org/changeset/base/287007 Log: Document bsd.compiler.mk and the variables it defines. Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README

svn commit: r287006 - head/share/mk

2015-08-21 Thread Warner Losh
Author: imp Date: Fri Aug 21 19:51:19 2015 New Revision: 287006 URL: https://svnweb.freebsd.org/changeset/base/287006 Log: Document CFLAGS_NO_SIMD. Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README ==

Re: svn commit: r287007 - head/share/mk

2015-08-21 Thread Dimitry Andric
On 21 Aug 2015, at 21:51, Warner Losh wrote: > > Author: imp > Date: Fri Aug 21 19:51:27 2015 > New Revision: 287007 > URL: https://svnweb.freebsd.org/changeset/base/287007 > > Log: > Document bsd.compiler.mk and the variables it defines. Thanks!! signature.asc Description: Message signed w

svn commit: r287008 - head/sys/dev/pccbb

2015-08-21 Thread Warner Losh
Author: imp Date: Fri Aug 21 21:47:29 2015 New Revision: 287008 URL: https://svnweb.freebsd.org/changeset/base/287008 Log: We're waiting on a struct proc *, not a struct thread *. Fix a comment that was wrong. Modified: head/sys/dev/pccbb/pccbb.c Modified: head/sys/dev/pccbb/pccbb.c ==

svn commit: r287009 - in head: sbin/pfctl share/man/man4 sys/conf sys/net/altq sys/netpfil/pf

2015-08-21 Thread Luiz Otavio O Souza
Author: loos Date: Fri Aug 21 22:02:22 2015 New Revision: 287009 URL: https://svnweb.freebsd.org/changeset/base/287009 Log: Add ALTQ(9) support for the CoDel algorithm. CoDel is a parameterless queue discipline that handles variable bandwidth and RTT. It can be used as the single que

svn commit: r287011 - head/sys/powerpc/mpc85xx

2015-08-21 Thread Justin Hibbits
Author: jhibbits Date: Sat Aug 22 03:29:12 2015 New Revision: 287011 URL: https://svnweb.freebsd.org/changeset/base/287011 Log: Make the mpc85xx platform a kobj base class. Summary: Some systems are based around mpc85xx, but need special initialization. By making the mpc85xx platform a

svn commit: r287012 - in head/bin/pkill: . tests

2015-08-21 Thread Jamie Gritton
Author: jamie Date: Sat Aug 22 05:04:36 2015 New Revision: 287012 URL: https://svnweb.freebsd.org/changeset/base/287012 Log: Make pkill/pgrep -j ARG take jname, not just jid. PR: 201588 Submitted by: Daniel Shahaf MFC after:3 days Modified: head/bin/pkill/Makefile he

svn commit: r287013 - in head/sys: conf dev/fdt geom powerpc/mikrotik sys

2015-08-21 Thread Justin Hibbits
Author: jhibbits Date: Sat Aug 22 05:50:18 2015 New Revision: 287013 URL: https://svnweb.freebsd.org/changeset/base/287013 Log: Create a RouterBoard platform and use it to create a flash map Summary: The RouterBoard uses a predefined partition map which doesn't exist in the fdt. This c