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
/
null_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
ru
2001-05-23
1
-852
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-4
/
+7
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Fix nullfs breakage caused by incomplete migration of v_interlock from
bp
2000-10-15
1
-3
/
+5
*
Prevent dereference of NULL pointer when null_lock() and null_unlock()
bp
2000-10-03
1
-1
/
+7
*
Fix vnode locking bugs in the nullfs.
bp
2000-09-25
1
-65
/
+228
*
Various cleanups towards make nullfs functional (it is still broken
bp
2000-09-05
1
-1
/
+71
*
Get rid from the __P() macros.
bp
2000-09-05
1
-9
/
+9
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-2
/
+2
*
Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as
bde
1999-09-04
1
-2
/
+0
*
Converted the silly SAFTEY option into a new-style option by renaming it to
bde
1999-08-30
1
-3
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
1
-4
/
+2
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-56
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+4
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+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
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-3
/
+3
*
Make the debug options new-style.
eivind
1998-01-31
1
-2
/
+4
*
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
*
Executing binaries on a nullfs (or nullfs-based) filesystem results in
phk
1997-09-18
1
-3
/
+4
*
Removed unused #includes.
bde
1997-08-02
1
-5
/
+2
*
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
1
-3
/
+2
*
Use NULLVP instead of NULL.
kato
1997-04-17
1
-6
/
+6
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-2
/
+2
*
Eliminate the last of the compile warnings in this module by
mpp
1997-02-12
1
-7
/
+7
*
Make this compile again after the Lite2 merge.
mpp
1997-02-12
1
-6
/
+11
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-17
/
+206
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Staticize.
phk
1995-12-11
1
-18
/
+21
*
Added prototypes.
bde
1995-12-03
1
-2
/
+9
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
1
-10
/
+10
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-9
/
+9
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
1
-2
/
+2
*
Cosmetics. reduce the noise from gcc -Wall.
phk
1994-10-10
1
-3
/
+4
*
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
1
-1
/
+3
*
1) cleaned up after Garrett - fixed more redundant declarations, changed
dg
1994-08-20
1
-2
/
+1
*
Added $Id$
dg
1994-08-02
1
-5
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+462