summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union
Commit message (Expand)AuthorAgeFilesLines
* 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
* | From tim@cs.city.ac.uk (Tim Wilkinson):dg1994-11-042-5/+11
* | Cosmetics. reduce the noise from gcc -Wall.phk1994-10-103-19/+26
* | Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-062-7/+7
* | More loadable VFS changes:wollman1994-09-221-1/+2
* | Fix a few niggling little bugs:wollman1994-09-211-1/+2
* | Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-212-2/+6
* | Added $Id$dg1994-08-025-5/+6
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-253-6/+5
|/
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-246-0/+3138
OpenPOWER on IntegriCloud