summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_cdrom.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-293/+0
* Indroduce fd_getfile_mode() and use it were fd_getfile() is directlympi2015-04-301-7/+2
* Move p_emul and p_sigcode from proc to process.guenther2014-03-261-3/+3
* bzero -> memsettedu2014-01-211-3/+3
* Add struct proc * argument to FRELE() and FILE_SET_MATURE() inguenther2012-04-221-2/+2
* First round of __P removal in sysmillert2002-03-141-3/+3
* FREF/FRELE where required due to fd_getfile.jasoni2002-02-131-32/+52
* - every new fd created by falloc() is marked as larval and should not be usedart2001-10-261-3/+2
* style/cleanup (of function headers)jasoni2001-05-241-5/+6
* additional ioctls, makes workman and workbone working.provos1998-01-231-18/+66
* indentderaadt1997-12-201-13/+20
* insert forgotten copyright + handle eject ioctl.provos1997-12-101-1/+4
* handle linux cdrom ioctls. not that i play quake that often but it wasprovos1997-12-071-0/+220