aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs.h
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-162/+0
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-1/+1
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().Brian Feldman2000-04-261-1/+0
* Welcome back our old friend from procfs, "file"!Brian Feldman2000-04-221-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Introduce the new functionPoul-Henning Kamp1999-11-211-13/+0
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* A process should be able to examine itself.Sean Eric Fagan1999-11-201-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-091-1/+7
* Eliminate the bogus procfs private almost struct dirent structure.Poul-Henning Kamp1999-06-131-14/+2
* Add even more () to CHECKIO which by now feels positively LISPish.Poul-Henning Kamp1999-05-041-3/+4
* Add a new "file" to procfs: "rlimit" which shows the resource limits forPoul-Henning Kamp1999-04-301-2/+4
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-2/+3
* Suser() simplification:Poul-Henning Kamp1999-04-271-3/+2
* A partial implementation of the procfs cmdline pseudo-file. ThisPeter Wemm1999-01-051-2/+4
* Quick fix for type mismatches which were fatal if longs aren't 32Bruce Evans1998-07-071-5/+5
* Disallow reading the current kernel stack. Only the user structure andTor Egge1998-05-191-1/+4
* Fixed a missing/misplaced/misstyled prototype.Bruce Evans1997-12-301-1/+3
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-2/+1
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,Sean Eric Fagan1997-08-121-1/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-24/+26
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Implement locking for pfs nodes, when at the leaf. Concurrent accessJohn Dyson1996-07-021-1/+2
* Clean-up the new VM map procfs code, and also add support for executableJohn Dyson1996-06-181-2/+7
* Add a feature to procfs to allow display of the process address mapJohn Dyson1996-06-171-2/+3
* Major fixes for procfs..Peter Wemm1996-01-241-1/+6
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-161-44/+1
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-2/+2
* Make a lot of private stuff static.Poul-Henning Kamp1995-11-071-14/+14
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-251-2/+2
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps soDavid Greenman1995-04-151-1/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Added $Id$David Greenman1994-08-021-2/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+186