summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_hdio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-184/+0
* Move p_emul and p_sigcode from proc to process.guenther2014-03-261-2/+2
* Add struct proc * argument to FRELE() and FILE_SET_MATURE() inguenther2012-04-221-2/+2
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* use six new macros to access & store the 48-bit disklabel fields relatedderaadt2007-06-051-3/+3
* 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-3/+7
* Remove some commented out FILE_UNUSE (incorrect)art2002-02-081-5/+1
* - every new fd created by falloc() is marked as larval and should not be usedart2001-10-261-12/+2
* Handle more Linux ioctls; from NetBSD. ok deraadt@tholo2001-04-091-0/+193