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
/
unionfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
1
-2
/
+1
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-12
/
+5
*
This code got moved as a result of confusion between union mounts and
peter
1999-02-28
1
-10
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
2
-4
/
+8
*
Cleanup uninitialized-possibly-used (but really not) warnings
dillon
1998-12-14
2
-4
/
+4
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
'\0' is the most ugly NULL pointer constant I've ever seen in real code.
eivind
1998-12-07
1
-2
/
+2
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-2
/
+3
*
Change the #ifdef UNION code into a callable hook. Arrange to have this
peter
1998-11-03
2
-2
/
+83
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
Cast pointers to [u]intptr_t instead of to [unsigned] long.
bde
1998-07-15
1
-2
/
+2
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-2
/
+3
*
In the words of the submitter:
msmith
1998-05-07
2
-74
/
+78
*
As described by the submitter:
msmith
1998-05-06
1
-18
/
+1
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
If lowervp is NULLVP, vap was clobbered.
kato
1998-03-17
1
-2
/
+2
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+18
*
Deleted KLOCK-hack.
kato
1998-02-26
3
-29
/
+7
*
Deleted unused variable.
kato
1998-02-10
1
-2
/
+1
*
Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lock
kato
1998-02-10
3
-54
/
+32
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
3
-9
/
+3
*
Workarround for DIAGNOSTIC kernel's panic in union_lookup().
kato
1998-02-06
1
-1
/
+7
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
3
-3
/
+9
*
Fixed typo in comment.
kato
1998-01-25
1
-2
/
+2
*
Delete unused code in union_fsync().
kato
1998-01-22
1
-6
/
+1
*
- Move SETKLOC and CLEARKLOCK macros into uion.h.
kato
1998-01-20
3
-10
/
+33
*
Workarround for locking violation while recycling vnode which union fs
kato
1998-01-18
1
-4
/
+14
*
Improve and revise fixes for locking violation.
kato
1998-01-18
2
-33
/
+52
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+2
*
Staticize.
phk
1997-11-18
3
-33
/
+30
*
VFS interior redecoration.
phk
1997-10-26
1
-2
/
+2
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-18
/
+1
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-7
/
+7
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-51
/
+39
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-4
/
+6
*
Clustered read and write are switched at mount-option level.
kato
1997-09-27
1
-1
/
+6
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
1
-4
/
+4
*
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
[next]