summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring the i386 linux mmap code more into line with how linux (2.4.x)netchild2006-09-201-2/+42
* Fix video playing and network connections in realplayer (and most likelynetchild2006-08-271-14/+11
* Emulate what vfork does instead of using it in linux_vfork. This waynetchild2006-08-251-1/+13
* Move some stuff into headers where they belong.netchild2006-08-171-3/+0
* Style fixes to comments.netchild2006-08-161-8/+16
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-151-25/+356
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Propagate error code of kern_execve() to the caller properly.sobomax2005-08-011-1/+1
* In linux emulation layer try to detect attempt to use linux_clone() tosobomax2005-03-031-0/+19
* Use the LCONVPATHEXIST() macro rather than it's exact expansion to bejhb2005-02-071-4/+1
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-9/+17
* o Move copyin()/copyout() out of i386_{get,set}_ldt() andsobomax2005-01-261-43/+34
* Add a few stub syscalls to get TransGaming's winex a bit closer todfr2004-09-061-0/+27
* 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
* Locking for the per-process resource limits structure.jhb2004-02-041-2/+3
* Use __FBSDID().obrien2003-06-021-2/+3
* Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-181-22/+22
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-1/+1
* Print the return value from mmap() in the DEBUG case.mdodd2003-03-251-3/+11
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Clean up whitespace and remove register keyword.des2003-03-031-5/+5
OpenPOWER on IntegriCloud