53168 | 15-Apr-1992 |
marc |
add getnetgrent.{c,3}; delete getsubopt.{c,3}; delete isblank.3; add tc*.3 man pages |
53167 | 15-Apr-1992 |
mckusick |
date and time created 92/04/15 16:04:44 by mckusick |
53166 | 14-Apr-1992 |
mckusick |
update from Rick Macklem for new Sun-compatible syntax |
53162 | 14-Apr-1992 |
bostic |
number of file descriptors may be infinite, don't use an array |
53161 | 14-Apr-1992 |
bostic |
KNF |
53157 | 13-Apr-1992 |
mckusick |
sigstack => sigaltstack |
53154 | 13-Apr-1992 |
marc |
mips support, lfs syscalls, semaphore syscalls |
53149 | 09-Apr-1992 |
mckusick |
from Rick Macklem |
53132 | 07-Apr-1992 |
bostic |
use the stat mask for the bit names |
53131 | 07-Apr-1992 |
bostic |
block all the signals that can be blocked while the umask is modified |
53113 | 01-Apr-1992 |
mckusick |
fix all references to __fdnlist |
53106 | 01-Apr-1992 |
torek |
split __fdnlist from nlist, for kvm |
53097 | 30-Mar-1992 |
bostic |
don't close fts_rfd if can't get back, fts_close will try again |
53096 | 30-Mar-1992 |
bostic |
don't bother to cd if didn't successfully build the child (not a bug but not necessary); check FTS_NOCHDIR on up-to-parent FCHDIR; don't close the file descriptor on successful return to root directo
don't bother to cd if didn't successfully build the child (not a bug but not necessary); check FTS_NOCHDIR on up-to-parent FCHDIR; don't close the file descriptor on successful return to root directory; set FTS_DP in fts_build
show more ...
|
53093 | 30-Mar-1992 |
bostic |
don't put regex.c in for now |
53078 | 29-Mar-1992 |
bostic |
gethostbyname takes a const char *, not a char * |
53075 | 29-Mar-1992 |
bostic |
date and time created 92/03/29 11:48:12 by bostic |
53074 | 29-Mar-1992 |
bostic |
add regex compatibility routines |
53069 | 29-Mar-1992 |
bostic |
fix include files |
53068 | 29-Mar-1992 |
bostic |
fix includes |
53067 | 29-Mar-1992 |
bostic |
fix includes |
53066 | 29-Mar-1992 |
bostic |
fix include files |
53065 | 29-Mar-1992 |
bostic |
fix include files |
53032 | 20-Mar-1992 |
bostic |
fix post-order visit to empty directories to not close fts_rfd save errno across close of failed chdir's; set FTS_DP in fts_read, not fts_build |
53016 | 19-Mar-1992 |
bostic |
put ": " after file name in error message don't call error just because reach the end of the disktab file from Craig Leres |