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
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staticized.
bde
1997-09-07
1
-3
/
+3
*
Some staticized variables were still declared to be extern.
bde
1997-09-07
6
-13
/
+8
*
Support read-only mount.
kato
1997-09-04
1
-1
/
+39
*
Removed unused #includes.
bde
1997-09-02
8
-32
/
+8
*
Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.
kato
1997-08-28
1
-3
/
+3
*
Fixed NULLFS_DIAGNOSTIC stuff.
kato
1997-08-27
1
-2
/
+11
*
Uncut&paste cache_lookup().
phk
1997-08-26
6
-119
/
+14
*
Back out some incorrect changes that was worse than the original bug.
dyson
1997-08-26
1
-3
/
+1
*
Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug and
kato
1997-08-25
1
-16
/
+18
*
This is a trial improvement for the vnode reference count while on the vnode
dyson
1997-08-22
1
-2
/
+4
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
10
-31
/
+32
*
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
*
Check permissions for fp regs as well as normal regs.
sef
1997-08-12
1
-1
/
+3
*
Fix procfs security hole -- check permissions on meaningful I/Os (namely,
sef
1997-08-12
4
-8
/
+43
*
Removed unused #includes.
bde
1997-08-02
27
-124
/
+28
*
More comment cleanup.
alex
1997-06-26
1
-5
/
+5
*
Typo police.
alex
1997-06-26
1
-3
/
+3
*
Style fix my previous commit.
alex
1997-06-26
1
-2
/
+2
*
Block all write operations to /proc/1/* when securelevel > 0.
alex
1997-06-21
1
-1
/
+3
*
Don't remove the controlling tty from the session if the vnode is being
tegge
1997-05-29
1
-1
/
+2
*
Fix some warnings (missing prototypes, wrong "generic" args etc)
peter
1997-05-25
3
-9
/
+11
*
Remove redundant check for vp == dvp (done in VFS before calling).
phk
1997-05-17
1
-10
/
+1
*
1. Added cast and parenthesis in block size calculaion in
kato
1997-05-07
2
-78
/
+78
*
Hide the kernel-only stuff inside #ifdef KERNEL.
joerg
1997-05-07
1
-5
/
+14
*
Oops. The function cd9660_mountroot() is gone, but i've committed an
joerg
1997-05-04
1
-3
/
+1
*
This mega-commit brings the following:
joerg
1997-05-04
2
-19
/
+61
*
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
*
For multi-session CD-ROMs, we have to account for previous sessions as
joerg
1997-04-29
1
-1
/
+10
*
Add support for ISO9660 multi-session CD-ROMs. This is just nothing
joerg
1997-04-29
2
-2
/
+5
*
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
[next]