Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski | |
any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile. | |||
2001-05-15 | just call me Theo "Fix bugs Art puts in the kernel" de Raadt | Theo de Raadt | |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski | |
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski | |
as soo_stat and pipe_stat. | |||
2001-05-14 | Correct panic message. | Artur Grabowski | |
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski | |
2001-05-14 | More generic arguments to pipe_stat. | Artur Grabowski | |
1999-09-22 | pipe_stat() | kstailey | |
1999-09-17 | alternate path | kstailey | |
1999-09-17 | start of pread(2) etc., stat(2) fixes, "ls -l" now runs | kstailey | |
1999-09-14 | signals | kstailey | |
1999-09-12 | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | kstailey | |