| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 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-04 | Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. | dsl |
| 2003-09-16 | add initialization of siginfo lock and queue. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-03-19 | Indentation fixes | dsl |
| 2003-03-19 | - use __predict_false for DIAGNOSTIC code. | christos |
| 2003-03-19 | make this compile again (-DDIAGNOSTIC) | christos |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 2003-03-12 | Add pgid_in_session() for validating TIOCSPGRP requests | dsl |
| 2003-03-12 | KNF function prototypes | dsl |
| 2003-02-15 | Fix support of 15 and 16 character lognames. | dsl |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-22 | make KSTACK_CHECK_* compile after sa merge. | yamt |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 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-07-26 | Cosmetic changes. | enami |
| 2002-07-26 | Add some necessary but missing resource deallocation. | enami |
| 2002-07-02 | add KSTACK_CHECK_MAGIC. discussed on tech-kern. | yamt |
| 2002-04-12 | Use SESSHOLD and SESSRELE consistently. | christos |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-02-04 | When freeing a session, remove the reference to it from the associated tty. | pk |
| 2000-11-08 | Update for hashinit() change. | ad |
| 2000-08-17 | If maniuplating a read lock on the proc list, we no longer need | thorpej |
| 2000-05-27 | Reduce use of curproc in several places: | sommerfeld |
| 2000-05-08 | __predict_false() the DIAGNOSTIC error checks. | thorpej |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-01-22 | After some discussion with Mycroft, change splstatclock() to splclock(). | thorpej |
| 2000-01-22 | Back out rev 1.36... what was I thinking? Also, update the comment that | thorpej |
| 2000-01-13 | Per my comment earlier in the file, we only need to go do splsoftclock() | thorpej |
| 1999-09-28 | Remplace kern.shortcorename sysctl with a more flexible sheme, | bouyer |
| 1999-07-25 | Turn the proclist lock into a read/write spinlock. Update proclist locking | thorpej |
| 1999-07-22 | Add a read/write lock to the proclists and PID hash table. Use the | thorpej |
| 1999-07-22 | Rework the process exit path, in preparation for making process exit | thorpej |
| 1998-09-08 | - Add a new proclist, deadproc, which holds dead-but-not-yet-zombie | thorpej |
| 1998-09-01 | Use the pool allocator and the "nointr" pool page allocator for rusage | thorpej |
| 1998-09-01 | Use the pool allocator and the "nointr" pool page allocator for pgrp | thorpej |
| 1998-08-31 | Use the pool allocator and "nointr" pool page allocator for pcred and | thorpej |
| 1998-08-28 | Use the "nointr" pool page allocator. | thorpej |
| 1998-08-18 | Add some braces to make egcs happy (ambiguous else warning). | thorpej |
| 1998-08-04 | Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. | perry |
| 1998-08-02 | Use a pool for proc structures. | thorpej |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-14 | Fix variable declarations: register -> register int. | kleink |
| 1998-02-14 | Prevent the session ID from disappearing if the session leader exits | thorpej |