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
/
udf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
2
-5
/
+1
*
Return ENOTTY on unrecognized ioctls.
phk
2002-09-26
1
-1
/
+1
*
use __packed.
alfred
2002-09-23
1
-24
/
+24
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
Remove stddef.h from the header list
scottl
2002-08-23
1
-1
/
+0
*
Remove the possibility of a race condition when reading the . and ..
scottl
2002-08-20
1
-15
/
+16
*
Don't abuse the stack when translating names.
scottl
2002-08-20
1
-10
/
+12
*
Clean up comments that are no longer relevant.
scottl
2002-08-15
1
-12
/
+9
*
Factor out some ugle code that's shared by udf_readdir and udf_lookup.
scottl
2002-08-15
3
-246
/
+239
*
Simplify the handling of a fragmented file_id descriptor. Also
scottl
2002-08-04
2
-51
/
+50
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+1
*
Calculate the correct physical block number for files that are
scottl
2002-08-02
1
-4
/
+6
*
Check for deleted files in udf_lookup(), not just udf_readdir().
scottl
2002-08-02
1
-1
/
+6
*
Unbreak LINT; sort the includes so that functions are explicitly
markm
2002-07-16
1
-8
/
+8
*
Convert UDF to nmount.
mux
2002-06-15
2
-50
/
+28
*
In VOP_LOOKUP, don't assume that the final pathname component
mux
2002-05-16
1
-2
/
+1
*
Make daddr_t and u_daddr_t 64bits wide.
phk
2002-05-14
1
-5
/
+5
*
Don't reference vop_std* since they are already implicitly
scottl
2002-05-02
1
-3
/
+0
*
In udf_bmap(), return the physical block number, not the logical
scottl
2002-05-02
1
-1
/
+5
*
Fix udf_read(). Honor the uio_resid when determining the size of
scottl
2002-04-30
1
-16
/
+22
*
Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.
asmodai
2002-04-15
4
-159
/
+159
*
Actually add the UDF files!
scottl
2002-04-14
7
-0
/
+2986