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
/
umapfs
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
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
rwatson
2000-01-19
1
-2
/
+2
*
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
/
+18
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+2
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-6
/
+17
*
Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTIC
bde
1999-09-04
2
-5
/
+3
*
Converted the silly SAFTEY option into a new-style option by renaming it to
bde
1999-08-30
1
-2
/
+2
*
Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUG
bde
1999-08-29
3
-41
/
+43
*
$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
-3
/
+1
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-47
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Don't allow anyone except root to mount file systems that map uids.
imp
1999-03-12
1
-1
/
+7
*
Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been broken
bde
1999-01-01
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
"fix" a warning that has been bugging me for ages. Eliminate a couple
peter
1998-11-09
1
-11
/
+10
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-2
/
+3
*
Fixed printf format errors.
bde
1998-07-30
1
-21
/
+30
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-2
/
+3
*
As described by the submitter:
msmith
1998-05-06
1
-17
/
+1
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+17
*
Staticize.
eivind
1998-02-09
1
-3
/
+3
*
Fixed pagefault when cred == NOCRED.
kato
1998-02-07
2
-14
/
+24
*
Fixed number of entries in gid-mapfile.
kato
1998-02-07
1
-2
/
+2
*
Declare the variable `i' when UMAP_DIAGNOSTIC is defined.
kato
1998-02-03
1
-1
/
+4
*
Fixed missing initialization of mp->mnt_stat. At least vm depends on
bde
1998-01-01
1
-1
/
+2
*
Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.
roberto
1997-10-21
1
-1
/
+5
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-3
/
+3
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-14
/
+11
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-4
/
+6
*
Executing binaries on a nullfs (or nullfs-based) filesystem results in
phk
1997-09-18
1
-2
/
+3
*
Some staticized variables were still declared to be extern.
bde
1997-09-07
1
-2
/
+1
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-3
/
+3
*
Removed unused #includes.
bde
1997-08-02
3
-10
/
+3
*
Fix some warnings (missing prototypes, wrong "generic" args etc)
peter
1997-05-25
1
-5
/
+6
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
4
-4
/
+4
*
Add missing function prototypes.
mpp
1997-02-12
3
-3
/
+4
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
4
-58
/
+78
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
4
-4
/
+4
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
1
-4
/
+14
*
Staticize.
phk
1995-12-11
2
-42
/
+45
*
Added prototypes.
bde
1995-12-03
3
-6
/
+43
*
null_node_find() and umap_node_find() were sometimes called without a
bde
1995-12-03
1
-2
/
+2
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
2
-13
/
+13
*
Remove trailing whitespace.
rgrimes
1995-05-30
4
-36
/
+36
[next]