Date: Tue, 21 Mar 2006 17:03:51 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.c bsdtar.h bsdtar_platform.h getdate.y read.c tree.c util.c write.c Message-ID: <200603211703.k2LH3pjw068382@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2006-03-21 17:03:51 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.c bsdtar.h bsdtar_platform.h getdate.y read.c tree.c util.c write.c Log: Extended attribute support on write for Linux; FreeBSD hooks are forthcoming. This commit also has a number of style(9) fixes and minor corrections so the code works better with the build system being used for non-FreeBSD builds. Many thanks to: Jaakko Heinonen, who proposed a mechanism for extended attribute support and implemented both the machine-independent portion and the Linux-specific portion. Revision Changes Path 1.26 +1 -1 src/usr.bin/tar/Makefile 1.67 +1 -2 src/usr.bin/tar/bsdtar.c 1.24 +1 -1 src/usr.bin/tar/bsdtar.h 1.20 +8 -2 src/usr.bin/tar/bsdtar_platform.h 1.6 +3 -1 src/usr.bin/tar/getdate.y 1.25 +0 -2 src/usr.bin/tar/read.c 1.4 +1 -1 src/usr.bin/tar/tree.c 1.14 +0 -1 src/usr.bin/tar/util.c 1.45 +125 -12 src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603211703.k2LH3pjw068382>