summaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Regenerate with new FreeBSD ID numbers (previous commit of regeneratedRobert Watson2006-10-104-4/+4
* Merge syscalls.masteR:1.80 from HEAD to RELENG_6:Robert Watson2006-10-101-1/+1
* MFC rev. 1.187:Alexander Leidinger2006-09-231-4/+38
* Regenerate.Robert Watson2006-09-214-214/+214
* Merge audit event assignments for 32-bit FreeBSD binary compatibilityRobert Watson2006-09-211-260/+262
* MFC rev 1.97:Alexander Leidinger2006-09-171-0/+7
* MFC rev. 1.97:Konstantin Belousov2006-08-221-5/+16
* MFC: MAINTAINER status quoMark Murray2006-07-091-2/+0
* MFC:Alexander Leidinger2006-07-082-38/+64
* MFC: (1.95) add the model name.Dag-Erling Smørgrav2006-07-031-4/+14
* MFC: rev 1.55Paul Saab2006-06-211-24/+0
* Forgot to bring this fix into my commit tree to include opt_compat.h.Doug Ambrisko2006-06-151-0/+1
* MFC the enhancements to the Linux emulation layer so the MegaRAID SASDoug Ambrisko2006-06-154-14/+267
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-05-251-0/+283
* MFC: regen for 32bit FreeBSD 4 System V shared memoryPaul Saab2006-05-154-10/+16
* MFC: Properly support for FreeBSD 4 32bit System V shared memory.Paul Saab2006-05-152-8/+170
* MFC: regen for 32bit sendfilePaul Saab2006-05-154-6/+6
* MFC: 32bit sendfile supportPaul Saab2006-05-152-20/+66
* 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