36216 | 14-Nov-1988 |
bostic |
date and time created 88/11/14 09:47:10 by bostic |
36215 | 14-Nov-1988 |
bostic |
from scratch |
36214 | 14-Nov-1988 |
bostic |
make consistent with getpwent and getgrent |
36184 | 30-Oct-1988 |
bostic |
check for errno < 0 |
36183 | 30-Oct-1988 |
bostic |
check for h_errno < 0 |
36168 | 26-Oct-1988 |
bostic |
remove my name |
36090 | 23-Oct-1988 |
bostic |
%h is broken; "printf("%hd %hd\n", (short)1, (short)2);" doesn't behave correctly. If this fix doesn't work, make sure your fix doesn't sign extend on "%hu" and that "printf %hu -1" still works. |
35982 | 21-Oct-1988 |
bostic |
document how to handle "-#" |
35786 | 11-Oct-1988 |
bostic |
use herror routine |
35770 | 07-Oct-1988 |
marc |
date and time created 88/10/07 17:34:13 by marc |
35769 | 07-Oct-1988 |
marc |
date and time created 88/10/07 17:27:11 by marc |
35766 | 07-Oct-1988 |
marc |
date and time created 88/10/07 16:35:45 by marc |
35765 | 07-Oct-1988 |
karels |
align doesn't need to occupy storage |
35759 | 30-Sep-1988 |
bostic |
Berkeley copyright notice |
35710 | 24-Sep-1988 |
bostic |
caveat that you shouldn't write over the string; add Berkeley copyright |
35702 | 22-Sep-1988 |
bostic |
from scratch; add Berkeley header |
35701 | 22-Sep-1988 |
bostic |
rewrite to do wait correctly; should eventually use waitpid(); add Berkeley copyright |
35686 | 22-Sep-1988 |
bostic |
move _cleanup from findiop.c to flsbuf.c so lorder doesn't get confused |
35671 | 22-Sep-1988 |
bostic |
Berkeley specific copyright |
35669 | 22-Sep-1988 |
bostic |
from scratch; write to /dev/tty if possible, block interrupts |
35655 | 21-Sep-1988 |
karels |
minor corrections to search procedure, always report any NO_DATA error, clarify comments |
35625 | 20-Sep-1988 |
bostic |
add cleandir |
35597 | 20-Sep-1988 |
karels |
remove DEFNAME processing in res_mkquery (do only in res_search) |
35538 | 19-Sep-1988 |
bostic |
strtok, only don't skip multiple separators |
35521 | 17-Sep-1988 |
bostic |
rework get{gr,pw,fs}ent to all be about the same; fix some obvious problems, document that set{gr,pw,fs}ent closes any open files |