58738 | 19-Mar-1993 |
bostic |
add support for fmt == NULL, so can display "prog: errno_msg" |
58735 | 19-Mar-1993 |
bostic |
return the length if the record is from a cap_mkdb database minor cleanups |
58587 | 09-Mar-1993 |
torek |
device keys may contain padding, so make sure it is zero bytes |
58585 | 09-Mar-1993 |
torek |
fix oops in MLINKS for link_addr.3 |
58569 | 08-Mar-1993 |
ralph |
date and time created 93/03/08 18:48:14 by ralph |
58568 | 08-Mar-1993 |
ralph |
added isinf.s |
58567 | 08-Mar-1993 |
ralph |
mips nolonger needs :errfix |
58553 | 08-Mar-1993 |
bostic |
set to 1.0 |
58552 | 08-Mar-1993 |
bostic |
date and time created 93/03/08 14:34:47 by bostic |
58533 | 07-Mar-1993 |
bostic |
add errors, standards section |
58532 | 07-Mar-1993 |
bostic |
if reach the root directory, have to cd to the original directory when load the paths for the next root. test case is "du d1/d1d1 d2/d2d1", the second root will not be in the right directory. |
58525 | 06-Mar-1993 |
bostic |
upgrade to POSIX 1003.1 compliance |
58522 | 06-Mar-1993 |
bostic |
make shadow records really work make fgetline calls work (was messing up on continuation lines) |
58507 | 05-Mar-1993 |
mckusick |
update to reflect merger of getkerninfo functionality |
58502 | 05-Mar-1993 |
bostic |
POSIX 1003.1 compliant utime library call |
58476 | 04-Mar-1993 |
mckusick |
update from Mike karels at BSDI |
58475 | 04-Mar-1993 |
mckusick |
update from Mike Karels at BSDI |
58474 | 04-Mar-1993 |
mckusick |
update from Mike Karels at BSDI |
58473 | 04-Mar-1993 |
mckusick |
update from Mike Karels at BSDI |
58471 | 04-Mar-1993 |
mckusick |
update from Mike Karels at BSDI |
58462 | 04-Mar-1993 |
bostic |
change buffer lengths of sysctl(2) to be size_t's |
58458 | 04-Mar-1993 |
elan |
checkpoint |
58457 | 04-Mar-1993 |
bostic |
make it compile... |
58454 | 04-Mar-1993 |
bostic |
rename file flags to UF_* and SF_*, minimize name space problems |
58452 | 04-Mar-1993 |
elan |
Fixed to work with new fgetline(3) (need to clobber \n). |