summaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-07109-109/+109
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'.cvs2svn2005-04-20108-0/+44710
|\
| * This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-04-201-0/+356
| * MFC: Fix sign extension bug in sigreturn(2) that broke signals.Peter Wemm2005-04-081-72/+72
| * MFC kern_ndis.c rev 1.76, make sure ndis_intrhand() is also wrappedBill Paul2005-04-011-1/+2
| * MFC: Always produce cpuX entries, even in the case when there is only one CPUMaxim Sobolev2005-03-311-7/+6
| * MFC: Handle unimplemented syscall by instantly returning ENOSYS instead of se...Maxim Sobolev2005-03-311-0/+9
| * MFC subr_ndis.c 1.83: s/ntoskrnl_functbl/ndis_functbl/ in ndis_findwrap().Bill Paul2005-03-311-1/+1
| * MFC fix from subr_ndis.c rev 1.82. This fixes the use ofBill Paul2005-03-311-3/+26
| * MFC: semctl(2) with IPC_STAT command should return zero in case of success.Maxim Sobolev2005-03-311-2/+3
| * MFC all of the recent enhancements and bug fixes from the head toBill Paul2005-03-318-210/+889
| * MFC svr4_stream.c,v 1.53:David Schultz2005-03-291-0/+2
| * This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-03-071-0/+36
| * regen for msyncPaul Saab2005-03-013-3/+3
| * MFC: rev 1.47. Use msync() to implement msync() for freebsd32 emulation.Paul Saab2005-03-011-1/+1
| * MFC: match the LINUX32 style with existing style.David E. O'Brien2005-03-0112-68/+68
| * MFC: rev 1.162: fix Linux compat 'uname -m' on AMD64.David E. O'Brien2005-03-011-1/+7
| * Back out the rework of how we store process times in the kernel.David E. O'Brien2005-03-013-62/+79
| * MFC: Rework how we store process times in the kernel such that we alwaysDavid E. O'Brien2005-02-283-79/+62
| * MFC revision 1.75Jeff Roberson2005-02-271-2/+2
| * MFC revisions 1.32 and 1.33Jeff Roberson2005-02-271-5/+4
| * This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-02-252-0/+212
| * MFC: Add 32bit compat syscall for nanosleep and MFC the 32bit compatPaul Saab2005-02-206-12/+53
| * MFC all of the recent updates to -current (new framework, amd64Bill Paul2005-02-1810-554/+1366
| * This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-02-182-0/+647
| * MFC:David Schultz2005-02-052-3/+1
| * MFC:David Schultz2005-02-051-66/+1
| * MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-3059-59/+60
| * Merge recent changes from -current (start of IRP/MDL support for USB,Bill Paul2005-01-258-830/+1350
| * MFC changes from current:Bill Paul2005-01-174-18/+23
| * FreeBSD-SA-04:17.procfs:Colin Percival2004-12-011-1/+13
| * MFC build fix:Max Laier2004-10-132-2/+2
| * Regen for the thr_exit() syscall change.Mike Makonnen2004-10-094-5/+5
| * MFC:Mike Makonnen2004-10-091-1/+1
| * MFC: Regenerate after fcntl() changes.John Baldwin2004-09-034-5/+5
| * MFC: Fix the ABI wrappers to use kern_fcntl() rather than callingJohn Baldwin2004-09-034-88/+56
| * MFC: (1.52) only translate control message if we're sure it's valid.Dag-Erling Smørgrav2004-08-261-1/+2
| * I'm a dumbass: remember to initialize fh->nf_map to NULL inBill Paul2004-08-161-0/+1
| * The Texas Instruments ACX111 driver wants srand(), so provide it.Bill Paul2004-08-161-0/+10
| * Make the Texas Instruments 802.11g chipset work with the NDISulator.Bill Paul2004-08-163-4/+19
| * Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.David E. O'Brien2004-08-161-1/+1
| * Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.David E. O'Brien2004-08-161-2/+2
| * Fix the 'DEBUG' argument code to unbreak the LINT build.David E. O'Brien2004-08-161-2/+2
| * Add support for 32-bit Linux binary emulation on amd64:Tim J. Robbins2004-08-161-5/+16
| * Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-1612-112/+244
| * Replace linux_getitimer() and linux_setitimer() with implementationsTim J. Robbins2004-08-151-24/+77
| * Avoid assuming that l_timeval is the same as the native struct timevalTim J. Robbins2004-08-151-2/+7
| * Use sv_psstrings from the current process's sysentvec structure insteadTim J. Robbins2004-08-151-2/+3
| * Add XXX comment about findcdev() misuse.Poul-Henning Kamp2004-08-141-0/+6
| * Add __elfN(dump_thread). This function is called from __elfN(coredump)Marcel Moolenaar2004-08-111-0/+8