aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* procfs_doprocfile(): simplifyKonstantin Belousov2021-11-061-1/+1
* procfs: return right hardlink from /proc/curproc/fileKonstantin Belousov2021-11-061-11/+6
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-1/+1
* Retire procfs-based process debugging.John Baldwin2020-04-011-4/+1
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-1/+1
* [procfs] Split procfs_attr into multiple functionsEitan Adler2018-04-241-25/+32
* Correct comment. procfs_doprocfile implements 'file', not 'self'.John Baldwin2018-01-051-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* remove procfs ctl interfaceEric Badger2017-03-051-4/+1
* Add procfs to jail-mountable filesystems.Martin Matuska2012-02-291-1/+1
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Do not return success and a string "unknown" when vn_fullpath() was unableKonstantin Belousov2011-08-161-6/+9
* Add per-process osrel node to the procfs, to allow read and set p_osrelKonstantin Belousov2009-09-231-1/+4
* Fix a logic bug that caused the pfs_attr method to be called only forDag-Erling Smørgrav2009-02-161-5/+5
* Remove unnecessary locking around vn_fullpath(). The vnode lock for theJohn Baldwin2008-11-041-8/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Add a pn_destroy field to pfs_node. This field points to a destructorDag-Erling Smørgrav2007-03-121-15/+15
* Fix the race of dereferencing /proc/<pid>/file with execve(2) by cachingKonstantin Belousov2007-02-071-3/+11
* Upon further review, DES prefers this change over that in revision 1.13Guy Helmer2006-06-051-6/+4
* Revision 1.4 set access for all sensitive files in /proc/<PID> to mode 0Guy Helmer2006-05-241-3/+6
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Lock p->p_textvp before calling vn_fullpath() on it. Note theRobert Watson2004-01-071-0/+2
* Minor whitespace and style issues.Dag-Erling Smørgrav2003-12-071-8/+5
* Add a proc lock assertion and move another assertion up to the top of theJohn Baldwin2003-04-171-2/+4
* Slightly change the semantics of vnode labels for MAC: rather thanRobert Watson2002-10-261-1/+0
* Remove even more '&' from pointers to functions.Poul-Henning Kamp2002-10-201-26/+26
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+1
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-1/+3
* Paranoia: if the process is setugid, set all sensitive files mode 0.Dag-Erling Smørgrav2002-02-181-1/+3
* Fix various bugs in the debugging code and reenable it.Dag-Erling Smørgrav2001-12-091-2/+0
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...Dag-Erling Smørgrav2001-12-081-3/+3
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-0/+198