summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Whitespace change: (near) KNFmarcel2000-08-261-649/+679
* Fix bug in previous commit. We need to trim the limits to fitmarcel2000-08-261-0/+5
* Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimitmarcel2000-08-261-24/+45
* Fix typo in license.marcel2000-08-255-5/+5
* Update include directives.marcel2000-08-223-9/+7
* Update include directives.marcel2000-08-221-158/+6
* Update include directives.marcel2000-08-221-381/+5
* Update include directives.marcel2000-08-222-7/+7
* Update include directives.marcel2000-08-221-58/+15
* Update include directives and remove linux_execve.marcel2000-08-221-23/+3
* Provide prototypes for functions used by MD code.marcel2000-08-222-0/+87
* Remove the only use of SCARG and perform dead code elimination.marcel2000-07-271-4/+0
* Add bounds checking to stackgap_alloc. Previously it was possiblemarcel2000-07-233-11/+14
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-201-20/+0
* Implement pread and pwrite.marcel2000-07-171-0/+28
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-161-0/+20
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundmarcel2000-07-151-49/+7
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-3/+3
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDcracauer2000-06-151-2/+10
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-303-3/+0
* Fix some style bugs. The long line is in a chunk of code that'snsayer2000-03-132-16/+16
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusmarcel2000-03-091-0/+2
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingnsayer2000-03-092-0/+42
* Fix accept(2) behavior in that accepted sockets don't inherit themarcel2000-02-281-1/+20
* Avoid passing an uninitialized structure member to the realnsayer2000-02-011-0/+1
* Return Linux kernel version 2.2.12 by default. This is in linemarcel2000-01-101-1/+1
* Convert the filesystem type returned in struct statfs by syscallsmarcel2000-01-081-2/+51
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-153-1/+20
* Remove unused includes.marcel1999-12-101-2/+0
* Fix LINT breakage.archie1999-12-051-1/+1
* Implement pluggable ioctl handlers.marcel1999-12-043-1077/+1713
* Implement linux_sigaltstack.marcel1999-11-301-11/+47
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-291-0/+4
* Implement linux_ustat.marcel1999-11-271-3/+56
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-0/+11
* simplify check for device.phk1999-11-081-1/+1
* Use fo_stat() rather than Yet Another duplication of kern_descrip.c's statpeter1999-11-081-15/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Fix the duplicate filenames that are the result of using getdents.marcel1999-10-211-1/+1
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andjhay1999-10-061-1/+1
* sigset_t change (part 4 of 5)marcel1999-09-292-288/+347
* This patch clears the way for removing a number of tty relatedphk1999-09-251-4/+5
* Linux doesn't complain if you remove a msg queue that doesn't existmarcel1999-09-231-1/+3
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-221-6/+25
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-192-22/+20
* Fix getcwd. It must return the length of the path including the terminating 0.marcel1999-09-171-6/+19
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIpeter1999-09-041-1/+1
OpenPOWER on IntegriCloud