Age | Commit message (Collapse) | Author |
|
|
|
|
|
syscalls.master where the file is generated from. Fix this by removing
it from syscalls.master so it doesn't come back.
From Nicolas Bedos.
|
|
Diff from Vitaliy Makkoveev.
Manpage tweak and ok millert@
|
|
ok eric@
|
|
multiple times, also remove the default space in window_flags and use a
conditional to add it in window-status-format (this means additional
flags can be added in the option without extra spaces). From Thomas Adam
with tweaks by me.
|
|
|
|
is used.
The rationnal is that when you're looking at threads you're generally
already filtereing by PID and this allow you to see which thread is a
pig.
Written some time ago with mikeb@
ok sthen@, krw@, guenther@
|
|
|
|
consistently. bz#1716, ok jmc@ "I like it" deraadt@.
|
|
DH-GEX messages rather than all versions of PuTTY. According to Simon
Tatham, 0.65 and newer versions will send RFC4419 DH-GEX messages. ok djm@
|
|
a function in uvm_swap_encrypt.c instead of doing stuff inline.
lets me remove an extern from the header too.
ok kettenis@
|
|
sub, inc, and dec) fixed.
the asm read the value from memory into a register, added to it,
and then tried to write it back. after succeeding it doesnt have
to add again before returning.
this splits sub, inc, and dec off from add. sub can use the subf
opcode, and inc and dec can use the addic opcode. explicitely
identify where the modified memory is so we can avoid using "memory"
as a clobber.
ok mpi@
|
|
property of a node if "device_type" is not present.
ok mpi@ miod@
|
|
ok guenther@ miod@
|
|
ok mlarkin@
|
|
ok otto@ guenther@
|
|
|
|
ok miod@
|
|
|
|
Also add tests for when no FD events are specified.
A few tests still don't pass which will be addressed shortly.
|
|
things like POLLOUT on a read-only fd more sensibly. Previously,
any poll events could be used regardless of the actual file flags
of the descriptor. The new fifo_poll() is effectively a pared down
soo_poll() with slightly different semantics to batter match FIFOs.
OK and feedback from guenther@
|
|
This is what RFC3493 suggests. Fixes AI_ADDRCONFIG on setups where
global addresses are configured only on loopback interfaces.
Discussed with and ok eric@ gilles@
|
|
Input from and ok gilles@ eric@
|
|
|
|
For PS/2 - status byte - bit 5:
The bit is '1' if the data on input port 60h came from the AUX port, or '0' if
the data came from the keyboard or from the keyboard controller itself.
KBS_TERR (kbd transmission error) was valid for AT-mode, but not for PS/2-mode.
ok ratchov@, miod@
|
|
Patch from <Kaspars at Bankovskis dot net>.
|
|
As ratchov@ notes:
"all _aucat_wmsg() callers set hdl->wtodo, so your diff can't break
things that used to work by accident."
ok ratchov@
|
|
Based on a diff from Vincent Gross <dermiste@kilob.yt>, thanks!
|
|
From Kyle Thompson <jmp AT giga DOT moe>.
Tweaks by me.
OK benno@
|
|
KEX method. ok markus@
|
|
ok dcoppa@
|
|
|
|
ok dcoppa@
|
|
This makes ND6 and ARP layers happy since they both check for this flag,
but is was redundant to provide route(8)'s "-llinfo" option when adding
a l2 route.
RTF_LLINFO is clearly redundant for userland tools, so only allow the
kernel to set it.
ok benno@, claudio@
|
|
|
|
ok miod@
|
|
in ssh_digest_start()
This file is only used if ssh is built with OPENSSL=no
ok markus@
|
|
delete coredump_trad(), uvm_coredump(), cpu_coredump(), struct md_coredump,
and various #includes that are superfluous.
This leaves compat_linux processes without a coredump callback. If that
ability is desired, someone should update it to use coredump_elf32() and
verify the results...
ok kettenis@
|
|
ok kettenis@
|
|
ok claudio@
|
|
ok dlg@
|
|
but you can still find them in the rc.d(8) scripts.
|
|
that aren't are redundant because they can be found in the rc.d(8)
scripts themselves, and they risk getting out of sync.
While here, sort the daemons alphabetically.
No functional change.
Triggered by a much smaller nameserver-only patch from stephan@.
OK ajacoutot@ rpe@ stephan@ and looks good to sthen@.
|
|
|
|
While here, reformat the documentation for the additional questions.
Feedback from schwarze@
OK henning@ on a similar diff
OK jmc@
|
|
to the OpenBSD installer. It is available during unattended installation.
The template file is fetched from an url, provided as answer to a new
question in the response file:
URL to autopartitioning template for disklabel = url
Original diff from and OK henning@
'no objection' krw@
|
|
in more detail once i get my head round them...
|
|
|
|
|