| Age | Commit message (Expand) | Author |
| 2001-12-08 | Make the coredump routine exec-format/emulation specific. Split | thorpej |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-07-07 | flags was used uninitialized. | fvdl |
| 2001-07-01 | Linux-compatible clone(2) system call, lifted from the Linux | thorpej |
| 2001-02-26 | minor KNF | lukem |
| 2001-01-09 | Do syscall_intern after p_traceflag has been copied to the new | fvdl |
| 2000-12-31 | PR 4853: we fork a lot more during startup these days. Wrap nextpid to 500. | ad |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-12-11 | Use USPACE_ALIGN for an alignment argument on allocating U-area. | tsutsui |
| 2000-12-11 | Introduce 2 new flags in types.h: | mycroft |
| 2000-12-10 | fork1(): write the ktrace entry before the parent is put to sleep for | jdolecek |
| 2000-11-27 | Introduce uvm_km_valloc_align() and use it to glab process's USPACE | nisimura |
| 2000-11-08 | in fork1(), only add make the new proc visible (by giving it a pid | chs |
| 2000-11-07 | add void *p_emuldata into struct proc - this can be used to hold per-process | jdolecek |
| 2000-11-07 | write KTR_EMUL entry on end of fork1() - primarily usable when the new | jdolecek |
| 2000-09-06 | Lock scheduler before putting new proc on run queues. | sommerfeld |
| 2000-08-25 | MULTIPROCESSOR: Initialize new proc's p_cpu pointer to NULL, so | sommerfeld |
| 2000-08-22 | Define the MI parts of the "big kernel lock" perimeter. From | thorpej |
| 2000-08-01 | ANSI'ify. | thorpej |
| 2000-07-04 | change tablefull() to accept one more parameter - optional hint | jdolecek |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-05-31 | Track which process a CPU is running/has last run on by adding a | thorpej |
| 2000-05-28 | Rather than starting init and creating kthreads by forking and then | thorpej |
| 2000-05-08 | __predict_false() the test for full process table, user exceeding their | thorpej |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-07-22 | Add a read/write lock to the proclists and PID hash table. Use the | thorpej |
| 1999-07-22 | Rearrange some code slightly. | thorpej |
| 1999-05-13 | Allow the caller to specify a stack for the child process. If NULL, | thorpej |
| 1999-05-13 | Allow an alternate exit signal (i.e. not SIGCHLD) to be delivered to the | thorpej |
| 1999-04-30 | Pay attention to FORK_SHARECWD, FORK_SHAREFILES, and FORK_SHARESIGS. | thorpej |
| 1999-04-30 | Pull signal actions out of struct user, make them a separate proc | thorpej |
| 1999-04-30 | Break cdir/rdir/cmask info out of struct filedesc, and put it in a new | thorpej |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-02-23 | Replace the recent scheduler mods with calls to scheduler_{fork,wait}_hook(), | ross |
| 1999-01-23 | Tweak to earlier fix to p_estcpu: | sommerfe |
| 1999-01-23 | Under control of "slowchild" global, make child process inherit the | sommerfe |
| 1998-11-11 | Move fork_kthread() to a new file, kern_kthread.c, and rename it to | thorpej |
| 1998-11-11 | Initial version of API for creating kernel threads (likely to change somewhat | thorpej |
| 1998-09-08 | - Use proclists[], rather than checking allproc and zombproc explicitly. | thorpej |
| 1998-08-31 | Use the pool allocator and "nointr" pool page allocator for pcred and | thorpej |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-08-04 | Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. | perry |
| 1998-08-02 | Use a pool for proc structures. | thorpej |
| 1998-06-25 | defopt KTRACE | thorpej |
| 1998-05-02 | New fktrace syscall from Darren Reed [with fixes from me] | christos |
| 1998-04-09 | Allocate kernel virtual address space for the U-area before allocating | thorpej |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-14 | Prevent the session ID from disappearing if the session leader exits | thorpej |