aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC Rev 1.75Jeff Roberson2006-03-131-48/+0
* MFC Rev 1.21Jeff Roberson2006-03-131-10/+4
* MFC:Paul Saab2006-03-061-6/+8
* RegenDoug Ambrisko2006-01-274-7/+12
* MFC: 32bit lutimesDoug Ambrisko2006-01-272-2/+23
* MFC revision 1.131Xin LI2006-01-111-5/+5
* MFC 1.62:Gleb Smirnoff2006-01-101-1/+1
* regen for 32bit futimesPaul Saab2005-12-284-7/+12
* MFC: 32bit futimesPaul Saab2005-12-282-1/+24
* Correct white space issues that were introduce in 1.38.2.2.Paul Saab2005-12-281-29/+27
* MFC: rev 1.40Paul Saab2005-12-281-3/+4
* regenPaul Saab2005-12-284-45/+128
* MFC: 32bit compat for recvmsg, sendmsg, osigaction, osigprocmask,Paul Saab2005-12-282-23/+659
* MFC: Remove linux_mib_destroy() since MTX_SYSINIT's gaining of a SYSUNINITJohn Baldwin2005-12-222-9/+0
* MFC 1.26:Gleb Smirnoff2005-12-191-9/+7
* Ok, let's try that again. MFC recent changes from -current, this timeBill Paul2005-12-162-12/+30
* MFC: 1.91Max Laier2005-12-141-2/+2
* MFC: add RtlZeroMemory() and RtlCopyMemory() for Broadcom amd64 driver.Bill Paul2005-11-101-0/+23
* MFC: alias EXT_NDIS to EXT_NET_DRVBill Paul2005-11-071-1/+1
* MFC: merge changes from head to pacify Intel 2200BG/2915/ABG driver.Bill Paul2005-11-063-5/+60
* MFC recent changes, bring all 3 branches back into sync againBill Paul2005-11-066-96/+59
* MFC: synchronize the NDISulator with the head and RELENG_5 branches,Bill Paul2005-10-2710-1074/+2280
* MFC (by andre)Xin LI2005-10-091-1/+1
* MFC 1.29, 1.30:Craig Rodrigues2005-09-021-25/+39
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-252-3/+4
* Regenerate.John Baldwin2005-07-208-172/+172
* MFC: Sync up the MP safe flags of the compat ABIs with the master list andJohn Baldwin2005-07-202-164/+164
* MFC: Wrap freebsd32_mmap_partial() with Giant.John Baldwin2005-07-181-1/+6
* Regenerate after IPC syscall addition.John Baldwin2005-07-184-28/+26
* MFC: Stop hardcoding #define's and hook up the IPC syscalls.John Baldwin2005-07-183-22/+7
* Add Giant around linux_getcwd_common() in linux_getcwd().John Baldwin2005-07-091-0/+2
* Add missing locking to linux_connect() so that it can be marked MP safe:John Baldwin2005-07-091-8/+15
* Use implicit type cast for ->k_lock to fix compilation of ndisRoman Kurakin2005-07-081-3/+3
* Lock Giant in svr4_add_socket() so that the various svr4_*stat() callsJohn Baldwin2005-07-071-0/+6
* Remove an unused syscallarg() macro leftover from this code's origins inJohn Baldwin2005-07-071-2/+0
* Rototill this file so that it actually compiles. It doesn't do anythingJohn Baldwin2005-07-071-144/+135
* Fix the computation of uptime for linux_sysinfo(). Before it was returningJohn Baldwin2005-07-071-15/+3
* Regenerate.John Baldwin2005-07-074-8/+24
* - Add two new system calls: preadv() and pwritev() which are like readv()John Baldwin2005-07-072-2/+37
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-0/+141
* - Change the commented out freebsd32_xxx() example to use kern_xxx() alongJohn Baldwin2005-06-292-39/+5
* Correct the amount of data to allocate in these local copies ofJohn Baldwin2005-06-241-1/+2
* Actually only protect mount-point if security.jail.enforce_statfs is set to 2.Pawel Jakub Dawidek2005-06-231-3/+0
* Do not allocate memory based on not-checked argument from userland.Pawel Jakub Dawidek2005-06-111-6/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-6/+6
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfsPawel Jakub Dawidek2005-06-091-2/+3
* Avoid code duplication in serval places by introducing universalPawel Jakub Dawidek2005-06-091-22/+19
* Properly convert FreeBSD priority values into Linux values in theMaxim Sobolev2005-06-081-0/+13
* Wrap copyin/copyout for kevent so the 32bit wrapper does not havePaul Saab2005-06-031-49/+66
* Rebuild generated system call definition files following the addition ofRobert Watson2005-05-308-714/+716