Age | Commit message (Collapse) | Author |
|
config(8) UKC; millert@ ok
|
|
|
|
|
|
|
|
|
|
|
|
mount(8).
ok deraadt@
|
|
While I was there I noticed and fixed a bogus realloc().
We should really check malloc/realloc return values and deal sanely
but that will have to be done later. Theo OK'd
|
|
it if a CVTDL would do instead. This path is 80x faster on such systems,
and falling back to EMODD if necessary hurts little.
Helps programs like nawk, a heavy modf user.
|
|
form isakmpd works. From Tim Newsham <newsham@lava.net>
ok provos@
|
|
|
|
subscripts to avoid buf[-1] problems.
Also add a missing include of unistd.h. OK'd by Theo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
o use MAXPATHLEN, not MAXPATHLEN + 1
o when manipulating static buffers, pass functions a pointer to
the end of the buffer so we can avoid any overflows
Work by Theo and myself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path of least surprise. Ok millert@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
being portable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typical when importing a new man page.
|
|
|
|
|
|
|