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
/
sbin
/
mount_udf
/
mount_udf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r261496
brueffer
2014-02-11
1
-3
/
+3
*
Use build_iovec() to make it less cryptic. This also fixes warnings.
jkim
2013-03-06
1
-31
/
+13
*
GC unused variables. Prefer NULL over 0 for pointers.
jkim
2013-03-05
1
-3
/
+3
*
Change checkpath() to not exit on error. This is a prerequisite for
jh
2012-01-16
1
-1
/
+2
*
Add missing static keywords for global variables to tools in sbin/.
ed
2011-11-04
1
-1
/
+1
*
Use MOPT_END in favor of MOPT_NULL, which better describes the purporse
delphij
2005-06-10
1
-1
/
+1
*
Add a handy macro to represent null mount option, MOPT_NULL, and make
delphij
2005-06-01
1
-1
/
+1
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Make msdosfs long filenames matching case insensitive again.
fjoe
2003-12-08
1
-6
/
+1
*
Correct iov_len values passed to nmount(2) syscall. More accurate
kan
2003-11-24
1
-2
/
+2
*
Add support for multibyte character conversions.
scottl
2003-11-05
1
-18
/
+75
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
1
-1
/
+1
*
Don't depend on namespace pollution in sys/mount.h and
mux
2002-08-13
1
-0
/
+1
*
Now that the kernel is able to load modules itself,
mux
2002-08-03
1
-13
/
+3
*
Convert UDF to nmount.
mux
2002-06-15
1
-12
/
+15
*
Sync with UDF p4 tree: Properly initialize part of the mntopts.
asmodai
2002-04-15
1
-1
/
+1
*
Actually add the UDF files!
scottl
2002-04-14
1
-0
/
+142