summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_fdio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-150/+0
|
* Add struct proc * argument to FRELE() and FILE_SET_MATURE() inguenther2012-04-221-2/+2
| | | | | | anticipation of further changes to closef(). No binary change. ok krw@ miod@ deraadt@
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl functions in sys/compat are left.art2002-02-131-1/+3
|
* Remove some commented out FILE_UNUSE (incorrect)art2002-02-081-5/+1
|
* Unbreak.art2001-10-261-2/+2
|
* - every new fd created by falloc() is marked as larval and should not be usedart2001-10-261-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@tholo2001-04-091-0/+162