rocky
|
d0d5ea424f
|
Make udf_read_block more like 2 read. Implementation is closer
to the description (although it needs more work.)
udf_fs.h: break out udf_check_tag()
*.h: /*! -> /** - is more like Javadoc.
|
2006-04-11 05:47:57 +00:00 |
|
rocky
|
f7bd8503b6
|
I think mode_t (not posix_mode_t) is correct here. The goal is to use
in normal OS file operations.
|
2005-11-06 19:12:35 +00:00 |
|
rocky
|
6e4743c734
|
Break out POSIX-like definitions to posix.h
Add ISO9660 routines to convert to mode_t
Record whether XA or not in iso9660_stat_t.
And other definition shifting around.
|
2005-11-06 00:39:37 +00:00 |
|
rocky
|
765b1529ea
|
A couple of corrections on udf_get_file_length().
|
2005-11-02 03:49:15 +00:00 |
|
rocky
|
78883887df
|
Add routine to get file length.
Fix bug in retrieving dirent for root.
Reduce overhead in udf_get_link_count()
|
2005-11-02 03:42:49 +00:00 |
|
rocky
|
00a3010210
|
Remove extraneous parameter on udf_opendir().
|
2005-11-01 03:21:04 +00:00 |
|
rocky
|
7de9d148bf
|
Rename some functions to be more like POSIX file reading, i.e. add
udf_opendir() and udf_readdir(). udf_file_entry_t -> udf_dirent_t.
|
2005-11-01 03:14:49 +00:00 |
|
rocky
|
8555f75652
|
Break off udf_file routines from udf.h
|
2005-10-30 07:36:15 +00:00 |
|