summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: fix typo "," -> ";"Peter Wemm1999-12-271-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0511-11/+11
* MFC: procfs security patch. 2.1's not dead! Long live 2.1 ;-)Guido van Rooij1997-08-255-9/+46
* Merge from current: block write ops to /proc/1/* when securelevel > 0.Alexander Langer1997-06-211-1/+3
* Merge from -current: disallow debugger attachment when securelevel > 0.Alexander Langer1997-04-271-1/+5
* Retrofitted changes from main branch: do pfsnode locking to preventDavid Greenman1996-07-022-9/+27
* Retrofitted new procfs_rwmem() from main branch. This version is similarDavid Greenman1996-07-021-61/+101
* Brought in fix from rev 1.18: gain a reference to the vmspace and doDavid Greenman1996-06-181-2/+14
* Brought in changes from main branch: move MALLOC of fsnode to avoid aDavid Greenman1996-06-121-6/+12
* Fixed bogus changes from mega-commit 3. This reverts the files to theirNate Williams1996-06-051-4/+12
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-051-12/+4
* Merge from HEAD:Wolfram Schneider1996-05-311-4/+12
* If the process has successfully done a setuid, rip away read/write toPeter Wemm1996-02-231-1/+2
* Brought in changes from main branch:David Greenman1995-09-141-2/+1
* Brought in changes from rev 1.16: disallow delete/rename.David Greenman1995-09-121-3/+6
* Brought in changes from rev 1.15: don't dereference NULL credentials.David Greenman1995-08-241-3/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-9/+9
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-253-33/+7
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-3/+3
* For P_SUGID processes, we must also change ownership of the mem fileDavid Greenman1995-04-151-2/+10
* Retain group kmem readability for P_SUGID processes.David Greenman1995-04-151-2/+6
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps soDavid Greenman1995-04-153-5/+7
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-163-5/+11
* Make sure process isn't swapped when messing with it.David Greenman1995-02-202-3/+4
* Fixed bmap run-length brokeness.David Greenman1995-02-031-1/+3
* Initialize map start hint to vm_map_find()...not doing so will cause itDavid Greenman1995-01-051-2/+2
* Fix problem when attached process detachedAndrey A. Chernov1994-12-311-1/+5
* Fixed bug I just introduced that would have allowed a user to clobberDavid Greenman1994-10-181-4/+6
* Allow upages to be paged in/accessed.David Greenman1994-10-181-2/+2
* Cosmetics. reduce the noise from gcc -Wall.Poul-Henning Kamp1994-10-103-13/+19
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* 1) Added "." and ".." entries.David Greenman1994-09-241-4/+20
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-212-2/+6
* Supply prototypes for some functions that were implicitly declared andBruce Evans1994-09-151-2/+3
* Fix up some sloppy coding practices:Garrett Wollman1994-08-182-3/+8
* Added $Id$David Greenman1994-08-0210-20/+10
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-252-0/+27
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2411-0/+2666