Krzysztof Galazka via erj@ on sys/dev/ixl (4fecb70154):
ixl(4): Add more debug information for queues' config
Include information about interrupt linked lists in
queue_interrupt_table sysctl and add new debug sy...
https://t.co/uCBDJCbUu7
erj@ on sys/dev/ixl (fef4249f07):
ixl(4): Use GL_RXERR1 register for correct oversize packet count
The driver sets the Maximum Transmission Unit (MTU) at the Virtual Station
Interface (VSI) level, which leads to...
https://t.co/WwShOjJSEf
Jose Luis Duran via kib@ on lib/libsys (02c23c3b5a):
open(2): Extend EINVAL's description
If O_CREAT is specified, the last component of the path argument can
contain invalid characters, and return EINVAL on som...
https://t.co/JZW893oSjI
Jose Luis Duran via kib@ on lib/libsys (33f58ac079):
rename(2): Extend EINVAL's description
On some file systems, the last component of the destination path can
contain invalid characters and return EINVAL.
https://t.co/btb3gtTUKg
Jose Luis Duran via kib@ on lib/libsys (f5a37f8dd3):
open(2): mandoc -T lint
Lint the manual, addressing almost all requests.
Differential revision: https://t.co/xOtI6IeqRh
https://t.co/eHx6OX4sQ2
rmacklem@ on sys/fs/nfsserver (5037c6398b):
nfsd: Fix handling of NFSv4 setable attributes
Commit d8a5961 made a change to nfsv4_sattr() that broke
parsing of the setable attributes for a NFSv4 SETATTR.
(It brok...
https://t.co/PdgzSAiQUJ
markj@ on sys/kern (fe66e4caf4):
rangelock: Disable cheat mode by default
Cheat mode is incompatible with code which locks multiple ranges in the
same vnode, with at least one range being write-locked. This can...
https://t.co/tAlyarI6Um
markj@ on sys/kern (e6651546c2):
rangelock: Fix an off-by-one error
A rangelock entry covers the range [start, end), so entries e1 and e2
with e1->end == e2->start do not overlap.
https://t.co/cmjwUbpz9o
bz@ on sys/tools (51cb6f5244):
tools/sdiodevs2h.awk: adjust defined named for vendor and device IDs
Generate defined names which match the ones in the Linux drivers (a lot more);
given we are likely to have driv...
https://t.co/f63RLONGhp
bz@ on sys/tools (499c337781):
tools/sdiodevs2h.awk: fix after removal of $FreeBSD$
The input file used to have a $FreeBSD$ tag on the first line and we
recorded that in the generated files to know which version...
https://t.co/nQmAUHOFnZ
bz@ on sys/dev/usb/quirk sys/dev/usb (9c0cce3283):
usb: correct the rtw8821cu quirk and add another wireless rtw88 device
The RTW8821CU_CD entry in quirks has an invalid lo_rev/hi_rev match
entry. Use the diffe...
https://t.co/PHrqftLeaw
Edward Tomasz Napierala via oshogbo@ on contrib/capsicum-test lib/libs.. (d0675399d0):
capsicum: allow subset of wait4(2) functionality
The usual way of handling process exit exit in capsicum(4) mode is
by using...
https://t.co/bMXSg9lVFT
se@ on contrib/bc/src (ef5752762b):
contrib/bc: fix build with GCC
Building with GCC failed with the following error message:
error: to be safe all intermediate pointers in cast from 'char **'
to 'const char **'...
https://t.co/b0PTT8FbTa