summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs.c
Commit message (Expand)AuthorAgeFilesLines
* Add procfs to jail-mountable filesystems.mm2012-02-291-1/+1
* Convert files to UTF-8uqs2012-01-151-1/+1
* Do not return success and a string "unknown" when vn_fullpath() was unablekib2011-08-161-6/+9
* Add per-process osrel node to the procfs, to allow read and set p_osrelkib2009-09-231-1/+4
* Fix a logic bug that caused the pfs_attr method to be called only fordes2009-02-161-5/+5
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-041-8/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-121-15/+15
* Fix the race of dereferencing /proc/<pid>/file with execve(2) by cachingkib2007-02-071-4/+12
* Upon further review, DES prefers this change over that in revision 1.13ghelmer2006-06-051-6/+4
* Revision 1.4 set access for all sensitive files in /proc/<PID> to mode 0ghelmer2006-05-241-3/+6
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Lock p->p_textvp before calling vn_fullpath() on it. Note therwatson2004-01-071-0/+2
* Minor whitespace and style issues.des2003-12-071-8/+5
* Add a proc lock assertion and move another assertion up to the top of thejhb2003-04-171-2/+4
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-261-1/+0
* Remove even more '&' from pointers to functions.phk2002-10-201-26/+26
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+1
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-1/+3
* Paranoia: if the process is setugid, set all sensitive files mode 0.des2002-02-181-1/+3
* Fix various bugs in the debugging code and reenable it.des2001-12-091-2/+0
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...des2001-12-081-3/+3
* Pseudofsize procfs(5).des2001-12-041-0/+198
OpenPOWER on IntegriCloud