aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs.h
Commit message (Expand)AuthorAgeFilesLines
* [procfs] Split procfs_attr into multiple functionsEitan Adler2018-04-241-1/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* remove procfs ctl interfaceEric Badger2017-03-051-1/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add per-process osrel node to the procfs, to allow read and set p_osrelKonstantin Belousov2009-09-231-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Slightly change the semantics of vnode labels for MAC: rather thanRobert Watson2002-10-261-3/+0
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+3
* Spelling fix for comment.Robert Watson2002-04-201-1/+1
* Remove an obsolete prototype for procfs_kmemaccess().Dag-Erling Smørgrav2001-12-111-3/+0
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...Dag-Erling Smørgrav2001-12-081-0/+2
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-99/+20
* Dissociate ptrace from procfs.Dag-Erling Smørgrav2001-10-071-9/+0
* KSE Milestone 2Julian Elischer2001-09-121-14/+14
* Remove dangling prototype for the now defunct procfs_kmemaccess()Robert Watson2001-08-031-3/+0
* Prior to support for almost all ps activity via sysctl, ps used procfs,Robert Watson2001-08-031-2/+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