summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Convert select -> poll.peter1997-09-1410-106/+127
* Fix a type in a comment and remove some checks now done centrally.phk1997-09-101-10/+2
* This stuff is now done centrally.phk1997-09-101-15/+1
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-8/+3
* Staticized.bde1997-09-071-3/+3
* Some staticized variables were still declared to be extern.bde1997-09-076-13/+8
* Support read-only mount.kato1997-09-041-1/+39
* Removed unused #includes.bde1997-09-028-32/+8
* Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.kato1997-08-281-3/+3
* Fixed NULLFS_DIAGNOSTIC stuff.kato1997-08-271-2/+11
* Uncut&paste cache_lookup().phk1997-08-266-119/+14
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-261-3/+1
* Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug andkato1997-08-251-16/+18
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-221-2/+4
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-1610-31/+32
* Added DIAGNOSTIC routine to test inconsistency of vnode when cnpkato1997-08-151-1/+9
* Deleted unused code which adjust UN_UNLOCK flag.kato1997-08-151-17/+5
* If the user doesn't have read permission, union_copyup should not copykato1997-08-141-1/+11
* Backed out part of previous change. The example of -b mount inkato1997-08-141-4/+2
* Fixed vnode corruption by undefined case in union_lookup(). Whenkato1997-08-121-3/+7
* Check permissions for fp regs as well as normal regs.sef1997-08-121-1/+3
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,sef1997-08-124-8/+43
* Removed unused #includes.bde1997-08-0227-124/+28
* More comment cleanup.alex1997-06-261-5/+5
* Typo police.alex1997-06-261-3/+3
* Style fix my previous commit.alex1997-06-261-2/+2
* Block all write operations to /proc/1/* when securelevel > 0.alex1997-06-211-1/+3
* Don't remove the controlling tty from the session if the vnode is beingtegge1997-05-291-1/+2
* Fix some warnings (missing prototypes, wrong "generic" args etc)peter1997-05-253-9/+11
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-171-10/+1
* 1. Added cast and parenthesis in block size calculaion inkato1997-05-072-78/+78
* Hide the kernel-only stuff inside #ifdef KERNEL.joerg1997-05-071-5/+14
* Oops. The function cd9660_mountroot() is gone, but i've committed anjoerg1997-05-041-3/+1
* This mega-commit brings the following:joerg1997-05-042-19/+61
* Fixed panic message in union_lock(): union_link --> union_lock.kato1997-05-031-2/+2
* Access correct union mount point in union_access. Old vnode is savedkato1997-05-021-2/+4
* Remove the dependancy on DEV_BSIZE, now specfs works on != 512bytesos1997-05-011-3/+10
* For multi-session CD-ROMs, we have to account for previous sessions asjoerg1997-04-291-1/+10
* Add support for ISO9660 multi-session CD-ROMs. This is just nothingjoerg1997-04-292-2/+5
* Revised fix for locking violation when unionfs calls vput withkato1997-04-291-32/+36
* Removed bogon from previous commit: doubly included sys/systm.h.alex1997-04-271-2/+1
* Prevent debugger attachment to init when securelevel > 0.alex1997-04-271-1/+6
* Undo 1.29.kato1997-04-271-2/+2
* Do nothing instead of adjusting un_flags when (uppervp is locked) &&kato1997-04-261-11/+3
* Do not clear UN_ULOCK in certain case.kato1997-04-261-2/+12
* Dirty change in union_lock(). Sometimes upper vnode is locked withoutkato1997-04-211-5/+23
* Replace VOP_LOCK with vn_lock.kato1997-04-211-2/+2
* Fix both a problem with accessing backing objects, and also releasedyson1997-04-201-1/+14
* Avoid `lock against myself' panic by following operation:kato1997-04-192-6/+33
* Fix `locking against myself' panic by multi nullfs mount of samekato1997-04-171-1/+25
OpenPOWER on IntegriCloud