summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_ctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the ability to ptrace via procfs, as no one is using it, so fixingguenther2011-12-241-312/+0
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-11/+11
* ansify/de-register.jasper2007-06-181-10/+4
* Since p_flag is often manipulated in interrupts and without biglockart2007-03-151-4/+4
* Kernel stack can be swapped. This means that stuff that's on the stackmiod2006-11-291-3/+1
* Allow building procfs on systems that don't #define PT_STEP (such as sparc64).tsi2006-08-281-1/+5
* Replace procfs_domem() with a similar interface, process_domem(), which livesmiod2005-12-111-2/+2
* Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all inart2005-05-311-1/+8
* sched work by niklas and art backed out; causes panicsderaadt2005-05-291-8/+1
* This patch is mortly art's work and was done *a year* ago. Art wants to thankniklas2005-05-251-1/+8
* remove more caddr_ttedu2004-05-201-6/+4
* constify constant namesmickey2003-08-111-4/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-2/+2
* Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inmiod2002-03-141-2/+13
* Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ oknordin2002-01-301-6/+1
* From NetBSD (thorpej):millert1997-08-291-3/+3
* 1) pfs_mode should be mode_t, not u_shortmillert1997-08-161-25/+11
* mimic ptrace behaviour; worked out with bitbltderaadt1996-10-141-4/+25
* Boy do I feel like a fool. I added a bugfix to Theos' changes, and thenbitblt1996-09-271-15/+1
* It should be possible to trace init if securelevel is at 0, single-user mode,bitblt1996-09-261-1/+16
* From NetBSD: update to 960217 sourcesniklas1996-02-271-1/+5
* initial import of NetBSD treederaadt1995-10-181-0/+297