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
|
e039fcee0e
|
Handle error condition better.
|
2006-04-11 01:05:44 +00:00 |
|
rocky
|
6eeb46aea7
|
UDF fixes.
|
2006-04-11 00:26:54 +00:00 |
|
rocky
|
413f887b1d
|
Commit some of the temporary UDF stuff. It will either be completed or
disabled later.
|
2006-01-26 04:41:50 +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
|
e9851bf3a3
|
udf_find_file -> udf_fopen and made closer to fopen(). It also
simplifies things a little bit. Start testing.
|
2005-11-01 13:07:01 +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
|
9ec9c5a991
|
Break of file routines into udf_file.{c,h}
udf1: Add link count
|
2005-10-30 07:35:36 +00:00 |
|