summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-012-5/+5
* Fix some incorrect comments that make reference to /dev/fd.mpp1995-07-311-4/+4
* Fix various kernfs file system problems, which can result inmpp1995-07-311-42/+61
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-292-12/+4
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+2
* Added missing splx() in DIAGNOSTIC code.dg1995-07-081-1/+2
* Fixed VOP_LINK argument order botch.dg1995-06-281-2/+2
* Killed the "probably_never" ifdef'd code.dg1995-06-281-68/+1
* Remove trailing whitespace.rgrimes1995-05-3021-120/+120
* Fixed panic that resulted from mmaping files in kernfs and procfs. Adg1995-05-255-38/+13
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-3/+3
* change to reflect reality.julian1995-05-031-4/+6
* remove debugging printouts unless DEVFS_DEBUG is set.julian1995-05-031-3/+2
* Submitted by: phkjulian1995-05-031-4/+25
* remove note about 'find' now that it's fixed.julian1995-04-201-6/+4
* Submitted by: phk@freebsd.orgjulian1995-04-201-1/+22
* Submitted by: julianjulian1995-04-201-3/+4
* Submitted by: julianjulian1995-04-206-176/+161
* Reviewed by:julian1995-04-201-0/+123
* Reviewed by: no-one yet, but nonintrusive until configed in.. :)julian1995-04-207-0/+2805
* For P_SUGID processes, we must also change ownership of the mem filedg1995-04-151-2/+10
* Retain group kmem readability for P_SUGID processes.dg1995-04-151-2/+6
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps sodg1995-04-153-5/+7
* Changes from John Dyson and myself:dg1995-04-091-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-282-5/+4
* Removed redundant newlines that were in some panic strings.dg1995-03-192-4/+4
* Add four more filesystem flags:wollman1995-03-167-14/+14
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-1612-20/+29
* Make sure process isn't swapped when messing with it.dg1995-02-202-3/+4
* YFfixphk1995-02-141-1/+2
* Fixed bmap run-length brokeness.dg1995-02-033-3/+9
* Initialize map start hint to vm_map_find()...not doing so will cause itdg1995-01-051-2/+2
* Fix problem when attached process detachedache1994-12-311-1/+5
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>jkh1994-11-151-1/+16
* Undo a previous change. <sys/disklabel.h> was broken, not these files.bde1994-11-141-2/+1
* From tim@cs.city.ac.uk (Tim Wilkinson):dg1994-11-042-5/+11
* From: fredriks@mcs.com (Lars Fredriksen)jkh1994-10-281-1/+2
* Fixed bug I just introduced that would have allowed a user to clobberdg1994-10-181-4/+6
* Allow upages to be paged in/accessed.dg1994-10-181-2/+2
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-1013-68/+100
* Cosmetics: added a #include and a static prototype to silence gcc.phk1994-10-081-1/+3
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-066-15/+15
* GCC cleanup.phk1994-10-025-33/+44
* 1) Added "." and ".." entries.dg1994-09-241-4/+20
* Include <sys/kernel.h> not <kernel.h>dg1994-09-231-2/+2
* More loadable VFS changes:wollman1994-09-227-9/+13
* Fix a few niggling little bugs:wollman1994-09-213-3/+6
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-2117-17/+54
* Supply prototypes for some functions that were implicitly declared andbde1994-09-151-2/+3
OpenPOWER on IntegriCloud