Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-06 | standalone ; at top scope is illegal in ansi c | Theo de Raadt | |
2002-07-30 | oops, i've been looking at older tree.h | Jun-ichiro itojun Hagino | |
2002-07-30 | SPLAY_INSERT is a void function | Jun-ichiro itojun Hagino | |
2002-07-19 | constify, have missing prototypes, use pedantic compilation options. | Jun-ichiro itojun Hagino | |
niels ok | |||
2002-07-09 | support for system call aliasing. stat/fstat/readlink/access etc... gets | Niels Provos | |
grouped into fsread, unlink/rmdir/mkdir goes to fswrite. open switches back between fsread and fswrite depending on oflags parameter. |