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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-5
/
+5
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+4
*
Gratuitous whitespace cleanup.
des
2002-06-06
1
-17
/
+17
*
Convert the pseudofs framework to nmount (thus procfs and linprocfs).
mux
2002-05-02
1
-2
/
+2
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-8
/
+8
*
Add support for a last-close handler.
des
2001-11-27
1
-1
/
+1
*
Reduce the number of #include dependencies by declaring some of the structs
des
2001-11-03
1
-0
/
+4
*
Argh! I updated the version number in the MODULE_DEPEND() thingamagook but
des
2001-10-19
1
-1
/
+1
*
Switch to dynamic rather than static initialization.
des
2001-10-19
1
-1
/
+216
*
Add missing includes of sys/lock.h.
jhb
2001-10-11
1
-0
/
+1
*
Only print "XXX (un)registered" message if bootverbose.
des
2001-10-02
1
-2
/
+4
*
Pseudofs take 2:
des
2001-09-29
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Add support for process-dependent directories. This means that save for
des
2001-06-10
1
-1
/
+1
*
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
/
+172