35516 | 16-Sep-1988 |
bostic |
document all return values, add Berkeley copyright, minor cleanups |
35480 | 12-Sep-1988 |
bostic |
date and time created 88/09/12 11:06:39 by bostic |
35458 | 01-Sep-1988 |
bostic |
reformat; fixed to check for pipe call opening stdout before dup2'ing use getdtablesize() and malloc instead of a define'd limit of open files; fix to use the waitpid() call, rather than wait()'ing f
reformat; fixed to check for pipe call opening stdout before dup2'ing use getdtablesize() and malloc instead of a define'd limit of open files; fix to use the waitpid() call, rather than wait()'ing for anyone and saving the status; this version doesn't work, can't test it until waitpid() is done
show more ...
|
35453 | 31-Aug-1988 |
bostic |
from scratch; add Berkeley specific header |
35452 | 31-Aug-1988 |
bostic |
from scratch; add Berkeley specific header |
35451 | 31-Aug-1988 |
bostic |
Ken Arnold's version from UNIX Review |
35450 | 31-Aug-1988 |
bostic |
add Berkeley specific copyright; from scratch |
35438 | 30-Aug-1988 |
bostic |
remove dependency list |
35436 | 30-Aug-1988 |
bostic |
remove dependency list |
35395 | 25-Aug-1988 |
bostic |
lint cleanups |
35371 | 15-Aug-1988 |
bostic |
remove getfstype(3); doc that lines w/ type of FSTAB_XX are ignored |
35370 | 15-Aug-1988 |
bostic |
use correct buffer size; use strtok(3), delete fsskip() and fsdigit(); change fstabscan to skip bad lines and continue on, also ignore lines with FSTAB_XX as the type field; delete getfstype(3); mino
use correct buffer size; use strtok(3), delete fsskip() and fsdigit(); change fstabscan to skip bad lines and continue on, also ignore lines with FSTAB_XX as the type field; delete getfstype(3); minor lint cleanups
show more ...
|
35368 | 13-Aug-1988 |
bostic |
add Berkeley copyright |
35361 | 12-Aug-1988 |
bostic |
add Berkeley specific copyright notices |
35356 | 12-Aug-1988 |
bostic |
explicitly state what open returns on failure |
35335 | 05-Aug-1988 |
bostic |
EUSERS is used in the kernel |
35334 | 05-Aug-1988 |
bostic |
59 is unused; 61 is ECONNREFUSED not EREFUSED; add Berkeley header |
35329 | 04-Aug-1988 |
bostic |
add Berkeley specific copyright |
35312 | 03-Aug-1988 |
bostic |
written by Sam Leffler; add Berkeley specific copyright |
35311 | 03-Aug-1988 |
bostic |
written by Sam Leffler; add Berkeley specific copyright |
35310 | 03-Aug-1988 |
bostic |
treewalk is real; replace ftw with it |
35309 | 03-Aug-1988 |
bostic |
add Berkeley specific copyright notices |
35307 | 02-Aug-1988 |
bostic |
add Berkeley specific header |
35306 | 02-Aug-1988 |
bostic |
written by Serge Granik; add Berkeley specific header |
35305 | 02-Aug-1988 |
bostic |
written by Kirk McKusick and Sam Leffler; add Berkeley specific header |