summaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* MFC:Paul Saab2005-04-232-29/+12
* MFC:Paul Saab2005-04-211-87/+55
* MFC some 64-bit fixes:John Baldwin2005-04-081-9/+12
* MFC: Handle unimplemented syscall by instantly returning ENOSYS instead of se...Maxim Sobolev2005-03-311-0/+4
* MFC linux32_sysvec.c,v 1.7 exec.h,v 1.32:David Schultz2005-03-291-2/+2
* Back out the rework of how we store process times in the kernel.David E. O'Brien2005-03-011-5/+15
* MFC: Rework how we store process times in the kernel such that we alwaysDavid E. O'Brien2005-02-281-15/+5
* MFC:David Schultz2005-02-051-1/+2
* MFC of:Julian Elischer2004-09-091-1/+1
* MFC: Correct arguments to kern_sigaltstack().John Baldwin2004-09-031-2/+2
* I missed an 'IA32' in the documentation.David E. O'Brien2004-08-161-1/+1
* I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,David E. O'Brien2004-08-161-4/+3
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.David E. O'Brien2004-08-161-5/+7
* Regen.Tim J. Robbins2004-08-163-3/+3
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledTim J. Robbins2004-08-1613-0/+4877