| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the ability to ptrace via procfs, as no one is using it, so fixing |  guenther | 2011-12-24 | 1 | -312/+0 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -11/+11 |
* | ansify/de-register. |  jasper | 2007-06-18 | 1 | -10/+4 |
* | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -4/+4 |
* | Kernel stack can be swapped. This means that stuff that's on the stack |  miod | 2006-11-29 | 1 | -3/+1 |
* | Allow building procfs on systems that don't #define PT_STEP (such as sparc64). |  tsi | 2006-08-28 | 1 | -1/+5 |
* | Replace procfs_domem() with a similar interface, process_domem(), which lives |  miod | 2005-12-11 | 1 | -2/+2 |
* | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in |  art | 2005-05-31 | 1 | -1/+8 |
* | sched work by niklas and art backed out; causes panics |  deraadt | 2005-05-29 | 1 | -8/+1 |
* | This patch is mortly art's work and was done *a year* ago. Art wants to thank |  niklas | 2005-05-25 | 1 | -1/+8 |
* | remove more caddr_t |  tedu | 2004-05-20 | 1 | -6/+4 |
* | constify constant names |  mickey | 2003-08-11 | 1 | -4/+4 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -2/+2 |
* | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in |  miod | 2002-03-14 | 1 | -2/+13 |
* | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok |  nordin | 2002-01-30 | 1 | -6/+1 |
* | From NetBSD (thorpej): |  millert | 1997-08-29 | 1 | -3/+3 |
* | 1) pfs_mode should be mode_t, not u_short |  millert | 1997-08-16 | 1 | -25/+11 |
* | mimic ptrace behaviour; worked out with bitblt |  deraadt | 1996-10-14 | 1 | -4/+25 |
* | Boy do I feel like a fool. I added a bugfix to Theos' changes, and then |  bitblt | 1996-09-27 | 1 | -15/+1 |
* | It should be possible to trace init if securelevel is at 0, single-user mode, |  bitblt | 1996-09-26 | 1 | -1/+16 |
* | From NetBSD: update to 960217 sources |  niklas | 1996-02-27 | 1 | -1/+5 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+297 |