summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Pseudofsize procfs(5).des2001-12-041-413/+0
* o Remove redundant securelevel/pid1 check in procfs_rw() -- thisrwatson2001-09-181-2/+0
* KSE Milestone 2julian2001-09-121-3/+3
* Remove read permission for group on the /proc/*/mem file, since kmemrwatson2001-08-031-2/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+5
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-1/+3
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* 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-261-96/+0
* 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-221-0/+104
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-1/+6
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-301-1/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* A partial implementation of the procfs cmdline pseudo-file. Thispeter1999-01-051-1/+6
* Fix a problem with procfs_exit() that resulted in missing some procfssef1997-12-121-12/+26
* Code to prevent a panic caused by procfs_exit(). Note that i don't knowsef1997-12-091-3/+11
* Use at_exit() to invoke procfs_exit() instead of calling it directly.sef1997-12-081-2/+3
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+12
* Removed unused #includes.bde1997-08-021-3/+1
* Style fix my previous commit.alex1997-06-261-2/+2
* Block all write operations to /proc/1/* when securelevel > 0.alex1997-06-211-1/+3
* Fixed missing initialisation of vp->v_type for types Pfile and Pmembde1997-03-081-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-25/+30
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-2/+2
* Implement locking for pfs nodes, when at the leaf. Concurrent accessdyson1996-07-021-10/+29
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-1/+5
* Add a feature to procfs to allow display of the process address mapdyson1996-06-171-1/+5
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-6/+12
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps sodg1995-04-151-2/+3
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
* Added $Id$dg1994-08-021-2/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+314
OpenPOWER on IntegriCloud