Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintaining a broken compatibility layer for a broken OS is not a productive | 2007-05-28 | 1 | -266/+0 | |
| | | | | | activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others in the hackathon room. | ||||
* | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. | 2004-07-09 | 1 | -3/+3 | |
| | | | | Idea from NetBSD, OK deraadt@ | ||||
* | change arguments to suser. suser now takes the process, and a flags | 2003-08-15 | 1 | -3/+3 | |
| | | | | | | | | | argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl functions in sys/compat are left. | 2002-02-13 | 1 | -1/+3 | |
| | |||||
* | - every new fd created by falloc() is marked as larval and should not be used | 2001-10-26 | 1 | -3/+2 | |
| | | | | | | | 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. | ||||
* | just call me Theo "Fix bugs Art puts in the kernel" de Raadt | 2001-05-15 | 1 | -2/+2 | |
| | |||||
* | use fo_stat in fileops instead of huge switch statements. | 2001-05-14 | 1 | -20/+2 | |
| | |||||
* | Implement a wrapper round vn_stat that takes the same arguments | 2001-05-14 | 1 | -2/+2 | |
| | | | | as soo_stat and pipe_stat. | ||||
* | Correct panic message. | 2001-05-14 | 1 | -2/+2 | |
| | |||||
* | More generic arguments to soo_stat. | 2001-05-14 | 1 | -2/+2 | |
| | |||||
* | More generic arguments to pipe_stat. | 2001-05-14 | 1 | -2/+2 | |
| | |||||
* | pipe_stat() | 1999-09-22 | 1 | -1/+8 | |
| | |||||
* | alternate path | 1999-09-17 | 1 | -4/+77 | |
| | |||||
* | start of pread(2) etc., stat(2) fixes, "ls -l" now runs | 1999-09-17 | 1 | -5/+5 | |
| | |||||
* | signals | 1999-09-14 | 1 | -1/+2 | |
| | |||||
* | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | 1999-09-12 | 1 | -0/+206 | |