summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283391:dchagin2016-01-091-39/+14
* MFC r283383:dchagin2016-01-091-10/+9
* MFC r283378:dchagin2016-01-091-1/+0
* MFC r283374:dchagin2016-01-091-16/+0
* MFC r284921:kib2015-08-051-1/+0
* MFC r282708:kib2015-05-241-1/+9
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+4
* Retire write-only PCB_GS32BIT pcb flag on amd64.dchagin2013-05-091-2/+2
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-161-19/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-3/+3
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-121-242/+0
* In preparation for moving linux_clone() to a MI pathdchagin2011-02-121-1/+10
* In preparation for moving linux_clone () to a MI pathdchagin2011-02-121-40/+46
* The kern_wait() code already removes the SIGCHLD signal for the waiteddchagin2011-01-301-7/+0
* My style(9) bug.dchagin2011-01-291-1/+3
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-281-0/+43
* To avoid excessive code duplication move struct rusage translationdchagin2011-01-281-18/+23
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-1/+1
* Improve PCB flags handling and make it more robust. Add two new functionsjkim2010-12-221-5/+9
* Remove unneeded includes.kib2010-07-261-2/+0
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() maykib2010-07-231-99/+3
* Eliminate a little bit of duplicated code.alc2010-07-231-3/+1
* Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requestskan2010-06-101-2/+6
* Fix some problems with effective mmap() offsets > 32 bits. This wasjhb2009-10-281-36/+30
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-6/+3
* Adapt linux emulation to use cv for vfork wait.kib2009-02-181-2/+2
* Fix iovec32 for linux32/amd64.kib2008-11-291-10/+33
* Several cleanups related to pipe(2).ed2008-11-111-18/+5
* The pcb_gs32p should be per-cpu, not per-thread pointer. This iskib2008-09-081-3/+1
* In linux_set_thread_area(), mark pcb as PCB_GS32BIT. This was missedkib2008-09-081-1/+1
* Bring back the save/restore of the %ds, %es, %fs and %gs registers forkib2008-07-301-1/+1
* Fix Linux mmap with MAP_GROWSDOWN flag.jkim2008-02-111-13/+14
* 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
OpenPOWER on IntegriCloud