summaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_dbregs.c
Commit message (Expand)AuthorAgeFilesLines
* FIxed the following style bugs:Bruce Evans2002-02-161-3/+9
* Fixed missing PHOLD()/PRELE().Bruce Evans2002-02-161-0/+2
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-2/+2
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-19/+4
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-211-2/+2
* Dissociate ptrace from procfs.Dag-Erling Smørgrav2001-10-071-0/+1
* KSE Milestone 2Julian Elischer2001-09-121-5/+4
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-051-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+6
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-5/+1
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Protect p_flag with the proc lock.John Baldwin2001-03-071-1/+6
* o Centralize inter-process access control, introducing:Robert Watson2000-08-301-1/+1
* Remove unused #includes.Poul-Henning Kamp1999-12-081-1/+0
* Introduce the new functionPoul-Henning Kamp1999-11-211-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Support for i386 hardware breakpoints.Jonathan Lemon1999-07-091-0/+101