summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix exec_map resource leaks.ups2006-03-081-9/+14
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Correct the amount of data to allocate in these local copies ofjhb2005-06-241-1/+2
* Fix a change in a debug printf I missed in an earlier commit.jhb2005-04-051-1/+1
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-88/+55
* - Fix some sign extension problems with implicit 32 to 64 bit conversions.jhb2005-03-311-8/+11
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-181-77/+112
* 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
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-5/+7
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-161-0/+1019
OpenPOWER on IntegriCloud