summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-197-8/+10
* Include <sys/systm.h> for (at least) the definition of atomic functionsbde2002-04-211-0/+1
* Spelling fix for comment.rwatson2002-04-201-1/+1
* - Change procfs_control()'s first argument to be a thread pointer insteadjhb2002-04-131-47/+32
* Lock the target process for p_candebug().jhb2002-04-131-3/+4
* Lock the target process in procfs_doproc*regs() for p_candebug and whilejhb2002-04-133-9/+23
* - p_cansee() needs the target process locked.jhb2002-04-131-18/+17
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsalfred2002-03-291-11/+17
* Remove __P.alfred2002-03-191-1/+1
* Lock struct pgrp, session and sigio.tanimura2002-02-232-2/+8
* Paranoia: if the process is setugid, set all sensitive files mode 0.des2002-02-181-1/+3
* FIxed the following style bugs:bde2002-02-162-10/+16
* FIxed the following style bugs:bde2002-02-163-11/+21
* Fixed missing PHOLD()/PRELE().bde2002-02-161-0/+2
* Pre-KSE/M3 commit.julian2002-02-076-14/+19
* 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
OpenPOWER on IntegriCloud