| Commit message (Expand) | Author | Age | Files | Lines |
* | - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27 | jkim | 2012-04-16 | 1 | -19/+0 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -14/+14 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+5 |
* | Move linux_clone(), linux_fork(), linux_vfork() to a MI path. | dchagin | 2011-02-12 | 1 | -242/+0 |
* | In preparation for moving linux_clone() to a MI path | dchagin | 2011-02-12 | 1 | -1/+10 |
* | In preparation for moving linux_clone () to a MI path | dchagin | 2011-02-12 | 1 | -54/+58 |
* | The kern_wait() code already removes the SIGCHLD signal for the waited | dchagin | 2011-01-30 | 1 | -7/+0 |
* | Implement a variation of the linux_common_wait() which should | dchagin | 2011-01-28 | 1 | -0/+38 |
* | Add macro to test the sv_flags of any process. Change some places to test | dchagin | 2011-01-26 | 1 | -2/+2 |
* | Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requests | kan | 2010-06-10 | 1 | -2/+6 |
* | Fix some problems with effective mmap() offsets > 32 bits. This was | jhb | 2009-10-28 | 1 | -34/+31 |
* | Return ENOSYS instead of EINVAL for invalid function codes to match the | jhb | 2009-06-26 | 1 | -4/+1 |
* | Adapt linux emulation to use cv for vfork wait. | kib | 2009-02-18 | 1 | -2/+2 |
* | Several cleanups related to pipe(2). | ed | 2008-11-11 | 1 | -15/+5 |
* | Fix Linux mmap with MAP_GROWSDOWN flag. | jkim | 2008-02-11 | 1 | -14/+15 |
* | Implement read_default_ldt in linux_modify_ldt(). It copies out zeroed | kib | 2007-11-26 | 1 | -0/+9 |
* | i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFE | attilio | 2007-07-20 | 1 | -6/+0 |
* | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | peter | 2007-07-04 | 1 | -2/+0 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -6/+6 |
* | Do not dereference linux_to_bsd_signal[-1] if userland has | kan | 2007-05-11 | 1 | -4/+5 |
* | MFP4: 115220, 115222 | jkim | 2007-03-02 | 1 | -26/+26 |
* | MFP4: 115094 | jkim | 2007-02-27 | 1 | -3/+4 |
* | Partial MFp4 of 114977: | netchild | 2007-02-24 | 1 | -17/+21 |
* | MFp4 (114193 (i386 part), 114194, 114195, 114200): | netchild | 2007-02-23 | 1 | -39/+42 |
* | MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570 | jkim | 2007-02-15 | 1 | -54/+58 |
* | Fix LOR that occurs because proctree_lock was acquired while holding | kib | 2007-02-01 | 1 | -8/+8 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | jeff | 2007-01-23 | 1 | -3/+4 |
* | MFp4 (113077, 113083, 113103, 113124, 113097): | netchild | 2007-01-20 | 1 | -5/+41 |
* | MFp4 (112893): | netchild | 2007-01-14 | 1 | -0/+1 |
* | MFp4 (112498): | netchild | 2007-01-07 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Fix a recent regression regarding valid signals. | netchild | 2006-10-20 | 1 | -1/+1 |
* | MFP4 (106538 + 106541): | netchild | 2006-10-15 | 1 | -0/+10 |
* | Revert my previous commit, I mismerged this to the wrong place. | netchild | 2006-10-15 | 1 | -1/+0 |
* | MFP4 (106541): Fix the clone05 test in the LTP. | netchild | 2006-10-15 | 1 | -0/+1 |
* | MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64. | netchild | 2006-10-15 | 1 | -1/+7 |
* | MFP4 (107868 - 107870): | netchild | 2006-10-15 | 1 | -1/+1 |
* | style(9) | netchild | 2006-09-20 | 1 | -4/+4 |
* | Bring the i386 linux mmap code more into line with how linux (2.4.x) | netchild | 2006-09-20 | 1 | -2/+42 |
* | Fix video playing and network connections in realplayer (and most likely | netchild | 2006-08-27 | 1 | -14/+11 |
* | Emulate what vfork does instead of using it in linux_vfork. This way | netchild | 2006-08-25 | 1 | -1/+13 |
* | Move some stuff into headers where they belong. | netchild | 2006-08-17 | 1 | -3/+0 |
* | Style fixes to comments. | netchild | 2006-08-16 | 1 | -8/+16 |
* | Add the linux 2.6.x stuff (not used by default!): | netchild | 2006-08-15 | 1 | -25/+356 |
* | - Always call exec_free_args() in kern_execve() instead of doing it in all | jhb | 2006-02-06 | 1 | -1/+0 |
* | Propagate error code of kern_execve() to the caller properly. | sobomax | 2005-08-01 | 1 | -1/+1 |
* | In linux emulation layer try to detect attempt to use linux_clone() to | sobomax | 2005-03-03 | 1 | -0/+19 |
* | Use the LCONVPATHEXIST() macro rather than it's exact expansion to be | jhb | 2005-02-07 | 1 | -4/+1 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | sobomax | 2005-01-29 | 1 | -9/+17 |
* | o Move copyin()/copyout() out of i386_{get,set}_ldt() and | sobomax | 2005-01-26 | 1 | -43/+34 |