Age | Commit message (Collapse) | Author |
|
|
|
|
|
OK schwarze@
|
|
checked. This way all corrupted or missing files should show up in a
single run. This should help operators to get a better idea what and how
much is broken.
OK benno@
|
|
ok patrick@
|
|
on. In case the file hash does not match or the file does not exist the full
MFT is considered invalid and dropped. With this partial ROA updates based
on a corrupt data set will produce less likely inconsistencies in the VRP
output.
With and OK job@
|
|
Patch from Martin Vahlensieck <academicsolutions dot ch>.
|
|
This will allows for future simplifications of the VFS interfaces.
Tested in a bulk by naddy@ and visa@.
ok visa@, anton@
|
|
|
|
Patch from Martin Vahlensieck <academicsolutions dot ch>.
|
|
arm64 and i386, the chain of call frames is continuous from kernel
to userspace. The unwinder has to stop at the latest when it reaches
the start of the kernel stack.
OK mpi@
|
|
unregistering an invalid algorithm.
CID 1453298
ok kettenis@ (with suggested improvements to come)
|
|
|
|
Also change get_net_link() and get_rtr_link() to work like ospfd(8)
couterpart.
OK remi@
|
|
Reported-by: syzbot+48e38ebd31c030b5841c@syzkaller.appspotmail.com
Found by Greg Steuck <greg (at) nest (dot) cx>
Discussed with deraadt@
|
|
|
|
they get turned on if pins within a group are in use.
The Allwinner A80 needs some additional configuration based on the voltage
supplied by these regulators. This makes the Ethernet interface in the
A80 work.
ok patrick@
|
|
ok deraadt@
|
|
current measurement, not before.
The MiRA paper mentions these calculations in the order we implemented them.
But the moving average and standard deviation depend on the value of the
goodput measurement, not the other way around.
ok tb@
|
|
Useless text reported by Martin Vahlensieck (academicsolutions.ch) on tech@.
|
|
|
|
never write a ctags(1) file, using a pager still requires writing the
main output file and passing the file name to the pager.
Recent regression mentioned on IRC and reported by kn@.
|
|
they are used. Nobody in the wider eco system uses these.
While here reduce temporary address valid lifetime to 2 days as per
draft-ietf-6man-rfc4941bis. This should considerably reduce the amount
of addresses configured on an interface - a common complaint.
Original diff from Fernando Gont (fernando AT gont.com.ar), thanks!
Ports tree scanning by sthen@
|
|
Also make the syscall provider exports the number of syscall
arguments. This will allow for stricter checks when parsing
`argN' and future `args->name'.
This is an ABI change, don't forget to keep btrace(8) and your
kernel in sync.
|
|
CRYPTO_ALGORITHM_MAX + 1 instead.
|
|
|
|
the RTC_YEA register since the top bit is used to indicate leap years.
|
|
|
|
|
|
|
|
|
|
|
|
ok kettenis@, deraadt@
|
|
|
|
ok kettenis@
|
|
|
|
From Bernardo Vieira <bernardocv (at) gmail (dot) com>
ok patrick@
|
|
Spotted by CID 1453297, and part of NetBSD's r1.51.
ok ratchov@
|
|
rge_exit_oob() timeout loops.
Spotted by CID 1491296 and 1491309.
Fix & ok kevlo@
|
|
since the bootxx needs to interpret the fs metadata and it has
very little spare room. We could make two version of xxboot, but
that's hardly worth the trouble.
|
|
ok patrick@
|
|
The size is first rounded up in case where the input string length is not
a multiple of 4.
Reported by kristaps@
|
|
CPU frequency scaling to work on the Librem5 Devkit.
|
|
ok patrick@
|
|
|
|
|
|
several problems with the vnode exclusive lock implementation, I
overlooked the fact that a vnode can be in a state where the usecount is
zero while the holdcount still being positive. There could still be
threads waiting on the vnode lock in uvn_io() as long as the holdcount
is positive.
"go ahead" mpi@
Reported-by: syzbot+767d6deb1a647850a0ca@syzkaller.appspotmail.com
|
|
We already supported "beta" releases but not "alpha", probably to
discourage people from pushing "alpha-quality" software in the ports
tree.
We have 30 ports with distfiles matching "alpha", and people just work
around the lack of explicit support for "alpha" releases with mixes of
crafted PKGNAME and REVISION/EPOCH. This looks needlessly complicated
and a bit unfair when compared to GH_COMMIT support.
Pointers from landry@ and sthen@, lgtm landry@, no objection from espie@
|
|
This makes a pattern emerge that should help when starting to protect
the global `session' list with something else than the KERNEL_LOCK().
from Vitaliy Makkoveev.
|
|
Whith lots of help from sthen@, espie@ and jca@
ok espie@ jca@
|