aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* - Add a custom version of exec_copyin_args() to deal with the 32-bitJohn Baldwin2005-02-182-84/+118
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-9/+9
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+2
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-16/+6
* Give setrunqueue() and sched_add() more of a clue as toJulian Elischer2004-09-011-1/+1
* Correct the arguments to kern_sigaltstack() as they were reversed.John Baldwin2004-08-241-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