| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove the Linux emulation code, no longer referenced by anything | 2016-03-02 | 1 | -150/+0 | |
| | | |||||
| * | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | 2012-04-22 | 1 | -2/+2 | |
| | | | | | | | anticipation of further changes to closef(). No binary change. ok krw@ miod@ deraadt@ | ||||
| * | 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 | |
| | | |||||
| * | Remove some commented out FILE_UNUSE (incorrect) | 2002-02-08 | 1 | -5/+1 | |
| | | |||||
| * | Unbreak. | 2001-10-26 | 1 | -2/+2 | |
| | | |||||
| * | - every new fd created by falloc() is marked as larval and should not be used | 2001-10-26 | 1 | -12/+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. | ||||
| * | Handle more Linux ioctls; from NetBSD. ok deraadt@ | 2001-04-09 | 1 | -0/+162 | |
