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
/
union_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reviewed by: jlemon
adrian
2001-03-01
1
-3
/
+0
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-3
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+2
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+2
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-3
/
+6
*
This is a major fixup of unionfs. At least 30 serious bugs have been
dillon
1999-09-26
1
-68
/
+58
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-1
/
+2
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-49
/
+6
*
Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printf
bde
1999-08-29
1
-10
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
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
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+18
*
Deleted unused variable.
kato
1998-02-10
1
-2
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Improve and revise fixes for locking violation.
kato
1998-01-18
1
-23
/
+17
*
Staticize.
phk
1997-11-18
1
-14
/
+12
*
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
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-2
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
1. Added cast and parenthesis in block size calculaion in
kato
1997-05-07
1
-2
/
+2
*
Avoid `lock against myself' panic by following operation:
kato
1997-04-19
1
-2
/
+16
*
Fix `lockmgr: locking against myself' panic by multi union mount of
kato
1997-04-14
1
-1
/
+25
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-147
/
+91
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Added prototypes.
bde
1995-12-03
1
-5
/
+21
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-5
/
+5
*
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
1
-2
/
+4
*
From tim@cs.city.ac.uk (Tim Wilkinson):
dg
1994-11-04
1
-1
/
+3
*
Cosmetics. reduce the noise from gcc -Wall.
phk
1994-10-10
1
-5
/
+9
*
More loadable VFS changes:
wollman
1994-09-22
1
-1
/
+2
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
1
-1
/
+3
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+550