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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
being portable.
|
|
|
|
|
|
|
|
|
|
typical when importing a new man page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
just got cranked a little while ago. discussion with millert
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ok'd deraadt@, millert@
|
|
|
|
|
|
checking (for single-machine testing purposes).
|
|
|