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
/
cd9660
/
cd9660_node.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Vflags abuse in cd9660. There should be no functional changes.
trasz
2008-10-03
1
-7
/
+7
*
Forced commit and #include changes for repo copy from
rodrigc
2007-02-11
1
-3
/
+3
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
1
-1
/
+4
*
Use vfs_hash instead of home-rolled.
phk
2005-03-14
1
-112
/
+2
*
- VOP_INACTIVE should no longer drop the vnode lock.
jeff
2005-03-13
1
-1
/
+0
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
1
-0
/
+1
*
Remove unused argument to vrecycle()
phk
2005-01-28
1
-1
/
+1
*
Move CD9660 to GEOM backing instead of DEVFS.
phk
2004-10-29
1
-4
/
+2
*
Remove "register" keyword and trailing white space.
phk
2004-07-03
1
-9
/
+9
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
- Don't cache_purge() in cd9660_reclaim. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-2
/
+1
*
- Use vrefcnt() instead of v_usecount.
jeff
2002-09-25
1
-2
/
+2
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-2
/
+2
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-5
/
+13
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+8
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-8
/
+8
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
1
-14
/
+11
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
1
-1
/
+0
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-2
/
+5
*
Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacks
bp
2000-10-03
1
-1
/
+1
*
Fix memory leakage on module unload.
bp
2000-06-29
1
-0
/
+10
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
Ifdefed conditionally used simplock variables.
bde
1999-01-02
1
-1
/
+3
*
Staticize.
eivind
1998-02-09
1
-4
/
+4
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Staticize a few things.
phk
1997-11-18
1
-3
/
+3
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-3
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
Remove all traces of undocumented feature ISODEVMAP.
phk
1997-04-14
1
-64
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Restored one line of "High Sierra" changes from rev.1.8.
bde
1997-02-11
1
-1
/
+2
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-318
/
+144
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
1
-5
/
+5
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
1
-4
/
+11
*
Added prototypes.
bde
1995-12-03
1
-1
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-35
/
+35
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-6
/
+1
*
Obtained from: memories of 1.1.5
bde
1995-02-21
1
-2
/
+2
*
Roll in my changes to make the cd9660 code understand the older
joerg
1995-01-16
1
-18
/
+28
[next]