| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
with input by and ok deraadt@, millert@, tim@
|
| |
|
|
|
|
|
| |
ioctl to rewrite the label, in support of the old-school "frag info in
the disklabel" concept. disklabel folk, please come talk to me...
|
| |
|
|
|
|
|
|
| |
will be calling these directly, and not for the multiple filesystem case.
fsck(8) is generally the parent and will handle things.
ok semarie; this change will also help a goal jsing has
|
|
|
|
|
| |
came out of a discussion regarding "sort foo -o foo".
ok semarie
|
|
|
|
| |
ok krw@
|
|
|
|
|
|
| |
and mpi believe could be used uninitialised.
ok mpi@
|
| |
|
|
|
|
|
| |
Mostly diff by Daniel Dickman, who told me to commit in his stead,
as he's tied up at work.
|
| |
|
|
|
|
| |
ok renato@
|
| |
|
|
|
|
|
|
| |
/dev/prandom is no more since Nov 30, 2008
OK otto@
|
| |
|
|
|
|
|
| |
- enable ipv4
- leave ipv6 disabled
|
| |
|
|
|
|
|
|
|
| |
While here check for RTF_CLONED insted of RTM_RESOLVE when adding an
entry.
Found while debugging naddy@'s NFS vs em(4) vs rtisvalid(9) issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
turning rtable_get(9) MP-safe.
Use only one per-AF array, as suggested by claudio@, pointing to an
array of pointers to the routing table heads.
Routing tables are now allocated/initialized per-AF. This will let
us allocate routing table on-demand instead of always having an
AF_INET, AF_MPLS and AF_INET table as soon as a new rtableID is used.
This also get rid of the "void ***" madness.
ok dlg@, jmatthew@
|
|
|
|
| |
Ok millert@ eric@ gilles@
|
| |
|
|
|
|
| |
ok semarie@
|
| |
|
|
|
|
| |
Pointed out by Michael McConville
|
|
|
|
|
|
|
|
|
|
|
|
| |
The "authenticated encryption with additional data" API is used for
ciphers like AES-GCM or ChaCha20-Poly1305. The manpage is a beginning
and certainly needs more work, especially improvements in the EXAMPLES
section.
Based on agl's source code comments.
Converted from pod to mandoc by schwarze@
OK schwarze@ jsing@
|
|
|
|
|
|
|
|
| |
it is libcurses program: at init it needs "stdio rpath getpw tty", and after
drop to just "stdio tty". "tty" is needed at end for restoring the tty.
initial patch from doug@
ok doug@ deraadt@
|
|
|
|
|
|
|
| |
Don't catch signals that were ignored on entry
Suppress SIGCHLD if our kid is stopped: we don't care and it's not an error
ok millert@
|
| |
|
|
|
|
| |
late pledge is not possible in this way.
|
|
|
|
| |
refactoring inverted the checks; spotted by sthen in ping6.
|
|
|
|
| |
requested by deraadt@
|
|
|
|
|
|
|
| |
These surrogates are not valid Unicode codepoints,
so treat them just like any other undefined character escapes:
Warn about them and do not produce output.
Issue noticed while talking to stsp@, semarie@, and bentley@.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use ohash(3) rather than a hand-rolled hash table.
* Make the character table static in the chars.c module:
There is no need to pass a pointer around, we most certainly
never want to use two different character tables concurrently.
* No need to keep the characters in a separate file chars.in;
that merely encourages downstream porters to mess with them.
* Sort the characters to agree with the mandoc_chars(7) manual page.
* Specify Unicode codepoints in hex, not decimal (that's the detail
that originally triggered this patch).
No functional change, minus 100 LOC, and i don't see a performance change.
|
| |
|
|
|
|
|
|
| |
in case the kernel failed to change the interface of a device.
Found the hardway by okan
|
|
|
|
|
|
| |
the truncation check immediately following it was not updated to
match. Not an issue in practice since the buffers are the same
size. OK deraadt@
|
|
|
|
| |
deletion.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
always gets pointer to rule.
- pf_remove_src_node(): function should always remove matching src node,
regardless the sn->rule.ptr being NULL or valid rule
- sn->rule.ptr is never NULL, spotted by mpi and Richard Procter _von_ gmail.com
OK mpi@, OK mikeb@
|
| |
|
| |
|
| |
|
|
|
|
| |
Add a minimalistic check in t17.
|
|
|
|
|
|
| |
file to the new output file. In preparation for pledge(2).
Suggested by and OK millert@
|
|
|
|
|
|
|
|
| |
the same meaning in our diff ed-context.
As a bonus, our ed-diff output can be processed by GNU patch now, too.
okay millert@
|
| |
|
|
|
|
| |
Use pledge "stdio".
|
|
|
|
|
| |
like ping.
Suggested by deraadt@, OK dlg
|
|
|
|
|
|
| |
input files are specified through --files0-from.
OK millert@
|
|
|
|
| |
keys are noted before pubkey authentication starts. ok dtucker@
|