summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs.h
Commit message (Expand)AuthorAgeFilesLines
* Add per-process osrel node to the procfs, to allow read and set p_osrelkib2009-09-231-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-261-3/+0
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+3
* Spelling fix for comment.rwatson2002-04-201-1/+1
* Remove an obsolete prototype for procfs_kmemaccess().des2001-12-111-3/+0
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...des2001-12-081-0/+2
* Pseudofsize procfs(5).des2001-12-041-99/+20
* Dissociate ptrace from procfs.des2001-10-071-9/+0
* KSE Milestone 2julian2001-09-121-14/+14
* Remove dangling prototype for the now defunct procfs_kmemaccess()rwatson2001-08-031-3/+0
* Prior to support for almost all ps activity via sysctl, ps used procfs,rwatson2001-08-031-2/+0
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-1/+1
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-261-1/+0
* Welcome back our old friend from procfs, "file"!green2000-04-221-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Introduce the new functionphk1999-11-211-13/+0
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* A process should be able to examine itself.sef1999-11-201-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-1/+7
* Eliminate the bogus procfs private almost struct dirent structure.phk1999-06-131-14/+2
* Add even more () to CHECKIO which by now feels positively LISPish.phk1999-05-041-3/+4
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-301-2/+4
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+3
* Suser() simplification:phk1999-04-271-3/+2
* A partial implementation of the procfs cmdline pseudo-file. Thispeter1999-01-051-2/+4
* Quick fix for type mismatches which were fatal if longs aren't 32bde1998-07-071-5/+5
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-191-1/+4
* Fixed a missing/misplaced/misstyled prototype.bde1997-12-301-1/+3
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,sef1997-08-121-1/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-24/+26
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Implement locking for pfs nodes, when at the leaf. Concurrent accessdyson1996-07-021-1/+2
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-2/+7
* Add a feature to procfs to allow display of the process address mapdyson1996-06-171-2/+3
* Major fixes for procfs..peter1996-01-241-1/+6
* Moved declarations for static functions to the correct place (not in abde1995-11-161-44/+1
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-2/+2
* Make a lot of private stuff static.phk1995-11-071-14/+14
* Fixed panic that resulted from mmaping files in kernfs and procfs. Adg1995-05-251-2/+2
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps sodg1995-04-151-1/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
* Added $Id$dg1994-08-021-2/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+186
OpenPOWER on IntegriCloud