| Commit message (Expand) | Author | Age | Files | Lines |
* | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-26 | 1 | -5/+5 |
* | hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired and |  art | 2004-08-04 | 1 | -1/+3 |
* | SIMPLELOCK -> mutex for the lock around deadproc list. |  art | 2004-07-22 | 1 | -12/+21 |
* | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -6/+18 |
* | make acct(2) optional with ACCOUNTING |  tedu | 2004-05-27 | 1 | -1/+3 |
* | one proc.h is sufficient |  tedu | 2004-03-20 | 1 | -2/+1 |
* | wait4(2) takes and returns pid_t, not int. OK deraadt@ and miod@ |  millert | 2003-12-31 | 1 | -3/+3 |
* | Implement the WCONTINUED flag to the wait(2) family of syscalls and the |  millert | 2003-08-03 | 1 | -2/+14 |
* | remove caddr_t casts. it's just silly to cast something when the function |  tedu | 2003-07-21 | 1 | -17/+14 |
* | add exec/fork/exit hooks per process for compat emulations. |  tedu | 2003-06-21 | 1 | -1/+7 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | No need to free the address space in exit1(), we'll do that in the reaper. |  art | 2002-10-29 | 1 | -22/+3 |
* | systrace facility, used to enforce and generate policies for system calls |  provos | 2002-05-16 | 1 | -1/+8 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -2/+2 |
* | poolify pcreds. |  art | 2002-01-25 | 1 | -2/+2 |
* | Allocate rusage, pgrp, ucred and session with pool. |  art | 2002-01-23 | 1 | -4/+3 |
* | Don't include <sys/map.h> when you don't need what's in it. |  miod | 2002-01-16 | 1 | -2/+1 |
* | Bring in more changes from NetBSD. Mostly pagedaemon improvements. |  art | 2001-11-12 | 1 | -5/+1 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -3/+1 |
* | Don't include <vm/vm_kern.h> if you don't need foo_map. |  miod | 2001-09-11 | 1 | -2/+1 |
* | cleanup |  art | 2001-08-25 | 1 | -4/+4 |
* | remove old vm |  art | 2001-06-27 | 1 | -14/+1 |
* | WALTSIG is a valid option for sys_wait4(). |  angelos | 2001-06-03 | 1 | -2/+2 |
* | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern_ipc_10.c for other compat modules. |  millert | 2001-05-16 | 1 | -5/+1 |
* | On popular demand, the Linux-compatibility clone(2) implementation based |  niklas | 2001-04-02 | 1 | -2/+25 |
* | Use pool to allocate processes. |  art | 2001-03-23 | 1 | -2/+3 |
* | support kernel event queues, from FreeBSD by Jonathan Lemon, |  provos | 2000-11-16 | 1 | -1/+6 |
* | If the process is P_NOZOMBIE free it's resources in the reaper. |  art | 2000-06-06 | 1 | -35/+54 |
* | No need to use curproc here. We already know who we are. |  art | 2000-06-05 | 1 | -2/+2 |
* | Changes to exit handling. |  art | 2000-06-05 | 1 | -26/+101 |
* | Don't set filesize limit to infinity on exit. |  art | 2000-05-05 | 1 | -4/+3 |
* | Add a function "ktrsettracevnode", that changes the ktrace vnode for a process |  art | 2000-04-20 | 1 | -2/+3 |
* | Use the new timeout facilities for ITIMER_REAL. |  art | 2000-03-23 | 1 | -2/+2 |
* | dead code and symbol pollution. |  art | 2000-02-21 | 1 | -4/+2 |
* | Adopt NetBSD fix for scheduler problems (nice was broken). From the NetBSD |  pjanzen | 1999-08-15 | 1 | -4/+3 |
* | Don't destroy sysvshm if the vmspace is shared (only affects uvm) |  art | 1999-07-15 | 1 | -2/+2 |
* | Improved sysv shared memory. Works with UVM. |  art | 1999-06-23 | 1 | -2/+2 |
* | in scheduler, bias parents for child cpu usage; ross@ghs.com |  deraadt | 1999-03-12 | 1 | -1/+5 |
* | RFNOWAIT does not dissociate the child from its parent in any other |  niklas | 1999-03-02 | 1 | -3/+4 |
* | vm allocation changes for uvm |  art | 1999-02-26 | 1 | -1/+11 |
* | comment typo |  niklas | 1999-01-11 | 1 | -2/+2 |
* | Make RFNOWAIT work in rfork(2) |  niklas | 1999-01-10 | 1 | -5/+5 |
* | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 1 | -2/+2 |
* | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 1 | -2/+2 |
* | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 1 | -2/+2 |
* | From FreeBSD (joerg@freebsd.org): |  millert | 1997-09-15 | 1 | -2/+16 |
* | Verify that options to wait4() are legal |  tholo | 1996-10-26 | 1 | -3/+2 |
* | Clear p_pctcpu when a process exit |  tholo | 1996-08-15 | 1 | -1/+6 |
* | sync syscalls, no sys/cpu.h |  deraadt | 1996-05-02 | 1 | -3/+2 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -13/+26 |