summaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* From: fredriks@mcs.com (Lars Fredriksen)Jordan K. Hubbard1994-10-281-1/+2
* 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-1013-68/+100
* Cosmetics: added a #include and a static prototype to silence gcc.Poul-Henning Kamp1994-10-081-1/+3
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-066-15/+15
* GCC cleanup.Poul-Henning Kamp1994-10-025-33/+44
* 1) Added "." and ".." entries.David Greenman1994-09-241-4/+20
* Include <sys/kernel.h> not <kernel.h>David Greenman1994-09-231-2/+2
* More loadable VFS changes:Garrett Wollman1994-09-227-9/+13
* Fix a few niggling little bugs:Garrett Wollman1994-09-213-3/+6
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-2117-17/+54
* Supply prototypes for some functions that were implicitly declared andBruce Evans1994-09-151-2/+3
* Relaxed panic in fdesc_setattr() to just return error.David Greenman1994-09-091-2/+2