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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Remove the dependancy on DEV_BSIZE, now specfs works on != 512byte
sos
1997-05-01
1
-3
/
+10
*
Revised fix for locking violation when unionfs calls vput with
kato
1997-04-29
1
-32
/
+36
*
Removed bogon from previous commit: doubly included sys/systm.h.
alex
1997-04-27
1
-2
/
+1
*
Prevent debugger attachment to init when securelevel > 0.
alex
1997-04-27
1
-1
/
+6
*
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
*
Fix both a problem with accessing backing objects, and also release
dyson
1997-04-20
1
-1
/
+14
*
Avoid `lock against myself' panic by following operation:
kato
1997-04-19
2
-6
/
+33
*
Fix `locking against myself' panic by multi nullfs mount of same
kato
1997-04-17
1
-1
/
+25
*
Use NULLVP instead of NULL.
kato
1997-04-17
3
-11
/
+11
*
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
*
Get the declaration of `struct dirent' from <sys/dirent.h>, not from
bde
1997-04-10
1
-7
/
+4
*
Removed unused or apparently-unused #includes, especially of the
bde
1997-04-10
1
-5
/
+2
*
Fix the gdb executable modify problem. Thanks to the detective work
dyson
1997-04-06
1
-80
/
+47
*
Don't include <sys/ioctl.h> in the kernel. Stage 3: include
bde
1997-03-24
1
-2
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
5
-10
/
+5
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
4
-6
/
+8
*
Fixed missing initialisation of vp->v_type for types Pfile and Pmem
bde
1997-03-08
1
-1
/
+2
*
Use Lite2's stub locking vops instead of nullop.
bde
1997-02-24
1
-4
/
+5
*
Fixed procfs's locking vops. They were missed in the Lite2 merge,
bde
1997-02-24
1
-5
/
+5
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
40
-41
/
+41
*
Eliminate the last of the compile warnings in this module by
mpp
1997-02-12
1
-7
/
+7
*
Restore of #include <sys/kernel.h> so that this compiles without
mpp
1997-02-12
1
-0
/
+1
*
Rstored #include of <sys/kernel.h> so that this compiles
mpp
1997-02-12
1
-0
/
+1
*
Make this compile again after the Lite2 merge.
mpp
1997-02-12
3
-23
/
+26
*
Make this compile again after the Lite2 merge.
mpp
1997-02-12
3
-8
/
+12
*
Add missing function prototypes.
mpp
1997-02-12
3
-3
/
+4
*
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
5
-4
/
+12
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
35
-1768
/
+2274
*
Change the map entry flags from bitfields to bitmasks. Allows
dyson
1997-01-16
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
40
-40
/
+40
*
Fixed lseek() on named pipes. It always succeeded but should always fail.
bde
1996-12-19
1
-1
/
+3
*
Fixed errno for unsupported advisory locks. The errno is now EINVAL
bde
1996-12-19
2
-4
/
+4
[prev]
[next]