summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r312986:trasz2017-03-191-4/+1
* MFC r302517:dchagin2016-07-181-185/+3
* Implement lockless resource limits.mjg2015-06-101-1/+1
* When I merged the lemul branch I missied kib@'s r282708 commit.dchagin2015-05-251-9/+0
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-241-3/+3
* According to Linux man sigaltstack(3) shall return EINVAL if the ssdchagin2015-05-241-23/+0
* To reduce code duplication introduce linux_copyout_rusage() method.dchagin2015-05-241-31/+0
* Switch linuxulator to use the native 1:1 threads.dchagin2015-05-241-10/+9
* On exec, single-threading must be enforced before arguments space iskib2015-05-101-3/+11
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-181-31/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+4
* - 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-14/+14
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+5
* 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-54/+58
* The kern_wait() code already removes the SIGCHLD signal for the waiteddchagin2011-01-301-7/+0
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-281-0/+38
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-2/+2
* 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-34/+31
* Return ENOSYS instead of EINVAL for invalid function codes to match thejhb2009-06-261-4/+1
* Adapt linux emulation to use cv for vfork wait.kib2009-02-181-2/+2
* Several cleanups related to pipe(2).ed2008-11-111-15/+5
* Fix Linux mmap with MAP_GROWSDOWN flag.jkim2008-02-111-14/+15
* Implement read_default_ldt in linux_modify_ldt(). It copies out zeroedkib2007-11-261-0/+9
* i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFEattilio2007-07-201-6/+0
* 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
* MFP4: 115220, 115222jkim2007-03-021-26/+26
* MFP4: 115094jkim2007-02-271-3/+4
* Partial MFp4 of 114977:netchild2007-02-241-17/+21
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-231-39/+42
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-151-54/+58
* Fix LOR that occurs because proctree_lock was acquired while holdingkib2007-02-011-8/+8
* - 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-5/+41
* MFp4 (112893):netchild2007-01-141-0/+1
* MFp4 (112498):netchild2007-01-071-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Fix a recent regression regarding valid signals.netchild2006-10-201-1/+1
* 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
* MFP4 (107868 - 107870):netchild2006-10-151-1/+1
* style(9)netchild2006-09-201-4/+4
OpenPOWER on IntegriCloud