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
*
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
*
Use <sys/queue.h> macro API.
phk
2001-02-04
1
-2
/
+1
*
Fix breakage unconvered by LINT - dont refer to undefined variables in
peter
2001-01-17
1
-0
/
+2
*
Don't compile a dead variable declaration.
wollman
2001-01-09
1
-0
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-3
/
+1
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-17
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-0
/
+1
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
2
-6
/
+40
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
2
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
2
-2
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
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
3
-48
/
+26
*
Lock reporting and assertion changes.
eivind
1999-12-11
2
-7
/
+10
*
Remove unused #includes.
phk
1999-12-08
1
-2
/
+0
*
Fix an unused variable warning.
peter
1999-11-18
1
-1
/
+0
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-5
/
+2
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
1
-2
/
+1
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Before we start to mess with the VFS name-cache clean things up a little bit:
phk
1999-10-03
2
-6
/
+0
*
Make sure file after VOP_OPEN is VMIO'd when transfering control from
dillon
1999-09-28
2
-4
/
+8
*
This is a major fixup of unionfs. At least 30 serious bugs have been
dillon
1999-09-26
4
-860
/
+1259
*
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
2
-12
/
+11
*
$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
[next]