Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 06:00:27 +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:  <201011130600.oAD60Xu5084793@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2010-11-13 06:00:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    usr.bin/tar          Makefile bsdtar.c bsdtar.h read.c util.c 
                         write.c 
  Removed files:         (Branch: RELENG_8)
    usr.bin/tar          siginfo.c 
  Log:
  SVN rev 215232 on 2010-11-13 06:00:27Z by kientzle
  
  MFC r203568:  Refactor and simplify the SIGINFO/SIGUSR1
  handling.  Switch to a custom function to format 64-bit
  ints to avoid the headache of trying to guess printf
  modifiers on different platforms.
  
  Revision  Changes    Path
  1.44.2.7  +0 -1      src/usr.bin/tar/Makefile
  1.98.2.5  +46 -6     src/usr.bin/tar/bsdtar.c
  1.40.2.3  +2 -5      src/usr.bin/tar/bsdtar.h
  1.43.2.3  +39 -14    src/usr.bin/tar/read.c
  1.3.2.3   +0 -152    src/usr.bin/tar/siginfo.c (dead)
  1.27.2.3  +22 -0     src/usr.bin/tar/util.c
  1.85.2.3  +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?201011130600.oAD60Xu5084793>