| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Misplaced comment. |  art | 2009-04-15 | 1 | -5/+5 |
* | change all callers of enterpgrp() to pre-allocate a pgrp or session if |  deraadt | 2008-11-01 | 1 | -17/+30 |
* | accidental commit ... backout |  deraadt | 2008-10-31 | 1 | -39/+19 |
* | kern_sysctl.c |  deraadt | 2008-10-31 | 1 | -19/+39 |
* | Make context switching much more MI: |  art | 2007-10-10 | 1 | -3/+3 |
* | Use M_ZERO in a few more places to shave bytes from the kernel. |  art | 2007-09-07 | 1 | -4/+2 |
* | Allow ddb>ps to print the full name of the wait state. Things like |  ckuethe | 2007-08-04 | 1 | -3/+3 |
* | Start moving state that is shared among threads in a process into |  art | 2007-04-03 | 1 | -1/+4 |
* | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -2/+2 |
* | fix memory leak conditions in thrsleep and significantly simplify |  tedu | 2005-12-22 | 1 | -9/+1 |
* | older gcc (like real C) does not let you declare local variables after |  deraadt | 2005-12-04 | 1 | -4/+4 |
* | kernel support for threaded processes (rthreads). |  tedu | 2005-12-03 | 1 | -1/+9 |
* | ansi/deregister. |  jsg | 2005-11-28 | 1 | -38/+22 |
* | oops, kernel free needs two args. thanks pedro |  tedu | 2005-07-04 | 1 | -5/+7 |
* | malloc(M_WAITOK) implies sleeping, so we have to double check that |  tedu | 2005-07-03 | 1 | -7/+15 |
* | split out uidinfo from kern_proc.c private, use it to store lock count, |  tedu | 2005-03-10 | 1 | -32/+22 |
* | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-26 | 1 | -15/+13 |
* | handle SONPROC; ok aaron, deraadt, krw |  markus | 2004-11-18 | 1 | -2/+2 |
* | cacheing -> caching |  pedro | 2004-10-04 | 1 | -2/+2 |
* | move db_show_all_procs to kern_proc.c, proc_printit goes in DDB too. |  tedu | 2004-07-25 | 1 | -1/+90 |
* | SIMPLELOCK -> mutex for the lock around deadproc list. |  art | 2004-07-22 | 1 | -14/+1 |
* | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -3/+3 |
* | The Sxxx proc state defines start at 1, not 0. Also make the const |  millert | 2004-01-29 | 1 | -5/+5 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Quoting Theo: Do not approve diffs when you're hungover. |  art | 2003-05-12 | 1 | -3/+3 |
* | use snprintf. ok mickey |  tedu | 2003-05-12 | 1 | -2/+2 |
* | sho proc [addr] to print some proc's field; art@ ok |  mickey | 2003-05-12 | 1 | -1/+30 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -3/+3 |
* | poolify pcreds. |  art | 2002-01-25 | 1 | -1/+4 |
* | Allocate rusage, pgrp, ucred and session with pool. |  art | 2002-01-23 | 1 | -9/+18 |
* | Pool deals fairly well with physical memory shortage, but it doesn't deal |  art | 2002-01-23 | 1 | -2/+2 |
* | Don't include <sys/map.h> when you don't need what's in it. |  miod | 2002-01-16 | 1 | -2/+1 |
* | Use pool to allocate processes. |  art | 2001-03-23 | 1 | -1/+7 |
* | Changes to exit handling. |  art | 2000-06-05 | 1 | -2/+16 |
* | zap the newhashinit hack. |  art | 1999-04-28 | 1 | -4/+4 |
* | Please gcc 2.8 |  todd | 1998-03-02 | 1 | -2/+2 |
* | Please GCC 2.8 -Wall |  niklas | 1998-02-20 | 1 | -3/+5 |
* | fix memory leak; hbriceno@lcs.mit.edu |  deraadt | 1997-11-24 | 1 | -3/+3 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -4/+9 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+377 |