| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: | David Schultz | 2005-02-05 | 1 | -1/+4 |
| * | MFC of: | Julian Elischer | 2004-09-09 | 1 | -1/+1 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -3/+8 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 1 | -2/+3 |
| * | - Replace inline implementations of sigprocmask() with calls to | John Baldwin | 2003-04-22 | 1 | -9/+4 |
| * | Synchronize the two linux_clone() implementations which includes a few | John Baldwin | 2003-04-18 | 1 | -6/+3 |
| * | Fix printf args in debug printfs. | John Baldwin | 2003-04-16 | 1 | -5/+5 |
| * | Fix some debug macros. Either missing close parens or close parens in the | John Baldwin | 2003-04-16 | 1 | -4/+4 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -1/+1 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -3/+3 |
| * | MFi386: fork1 apparently takes 4 args now | Andrew Gallatin | 2002-10-02 | 1 | -1/+1 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -0/+1 |
| * | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -1/+0 |
| * | Bah, I managed to turn cosmetic things into real bugs. Fix shadowed | Peter Wemm | 2002-02-08 | 1 | -3/+3 |
| * | Fix long line added in previous commit. | Peter Wemm | 2002-02-07 | 1 | -1/+3 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -2/+2 |
| * | Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't use | John Baldwin | 2001-12-18 | 1 | -2/+0 |
| * | minor commenting based on syscall environment | Matthew Dillon | 2001-10-26 | 1 | -0/+6 |
| * | o Remove the linux_setpgid() stub. | Marcel Moolenaar | 2001-09-28 | 1 | -15/+0 |
| * | Make this compile again. I would have sworn that I did this already in | Peter Wemm | 2001-09-20 | 1 | -39/+39 |
| * | Round of cleanups and enhancements. These include (in random order): | Marcel Moolenaar | 2001-09-08 | 1 | -7/+5 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -4/+5 |
| * | - Call fork1() directly instead of calling rfork() so that it doesn't mask | John Baldwin | 2001-03-11 | 1 | -9/+5 |
| * | Create clone'd linux processes as stopped processes at first and don't | John Baldwin | 2001-03-06 | 1 | -2/+9 |
| * | Allow debugging output to be controlled on a per-syscall granularity. | Jonathan Lemon | 2001-02-16 | 1 | -35/+45 |
| * | Proc locking. | John Baldwin | 2001-01-24 | 1 | -1/+3 |
| * | Don't auto-generate the syscalls. | Marcel Moolenaar | 2000-12-03 | 1 | -1/+1 |
| * | Enable linux thread support on the alpha. The guts of linux_clone was | Andrew Gallatin | 2000-11-10 | 1 | -1/+57 |
| * | Need to include sys/proc.h. | David E. O'Brien | 2000-11-01 | 1 | -1/+2 |
| * | Apply style(9). | David E. O'Brien | 2000-10-23 | 1 | -48/+47 |
| * | Minimal set of diffs from the i386 bits to the AlphaLinux. | David E. O'Brien | 2000-09-07 | 1 | -405/+126 |
| * | When sigaltstack is called with a stack size that's not smaller | Marcel Moolenaar | 2000-09-06 | 1 | -1/+2 |
| * | Fix typo in license. | Marcel Moolenaar | 2000-08-25 | 1 | -1/+1 |
| * | Collect the MD syscalls from /sys/compat/linux here. Since this | Marcel Moolenaar | 2000-08-22 | 1 | -0/+634 |