summaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_ioctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-1/+1
| | | | | | | | | | | | | this is a low-functionality change that changes the kernel to access the main thread of a process via the linked list of threads rather than assuming that it is embedded in the process. It IS still embeded there but remove all teh code that assumes that in preparation for the next commit which will actually move it out. Reviewed by: peter@freebsd.org, gallatin@cs.duke.edu, benno rice, Notes: svn path=/head/; revision=90361
* Fix various bugs in the debugging code and reenable it.Dag-Erling Smørgrav2001-12-091-7/+9
| | | | Notes: svn path=/head/; revision=87542
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-0/+132
Notes: svn path=/head/; revision=87321