From owner-cvs-src-old@FreeBSD.ORG Fri Feb 6 22:24:06 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 713FB1065673 for ; Fri, 6 Feb 2009 22:24:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EC268FC21 for ; Fri, 6 Feb 2009 22:24:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n16MO60x036326 for ; Fri, 6 Feb 2009 22:24:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n16MO6r8036325 for cvs-src-old@freebsd.org; Fri, 6 Feb 2009 22:24:06 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200902062224.n16MO6r8036325@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 6 Feb 2009 22:24:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/udf ecma167-udf.h udf_vnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2009 22:24:06 -0000 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