| Age | Commit message (Expand) | Author |
| 2003-11-12 | - Count number of zombies and stopped children and requeue them at the top | dsl |
| 2003-11-04 | Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. | dsl |
| 2003-09-16 | add siginfo lock and siginfo queue initialization. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 2003-01-24 | Add "fork hooks", a'la "exec hooks" and "exit hooks" which allow | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-12 | replace magic number '500' in pid allocation code with a macro PID_SKIP, | jdolecek |
| 2002-12-11 | put back portion of fork-bomb protection removed in last commit, | jdolecek |
| 2002-12-11 | Remove portion of fork-bomb protection that has unfortunate side effects. | groo |
| 2002-12-05 | Couple fork-bomb defense changes: | jdolecek |
| 2002-11-30 | cosmetic fix | manu |
| 2002-11-17 | change uvm_uarea_alloc() to indicate whether the returned uarea is already | chs |
| 2002-11-13 | fix systrace panic that was introduced when postponing pid number allocation | provos |
| 2002-11-07 | Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexec | manu |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-21 | Move pid allocation to the bottom of the process allocation, so that we | christos |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-22 | encapsulate knowledge of uarea allocation in some new functions. | chs |
| 2002-08-28 | MI kernel support for user-level Restartable Atomic Sequences (RAS). | gmcgarry |
| 2002-08-06 | Add FORK_CLEANFILES flag to fork1(), which makes the new process start out | pooka |
| 2002-07-11 | Add FORK_NOWAIT flag, which sets init as the parent of the forked | pooka |
| 2002-06-17 | Niels Provos systrace work, ported to NetBSD by kittenz and reworked... | christos |
| 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 |