Author: ian
Date: Thu Dec 26 02:22:38 2019
New Revision: 356086
URL: https://svnweb.freebsd.org/changeset/base/356086
Log:
Add comments to a couple i2c device lines.
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
==
Author: ian
Date: Wed Dec 25 22:33:47 2019
New Revision: 356085
URL: https://svnweb.freebsd.org/changeset/base/356085
Log:
In kern.pre.mk, split SYSTEM_LD into two variables to avoid duplication in
other files.
Arm and mips systems need to replace the SYSTEM_LD variable because they
nee
Author: rmacklem
Date: Wed Dec 25 22:25:30 2019
New Revision: 356084
URL: https://svnweb.freebsd.org/changeset/base/356084
Log:
Add NFSv4.1 and NFSv4.2 errors to nfsv4_errstr.h.
nfsv4_errstr.h only had strings for NFSv4.0 errors. This patch adds the
errors for NFSv4.1 and NFSv4.2. At this
Author: jeff
Date: Wed Dec 25 20:57:24 2019
New Revision: 356081
URL: https://svnweb.freebsd.org/changeset/base/356081
Log:
Further reduce the cacheline footprint of fast allocations by duplicating
the zone size and flags fields in the per-cpu caches. This allows fast
alloctions to proceed
Author: jeff
Date: Wed Dec 25 20:50:53 2019
New Revision: 356080
URL: https://svnweb.freebsd.org/changeset/base/356080
Log:
Optimize fast path allocations by storing bucket headers in the per-cpu
cache area. This allows us to check on bucket space for all per-cpu
buckets with a single cache
Author: jeff
Date: Wed Dec 25 19:26:35 2019
New Revision: 356079
URL: https://svnweb.freebsd.org/changeset/base/356079
Log:
Fix a bug with _NUMA domains introduced in r339686. When M_NOWAIT is
specified there was no loop termination condition in keg_fetch_slab().
Reported by: pho
Revi
On Wed, 2019-12-25 at 19:52 +0100, Kristof Provost wrote:
> > On 25 Dec 2019, at 19:24, Ian Lepore wrote:
> >
> > Author: ian
> > Date: Wed Dec 25 18:24:38 2019
> > New Revision: 356078
> > URL: https://svnweb.freebsd.org/changeset/base/356078
> >
> > Log:
> > Revert r356077, apparently the ch
> On 25 Dec 2019, at 19:24, Ian Lepore wrote:
>
> Author: ian
> Date: Wed Dec 25 18:24:38 2019
> New Revision: 356078
> URL: https://svnweb.freebsd.org/changeset/base/356078
>
> Log:
> Revert r356077, apparently the change doesn't work after all (failed to
> build in CI).
I built with (an
Author: ian
Date: Wed Dec 25 18:24:38 2019
New Revision: 356078
URL: https://svnweb.freebsd.org/changeset/base/356078
Log:
Revert r356077, apparently the change doesn't work after all (failed to
build in CI).
Modified:
head/sys/conf/Makefile.riscv
Modified: head/sys/conf/Makefile.riscv
===
Author: ian
Date: Wed Dec 25 17:26:51 2019
New Revision: 356077
URL: https://svnweb.freebsd.org/changeset/base/356077
Log:
For riscv kernel builds, add -N to LDFLAGS instead of replacing the
SYSTEM_LD variable. This avoids duplicating the contents of SYSTEM_LD
from kern.pre.mk just to add t
Author: kevans
Date: Wed Dec 25 15:55:45 2019
New Revision: 356076
URL: https://svnweb.freebsd.org/changeset/base/356076
Log:
atkbdc: use proper pointer type for KBDC
Proper locking for atkbdc will likely replace the kbdc_lock mechanism
entirely with a mutex in atkbdc_softc, so that other
Author: ganbold
Date: Wed Dec 25 11:26:38 2019
New Revision: 356075
URL: https://svnweb.freebsd.org/changeset/base/356075
Log:
Fix panic when running etherswitchcfg port command.
Modified:
head/sys/dev/etherswitch/e6000sw/e6000sw.c
Modified: head/sys/dev/etherswitch/e6000sw/e6000sw.c
===
12 matches
Mail list logo