aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* To reduce code duplication introduce linux_copyout_rusage() method.Dmitry Chagin2015-05-241-31/+0
* Switch linuxulator to use the native 1:1 threads.Dmitry Chagin2015-05-241-10/+9
* On exec, single-threading must be enforced before arguments space isKonstantin Belousov2015-05-101-3/+11
* Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-181-31/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+4
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27Jung-uk Kim2012-04-161-19/+0
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-14/+14
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+5
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.Dmitry Chagin2011-02-121-242/+0
* In preparation for moving linux_clone() to a MI pathDmitry Chagin2011-02-121-1/+10
* In preparation for moving linux_clone () to a MI pathDmitry Chagin2011-02-121-54/+58
* The kern_wait() code already removes the SIGCHLD signal for the waitedDmitry Chagin2011-01-301-7/+0
* Implement a variation of the linux_common_wait() which shouldDmitry Chagin2011-01-281-0/+38
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-261-2/+2
* Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requestsAlexander Kabaev2010-06-101-2/+6
* Fix some problems with effective mmap() offsets > 32 bits. This wasJohn Baldwin2009-10-281-34/+31
* Return ENOSYS instead of EINVAL for invalid function codes to match theJohn Baldwin2009-06-261-4/+1
* Adapt linux emulation to use cv for vfork wait.Konstantin Belousov2009-02-181-2/+2
* Several cleanups related to pipe(2).Ed Schouten2008-11-111-15/+5
* Fix Linux mmap with MAP_GROWSDOWN flag.Jung-uk Kim2008-02-111-14/+15
* Implement read_default_ldt in linux_modify_ldt(). It copies out zeroedKonstantin Belousov2007-11-261-0/+9
* i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFEAttilio Rao2007-07-201-6/+0
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.Peter Wemm2007-07-041-2/+0
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-6/+6
* Do not dereference linux_to_bsd_signal[-1] if userland hasAlexander Kabaev2007-05-111-4/+5
* MFP4: 115220, 115222Jung-uk Kim2007-03-021-26/+26
* MFP4: 115094Jung-uk Kim2007-02-271-3/+4
* Partial MFp4 of 114977:Alexander Leidinger2007-02-241-17/+21
* MFp4 (114193 (i386 part), 114194, 114195, 114200):Alexander Leidinger2007-02-231-39/+42
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570Jung-uk Kim2007-02-151-54/+58
* Fix LOR that occurs because proctree_lock was acquired while holdingKonstantin Belousov2007-02-011-8/+8
* - Remove setrunqueue and replace it with direct calls to sched_add().Jeff Roberson2007-01-231-3/+4
* MFp4 (113077, 113083, 113103, 113124, 113097):Alexander Leidinger2007-01-201-5/+41
* MFp4 (112893):Alexander Leidinger2007-01-141-0/+1
* MFp4 (112498):Alexander Leidinger2007-01-071-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Fix a recent regression regarding valid signals.Alexander Leidinger2006-10-201-1/+1
* MFP4 (106538 + 106541):Alexander Leidinger2006-10-151-0/+10
* Revert my previous commit, I mismerged this to the wrong place.Alexander Leidinger2006-10-151-1/+0
* MFP4 (106541): Fix the clone05 test in the LTP.Alexander Leidinger2006-10-151-0/+1
* MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64.Alexander Leidinger2006-10-151-1/+7
* MFP4 (107868 - 107870):Alexander Leidinger2006-10-151-1/+1
* style(9)Alexander Leidinger2006-09-201-4/+4
* Bring the i386 linux mmap code more into line with how linux (2.4.x)Alexander Leidinger2006-09-201-2/+42
* Fix video playing and network connections in realplayer (and most likelyAlexander Leidinger2006-08-271-14/+11
* Emulate what vfork does instead of using it in linux_vfork. This wayAlexander Leidinger2006-08-251-1/+13
* Move some stuff into headers where they belong.Alexander Leidinger2006-08-171-3/+0
* Style fixes to comments.Alexander Leidinger2006-08-161-8/+16
* Add the linux 2.6.x stuff (not used by default!):Alexander Leidinger2006-08-151-25/+356