summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union
Commit message (Expand)AuthorAgeFilesLines
* Convert select -> poll.peter1997-09-141-8/+11
* Staticized.bde1997-09-071-3/+3
* Support read-only mount.kato1997-09-041-1/+39
* Removed unused #includes.bde1997-09-021-4/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* 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
* Removed unused #includes.bde1997-08-022-8/+2
* 1. Added cast and parenthesis in block size calculaion inkato1997-05-072-78/+78
* 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
* Revised fix for locking violation when unionfs calls vput withkato1997-04-291-32/+36
* 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
* Avoid `lock against myself' panic by following operation:kato1997-04-191-2/+16
* Do not set the uppervp to NULLVP in union_removed_upper. If lowervpkato1997-04-161-1/+16
* Undo previous commit to avoid panic, and fix order of argument ofkato1997-04-161-15/+2
* Quick-hack to avoid `lock against myself' panic. It is not the realkato1997-04-151-2/+15
* Fix `lockmgr: locking against myself' panic by multi union mount ofkato1997-04-141-1/+25
* Fix locking violation when accessing `..'.kato1997-04-141-1/+39
* Access correct union mount point in union_access.kato1997-04-131-2/+2
* The function union_fsync tries to lock overlaying vnode object whenphk1997-04-131-3/+14
* The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR whenphk1997-04-131-1/+5
* Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf inphk1997-04-131-2/+2
* Removed libc stuffs. Lite/2 merged libc contains unionfs support, andkato1997-04-134-1300/+0
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-232-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-225-5/+5
* Added parameter names to prototypes that were added in the last commit tobde1997-02-121-4/+7
* Restored #include of <sys/kernel.h> so that this compiles again.bde1997-02-121-0/+1
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-123-0/+8
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-104-573/+1023
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
* This commit was generated by cvs2svn to compensate for changes in r14557,peter1996-03-113-4/+1075
|\
| * Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, allpeter1996-03-118-590/+2152
* | Added prototypes.bde1995-12-033-7/+70
* | Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-46/+46
* | Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-2/+3
* | The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-172-5/+5
* | Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-011-3/+3
* | Fixed VOP_LINK argument order botch.dg1995-06-281-2/+2
* | Remove trailing whitespace.rgrimes1995-05-302-8/+8
* | Add four more filesystem flags:wollman1995-03-161-2/+2
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-162-3/+8
OpenPOWER on IntegriCloud