summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Remove an obsolete prototype for procfs_kmemaccess().des2001-12-111-3/+0
* Fix various bugs in the debugging code and reenable it.des2001-12-092-9/+9
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...des2001-12-082-3/+5
* Pseudofsize procfs(5).des2001-12-0416-2035/+477
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-4/+7
* Fix printf format bugs introduced in rev 1.34 for printing times.peter2001-11-071-4/+4
* Correctly unlock the target process if /proc/$foo/mem is open()ed bygreen2001-11-061-1/+1
* Adjust printfs to be time_t agnostic.dillon2001-10-281-4/+4
* No, you may not /* FALLTHROUGH */. Not only will you return an incorrectdes2001-10-221-1/+1
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-214-7/+7
* Dissociate ptrace from procfs.des2001-10-075-226/+4
* Remove some useless preprocesor paranoia.des2001-10-071-4/+0
* In procfs_readdir(), when the directory being read was a process directory,des2001-10-071-1/+3
* A process name may contain whitespace and unprintable characters,mike2001-09-251-5/+11
* o Remove redundant securelevel/pid1 check in procfs_rw() -- thisrwatson2001-09-181-2/+0
* KSE Milestone 2julian2001-09-1211-76/+81
* Remove dangling prototype for the now defunct procfs_kmemaccess()rwatson2001-08-031-3/+0
* Collapse a Pmem case in with the other debugging files case for procfs,rwatson2001-08-031-5/+2
* Remove read permission for group on the /proc/*/mem file, since kmemrwatson2001-08-031-2/+1
* Prior to support for almost all ps activity via sysctl, ps used procfs,rwatson2001-08-033-42/+9
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-057-15/+15
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-042-14/+5
* Lock VM Giant prior to locking a vm map.tanimura2001-06-061-0/+7
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-252-6/+5
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-2313-13/+13
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-192-1/+12
* GC prototype for procfs_bmap() missed during a previous commit.jhb2001-05-111-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-019-26/+56
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-31/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-292-4/+0
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-246-55/+50
* Correct #includes to work with fixed sys/mount.h.grog2001-04-233-0/+6
* - Various style fixes.jhb2001-03-291-7/+3
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-282-13/+14
* Catch up to header include changes:jhb2001-03-283-0/+3
* Proc locking identical to that of linprocfs' vnops except that we hold thejhb2001-03-071-18/+59
* Protect read to p_pptr with proc lock rather than proctree lock.jhb2001-03-071-2/+2
* Proc locking. Lock around psignal() and also ensure both an exclusivejhb2001-03-071-20/+34
* Protect p_flag with the proc lock.jhb2001-03-073-3/+18
* Remove the copyinstr call which was trying to copy the pathname in fromdfr2001-03-031-3/+0
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-2/+2
* Change and clean the mutex lock interface.bmilekic2001-02-092-19/+19
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* Use macro API to <sys/queue.h>phk2000-12-311-4/+4
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-232-0/+16
* o Tighten restrictions on use of /proc/pid/ctl and move access checksrwatson2000-12-131-4/+10
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-1/+4
* Add a module version (so that linprocfs can properly depend on procfs)des2000-12-091-0/+1
* Protect p_stat with the sched_lock.jhb2000-12-021-1/+18
OpenPOWER on IntegriCloud