summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_blkio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-123/+0
* 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
* now that all partition size/offsets are potentially 64-bit, change thederaadt2007-06-061-1/+2
* use six new macros to access & store the 48-bit disklabel fields relatedderaadt2007-06-051-2/+2
* 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
* - 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/+133