aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* 1) Start using a cleaner and more consistant page allocator insteadJohn Dyson1998-02-051-2/+5
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-0410-10/+28
* Declare the variable `i' when UMAP_DIAGNOSTIC is defined.KATO Takenori1998-02-031-1/+4
* Make the debug options new-style.Eivind Eklund1998-01-313-4/+10
* Fixed typo in comment.KATO Takenori1998-01-251-2/+2
* VM level code cleanups.John Dyson1998-01-221-3/+3
* Delete unused code in union_fsync().KATO Takenori1998-01-221-6/+1
* - Move SETKLOC and CLEARKLOCK macros into uion.h.KATO Takenori1998-01-203-10/+33
* Workarround for locking violation while recycling vnode which union fsKATO Takenori1998-01-181-4/+14
* Improve and revise fixes for locking violation.KATO Takenori1998-01-182-33/+52
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-063-15/+23
* Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID resultSean Eric Fagan1998-01-061-1/+4
* add copyrightsJulian Elischer1998-01-024-17/+102
* Fixed missing initialization of mp->mnt_stat. At least vm depends onBruce Evans1998-01-013-3/+6
* Fixed a missing/misplaced/misstyled prototype.Bruce Evans1997-12-302-4/+4
* Lots of improvements, including restructring the caching and managementJohn Dyson1997-12-291-10/+3
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-272-3/+4
* Clear the p_stops field on change of user/group id, unless the correctSean Eric Fagan1997-12-201-3/+13
* Set the sender's low watermark to match the maximum size for atomicBruce Evans1997-12-191-1/+2
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALGarrett Wollman1997-12-151-5/+20
* Fixed EOF handing.Bruce Evans1997-12-131-8/+2
* Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is tooBruce Evans1997-12-131-2/+32
* Change the ioctls for procfs around a bit; in particular, whever possible,Sean Eric Fagan1997-12-131-3/+4
* Fix a problem with procfs_exit() that resulted in missing some procfsSean Eric Fagan1997-12-122-23/+27
* Code to prevent a panic caused by procfs_exit(). Note that i don't knowSean Eric Fagan1997-12-091-3/+11
* A couple of fixes from bruce: first of all, psignal is a void (stupidSean Eric Fagan1997-12-081-3/+3
* Use at_exit() to invoke procfs_exit() instead of calling it directly.Sean Eric Fagan1997-12-082-3/+13
* Clear the stop events and wakeup the process on teh last close of theSean Eric Fagan1997-12-071-1/+29
* Changes to allow event-based process monitoring and control.Sean Eric Fagan1997-12-062-2/+89
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-054-4/+8
* 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