summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.peter2007-07-041-2/+0
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-6/+6
* Do not dereference linux_to_bsd_signal[-1] if userland haskan2007-05-111-4/+5
* Fix style(9) and comments.jkim2007-04-181-12/+16
* style(9) says sizeof's are not be followed by a space. Fix them.jkim2007-04-181-3/+3
* Implement settimeofday() for Linuxulator/amd64.jkim2007-04-181-0/+27
* MFP4: Fix style(9) nits and grammar in comments.jkim2007-03-301-49/+48
* MFP4: 114193, 114194jkim2007-03-301-11/+11
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.jkim2007-03-301-9/+151
* MFP4: 115220, 115222jkim2007-03-021-12/+12
* MFP4: 115094jkim2007-02-271-3/+4
* Partial MFp4 of 114977:netchild2007-02-241-4/+4
* Fix accidental removal of an empty line from the previous commit.jkim2007-02-151-0/+1
* MFP4: 113033jkim2007-02-151-1/+19
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-151-60/+42
* Fix LOR that occurs because proctree_lock was acquired while holdingkib2007-02-011-8/+8
* MFi386: Use LINUX_SIG_VALID macro.kib2007-02-011-1/+1
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-231-3/+4
* MFp4 (113077, 113083, 113103, 113124, 113097):netchild2007-01-201-4/+37
* MFp4 (112893):netchild2007-01-141-0/+1
* MFp4 (112498):netchild2007-01-071-1/+1
* MFi386 rev 1.56:netchild2007-01-061-6/+46
* MFP4: 109655jkim2006-12-201-21/+0
* MFP4 (106538 + 106541):netchild2006-10-151-0/+10
* Revert my previous commit, I mismerged this to the wrong place.netchild2006-10-151-1/+0
* MFP4 (106541): Fix the clone05 test in the LTP.netchild2006-10-151-0/+1
* MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64.netchild2006-10-151-1/+7
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* MFi386 parts of rev 1.55 (modulo real MD parts):netchild2006-08-281-9/+10
* Emulate what vfork does instead of using it in linux_vfork. This waynetchild2006-08-251-1/+12
* Sync the MI parts for amd64 with i386 and remove the corresponding specialnetchild2006-08-201-3/+89
* Style fixes to comments.netchild2006-08-161-4/+8
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-151-12/+6
* 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