57897 | 10-Feb-1993 |
bostic |
add GLOB_BRACE, GLOB_TILDE, plus minor cleanups and prototyping from Christos Zoulas |
57892 | 10-Feb-1993 |
bostic |
move setuid.3 -> setuid.2 |
57891 | 10-Feb-1993 |
bostic |
move setuid.3 -> setuid.2 |
57861 | 04-Feb-1993 |
ralph |
remove special case for mips since gcc is available now |
57860 | 04-Feb-1993 |
ralph |
use RSYSCALL to be like other machines |
57859 | 04-Feb-1993 |
ralph |
gas doesn't understand .sdata yet |
57858 | 04-Feb-1993 |
ralph |
cpp can't handle ' in comments like ultrix assembler |
57857 | 04-Feb-1993 |
ralph |
cpp can't handle ' in comments like ultrix assembler |
57856 | 04-Feb-1993 |
ralph |
cpp can't handle ' in comments like ultrix assembler |
57855 | 04-Feb-1993 |
ralph |
changes to match other machines using gcc. |
57854 | 04-Feb-1993 |
ralph |
use symbolic constant FD_CLOEXEC. |
57834 | 03-Feb-1993 |
mckusick |
update for 4.4BSD from Rick Macklem |
57817 | 03-Feb-1993 |
mckusick |
update to reflect saved ID's |
57816 | 03-Feb-1993 |
mckusick |
seruid and setrgid move to compat-43; setuid.3 moves to setuid.2 |
57815 | 03-Feb-1993 |
mckusick |
seruid and setrgid move to compat-43; setuid.3 moves to setuid.2 |
57814 | 03-Feb-1993 |
mckusick |
seruid and setrgid move to compat-43; setuid.3 moves to setuid.2 |
57767 | 01-Feb-1993 |
torek |
rm atof, it is now standard via strtod |
57745 | 30-Jan-1993 |
bostic |
make sys_signame, sys_siglist const |
57742 | 29-Jan-1993 |
sklower |
fix minor typ0 |
57741 | 29-Jan-1993 |
sklower |
date and time created 93/01/29 17:00:57 by sklower |
57740 | 29-Jan-1993 |
sklower |
date and time created 93/01/29 17:00:56 by sklower |
57652 | 22-Jan-1993 |
bostic |
have to push the dirty page back to mpool, before the sync, so that it gets written to disk. Then, re-pin the page, and modify it. The MPOOL_DIRTY bit may not be "correct" for the second mpool_put,
have to push the dirty page back to mpool, before the sync, so that it gets written to disk. Then, re-pin the page, and modify it. The MPOOL_DIRTY bit may not be "correct" for the second mpool_put, but since the BTF_DELCRSR bit is set, it shouldn't matter
show more ...
|
57601 | 19-Jan-1993 |
bostic |
fix the copyright notice, make the style consistent |
57588 | 18-Jan-1993 |
elan |
Fixed bug in tail recursion elimination. |
57586 | 17-Jan-1993 |
bostic |
can't have a global "hashp", pass it around as an argument change default_hash to __default_hash for the same reason |