summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/util.c
Commit message (Expand)AuthorAgeFilesLines
* Merge a bunch of refactoring from Joerg Sonnenberger tokientzle2010-02-071-107/+46
* Refactor the siginfo/sigusr1 handling. The read/write reportingkientzle2010-02-061-0/+22
* Diff reduction compared to portable bsdtar 2.8: Move thekientzle2010-02-061-45/+13
* Minor portability improvement in calls to ctype.h macros.kientzle2009-04-171-2/+2
* Merge r709,r710 from libarchive.googlecode.com: More work onkientzle2009-03-081-31/+58
* Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com:kientzle2009-03-081-11/+34
* Merge r622 from libarchive.googlecode.com: Avoid warning on platformskientzle2009-03-081-1/+1
* Spell "substitution" correctly.kientzle2008-12-151-3/+3
* When deciding which characters (of a filename, for instance)kientzle2008-11-291-49/+118
* Test --strip-components and fix it to actually work. Jaakko did akientzle2008-11-101-16/+38
* Rework code to avoid using a pointer after freeing it. Aside from thecperciva2008-06-091-2/+4
* MFp4: bsdtar 2.5.4bkientzle2008-05-261-5/+55
* Use archive_entry_strmode() instead of a local bsdtar_strmode().kientzle2008-01-021-50/+0
* Ignore trailing '/' when comparing pathnames, so thatkientzle2007-04-181-3/+26
* bsdtar 2.0.23:kientzle2007-03-111-4/+30
* Correct the copyright messages: Make this a standard vanillakientzle2007-01-091-3/+2
* Extended attribute support on write for Linux; FreeBSD hooks arekientzle2006-03-211-1/+0
* A very minor tweak to the handling of leading '/' characters.kientzle2005-04-171-1/+6
* Support path-rewriting options (including --strip-components) for bothkientzle2005-04-171-0/+53
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-081-0/+58
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-251-2/+4
* Augment the -T handling:kientzle2004-06-271-0/+86
* Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh>kientzle2004-06-031-1/+1
* Speed up safe_fprintf by copying to a temp buffer, then writingkientzle2004-05-171-13/+32
* Propagate struct bsdtar down into a lot more places.kientzle2004-05-171-16/+8
* Contrariwise, Linux sys/stat.h doesn't define mode_t and friends,kientzle2004-05-041-0/+1
* For portability, don't rely on libc's strmode(3). <sigh>kientzle2004-05-031-0/+51
* As suggested by Julian Elischer, use a self-sizing hashkientzle2004-04-151-15/+21
* Eliminate a lot of malloc/free calls by usingkientzle2004-04-131-4/+11
* Initial commit for bsdtar.kientzle2004-04-051-0/+160
OpenPOWER on IntegriCloud