summaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: fix typo "," -> ";"Peter Wemm1999-12-271-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0538-38/+38
* 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-127-32/+80
* Somehow got missed from the last commit. Stick these in -stable'sGary Palmer1996-06-098-2955/+0
* Fixed bogus changes from mega-commit 3. This reverts the files to theirNate Williams1996-06-055-8/+16
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-056-17/+9
* 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 rev 1.10: add ability to have a fifo open forDavid Greenman1995-09-281-16/+29
* Brought in some changes from main branch: add missing args to VOP_CLOSE()David Greenman1995-09-182-5/+5
* 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 fixes from main branch: don't allow delete/rename and initializeDavid Greenman1995-09-122-2/+11
* Brought in changes from main branch: various stability bug fixes.David Greenman1995-09-071-45/+64
* Brought in changes from rev 1.15: don't dereference NULL credentials.David Greenman1995-08-241-3/+7
* (2.1.0 branch)David Greenman1995-07-081-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-3021-120/+120
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-255-38/+13
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-3/+3
* change to reflect reality.Julian Elischer1995-05-031-4/+6
* remove debugging printouts unless DEVFS_DEBUG is set.Julian Elischer1995-05-031-3/+2
* Submitted by: phkJulian Elischer1995-05-031-4/+25
* remove note about 'find' now that it's fixed.Julian Elischer1995-04-201-6/+4
* Submitted by: phk@freebsd.orgJulian Elischer1995-04-201-1/+22
* Submitted by: julianJulian Elischer1995-04-201-3/+4
* Submitted by: julianJulian Elischer1995-04-206-176/+161
* Reviewed by:Julian Elischer1995-04-201-0/+123
* Reviewed by: no-one yet, but nonintrusive until configed in.. :)Julian Elischer1995-04-207-0/+2805
* 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
* Changes from John Dyson and myself:David Greenman1995-04-091-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-282-5/+4
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-192-4/+4
* Add four more filesystem flags:Garrett Wollman1995-03-167-14/+14
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-1612-20/+29
* Make sure process isn't swapped when messing with it.David Greenman1995-02-202-3/+4
* YFfixPoul-Henning Kamp1995-02-141-1/+2
* Fixed bmap run-length brokeness.David Greenman1995-02-033-3/+9
* 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
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>Jordan K. Hubbard1994-11-151-1/+16
* Undo a previous change. <sys/disklabel.h> was broken, not these files.Bruce Evans1994-11-141-2/+1
* From tim@cs.city.ac.uk (Tim Wilkinson):David Greenman1994-11-042-5/+11