summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf/ecma167-udf.h
Commit message (Collapse)AuthorAgeFilesLines
* Use the same style as the rest of the file for the optional data stringjhb2009-02-091-1/+1
| | | | after each path component rather than a GCC-ism.
* Add rudimentary support for symbolic links on UDF. Links are stored as ajhb2009-02-061-0/+12
| | | | | | | | sequence of pathname components. We walk the list building a string in the caller's passed in buffer. Currently this only handles path names in CS8 (character set 8) as that is what mkisofs generates for UDF images. MFC after: 1 month
* In udf_find_partmaps(), when we find a type 1 partition map, we have toyar2006-07-251-3/+4
| | | | | | | skip the actual type 1 length (6 bytes). With this change, it is now possible to correctly spot the VAT partition map in certain discs. Submitted by: Pedro Martelletto <pedro@ambientworks.net>
* Make UDF endian-safe.will2006-02-031-1/+1
| | | | | Submitted by: Pedro Martelletto <pedro@ambientworks.net> (via scottl) Tested on: sparc64
* Correct typo.brueffer2005-04-141-1/+1
| | | | Obtained from: OpenBSD
* use __packed.alfred2002-09-231-24/+24
|
* Simplify the handling of a fragmented file_id descriptor. Alsoscottl2002-08-041-0/+5
| | | | de-obfuscate the file_char flags.
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.asmodai2002-04-151-127/+127
|
* Actually add the UDF files!scottl2002-04-141-0/+368
OpenPOWER on IntegriCloud