aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-305-5/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-292-2/+0
* Fix include paths so that this builds correctly.Mike Smith2000-04-215-5/+5
* Move the linprocfs bits under the rest of the i386 linux compatibilityMike Smith2000-04-206-0/+2064
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-182-2/+0
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-5/+5
* Fix some style bugs. The long line is in a chunk of code that'sNick Sayer2000-03-132-16/+16
* 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
* Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequenceMark Newton2000-01-152-15/+51
* Remove some all-too-wordy debugging printsMark Newton2000-01-151-5/+0
* Return Linux kernel version 2.2.12 by default. This is in lineMarcel Moolenaar2000-01-101-1/+1
* Removed bogus include of opt_global.h. opt_global.h is automaticallyBruce Evans2000-01-091-1/+0
* Convert the filesystem type returned in struct statfs by syscallsMarcel Moolenaar2000-01-081-2/+51
* Need to #include vm_zone.h to pick up inline definition of zfree() so thatMark Newton2000-01-031-0/+1
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-155-2/+24
* Replace the svr4_sys_getdents64() routine with a port of linux_getdents() --Mark Newton1999-12-121-84/+123
* Avoid excessive redundancy in svr4_sys_getmsg() and svr4_sys_putmsg():Mark Newton1999-12-121-8/+8
* fd_revoke() shouldn't panic if the descriptor provided is not a file orMark Newton1999-12-121-9/+2
* Remove unused includes.Marcel Moolenaar1999-12-101-2/+0
* Remove unnecessary includesMark Newton1999-12-0811-68/+19
* SVR4 emulator source files now take their compilation options fromMark Newton1999-12-088-2/+11
* Fix LINT breakage.Archie Cobbs1999-12-051-1/+1
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-043-987/+1623
* 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
* General clean-up of socket.h and associated sources to synchronise upPoul-Henning Kamp1999-11-241-1/+1
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* 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-293-3/+0
* Fix the duplicate filenames that are the result of using getdents.Marcel Moolenaar1999-10-211-1/+1
* Remove unnecessary includes.Mark Newton1999-10-172-20/+0
* Remove unnecessary includes.Mark Newton1999-10-1715-55/+4
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-1/+1
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andJohn Hay1999-10-061-1/+1
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Oops. That'll teach me to commit without testing. I either replacedPeter Wemm1999-10-011-1/+1
* Zap a trigraph (???)Peter Wemm1999-10-011-1/+1
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-296-343/+416
* 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-198-55/+41
* Fix getcwd. It must return the length of the path including the terminating 0.Marcel Moolenaar1999-09-171-6/+19