summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/bsdtar.h
Commit message (Expand)AuthorAgeFilesLines
* Support path-rewriting options (including --strip-components) for bothkientzle2005-04-171-0/+1
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thankientzle2005-03-131-0/+4
* Add --strip-components option, per bin/77666.kientzle2005-03-131-0/+1
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-081-1/+3
* It shouldn't be an error to specify the same mode twice: allow -cc but not -ct.kientzle2004-08-081-0/+1
* Add --totals option. Unlike gtar, this reports the bytes actuallykientzle2004-08-071-0/+1
* A bunch of stuff from Christoph Mellon:kientzle2004-07-241-1/+1
* Remove unused user_uname variable.kientzle2004-07-171-1/+0
* Validate -o usage. Strictly speaking, -o only makes sense with -x,kientzle2004-07-171-0/+1
* Make the day/month ordering dependent on the current locale bykientzle2004-07-151-0/+1
* Augment the -T handling:kientzle2004-06-271-3/+9
* Add gtar-compatible -X/--exclude-fromkientzle2004-06-151-0/+1
* If -b is specified, then force full padding for the last block.kientzle2004-06-071-0/+2
* Provide framework for exiting with non-zero value on non-critical errors.kientzle2004-05-271-0/+2
* Propagate struct bsdtar down into a lot more places.kientzle2004-05-171-4/+5
* Refactor name caching to use a common piece of code for uname_cache andkientzle2004-05-171-2/+2
* Make symlink protection a bit more useful:kientzle2004-05-171-0/+1
* For portability, don't rely on libc's strmode(3). <sigh>kientzle2004-05-031-0/+1
* A security issue: An archive containing a symlink to anotherkientzle2004-05-021-0/+1
* As suggested by Julian Elischer, use a self-sizing hashkientzle2004-04-151-33/+19
* A simple cache of uid->uname lookups and gid->gname lookups eliminateskientzle2004-04-141-0/+14
* Add support for -T option on create.kientzle2004-04-081-1/+1
* Initial commit for bsdtar.kientzle2004-04-051-0/+101
OpenPOWER on IntegriCloud