aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Staticize.Poul-Henning Kamp1997-11-183-33/+30
* Don't try to obtain an excluive lock on the vm map, since a deadlock mightTor Egge1997-11-141-3/+3
* fix slight breakages from PHK's VFS work.Julian Elischer1997-11-082-43/+9
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-4/+1
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-3/+2
* KNFize rev.1.31.Bruce Evans1997-10-271-4/+6
* Use unique sleep message strings.Bruce Evans1997-10-271-4/+3
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-277-14/+7
* VFS interior redecoration.Poul-Henning Kamp1997-10-269-71/+38
* Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.Ollivier Robert1997-10-211-1/+5
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveOllivier Robert1997-10-211-2/+8
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-168-31/+8
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-169-421/+18
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-168-483/+81
* remove forgotten debug printf()Julian Elischer1997-10-161-2/+1
* 1/ by default make all versions of the same device get the same vnode.Julian Elischer1997-10-162-6/+5
* some cleanups of init code, and changes needed to support disk layering.Julian Elischer1997-10-162-62/+75
* vnops megacommitPoul-Henning Kamp1997-10-155-215/+148
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-1511-87/+87
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-1511-518/+450
* if we free all the links to a node, then by definitionJulian Elischer1997-10-121-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-129-32/+44
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-113-5/+9
* Allow a deleted deveice to delte it's nodes in other mounted devfsJulian Elischer1997-10-101-1/+7
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-272-5/+13
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-213-8/+8
* Executing binaries on a nullfs (or nullfs-based) filesystem results inPoul-Henning Kamp1997-09-182-5/+7
* devfs changes to allow old (better) and newer (braindamaged) behaviour.Julian Elischer1997-09-161-10/+24
* Convert select -> poll.Peter Wemm1997-09-1411-84/+118
* Removed yet more vestiges of config-time swap configuration and/orBruce Evans1997-09-071-4/+2
* Removed vestiges of config-time "argument processing" configuration.Bruce Evans1997-09-071-2/+2
* Staticized.Bruce Evans1997-09-071-3/+3
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-077-15/+9
* Support read-only mount.KATO Takenori1997-09-041-1/+39
* Removed unused #includes.Bruce Evans1997-09-026-28/+6
* Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.KATO Takenori1997-08-281-3/+3
* Fixed NULLFS_DIAGNOSTIC stuff.KATO Takenori1997-08-271-2/+11
* remove un-needed if statement (now the poul removed the 'then' clause)Julian Elischer1997-08-271-8/+1
* two fixes submitted by Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>Julian Elischer1997-08-261-3/+4
* Copy&Paste considered harmful:Poul-Henning Kamp1997-08-251-67/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-1610-29/+30
* Added DIAGNOSTIC routine to test inconsistency of vnode when cnpKATO Takenori1997-08-151-1/+9
* Deleted unused code which adjust UN_UNLOCK flag.KATO Takenori1997-08-151-17/+5
* If the user doesn't have read permission, union_copyup should not copyKATO Takenori1997-08-141-1/+11
* Backed out part of previous change. The example of -b mount inKATO Takenori1997-08-141-4/+2
* Fixed vnode corruption by undefined case in union_lookup(). WhenKATO Takenori1997-08-121-3/+7
* Check permissions for fp regs as well as normal regs.Sean Eric Fagan1997-08-121-1/+3
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,Sean Eric Fagan1997-08-124-8/+43
* Removed unused #includes.Bruce Evans1997-08-0224-115/+25
* two tiny typo'sJulian Elischer1997-07-141-3/+3