summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
1997-04-09Use the value of UU_MACHINE from the environment if present.felix
1997-04-09Fix typos. Pointed out by Carsten Hammer <chammer@post.uni-bielefeld.de>Todd C. Miller
1997-04-09sun3 pax/tar segfaultskstailey
1997-04-09the theTheo de Raadt
1997-04-07use libc err(); ahd@kew.comTheo de Raadt
1997-04-06Remove old -P flag since it doesn't do anything and make -P meanTodd C. Miller
1997-04-06Allow creation of archives with block sizes up to 64512 bytesTodd C. Miller
1997-04-05Fix bug introduced with "exit(0) if no files" behavior change.Todd C. Miller
1997-04-05Strip leading '/' of pathnames (only in tar mode). -S option turnsTodd C. Miller
1997-04-05Patch from BSDI (via Keith Bostic, via NetBSD):Thorsten Lockert
1997-04-04Improvements based on commets by George Robbins <grr@shandakor.tharsis.com>Todd C. Miller
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-04-04wtmp repairs; netbsdTheo de Raadt
1997-04-02opt_add() needs to make a copy of the input string since it modifiesTodd C. Miller
1997-04-02Deal with old-style tar archives with a directory specifier (extension).Todd C. Miller
1997-04-01option 'n' was unused, so let's come up with a feature to use it!!! YEAH!!Theo de Raadt
1997-03-30Adjust the input string by the right amount if the pattern wasn't at theTodd C. Miller
1997-03-29Allow setting blocksize to 0 (variable size); from Juergen Hannken-IlljesThorsten Lockert
1997-03-26oxtabs is converse of tabs; gwing@primenet.com.auTheo de Raadt
1997-03-26more careful strncpyTheo de Raadt
1997-03-26Note that default blocking factor is 20.Todd C. Miller
1997-03-26unterminated buffer; charnier@xp11.frmug.orgTheo de Raadt
1997-03-26Blocking factor in tar is in 512byte blocks. Makes -b act likeTodd C. Miller
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1997-03-25move the .; enami@ba2.so-net.or.jpTheo de Raadt
1997-03-25Back out my previous kludge to make tar files with short trailers work inTodd C. Miller
1997-03-11Use pax(1) for cpio(1) emulationThorsten Lockert
1997-03-05Add missing #includeThorsten Lockert
1997-03-04Do not post-process directories in cpio modeThorsten Lockert
1997-03-02Say how many blocks were read/written in cpio modeThorsten Lockert
1997-03-02More complete cpio(1) emulationThorsten Lockert
1997-03-01Error out if someone tries to mv a mount point. Old behavior was toTodd C. Miller
1997-02-27fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl).michaels
1997-02-25Better fix for -p and links.Todd C. Miller
1997-02-24Only update owner (via lchown) when dealing with symbolic links.Todd C. Miller
1997-02-20cpio emulation for paxThorsten Lockert
1997-02-16Don't give summary line at end when using tar formatThorsten Lockert
1997-02-16Correct handling of long filenames that has been stored with a prefix inThorsten Lockert
1997-02-14Deal with 64-bit offsets and report bytes copied as a 64-bit quantity.Todd C. Miller
1997-02-12Stat field takes 5 chars not 4 (think "IW<s+")kstailey
1997-02-10Permit single block trailers differently.Todd C. Miller
1997-02-10Don't freak out on archives with only a single block of 0's asTodd C. Miller
1997-02-06make "/bin/kill -CONT ''" abort correctly; arnej@imf.unit.noTheo de Raadt
1997-02-05Added "gid" keyword to print effective group ID of process.kstailey
1997-02-02Remember errno if fchown() fails so we get correct warningsThorsten Lockert
1997-02-01Get precedence rightThorsten Lockert
1997-01-26We don't follow old 4.4BSD symlink semantics anylonger.Jason Downs
1997-01-26support for lchown(2) if "-p" is usedkstailey
1997-01-26Support lchown().Jason Downs
1997-01-24Support multiple -v options like GNU tar (> 1 -v means do ls-like output).Todd C. Miller