aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_machdep.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Always call exec_free_args() in kern_execve() instead of doing it in allJohn Baldwin2006-02-061-1/+0
* Propagate error code of kern_execve() to the caller properly.Maxim Sobolev2005-08-011-1/+1
* In linux emulation layer try to detect attempt to use linux_clone() toMaxim Sobolev2005-03-031-0/+19
* Use the LCONVPATHEXIST() macro rather than it's exact expansion to beJohn Baldwin2005-02-071-4/+1
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-9/+17
* o Move copyin()/copyout() out of i386_{get,set}_ldt() andMaxim Sobolev2005-01-261-43/+34
* Add a few stub syscalls to get TransGaming's winex a bit closer toDoug Rabson2004-09-061-0/+27
* Give setrunqueue() and sched_add() more of a clue as toJulian Elischer2004-09-011-1/+1
* Correct the arguments to kern_sigaltstack() as they were reversed.John Baldwin2004-08-241-2/+2
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-2/+3