Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2010 20:27:36 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/tar Makefile bsdtar.c bsdtar.h read.c siginfo.c util.c write.c
Message-ID:  <201002062027.o16KRrRN077199@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2010-02-06 20:27:36 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          Makefile bsdtar.c bsdtar.h read.c util.c 
                         write.c 
  Removed files:
    usr.bin/tar          siginfo.c 
  Log:
  SVN rev 203568 on 2010-02-06 20:27:36Z by kientzle
  
  Refactor the siginfo/sigusr1 handling.  The read/write reporting
  is sufficiently different that it was simpler to just put separate
  reporting functions into read.c and write.c rather than try to have
  a single all-purpose reporting function.
  Switch to a custom function for converting int64_t to a string; in
  the portable version, this saves a lot of configuration headaches
  trying to decipher the platform printf().
  
  Revision  Changes    Path
  1.49      +0 -1      src/usr.bin/tar/Makefile
  1.102     +46 -6     src/usr.bin/tar/bsdtar.c
  1.42      +2 -5      src/usr.bin/tar/bsdtar.h
  1.45      +39 -14    src/usr.bin/tar/read.c
  1.5       +0 -152    src/usr.bin/tar/siginfo.c (dead)
  1.29      +22 -0     src/usr.bin/tar/util.c
  1.87      +37 -24    src/usr.bin/tar/write.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002062027.o16KRrRN077199>