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
/
nullfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+2
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-07-30
2
-16
/
+14
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-2
/
+2
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-3
/
+3
*
Don't silently accept attempts to change flags where they are not
peter
1998-06-10
1
-2
/
+4
*
As described by the submitter:
msmith
1998-05-06
1
-21
/
+1
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-3
/
+3
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+21
*
Staticize.
eivind
1998-02-09
1
-3
/
+3
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
2
-4
/
+2
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
2
-2
/
+4
*
Make the debug options new-style.
eivind
1998-01-31
3
-4
/
+10
*
Fixed missing initialization of mp->mnt_stat. At least vm depends on
bde
1998-01-01
1
-1
/
+2
*
Fix the file leak bug. The lower layer wasn't informed the vnode was inactive
roberto
1997-10-21
1
-2
/
+8
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-4
/
+4
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-17
/
+14
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-5
/
+7
*
Executing binaries on a nullfs (or nullfs-based) filesystem results in
phk
1997-09-18
1
-3
/
+4
*
Some staticized variables were still declared to be extern.
bde
1997-09-07
1
-2
/
+1
*
Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.
kato
1997-08-28
1
-3
/
+3
*
Fixed NULLFS_DIAGNOSTIC stuff.
kato
1997-08-27
1
-2
/
+11
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-4
/
+5
*
Removed unused #includes.
bde
1997-08-02
3
-12
/
+4
*
More comment cleanup.
alex
1997-06-26
1
-5
/
+5
*
Typo police.
alex
1997-06-26
1
-3
/
+3
*
Fix some warnings (missing prototypes, wrong "generic" args etc)
peter
1997-05-25
2
-4
/
+5
*
Avoid `lock against myself' panic by following operation:
kato
1997-04-19
1
-4
/
+17
*
Fix `locking against myself' panic by multi nullfs mount of same
kato
1997-04-17
1
-1
/
+25
*
Use NULLVP instead of NULL.
kato
1997-04-17
3
-11
/
+11
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
4
-5
/
+5
*
Eliminate the last of the compile warnings in this module by
mpp
1997-02-12
1
-7
/
+7
*
Restore of #include <sys/kernel.h> so that this compiles without
mpp
1997-02-12
1
-0
/
+1
*
Make this compile again after the Lite2 merge.
mpp
1997-02-12
3
-8
/
+12
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
4
-72
/
+236
*
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
-3
/
+11
*
Staticize.
phk
1995-12-11
2
-40
/
+43
*
Added prototypes.
bde
1995-12-03
3
-6
/
+41
*
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
-12
/
+12
*
Remove trailing whitespace.
rgrimes
1995-05-30
2
-14
/
+14
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
1
-2
/
+2
*
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
/
+1
*
Cosmetics. reduce the noise from gcc -Wall.
phk
1994-10-10
2
-7
/
+11
*
GCC cleanup.
phk
1994-10-02
1
-7
/
+11
*
More loadable VFS changes:
wollman
1994-09-22
1
-1
/
+2
*
Fix a few niggling little bugs:
wollman
1994-09-21
1
-1
/
+2
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
2
-2
/
+6
[next]