Author: markj
Date: Fri Jul 21 23:53:48 2017
New Revision: 321356
URL: https://svnweb.freebsd.org/changeset/base/321356
Log:
Fix top(1) output when zfs.ko is loaded but ZFS is not in use.
Reviewed by: allanjude
MFC after:3 days
Differential Revision:https://reviews.freebsd.
Author: kib
Date: Fri Jul 21 18:42:35 2017
New Revision: 321349
URL: https://svnweb.freebsd.org/changeset/base/321349
Log:
Improve publication of the newly allocated snapdata.
For freshly allocated snapdata, Lock sn_lock in advance, so
si_snapdata readers see the locked snapdata and not r
Author: kib
Date: Fri Jul 21 18:36:17 2017
New Revision: 321348
URL: https://svnweb.freebsd.org/changeset/base/321348
Log:
Unlock correct lock in ffs_snapblkfree().
It is possible for ffs_snapblkfree() to race and lock snaplock while
the devvp snapdata is instantiated, but no snapshots ex
Author: kib
Date: Fri Jul 21 18:28:27 2017
New Revision: 321347
URL: https://svnweb.freebsd.org/changeset/base/321347
Log:
Account for lock recursion when transfering snaplock to the vnode lock
in ffs_snapremove().
Apparently ffs_snapremove() may be called with the snap lock recursed,
a
Author: dim
Date: Fri Jul 21 17:59:54 2017
New Revision: 321342
URL: https://svnweb.freebsd.org/changeset/base/321342
Log:
Pull in r295886 from upstream clang trunk (by Richard Smith):
PR32034: Evaluate _Atomic(T) in-place when T is a class or array type.
This is necessary in order
Author: sbruno
Date: Fri Jul 21 17:42:54 2017
New Revision: 321336
URL: https://svnweb.freebsd.org/changeset/base/321336
Log:
Do not update stats counter in SWI context. Defer to the already existing
admin thread.
Submitted by: Matt Macy
Sponsored by: Limelight Networks
Modified:
h
Author: rlibby
Date: Fri Jul 21 17:11:36 2017
New Revision: 321335
URL: https://svnweb.freebsd.org/changeset/base/321335
Log:
__pcpu: gcc -Wredundant-decls
Pollution from counter.h made __pcpu visible in amd64/pmap.c. Delete
the existing extern decl of __pcpu in amd64/pmap.c and avoid re
Author: bdrewery
Date: Fri Jul 21 16:14:35 2017
New Revision: 321334
URL: https://svnweb.freebsd.org/changeset/base/321334
Log:
Respect INSTALL_AS_USER for FILES.
MFC after:2 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/share/mk/bsd.files.mk
Modified: head/share/mk/bsd.files
Author: bdrewery
Date: Fri Jul 21 16:14:06 2017
New Revision: 321333
URL: https://svnweb.freebsd.org/changeset/base/321333
Log:
Properly set userid for truncate_test.
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/tests/sys/Makefile
Modified: head/lib/libc/
On Fri, Jul 21, 2017 at 10:06 AM, Ngie Cooper wrote:
>
>> On Jul 21, 2017, at 08:11, Alan Somers wrote:
>>
>> PR: 220459
>>
>>> On Fri, Jul 21, 2017 at 9:09 AM, Alan Somers wrote:
>>> Author: asomers
>>> Date: Fri Jul 21 15:09:24 2017
>>> New Revision: 321332
>>> URL: https://svnweb.freebsd
> On Jul 21, 2017, at 08:11, Alan Somers wrote:
>
> PR: 220459
>
>> On Fri, Jul 21, 2017 at 9:09 AM, Alan Somers wrote:
>> Author: asomers
>> Date: Fri Jul 21 15:09:24 2017
>> New Revision: 321332
>> URL: https://svnweb.freebsd.org/changeset/base/321332
>>
>> Log:
>> Implement SIGEV_THR
PR: 220459
On Fri, Jul 21, 2017 at 9:09 AM, Alan Somers wrote:
> Author: asomers
> Date: Fri Jul 21 15:09:24 2017
> New Revision: 321332
> URL: https://svnweb.freebsd.org/changeset/base/321332
>
> Log:
> Implement SIGEV_THREAD notifications for lio_listio(2)
>
> Our man pages have always
Author: asomers
Date: Fri Jul 21 15:09:24 2017
New Revision: 321332
URL: https://svnweb.freebsd.org/changeset/base/321332
Log:
Implement SIGEV_THREAD notifications for lio_listio(2)
Our man pages have always indicated that this was supported, but in fact the
feature was never implemented
Author: br
Date: Fri Jul 21 14:50:32 2017
New Revision: 321331
URL: https://svnweb.freebsd.org/changeset/base/321331
Log:
Add warning flags for GCC 7.1.0 compiler.
Sponsored by: DARPA, AFRL
Modified:
head/share/mk/bsd.sys.mk
Modified: head/share/mk/bsd.sys.mk
===
Author: br
Date: Fri Jul 21 14:14:47 2017
New Revision: 321330
URL: https://svnweb.freebsd.org/changeset/base/321330
Log:
Fix style: change spaces to tabs.
Sponsored by: DARPA, AFRL
Modified:
head/sys/vm/vm_object.h
Modified: head/sys/vm/vm_object.h
=
Author: trasz
Date: Fri Jul 21 13:58:51 2017
New Revision: 321329
URL: https://svnweb.freebsd.org/changeset/base/321329
Log:
Make truss(1) cross-reference dtrace(1) and bump .Dd.
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/usr.bin/truss/truss.1
Modified: head/usr.bi
Author: trasz
Date: Fri Jul 21 13:50:59 2017
New Revision: 321328
URL: https://svnweb.freebsd.org/changeset/base/321328
Log:
Use more usual formatting for the EXAMPLES section of truss(1).
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/usr.bin/truss/truss.1
Modified: h
Author: trasz
Date: Fri Jul 21 13:27:25 2017
New Revision: 321327
URL: https://svnweb.freebsd.org/changeset/base/321327
Log:
Use more usual formatting for the EXAMPLES section of ktrace(1).
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/usr.bin/ktrace/ktrace.1
Modified
Author: robak (ports committer)
Date: Fri Jul 21 08:50:22 2017
New Revision: 321326
URL: https://svnweb.freebsd.org/changeset/base/321326
Log:
Remove stack guard option from hardening menu.
Since kib's change the stack guard is now ON by default,
this option in hardening menu of bsdinstal
> On Jul 21, 2017, at 00:44, Michael Tuexen wrote:
>
> Author: tuexen
> Date: Fri Jul 21 07:44:43 2017
> New Revision: 321325
> URL: https://svnweb.freebsd.org/changeset/base/321325
>
> Log:
> Fix getsockopt() for listening sockets when using SO_SNDBUF, SO_RCVBUF,
> SO_SNDLOWAT, SO_RCVLOWAT.
Author: tuexen
Date: Fri Jul 21 07:44:43 2017
New Revision: 321325
URL: https://svnweb.freebsd.org/changeset/base/321325
Log:
Fix getsockopt() for listening sockets when using SO_SNDBUF, SO_RCVBUF,
SO_SNDLOWAT, SO_RCVLOWAT. Since r31972 it only worked for non-listening
sockets.
Sponsore
21 matches
Mail list logo