summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1998-02-201-2/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-1812-1913/+3348
* Deleted unused variable.kato1998-02-101-2/+1
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockkato1998-02-103-54/+32
* Staticize.eivind1998-02-098-31/+31
* Fixed pagefault when cred == NOCRED.kato1998-02-072-14/+24
* Fixed number of entries in gid-mapfile.kato1998-02-071-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-0614-43/+14
* Workarround for DIAGNOSTIC kernel's panic in union_lookup().kato1998-02-061-1/+7
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-2/+5
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-0414-14/+43
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+3
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+11
* Declare the variable `i' when UMAP_DIAGNOSTIC is defined.kato1998-02-031-1/+4
* Make the debug options new-style.eivind1998-01-313-4/+10
* Fixed typo in comment.kato1998-01-251-2/+2
* VM level code cleanups.dyson1998-01-221-3/+3
* Delete unused code in union_fsync().kato1998-01-221-6/+1
* - Move SETKLOC and CLEARKLOCK macros into uion.h.kato1998-01-203-10/+33
* Workarround for locking violation while recycling vnode which union fskato1998-01-181-4/+14
* Improve and revise fixes for locking violation.kato1998-01-182-33/+52
* Make our v_usecount vnode reference count work identically to thedyson1998-01-063-15/+23
* Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID resultsef1998-01-061-1/+4
* Fixed missing initialization of mp->mnt_stat. At least vm depends onbde1998-01-013-3/+6
* Fixed a missing/misplaced/misstyled prototype.bde1997-12-302-4/+4
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-10/+3
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-274-5/+9
* Properly clean out the SI_MOUNTEDON flag iff the mount attempt failsjoerg1997-12-211-1/+2
* Clear the p_stops field on change of user/group id, unless the correctsef1997-12-201-3/+13
* Set the sender's low watermark to match the maximum size for atomicbde1997-12-191-1/+2
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-151-5/+20
* Fixed EOF handing.bde1997-12-131-8/+2
* Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is toobde1997-12-131-2/+32
* Change the ioctls for procfs around a bit; in particular, whever possible,sef1997-12-131-3/+4
* Fix a problem with procfs_exit() that resulted in missing some procfssef1997-12-122-23/+27
* Code to prevent a panic caused by procfs_exit(). Note that i don't knowsef1997-12-091-3/+11
* A couple of fixes from bruce: first of all, psignal is a void (stupidsef1997-12-081-3/+3
* Use at_exit() to invoke procfs_exit() instead of calling it directly.sef1997-12-082-3/+13
* Clear the stop events and wakeup the process on teh last close of thesef1997-12-071-1/+29
* Changes to allow event-based process monitoring and control.sef1997-12-062-2/+89
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-053-3/+6
* Staticize.phk1997-11-183-33/+30
* Staticize a few things.phk1997-11-183-11/+10
* Don't try to obtain an excluive lock on the vm map, since a deadlock mighttegge1997-11-141-3/+3
* Reviewed by: various.julian1997-11-121-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-8/+4
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-3/+2
* KNFize rev.1.31.bde1997-10-271-4/+6
* Use unique sleep message strings.bde1997-10-271-4/+3
* Use bread() instead of cluster_read() for reading the last blockbde1997-10-271-2/+2
OpenPOWER on IntegriCloud