| Commit message (Collapse) | Author | Files | Lines |
|
|
|
okay bluhm@
|
|
unused variables.
|
|
- remove (unused) per-job callback
- rename runq_schedule() to runq_schedule_at() and runq_delay()
to runq_schedule()
- remove unused runq_next()
ok sunil@ gilles@
|
|
Originaly from Renaud Allard following input from benno, tweaked by me.
OK benno
|
|
suggested by kettenis@, tweaked by anton@.
ok mpi@ jca@
|
|
ok deraadt@, mlarkin@
|
|
|
|
reported by Thomas Sattler.
|
|
debug code running.
|
|
which tried to figure out whether mandoc supported UTF-8 output
(which it has been doing since 2011) and which passed the -T locale
option (which has been the default since 2014 and always will)
but which required the -V option to work (which was deleted half
a decade ago and will not come back).
Nowadays, it is safe to assume that mandoc just works with UTF-8
on both the input and output sides - in literally each and every
operating system providing a mandoc port or package, even those
that are seriously lagging behind.
This patch will also be pushed upstream.
OK tb@
|
|
but failed to provide any real information.
OK tb@ jmc@
|
|
Among other improvements:
* Use a uniform wording at the top of the DECSRIPTION for obsolete pages.
* Better explain how to use a non-standard configuration file.
* Remove obsolete functions from SEE ALSO.
Triggered by some suggestions from tb@.
Tweaks and OK tb@.
|
|
|
|
UPGT_LED_ACTION_TMP_DUR is 100ms, avoid converting to Hz and back again.
OK kevlo
|
|
specially after a condition, otherwise as a comment (which is more as
most people expect) 2) allow formats to be quoted after a condition.
|
|
The timeval is used to represent 100ms, which are converted to Hz so they
can be converted back - simplify this by using the new ms interface
directly.
Tested and OK kevlo
|
|
from James Hastings
|
|
|
|
from James Hastings
|
|
up, and re-add flow table entries for all existing multicast groups when
bringing the interface up.
|
|
damaged the error messages. Repair that, passing distinct format
strings for the two cases.
ok beck
|
|
-J options on the commandline. bz3015 ok dtucker@
|
|
Reported by Kirk Wolf bz2977; ok dtucker
|
|
signature algorithm when requested. Patch from Jakub Jelen in bz3016
ok dtucker markus
|
|
the same uar page, these writes could be combined, which would result in
a queue not being armed.
|
|
consulting AuthorizedKeysCommand; ok dtucker markus
|
|
|
|
reported by kn@.
|
|
|
|
When the main thread of a MT process dies, it doesn't matter at which
priority it gets awaken to do the lasts cleanups. Not using PUSER makes
it easier to understand the existing scheduler logic.
ok visa@
|
|
ok anton@, sashan@
|
|
ok kn@
|
|
|
|
Analysed by and ok claudio@
|
|
could crash due to missing inp_ppcb. This happend when fstat(1)
was called often and TCP was aborted with reset. Protect the sysctl
path with the net lock.
OK mpi@
|
|
netstat -m would print the result of a signed interger overflow
if kern.maxclusters is 1048576 or above.
OK claudio@
|
|
marker may not be redrawn.
|
|
substitute modifiers.
|
|
https://www.tuhs.org/Archive/Distributions/Research/Dennis_v1/man13.pdf
It wasn't in v0 PDP-7 UNIX though:
https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero.txt
|
|
ok gilles@ sunil@
|
|
set. These mpls routes use the rt_llinfo structure to store the MPLS label
and would confuse the arp and nd6 code.
OK bluhm@ anton@
Reported-by: syzbot+927e93a362f3ae33dd9c@syzkaller.appspotmail.com
|
|
before adding it to the routing table. The rtable code is doing memcmp()
of those rt_dest sockaddrs so it is important that they are stored in a
canonical form. To do this struct domain is extended to include the
sockaddr size for this address family.
OK bluhm@ anton@
Reported-by: syzbot+10fe9cd8d0211c562ead@syzkaller.appspotmail.com
|
|
|
|
ok deraadt, pd, phessler
|
|
sympathy from jmatthew@
|
|
character the cursor is over. This corresponds to the 'a' character
before the '|' character below:
>0x78898a94340 b^0x7889632b320 f.0x7889632b340 3 3 a|abc
Previously it would not have been shown:
>0x78898a94340 b^0x7889632b320 f.0x7889632b340 3 3 |abc
Also, a fake new-line character is shown with '-' before the '|' char.
>0x78898a94340 b^0x7889632b320 f.0x7889632b340 3 3 -|
|
|
no functional change.
ok gilles@
|
|
|
|
ok dtucker
|