aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC:Marcel Moolenaar2002-02-111-12/+43
* MFC: LEAP, support for Linux "acu" private ioctls, fix 802.11 RFMONDoug Ambrisko2002-02-071-0/+14
* MFC: Linux/alpha uses the same BSDish return mechanism we do forAndrew Gallatin2002-02-031-0/+4
* Partial MFC of rev. 1.79.Marcel Moolenaar2002-01-231-4/+12
* MFC: rev 1.77Marcel Moolenaar2001-12-061-3/+9
* MFC: Fix a few problems with ioctl translation that stopped VMwareIan Dowse2001-11-222-5/+61
* MFC 1.30: Force length of sockaddr to match family.Marcel Moolenaar2001-11-071-2/+25
* Mega MFC: This syncs-up the Linuxulator with -current and henceMarcel Moolenaar2001-11-0513-1636/+2631
* MFC:Paul Saab2001-11-031-1/+1
* fix typo in earlier MFC: len (uninitialized) is checked when lenusedAndrew Gallatin2001-10-301-1/+1
* Speculatively add these files to the RELENG_4 branch so that peopleMarcel Moolenaar2001-10-212-36/+36
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-10-201-0/+289
* MFC linux_getcwd --Andrew Gallatin2001-10-182-52/+28
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-09-162-0/+586
* MFC: Add linux_sched_get_priority_max() and linux_sched_get_priority_min().Alan Cox2001-08-271-0/+56
* Added the linux_sysinfo function to implement sysinfo(2).Jim Pirzyk2001-07-301-0/+77
* 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