summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
...
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-263-72/+0
* Remove even more '&' from pointers to functions.phk2002-10-201-26/+26
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+2
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+3
* Completely redo thread states.julian2002-09-112-3/+2
* s/SGNL/SIG/davidxu2002-09-052-3/+3
* Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.jake2002-08-151-4/+4
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-013-0/+72
* Create a new thread state to describe threads that would be ready to runjulian2002-07-291-0/+2
* Part 1 of KSE-IIIjulian2002-06-295-12/+15
* 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
OpenPOWER on IntegriCloud