summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Misplaced comment.art2009-04-151-5/+5
* change all callers of enterpgrp() to pre-allocate a pgrp or session ifderaadt2008-11-011-17/+30
* accidental commit ... backoutderaadt2008-10-311-39/+19
* kern_sysctl.cderaadt2008-10-311-19/+39
* Make context switching much more MI:art2007-10-101-3/+3
* Use M_ZERO in a few more places to shave bytes from the kernel.art2007-09-071-4/+2
* Allow ddb>ps to print the full name of the wait state. Things likeckuethe2007-08-041-3/+3
* Start moving state that is shared among threads in a process intoart2007-04-031-1/+4
* Since p_flag is often manipulated in interrupts and without biglockart2007-03-151-2/+2
* fix memory leak conditions in thrsleep and significantly simplifytedu2005-12-221-9/+1
* older gcc (like real C) does not let you declare local variables afterderaadt2005-12-041-4/+4
* kernel support for threaded processes (rthreads).tedu2005-12-031-1/+9
* ansi/deregister.jsg2005-11-281-38/+22
* oops, kernel free needs two args. thanks pedrotedu2005-07-041-5/+7
* malloc(M_WAITOK) implies sleeping, so we have to double check thattedu2005-07-031-7/+15
* split out uidinfo from kern_proc.c private, use it to store lock count,tedu2005-03-101-32/+22
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-15/+13
* handle SONPROC; ok aaron, deraadt, krwmarkus2004-11-181-2/+2
* cacheing -> cachingpedro2004-10-041-2/+2
* move db_show_all_procs to kern_proc.c, proc_printit goes in DDB too.tedu2004-07-251-1/+90
* SIMPLELOCK -> mutex for the lock around deadproc list.art2004-07-221-14/+1
* debranch SMP, have funniklas2004-06-131-3/+3
* The Sxxx proc state defines start at 1, not 0. Also make the constmillert2004-01-291-5/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Quoting Theo: Do not approve diffs when you're hungover.art2003-05-121-3/+3
* use snprintf. ok mickeytedu2003-05-121-2/+2
* sho proc [addr] to print some proc's field; art@ okmickey2003-05-121-1/+30
* First round of __P removal in sysmillert2002-03-141-3/+3
* poolify pcreds.art2002-01-251-1/+4
* Allocate rusage, pgrp, ucred and session with pool.art2002-01-231-9/+18
* Pool deals fairly well with physical memory shortage, but it doesn't dealart2002-01-231-2/+2
* Don't include <sys/map.h> when you don't need what's in it.miod2002-01-161-2/+1
* Use pool to allocate processes.art2001-03-231-1/+7
* Changes to exit handling.art2000-06-051-2/+16
* zap the newhashinit hack.art1999-04-281-4/+4
* Please gcc 2.8todd1998-03-021-2/+2
* Please GCC 2.8 -Wallniklas1998-02-201-3/+5
* fix memory leak; hbriceno@lcs.mit.eduderaadt1997-11-241-3/+3
* From NetBSD: 960217 mergeniklas1996-03-031-4/+9
* initial import of NetBSD treederaadt1995-10-181-0/+377