aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1cvs2svn2000-09-2512-4786/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-282-0/+2024
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-255-0/+798
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-234-0/+1869
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-271-0/+95
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-1312-7178/+0
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusMarcel Moolenaar2000-03-091-0/+2
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingNick Sayer2000-03-092-0/+42
* Fix accept(2) behavior in that accepted sockets don't inherit theMarcel Moolenaar2000-02-281-1/+20
* Avoid passing an uninitialized structure member to the realNick Sayer2000-02-011-0/+1
* Return Linux kernel version 2.2.12 by default. This is in lineMarcel Moolenaar2000-01-101-1/+1
* Convert the filesystem type returned in struct statfs by syscallsMarcel Moolenaar2000-01-081-2/+51
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-153-1/+20
* Remove unused includes.Marcel Moolenaar1999-12-101-2/+0
* Fix LINT breakage.Archie Cobbs1999-12-051-1/+1
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-043-1077/+1713
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-301-11/+47
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYAlfred Perlstein1999-11-291-0/+4
* Implement linux_ustat.Marcel Moolenaar1999-11-271-3/+56
* Implement fdatasync in terms of fsync. The regeneration of proto.h,Marcel Moolenaar1999-11-261-0/+11
* simplify check for device.Poul-Henning Kamp1999-11-081-1/+1
* Use fo_stat() rather than Yet Another duplication of kern_descrip.c's statPeter Wemm1999-11-081-15/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Fix the duplicate filenames that are the result of using getdents.Marcel Moolenaar1999-10-211-1/+1
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andJohn Hay1999-10-061-1/+1
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-292-288/+347
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-4/+5
* Linux doesn't complain if you remove a msg queue that doesn't existMarcel Moolenaar1999-09-231-1/+3
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.Luoqi Chen1999-09-221-6/+25
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettyBrian Feldman1999-09-192-22/+20
* Fix getcwd. It must return the length of the path including the terminating 0.Marcel Moolenaar1999-09-171-6/+19
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIPeter Wemm1999-09-041-1/+1
* I missed the namechange of field desc in struct i386_ldt_args into descs whileMarcel Moolenaar1999-09-031-2/+2
* Implementation of the modify_ldt syscall. Use the sysarch() interface to doMarcel Moolenaar1999-09-021-0/+84
* Fix a braino: Linux minor device numbers are 8 bits wide and not 10.Marcel Moolenaar1999-08-291-1/+1
* Fix a missing '-1' in the size argument of copyout in getgroups. Spotted whileMarcel Moolenaar1999-08-291-6/+6
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughMarcel Moolenaar1999-08-281-0/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-273-3/+282
* Fix linux_newlstat in that it doesn't return the attributes of its containingMarcel Moolenaar1999-08-251-117/+104
* Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatMarcel Moolenaar1999-08-251-53/+70
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-251-28/+14
* Fix a bug in debug-printfs of struct linux_termios fields, where I forgot toMarcel Moolenaar1999-08-171-5/+5
* Fix bug in the debug-printf of the vfork syscall, where the format specifierMarcel Moolenaar1999-08-171-24/+24
* Implement linux_vfork() syscall by calling vfork(). Analogous to theMarcel Moolenaar1999-08-161-1/+18
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-151-1/+65
* Fix bug in the fcntl syscall where 'arg' was not set properly.Marcel Moolenaar1999-08-151-2/+4
* Include opt_compat.h so that COMPAT_43 is defined. This gives us the properMarcel Moolenaar1999-08-151-10/+15
* Implementation of the linux_getcwd syscall.Marcel Moolenaar1999-08-141-1/+16