summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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