| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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
|
|
|
|
| |
recommended by otto@
|
| |
|
|
|
|
| |
diff from Renaud Allard <renaud@allard.it>, ok to get in from florian@
|
| |
|
|
|
|
|
|
| |
sessions it is wrong as often as it is right, and for windows in one
session it is pointless. Instead check TMUX_PANE to find the pane and
look for the MRU session as usual. GitHub issue 1793.
|
|
|
|
|
|
| |
Split some excessively long lists into useful sub-categories.
Add a new, very short subsection "Obsolete functions" at the end.
OK tb@ jmc@
|
| |
|
|
|
|
| |
omission reported by Nan Xiao <xiaonan830818 at gmail dot com> on misc@
|
|
|
|
|
|
| |
a layout, let the normal window resize process do it. This means windows
are not resized at all if window-size is manual, and are not resized
multiple times if later attached to a different size terminal.
|
| |
|
|
|
|
|
|
|
| |
"X11UseLocalhost" keywords; this makes things consistent (effectively reversing
my commit of yesterday);
ok deraadt markus djm
|
|
|
|
| |
ok benno@
|
|
|
|
| |
noted by martijn. ok martijn.
|
|
|
|
|
|
| |
interrupts per second, or 90% of the cq size.
ok dlg@
|
|
|
|
|
| |
memory arm64 machines.
found by patrick@; OK otto@
|
|
|
|
| |
OK claudio
|
|
|
|
| |
pointed out by naddy@
|
|
|
|
|
|
| |
issue noticed by naddy@ when he inspected a bug report from aalm@;
while here, use .At where appropriate;
OK naddy@ jmc@
|
|
|
|
|
|
|
|
|
|
|
|
| |
- actually use the ERRORS framework for REGRESS_LOG
- put it at end of file, as best working (years of practice on bsd.port.mk)
- actually use .SILENT
- fix REGRESS_IGNORE_FAIL. Don't put a - in front of lines, but just
don't error out as false on FAILED tests.
This finally allows ^C to actually interrupt a testsuite.
- add one missing .PHONY (quite a few more for later)
okay bluhm@
|
|
|
|
|
|
| |
next to a table line having fewer columns than the table as a whole.
Bug found by Stephen Gregoratto <dev at sgregoratto dot me>
with aerc-config(5).
|
|
|
|
| |
ok visa@
|
| |
|
|
|
|
|
|
|
|
| |
for anything other than a regular old mouse, X needs to be able to
directly talk to the device and newer machines can have all kinds of
touchscreens, pen devices, touchpads, etc.
ok deraadt
|
| |
|
|
|
|
| |
Morten M Neergaard in GitHub issue 1782.
|