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
/
pseudofs
/
pseudofs_vncache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
jeff
2003-10-05
1
-2
/
+0
*
Replace the at_fork, at_exec, and at_exit functions with the slightly more
jhb
2003-03-24
1
-5
/
+7
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Do not allow a cached vnode to be shared among multiple mounts of the same
tjr
2003-01-28
1
-1
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Plug an infrequent (I think) memory leak.
phk
2002-10-15
1
-1
/
+3
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-2
/
+1
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+7
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+1
*
Lock down pseudofs:
jeff
2002-07-08
1
-0
/
+5
*
Gratuitous whitespace cleanup.
des
2002-06-06
1
-3
/
+3
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+2
*
Staticise pfs_vncache, it's not used anywhere else.
msmith
2002-01-08
1
-1
/
+1
*
Do not derefer null.
tanimura
2002-01-04
1
-0
/
+4
*
Pseudofs was leaking VFS cache entries badly due to its cache and use of
dillon
2001-12-19
1
-3
/
+9
*
Reduce the number of #include dependencies by declaring some of the structs
des
2001-11-03
1
-2
/
+0
*
Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is set
des
2001-10-02
1
-0
/
+38
*
YA pseudofs megacommit, part 1:
des
2001-10-01
1
-28
/
+68
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+1
*
For some reason, though the module builds just fine without <sys/lock.h>,
des
2001-06-11
1
-0
/
+1
*
Add support for process-dependent directories. This means that save for
des
2001-06-10
1
-24
/
+33
*
Add missing #include of <sys/mutex.h>.
des
2001-06-10
1
-0
/
+1
*
Let pseudofs into the warmth of the FreeBSD CVS repo.
des
2001-04-07
1
-0
/
+168