summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* More paranoia against overflowseivind2000-11-081-18/+45
* Fix overflow from jail hostname.eivind2000-11-011-1/+1
* return correct type for process directory entries, DT_DIR not DT_REGalfred2000-10-051-1/+1
* Remove a comment that has been not only obsolete but patently wrong for thedes2000-09-041-8/+0
* o Simplify if/then clause equating ESRCH with ENOENT when hiding a processrwatson2000-09-011-5/+2
* o Make procfs use vaccess() for procfs_access() DAC and super-user checks,rwatson2000-09-011-28/+4
* o Centralize inter-process access control, introducing:rwatson2000-08-306-21/+38
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-24/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-263-99/+2
* Quiet an unused variable warning by commenting out a variable declarationgreen2000-04-221-1/+1
* There's no reason to make "file" 0500 rather than 0555.green2000-04-221-1/+3
* Welcome back our old friend from procfs, "file"!green2000-04-223-19/+155
OpenPOWER on IntegriCloud