Age | Commit message (Expand) | Author |
2005-07-04 | oops, kernel free needs two args. thanks pedro | Ted Unangst |
2005-07-03 | malloc(M_WAITOK) implies sleeping, so we have to double check that | Ted Unangst |
2005-03-10 | split out uidinfo from kern_proc.c private, use it to store lock count, | Ted Unangst |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-18 | handle SONPROC; ok aaron, deraadt, krw | Markus Friedl |
2004-10-04 | cacheing -> caching | Pedro Martelletto |
2004-07-25 | move db_show_all_procs to kern_proc.c, proc_printit goes in DDB too. | Ted Unangst |
2004-07-22 | SIMPLELOCK -> mutex for the lock around deadproc list. | Artur Grabowski |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-01-29 | The Sxxx proc state defines start at 1, not 0. Also make the const | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | Quoting Theo: Do not approve diffs when you're hungover. | Artur Grabowski |
2003-05-12 | use snprintf. ok mickey | Ted Unangst |
2003-05-12 | sho proc [addr] to print some proc's field; art@ ok | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-25 | poolify pcreds. | Artur Grabowski |
2002-01-23 | Allocate rusage, pgrp, ucred and session with pool. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2001-03-23 | Use pool to allocate processes. | Artur Grabowski |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1998-03-02 | Please gcc 2.8 | Todd T. Fries |
1998-02-20 | Please GCC 2.8 -Wall | Niklas Hallqvist |
1997-11-24 | fix memory leak; hbriceno@lcs.mit.edu | Theo de Raadt |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |