summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/bsdtar.h
Commit message (Expand)AuthorAgeFilesLines
* Merge a bunch of refactoring from Joerg Sonnenberger tokientzle2010-02-071-12/+3
* Refactor the siginfo/sigusr1 handling. The read/write reportingkientzle2010-02-061-5/+2
* Diff reduction compared to portable bsdtar 2.8: Move thekientzle2010-02-061-6/+1
* Merge remaining changes from libarchive.googlecode.com:kientzle2009-04-171-2/+4
* Merge r492 from libarchive.googlecode.com: First cut at exposing thekientzle2009-03-081-0/+2
* Merge r283,r423 from libarchive.googlecode.com: Use libarchive's newkientzle2009-03-081-1/+2
* Only use GCC-specific __dead2 marker when building with GCC.kientzle2008-12-061-1/+1
* New command-line parser for bsdtar.kientzle2008-11-081-0/+29
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-1/+1
* Use malloc in write_archive to allocate a 64kB buffer for holding file datacperciva2008-07-051-0/+1
* MFp4: bsdtar 2.5.4bkientzle2008-05-261-1/+9
* Improve portability via s/struct siginfo/struct siginfo_data/. This wascperciva2008-05-221-1/+1
* Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)cperciva2008-05-181-0/+6
* --chroot implementation thanks to Joerg Sonnenberger.kientzle2008-03-151-0/+1
* Use archive_entry_strmode() instead of a local bsdtar_strmode().kientzle2008-01-021-1/+0
* bsdtar 2.2.3:kientzle2007-05-291-0/+1
* bsdtar 2.0.23:kientzle2007-03-111-0/+1
* Correct the copyright messages: Make this a standard vanillakientzle2007-01-091-6/+2
* Correct the names of some options.cperciva2006-12-231-4/+4
* Extended attribute support on write for Linux; FreeBSD hooks arekientzle2006-03-211-1/+1
* 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