cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.c

Colin Percival cperciva at FreeBSD.org
Sun May 18 06:24:47 UTC 2008


cperciva    2008-05-18 06:24:47 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          Makefile bsdtar.h read.c write.c 
  Added files:
    usr.bin/tar          siginfo.c 
  Log:
  Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)
  handling to bsdtar.  When writing archives (including copying via the
  @archive directive) a line is output to stderr indicating what is being
  done (adding or copying), the path, and how far through the file we are;
  extracting currently does not report progress within each file, but
  this is likely to happen eventually.
  
  Discussed with: kientzle
  Obtained from:  tarsnap
  
  Revision  Changes    Path
  1.35      +1 -1      src/usr.bin/tar/Makefile
  1.31      +6 -0      src/usr.bin/tar/bsdtar.h
  1.37      +26 -0     src/usr.bin/tar/read.c
  1.1       +147 -0    src/usr.bin/tar/siginfo.c (new)
  1.67      +25 -0     src/usr.bin/tar/write.c


More information about the cvs-all mailing list