| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-03 | fix some comments, use NULL instead of 0 for pointer comparison | jdolecek |
| 2004-01-02 | kernel part of no-syscall upcall stack return: libpthread registers | cl |
| 2003-12-06 | The missing pieces of PROC_PID_STOPEXIT/P_STOPEXIT, a sysctl tweakable | atatat |
| 2003-11-17 | - use list to keep track of free stacks. | cl |
| 2003-11-12 | - Count number of zombies and stopped children and requeue them at the top | dsl |
| 2003-11-06 | Ensure that the controlling tty is unlinked from the session and pgrp. | dsl |
| 2003-11-06 | Remove a pile of redundant (caddr_t) casts. | dsl |
| 2003-11-03 | Reimplement VP donation such that multiple unblocked upcalls can be | cl |
| 2003-09-16 | fix SA/pthread pagefault failure: | cl |
| 2003-09-13 | provide siginfo_t in for SIGCHLD | christos |
| 2003-09-11 | KNF and use f instead of s to temporarily save l_flag | cl |
| 2003-08-20 | use LSDEAD instead of SDEAD for lwp state. | yamt |
| 2003-08-20 | fix indent. | yamt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-17 | Changes from Stephan Uphoff to patch problems with LWPs blocking when they | fvdl |
| 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-03-12 | Need to call calcru while l->l_stat == LSONPROC | dsl |
| 2003-03-05 | Get processes execution time before the LWPs state is changed | dsl |
| 2003-02-22 | Set P_WEXIT earlier; specifically, before a pool_get(, PR_WAITOK) that | nathanw |
| 2003-02-21 | typo in comment. | skrll |
| 2003-02-17 | Test p->p_sa instead of p->p_flag & P_SA, as the latter may have been | nathanw |
| 2003-02-14 | Split sys_wait4 so that code isn't duplicated in compat tree. | dsl |
| 2003-01-27 | Call exit_lwps() from exit1() if there is more than one LWP (as | nathanw |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-30 | fix typo in comment. pointed out by David Sainty | jdolecek |
| 2002-11-30 | fix bug in previous - if child was traced and p_opptr == p_pptr, | jdolecek |
| 2002-11-28 | exit1(): make sure that, if orphaned child is being traced, it's | jdolecek |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-04 | Use the queue macros from <sys/queue.h> instead of referring to the queue | matt |
| 2002-08-28 | MI kernel support for user-level Restartable Atomic Sequences (RAS). | gmcgarry |
| 2002-08-13 | In exit1(), moved the call to the emulation exit hook to a place where it is | manu |
| 2002-08-07 | Only include sys/pmc.h if PERFCTRS is defined. | briggs |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-08-02 | Move the call up exit hooks before curproc = NULL so that we can | manu |
| 2002-07-25 | Make sure that the pointer to old parent process for ptraced children | jdolecek |
| 2002-06-17 | Niels Provos systrace work, ported to NetBSD by kittenz and reworked... | christos |
| 2002-03-17 | oops, forgot to commit the caller of exithook... | christos |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-07-18 | Add `WALLSIG' which causes wait4(2) to wait for all processes, regardless | thorpej |
| 2001-03-05 | Avoid spinning forever when hardclock() wants to grab the kernel lock | fvdl |
| 2001-02-26 | minor KNF | lukem |
| 2001-02-10 | Don't uvm_deallocate() the address space in exit1(). The address | thorpej |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-11-07 | add void *p_emuldata into struct proc - this can be used to hold per-process | jdolecek |
| 2000-08-22 | Define the MI parts of the "big kernel lock" perimeter. From | thorpej |
| 2000-08-12 | Don't bother with a trampoline to start the pagedaemon and | thorpej |