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
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-1
/
+0
*
Make sure all intermediate variables holding mount flags (mnt_flag)
mckusick
2012-01-17
1
-1
/
+1
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-6
/
+7
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-1
/
+1
*
Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.
des
2007-04-15
1
-138
/
+164
*
Further pseudofs improvements:
des
2007-04-14
1
-21
/
+13
*
Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process-
des
2007-04-11
1
-3
/
+11
*
Whitespace nits.
des
2007-04-05
1
-3
/
+3
*
Add a pn_destroy field to pfs_node. This field points to a destructor
des
2007-03-12
1
-4
/
+13
*
Restore the ability to mount procfs and fdescfs filesystems via the
kbyanc
2006-05-15
1
-0
/
+9
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+1
*
Use subr_unit
phk
2005-03-19
1
-2
/
+0
*
fbsdidize.
des
2005-03-14
1
-2
/
+5
*
Use vfs_mountedfrom().
phk
2004-12-06
1
-2
/
+2
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-2
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-1
/
+1
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-2
/
+2
*
Constify, and add an API function to find a named node in a directory.
des
2003-12-07
1
-3
/
+17
*
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