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
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
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
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
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
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
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
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
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
==
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:
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
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
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
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
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
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
==
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
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
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
=
> 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
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
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
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
> 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:
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
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
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
==
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
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
==
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
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
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
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
33 matches
Mail list logo