Date: Fri, 6 Feb 2009 22:24:03 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/udf ecma167-udf.h udf_vnops.c Message-ID: <200902062224.n16MO6r8036325@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-02-06 22:24:03 UTC FreeBSD src repository Modified files: sys/fs/udf ecma167-udf.h udf_vnops.c Log: SVN rev 188251 on 2009-02-06 22:24:03Z by 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 Revision Changes Path 1.8 +12 -0 src/sys/fs/udf/ecma167-udf.h 1.75 +112 -3 src/sys/fs/udf/udf_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902062224.n16MO6r8036325>