| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adapt linux emulation to use cv for vfork wait. | Konstantin Belousov | 2009-02-18 | 1 | -2/+2 |
| * | Several cleanups related to pipe(2). | Ed Schouten | 2008-11-11 | 1 | -15/+5 |
| * | Fix Linux mmap with MAP_GROWSDOWN flag. | Jung-uk Kim | 2008-02-11 | 1 | -14/+15 |
| * | Implement read_default_ldt in linux_modify_ldt(). It copies out zeroed | Konstantin Belousov | 2007-11-26 | 1 | -0/+9 |
| * | i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFE | Attilio Rao | 2007-07-20 | 1 | -6/+0 |
| * | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | Peter Wemm | 2007-07-04 | 1 | -2/+0 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -6/+6 |
| * | Do not dereference linux_to_bsd_signal[-1] if userland has | Alexander Kabaev | 2007-05-11 | 1 | -4/+5 |
| * | MFP4: 115220, 115222 | Jung-uk Kim | 2007-03-02 | 1 | -26/+26 |
| * | MFP4: 115094 | Jung-uk Kim | 2007-02-27 | 1 | -3/+4 |
| * | Partial MFp4 of 114977: | Alexander Leidinger | 2007-02-24 | 1 | -17/+21 |
| * | MFp4 (114193 (i386 part), 114194, 114195, 114200): | Alexander Leidinger | 2007-02-23 | 1 | -36/+39 |
| * | MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570 | Jung-uk Kim | 2007-02-15 | 1 | -54/+58 |
| * | Fix LOR that occurs because proctree_lock was acquired while holding | Konstantin Belousov | 2007-02-01 | 1 | -8/+8 |
| * | - Remove setrunqueue and replace it with direct calls to sched_add(). | Jeff Roberson | 2007-01-23 | 1 | -3/+4 |
| * | MFp4 (113077, 113083, 113103, 113124, 113097): | Alexander Leidinger | 2007-01-20 | 1 | -5/+41 |
| * | MFp4 (112893): | Alexander Leidinger | 2007-01-14 | 1 | -0/+1 |
| * | MFp4 (112498): | Alexander Leidinger | 2007-01-07 | 1 | -1/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
| * | Fix a recent regression regarding valid signals. | Alexander Leidinger | 2006-10-20 | 1 | -1/+1 |
| * | MFP4 (106538 + 106541): | Alexander Leidinger | 2006-10-15 | 1 | -0/+10 |
| * | Revert my previous commit, I mismerged this to the wrong place. | Alexander Leidinger | 2006-10-15 | 1 | -1/+0 |
| * | MFP4 (106541): Fix the clone05 test in the LTP. | Alexander Leidinger | 2006-10-15 | 1 | -0/+1 |
| * | MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64. | Alexander Leidinger | 2006-10-15 | 1 | -1/+7 |
| * | MFP4 (107868 - 107870): | Alexander Leidinger | 2006-10-15 | 1 | -1/+1 |
| * | style(9) | Alexander Leidinger | 2006-09-20 | 1 | -4/+4 |
| * | Bring the i386 linux mmap code more into line with how linux (2.4.x) | Alexander Leidinger | 2006-09-20 | 1 | -2/+42 |
| * | Fix video playing and network connections in realplayer (and most likely | Alexander Leidinger | 2006-08-27 | 1 | -14/+11 |
| * | Emulate what vfork does instead of using it in linux_vfork. This way | Alexander Leidinger | 2006-08-25 | 1 | -1/+13 |
| * | Move some stuff into headers where they belong. | Alexander Leidinger | 2006-08-17 | 1 | -3/+0 |
| * | Style fixes to comments. | Alexander Leidinger | 2006-08-16 | 1 | -8/+16 |
| * | Add the linux 2.6.x stuff (not used by default!): | Alexander Leidinger | 2006-08-15 | 1 | -25/+356 |
| * | - Always call exec_free_args() in kern_execve() instead of doing it in all | John Baldwin | 2006-02-06 | 1 | -1/+0 |
| * | Propagate error code of kern_execve() to the caller properly. | Maxim Sobolev | 2005-08-01 | 1 | -1/+1 |
| * | In linux emulation layer try to detect attempt to use linux_clone() to | Maxim Sobolev | 2005-03-03 | 1 | -0/+19 |
| * | Use the LCONVPATHEXIST() macro rather than it's exact expansion to be | John Baldwin | 2005-02-07 | 1 | -4/+1 |
| * | o Split out kernel part of execve(2) syscall into two parts: one that | Maxim Sobolev | 2005-01-29 | 1 | -9/+17 |
| * | o Move copyin()/copyout() out of i386_{get,set}_ldt() and | Maxim Sobolev | 2005-01-26 | 1 | -42/+33 |
| * | Add a few stub syscalls to get TransGaming's winex a bit closer to | Doug Rabson | 2004-09-06 | 1 | -0/+27 |
| * | Give setrunqueue() and sched_add() more of a clue as to | Julian Elischer | 2004-09-01 | 1 | -1/+1 |
| * | Correct the arguments to kern_sigaltstack() as they were reversed. | John Baldwin | 2004-08-24 | 1 | -2/+2 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -2/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-02 | 1 | -2/+3 |
| * | Synchronize the two linux_clone() implementations which includes a few | John Baldwin | 2003-04-18 | 1 | -22/+22 |
| * | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 1 | -1/+1 |
| * | Print the return value from mmap() in the DEBUG case. | Matthew N. Dodd | 2003-03-25 | 1 | -3/+11 |
| * | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -5/+5 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -8/+6 |
| * | Style(9). Make some function declarations consistent with the rest, | Mark Murray | 2002-10-19 | 1 | -6/+2 |