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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]