index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
union
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert select -> poll.
peter
1997-09-14
1
-8
/
+11
*
Staticized.
bde
1997-09-07
1
-3
/
+3
*
Support read-only mount.
kato
1997-09-04
1
-1
/
+39
*
Removed unused #includes.
bde
1997-09-02
1
-4
/
+1
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-2
/
+2
*
Added DIAGNOSTIC routine to test inconsistency of vnode when cnp
kato
1997-08-15
1
-1
/
+9
*
Deleted unused code which adjust UN_UNLOCK flag.
kato
1997-08-15
1
-17
/
+5
*
If the user doesn't have read permission, union_copyup should not copy
kato
1997-08-14
1
-1
/
+11
*
Backed out part of previous change. The example of -b mount in
kato
1997-08-14
1
-4
/
+2
*
Fixed vnode corruption by undefined case in union_lookup(). When
kato
1997-08-12
1
-3
/
+7
*
Removed unused #includes.
bde
1997-08-02
2
-8
/
+2
*
1. Added cast and parenthesis in block size calculaion in
kato
1997-05-07
2
-78
/
+78
*
Fixed panic message in union_lock(): union_link --> union_lock.
kato
1997-05-03
1
-2
/
+2
*
Access correct union mount point in union_access. Old vnode is saved
kato
1997-05-02
1
-2
/
+4
*
Revised fix for locking violation when unionfs calls vput with
kato
1997-04-29
1
-32
/
+36
*
Undo 1.29.
kato
1997-04-27
1
-2
/
+2
*
Do nothing instead of adjusting un_flags when (uppervp is locked) &&
kato
1997-04-26
1
-11
/
+3
*
Do not clear UN_ULOCK in certain case.
kato
1997-04-26
1
-2
/
+12
*
Dirty change in union_lock(). Sometimes upper vnode is locked without
kato
1997-04-21
1
-5
/
+23
*
Replace VOP_LOCK with vn_lock.
kato
1997-04-21
1
-2
/
+2
*
Avoid `lock against myself' panic by following operation:
kato
1997-04-19
1
-2
/
+16
*
Do not set the uppervp to NULLVP in union_removed_upper. If lowervp
kato
1997-04-16
1
-1
/
+16
*
Undo previous commit to avoid panic, and fix order of argument of
kato
1997-04-16
1
-15
/
+2
*
Quick-hack to avoid `lock against myself' panic. It is not the real
kato
1997-04-15
1
-2
/
+15
*
Fix `lockmgr: locking against myself' panic by multi union mount of
kato
1997-04-14
1
-1
/
+25
*
Fix locking violation when accessing `..'.
kato
1997-04-14
1
-1
/
+39
*
Access correct union mount point in union_access.
kato
1997-04-13
1
-2
/
+2
*
The function union_fsync tries to lock overlaying vnode object when
phk
1997-04-13
1
-3
/
+14
*
The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR when
phk
1997-04-13
1
-1
/
+5
*
Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf in
phk
1997-04-13
1
-2
/
+2
*
Removed libc stuffs. Lite/2 merged libc contains unionfs support, and
kato
1997-04-13
4
-1300
/
+0
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
2
-4
/
+4
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
5
-5
/
+5
*
Added parameter names to prototypes that were added in the last commit to
bde
1997-02-12
1
-4
/
+7
*
Restored #include of <sys/kernel.h> so that this compiles again.
bde
1997-02-12
1
-0
/
+1
*
Add function protypes for the new Lite2 unionfs functions.
mpp
1997-02-12
3
-0
/
+8
*
Add function prototypes for most of the new Lite2 functions.
mpp
1997-02-12
1
-1
/
+2
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
4
-573
/
+1023
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
5
-5
/
+5
*
This commit was generated by cvs2svn to compensate for changes in r14557,
peter
1996-03-11
3
-4
/
+1075
|
\
|
*
Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all
peter
1996-03-11
8
-590
/
+2152
*
|
Added prototypes.
bde
1995-12-03
3
-7
/
+70
*
|
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
2
-46
/
+46
*
|
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-2
/
+3
*
|
The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()
bde
1995-08-17
2
-5
/
+5
*
|
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
1
-3
/
+3
*
|
Fixed VOP_LINK argument order botch.
dg
1995-06-28
1
-2
/
+2
*
|
Remove trailing whitespace.
rgrimes
1995-05-30
2
-8
/
+8
*
|
Add four more filesystem flags:
wollman
1995-03-16
1
-2
/
+2
*
|
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
2
-3
/
+8
[next]