Author: jeff
Date: Tue Aug 13 04:54:02 2019
New Revision: 350972
URL: https://svnweb.freebsd.org/changeset/base/350972
Log:
Move scheduler state into the per-cpu area where it can be allocated on the
correct NUMA domain.
Reviewed by: markj, gallatin
Sponsored by: Netflix
Differential
Author: ian
Date: Tue Aug 13 03:49:53 2019
New Revision: 350971
URL: https://svnweb.freebsd.org/changeset/base/350971
Log:
Fix the driver name in ads111x.4, and hook the manpage up to the build.
The driver was originally written with the name ads1115, but at the last
minute it got renamed
Author: pfg
Date: Tue Aug 13 01:24:43 2019
New Revision: 350969
URL: https://svnweb.freebsd.org/changeset/base/350969
Log:
Add deprecation notice to snd_ds1(4).
As suggested in:
https://wiki.freebsd.org/WhatsGoing/FreeBSD13
We will be dropping the snd_ds1 driver. The driver is known
Author: pfg
Date: Tue Aug 13 01:25:07 2019
New Revision: 350970
URL: https://svnweb.freebsd.org/changeset/base/350970
Log:
Add deprecation notice to snd_maestro(4).
As suggested in:
https://wiki.freebsd.org/WhatsGoing/FreeBSD13
this old driver is buggy and no one is working on it so
Author: imp
Date: Mon Aug 12 23:25:14 2019
New Revision: 350966
URL: https://svnweb.freebsd.org/changeset/base/350966
Log:
ukbdmap.h rule was identical on all platforms, so move them into
sys/conf/files.
This allows us to remove 'nodevice ukbd' from the arm64 NOTES file.
Modified:
head/
Author: imp
Date: Mon Aug 12 23:25:21 2019
New Revision: 350967
URL: https://svnweb.freebsd.org/changeset/base/350967
Log:
Fix powerpc LINT build
tcpratelimit isn't supported as there's now atomic_add_64, so add it to the
exclusion list
Add comment for why PPC_PROBE_CHIPSET is on the lis
Author: imp
Date: Mon Aug 12 22:58:50 2019
New Revision: 350964
URL: https://svnweb.freebsd.org/changeset/base/350964
Log:
Floppy driver really only works on x86
Move the floppy driver to the x86 specific notes file.
Reviewed by: jhb, manu, jhibbits, emaste
Differential Revision: htt
Author: imp
Date: Mon Aug 12 22:58:56 2019
New Revision: 350965
URL: https://svnweb.freebsd.org/changeset/base/350965
Log:
Create files.x86
files.x86 is for the parts of the system that are common to both i386 and
amd64
due too their nature. First up, to get the ball rolling, is fdc, the
Author: imp
Date: Mon Aug 12 22:58:44 2019
New Revision: 350963
URL: https://svnweb.freebsd.org/changeset/base/350963
Log:
Move sc out of the global file
x86 needs sc, as does sparc64. powerpc doesn't use it by default, but some old
powermac notebooks do not work with vt yet for reasons u
Author: imp
Date: Mon Aug 12 22:58:13 2019
New Revision: 350962
URL: https://svnweb.freebsd.org/changeset/base/350962
Log:
Start to split out the really x86 specific NOTES from the global notes file.
Start with COMPAT_43, since it's really only relevant to x86.
Reviewed by: jhb@
Differe
Author: mav
Date: Mon Aug 12 21:51:47 2019
New Revision: 350961
URL: https://svnweb.freebsd.org/changeset/base/350961
Log:
Missed part of r350523.
MFC after:3 days
Modified:
head/sys/dev/nvd/nvd.c
Modified: head/sys/dev/nvd/nvd.c
=
Author: kib
Date: Mon Aug 12 20:27:33 2019
New Revision: 350957
URL: https://svnweb.freebsd.org/changeset/base/350957
Log:
Increase YPMAXRECORD to 16M to be compatible with Linux.
Since YP protocol definition uses the constant to declare
variable-size opaque byte strings, the change shoul
Author: luporl
Date: Mon Aug 12 19:44:57 2019
New Revision: 350953
URL: https://svnweb.freebsd.org/changeset/base/350953
Log:
Fix style and clarify comment
Fix code style in proc.h and clarify comment about empty structs.
Modified:
head/sys/powerpc/include/proc.h
Modified: head/sys/powe
Author: luporl
Date: Mon Aug 12 17:18:20 2019
New Revision: 350902
URL: https://svnweb.freebsd.org/changeset/base/350902
Log:
[ppc] avoid empty mdproc struct
Avoid empty structs, that have undefined behavior in C99 and
make compilers complain about it
(empty struct has size 0 in C, size
> On Aug 10, 2019, at 11:22 AM, Conrad Meyer wrote:
>
> Author: cem
> Date: Sat Aug 10 18:22:22 2019
> New Revision: 350843
> URL: https://svnweb.freebsd.org/changeset/base/350843
>
> Log:
> .gitignore: Add LINT kernel configurations generated into SRCDIR
Thank you for doing this Conrad :).
Author: luporl
Date: Mon Aug 12 12:51:47 2019
New Revision: 350899
URL: https://svnweb.freebsd.org/changeset/base/350899
Log:
[PPC64] Save FPU registers before enabling VSX
Fixed trap handler logic, in order to make it save FPU registers,
if FPU is enabled, before enabling VSX. Without th
Author: avg
Date: Mon Aug 12 11:42:16 2019
New Revision: 350897
URL: https://svnweb.freebsd.org/changeset/base/350897
Log:
MFV r350896: 6585 sha512, skein, and edonr have an unenforced dependency on
extensible dataset
illumos/illumos-gate@892586e8a147c02d7f4053cc405229a13e796928
https:/
Author: 0mp (ports committer)
Date: Mon Aug 12 10:57:56 2019
New Revision: 350895
URL: https://svnweb.freebsd.org/changeset/base/350895
Log:
install.1: Add missing arguments to option descriptions
While here:
- Remove deprecated Tn macros.
- Do not use macros with the -width option.
Author: avg
Date: Mon Aug 12 10:30:00 2019
New Revision: 350894
URL: https://svnweb.freebsd.org/changeset/base/350894
Log:
a stop gap fix for a race between dnode_hold and dnode_sync_free
The race was introduced in r337669, the large dnode feature import from
ZoL. The problem was debugge
Author: avg
Date: Mon Aug 12 10:00:32 2019
New Revision: 350893
URL: https://svnweb.freebsd.org/changeset/base/350893
Log:
Allow ZVOL bookmarks to be listed recursively
Many thanks to cryx-free...@h3q.com for reporting the problem and
submitting a fix. I have chosen to take an equivalent
Author: avos
Date: Mon Aug 12 08:01:21 2019
New Revision: 350885
URL: https://svnweb.freebsd.org/changeset/base/350885
Log:
rtwn_pci: add device ID for RTL8192CE.
PR: 239795
Submitted by: James Parsons
MFC after:1 week
Relnotes: yes
Modified:
head/sys/dev/rtwn/pc
21 matches
Mail list logo