summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* Regen after addition of linux_nosys handler.sobomax2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-182-84/+118
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-9/+9
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+2
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-16/+6
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-1/+1
* Correct the arguments to kern_sigaltstack() as they were reversed.jhb2004-08-241-2/+2
* I missed an 'IA32' in the documentation.obrien2004-08-161-1/+1
* I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,obrien2004-08-161-4/+3
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-5/+7
* Regen.tjr2004-08-163-3/+3
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-1613-0/+4877
OpenPOWER on IntegriCloud