cvs commit: src/usr.bin/tar Makefile bsdtar.c bsdtar.h bsdtar_platform.h getdate.y read.c tree.c util.c write.c

Tim Kientzle kientzle at FreeBSD.org
Tue Mar 21 17:03:52 UTC 2006


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


More information about the cvs-src mailing list