Author: sef
Date: Mon Sep 23 04:28:07 2019
New Revision: 352614
URL: https://svnweb.freebsd.org/changeset/base/352614
Log:
Add two options to allow mount to avoid covering up existing mount points.
The two options are
* nocover/cover: Prevent/allow mounting over an existing root mountpoi
Thanks! The more granular we can be about disabling specific warnings
for specific compilers and/or files, the less we lose out on by
disabling more broadly.
On Sun, Sep 22, 2019 at 11:28 AM Kyle Evans wrote:
>
> Author: kevans
> Date: Sun Sep 22 18:27:57 2019
> New Revision: 352603
> URL: https
Author: mjg
Date: Sun Sep 22 20:50:24 2019
New Revision: 352613
URL: https://svnweb.freebsd.org/changeset/base/352613
Log:
cache: try to avoid vhold if locks held
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
===
Author: mjg
Date: Sun Sep 22 20:49:17 2019
New Revision: 352612
URL: https://svnweb.freebsd.org/changeset/base/352612
Log:
cache: jump in negative success instead of positive
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
===
Author: mjg
Date: Sun Sep 22 20:44:24 2019
New Revision: 352611
URL: https://svnweb.freebsd.org/changeset/base/352611
Log:
lockprof: move per-cpu data to dpcpu
Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd.org/D21747
Modifi
Author: grembo (ports committer)
Date: Sun Sep 22 20:03:25 2019
New Revision: 352610
URL: https://svnweb.freebsd.org/changeset/base/352610
Log:
MFC r352542: freebsd-update: Fix src component detection
PR: 224048, 238558, 23999
Reviewed by: emaste
Differential Revision:
Author: kib
Date: Sun Sep 22 19:59:10 2019
New Revision: 352609
URL: https://svnweb.freebsd.org/changeset/base/352609
Log:
i386: reduce differences in source between PAE and non-PAE pmaps ...
by defining pg_nx as zero for non-PAE and correspondingly simplifying
some expressions.
Sugg
Author: grembo (ports committer)
Date: Sun Sep 22 19:53:29 2019
New Revision: 352608
URL: https://svnweb.freebsd.org/changeset/base/352608
Log:
MFC r352542: freebsd-update: Fix src component detection
PR: 224048, 238558, 239997
Reviewed by:emaste
Differential Revision: https://re
Author: kib
Date: Sun Sep 22 19:23:00 2019
New Revision: 352607
URL: https://svnweb.freebsd.org/changeset/base/352607
Log:
i386: implement sysctl vm.pmap.kernel_maps.
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revision:https://re
Author: kib
Date: Sun Sep 22 19:20:37 2019
New Revision: 352606
URL: https://svnweb.freebsd.org/changeset/base/352606
Log:
amd64: minor tweaks to pat decoding in sysctl vm.pmap.kernel_maps.
Decode PAT_UNCACHED.
When unknown pat mode is encountered, print the pte bits combination
instead
On Sun, Sep 22, 2019 at 1:30 PM Kyle Evans wrote:
>
> Author: kevans
> Date: Sun Sep 22 18:30:19 2019
> New Revision: 352604
> URL: https://svnweb.freebsd.org/changeset/base/352604
>
> Log:
> octeon1: suppress a couple of warnings under clang
>
> These appear in octeon-sdk -- there are new rel
Author: kevans
Date: Sun Sep 22 18:32:05 2019
New Revision: 352605
URL: https://svnweb.freebsd.org/changeset/base/352605
Log:
octeon-sdk: suppress another set of warnings under clang
Clang sees this construct and warns that adding an int to a string like this
does not concatenate the two.
Author: kevans
Date: Sun Sep 22 18:30:19 2019
New Revision: 352604
URL: https://svnweb.freebsd.org/changeset/base/352604
Log:
octeon1: suppress a couple of warnings under clang
These appear in octeon-sdk -- there are new releases, but they don't seem to
address the running issues in octeo
Author: kevans
Date: Sun Sep 22 18:27:57 2019
New Revision: 352603
URL: https://svnweb.freebsd.org/changeset/base/352603
Log:
Honor CWARNFLAGS.clang/gcc in the kernel build
Some kernel builds or users may want to disable warnings on a per-compiler
basis, so do this now.
Modified:
head/
Author: markj
Date: Sun Sep 22 18:07:52 2019
New Revision: 352602
URL: https://svnweb.freebsd.org/changeset/base/352602
Log:
MFC r352256:
Remove a redundant NULL pointer check in cpuset_modify_domain().
Modified:
stable/12/sys/kern/kern_cpuset.c
Directory Properties:
stable/12/ (props c
Author: tsoome
Date: Sun Sep 22 17:39:20 2019
New Revision: 352601
URL: https://svnweb.freebsd.org/changeset/base/352601
Log:
loader_lua: lua color changes should end with reset
The color change should have reset sequence, not switch to white.
Modified:
head/stand/lua/color.lua
head/st
Thanks!
On Sat, Sep 21, 2019 at 4:03 PM Konstantin Belousov wrote:
>
> Author: kib
> Date: Sat Sep 21 20:03:17 2019
> New Revision: 352585
> URL: https://svnweb.freebsd.org/changeset/base/352585
>
> Log:
> kern.elf{32,64}.pie_base sysctl: enforce page alignment.
>
> Requested by: rstone
> S
Author: tsoome
Date: Sun Sep 22 16:10:25 2019
New Revision: 352599
URL: https://svnweb.freebsd.org/changeset/base/352599
Log:
loader_4th: menu items need to reset color attribute, not switch to white
Forth menu kernel and BE entries, instead of resetting the color attribute,
are switching
Author: avg
Date: Sun Sep 22 15:00:19 2019
New Revision: 352598
URL: https://svnweb.freebsd.org/changeset/base/352598
Log:
MFC r352447,r352449,r352507: MFZoL: Add -vnP support to 'zfs send' for
bookmarks
Modified:
stable/11/cddl/contrib/opensolaris/cmd/zfs/zfs.8
stable/11/cddl/contrib/open
Author: karels
Date: Sun Sep 22 13:56:27 2019
New Revision: 352597
URL: https://svnweb.freebsd.org/changeset/base/352597
Log:
Add support for ps -H on corefiles in libkvm
Add support for kernel threads in kvm_getprocs() and the underlying
kvm_proclist() in libkvm when fetching from a kern
Author: avg
Date: Sun Sep 22 11:40:43 2019
New Revision: 352595
URL: https://svnweb.freebsd.org/changeset/base/352595
Log:
MFC r352447,r352449,r352507: MFZoL: Add -vnP support to 'zfs send' for
bookmarks
Modified:
stable/12/cddl/contrib/opensolaris/cmd/zfs/zfs.8
stable/12/cddl/contrib/open
Author: tuexen
Date: Sun Sep 22 11:11:01 2019
New Revision: 352594
URL: https://svnweb.freebsd.org/changeset/base/352594
Log:
Don't hold the info lock when calling sctp_select_a_tag().
This avoids a double lock bug in the NAT colliding state processing
of SCTP. Thanks to Felix Weinrank fo
Author: tuexen
Date: Sun Sep 22 10:40:15 2019
New Revision: 352592
URL: https://svnweb.freebsd.org/changeset/base/352592
Log:
Cleanup the RTO calculation and perform some consistency checks
before computing the RTO.
This should fix an overflow issue reported by Felix Weinrank in
https://gi
Author: avg
Date: Sun Sep 22 08:44:41 2019
New Revision: 352591
URL: https://svnweb.freebsd.org/changeset/base/352591
Log:
MFZoL: Retire send space estimation via ZFS_IOC_SEND
Add a small wrapper around libzfs_core's lzc_send_space() to libzfs so
that every legacy ZFS_IOC_SEND consumer, a
Author: avg
Date: Sun Sep 22 08:34:23 2019
New Revision: 352590
URL: https://svnweb.freebsd.org/changeset/base/352590
Log:
print summary line for space estimate of zfs send from bookmark
Although there is always a single stream and the total size in the
summary is always equal to the size
25 matches
Mail list logo