Author: np
Date: Tue Oct 24 05:41:48 2017
New Revision: 324945
URL: https://svnweb.freebsd.org/changeset/base/324945
Log:
cxgbe(4): Read the MPS buffer group map from the firmware as it could be
different from hardware defaults. The congestion channel map, which is
still fixed, needs to be
Author: imp
Date: Tue Oct 24 02:25:42 2017
New Revision: 324944
URL: https://svnweb.freebsd.org/changeset/base/324944
Log:
Treat a 'current' value of 0 as unlimited as a failsfe.
When limiting I/O, a value of 0 makes no sense as a limit. No progress
can be made. Trade the possibility that
Author: asomers
Date: Mon Oct 23 23:12:01 2017
New Revision: 324941
URL: https://svnweb.freebsd.org/changeset/base/324941
Log:
Remove artificial restriction on lio_listio's operation count
In r322258 I made p1003_1b.aio_listio_max a tunable. However, further
investigation shows that there
Author: asomers
Date: Mon Oct 23 23:05:29 2017
New Revision: 324940
URL: https://svnweb.freebsd.org/changeset/base/324940
Log:
Fix the error message when creating a zpool on a too-small device
Don't check for SPA_MINDEVSIZE in vdev_geom_attach when opening by path.
It's redundant with the
Author: dim
Date: Mon Oct 23 21:31:04 2017
New Revision: 324938
URL: https://svnweb.freebsd.org/changeset/base/324938
Log:
After jemalloc was updated to version 5.0.0 in r319971, i386 executables
linked with AddressSanitizer (even those linked on earlier versions of
FreeBSD, or with external
Author: shurd
Date: Mon Oct 23 20:50:08 2017
New Revision: 324937
URL: https://svnweb.freebsd.org/changeset/base/324937
Log:
Some cache related optimizations
1. prefetch 128 bytes of mbufs.
2. Re-order filling the pkt_info so cache stalls happen at the end
3. Define empty prefetch2cache
Author: emaste
Date: Mon Oct 23 20:32:18 2017
New Revision: 324936
URL: https://svnweb.freebsd.org/changeset/base/324936
Log:
uefi.8: mention use on (32-bit) arm
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man8/uefi.8
Modified: head/share/man/man8/uefi.8
==
Author: ngie
Date: Mon Oct 23 16:55:22 2017
New Revision: 324929
URL: https://svnweb.freebsd.org/changeset/base/324929
Log:
Clean up trailing whitespace
MFC after:1 week
Modified:
head/lib/libugidfw/Makefile
head/lib/libugidfw/ugidfw.c
Modified: head/lib/libugidfw/Makefile
===
Author: ngie
Date: Mon Oct 23 16:54:30 2017
New Revision: 324928
URL: https://svnweb.freebsd.org/changeset/base/324928
Log:
Remove dead stores
The return value of various snprintf calls was stored in `len` and not used
in many functions.
MFC after:1 week
Reported by: clang-sca
On Mon, Oct 23, 2017 at 10:28:22AM -0600, Ian Lepore wrote:
> On Mon, 2017-10-23 at 16:14 +, Konstantin Belousov wrote:
> > Author: kib
> > Date: Mon Oct 23 16:14:55 2017
> > New Revision: 324926
> > URL: https://svnweb.freebsd.org/changeset/base/324926
> >
> > Log:
> > Expand explanation of
On Mon, 2017-10-23 at 16:14 +, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Oct 23 16:14:55 2017
> New Revision: 324926
> URL: https://svnweb.freebsd.org/changeset/base/324926
>
> Log:
> Expand explanation of atomicity.
>
> Mention per-location total order, out of thin air, and
Author: kib
Date: Mon Oct 23 16:14:55 2017
New Revision: 324926
URL: https://svnweb.freebsd.org/changeset/base/324926
Log:
Expand explanation of atomicity.
Mention per-location total order, out of thin air, and torn writes
guarantees. Mention C11 standard' memory model and one most impor
Author: markj
Date: Mon Oct 23 16:02:48 2017
New Revision: 324923
URL: https://svnweb.freebsd.org/changeset/base/324923
Log:
Remove resource_set_*() declarations from sys/bus.h.
The corresponding definitions were removed in r78135.
PR: 223189
Submitted by: marc.priggeme...@
Author: mjoras
Date: Mon Oct 23 15:43:38 2017
New Revision: 324921
URL: https://svnweb.freebsd.org/changeset/base/324921
Log:
Move clear_unrhdr to tmpfs_free_tmp.
Clearing the unr in tmpfs_unmount is not correct. In the case of
multiple references to the tmpfs mount (e.g. when there are l
Author: markj
Date: Mon Oct 23 15:34:05 2017
New Revision: 324920
URL: https://svnweb.freebsd.org/changeset/base/324920
Log:
Fix the VM_NRESERVLEVEL == 0 build.
Add VM_NRESERVLEVEL guards in the pmaps that implement transparent
superpage promotion using reservations.
Reviewed by: al
On Mon, Oct 23, 2017 at 09:31:42AM -0400, Steve Wills wrote:
> Hi,
>
> On 10/21/2017 18:55, Allan Jude wrote:
> > On 2017-10-21 18:45, Steven Hartland wrote:
> >> Personally I hate that idea as like being able to see all the processes
> >> from the host.
> >>
> >> I have a similar hate of Linux co
On Mon, Oct 23, 2017 at 7:09 AM, Justin Hibbits
wrote:
> On Oct 23, 2017 07:57, "Ngie Cooper" wrote:
>
>
> > On Oct 23, 2017, at 01:48, Konstantin Belousov
> wrote:
> >
> >> On Mon, Oct 23, 2017 at 07:56:56AM +, Ngie Cooper wrote:
> >> Author: ngie
> >> Date: Mon Oct 23 07:56:56 2017
> >> N
On Mon, Oct 23, 2017 at 8:31 AM, Steve Wills wrote:
>
> Note too that security.bsd.see_jail_proc is partially a work around for
> the fact that security.bsd.see_other_* doesn't work as you might expect.
> It's literally the UID/GID, rather than the username, so
> security.bsd.see_other_* has no i
Hi,
On 10/21/2017 18:55, Allan Jude wrote:
On 2017-10-21 18:45, Steven Hartland wrote:
Personally I hate that idea as like being able to see all the processes
from the host.
I have a similar hate of Linux containers where you have to jump though
hoops just to see whats really happening on the
On Oct 23, 2017 07:57, "Ngie Cooper" wrote:
> On Oct 23, 2017, at 01:48, Konstantin Belousov
wrote:
>
>> On Mon, Oct 23, 2017 at 07:56:56AM +, Ngie Cooper wrote:
>> Author: ngie
>> Date: Mon Oct 23 07:56:56 2017
>> New Revision: 324911
>> URL: https://svnweb.freebsd.org/changeset/base/32491
> On Oct 23, 2017, at 01:48, Konstantin Belousov wrote:
>
>> On Mon, Oct 23, 2017 at 07:56:56AM +, Ngie Cooper wrote:
>> Author: ngie
>> Date: Mon Oct 23 07:56:56 2017
>> New Revision: 324911
>> URL: https://svnweb.freebsd.org/changeset/base/324911
>>
>> Log:
>> Fix an omission in a commen
On Mon, Oct 23, 2017 at 07:56:56AM +, Ngie Cooper wrote:
> Author: ngie
> Date: Mon Oct 23 07:56:56 2017
> New Revision: 324911
> URL: https://svnweb.freebsd.org/changeset/base/324911
>
> Log:
> Fix an omission in a comment
>
> Soft float API support applies to armv7 too after r324340
D
Author: ngie
Date: Mon Oct 23 07:56:56 2017
New Revision: 324911
URL: https://svnweb.freebsd.org/changeset/base/324911
Log:
Fix an omission in a comment
Soft float API support applies to armv7 too after r324340
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src.opts.mk
23 matches
Mail list logo