summaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC: fix linux_times() on alphaAndrew Gallatin2001-03-281-0/+5
* MFC: translate the flags in recvfrom and recvmsg from linux to bsd onesAssar Westerlund2001-03-041-2/+69
* MFC: correct test ordering for first EISCONN.Jonathan Lemon2001-03-021-1/+1
* MFC: r1.26; correct linux connect() emulation.Jonathan Lemon2001-03-011-51/+21
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-12-231-0/+52
* MFC: fix a reversed commentAndrew Gallatin2000-11-221-1/+1
* MFC: use linux_connect() on alphaAndrew Gallatin2000-11-221-1/+9
* MFC rev 1.43: Fix linux_getdents syscall.Marcel Moolenaar2000-11-081-1/+4
* Remove a stay include.David E. O'Brien2000-11-031-1/+0
* MFC: allow AlphaLinux compat bits to build.David E. O'Brien2000-11-0210-54/+199
* I took rev 1.55, when I should have taken rev 1.53.David E. O'Brien2000-11-011-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-191-0/+403
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-081-0/+1529
* 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-1369-21348/+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
* 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-85/+124
* 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-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
* 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