History log of /freebsd-10.0-release/sys/fs/udf/ecma167-udf.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 188406 09-Feb-2009 jhb

Use the same style as the rest of the file for the optional data string
after each path component rather than a GCC-ism.


# 188251 06-Feb-2009 jhb

Add rudimentary support for symbolic links on UDF. Links are stored as a
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


# 160664 25-Jul-2006 yar

In udf_find_partmaps(), when we find a type 1 partition map, we have to
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>


# 155256 03-Feb-2006 will

Make UDF endian-safe.

Submitted by: Pedro Martelletto <pedro@ambientworks.net> (via scottl)
Tested on: sparc64


# 145072 14-Apr-2005 brueffer

Correct typo.

Obtained from: OpenBSD


# 103870 23-Sep-2002 alfred

use __packed.


# 101317 04-Aug-2002 scottl

Simplify the handling of a fragmented file_id descriptor. Also
de-obfuscate the file_char flags.


# 94795 15-Apr-2002 asmodai

Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.


# 94663 14-Apr-2002 scottl

Actually add the UDF files!