summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
1997-06-16Better support for unmounted filesystems (i.e. df /dev/rsd0a):denny
1997-06-13return 1 if the process does not exist.michaels
1997-06-11dynamic fd_set (please check, todd)Theo de Raadt
1997-06-06geteuid(2) can never fail. What was I thinking?Todd C. Miller
1997-06-06doc [ expr ] notation; he@vader.runit.sintef.noTheo de Raadt
1997-06-06fixTheo de Raadt
1997-06-06POSIX says pax must complain about not being able to set permissionsTodd C. Miller
1997-06-04Don't complain about not being able to set uid/gid in "tar -p"Todd C. Miller
1997-06-04bye bye :, mikelTheo de Raadt
1997-06-04Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()Todd C. Miller
1997-06-03less strncpy; charnier@freebsdTheo de Raadt
1997-06-03.Xr ch 4, someone create it please?Theo de Raadt
1997-06-01From denny@c200234-a.frmt1.sfba.home.com, check superblock magic number.Jason Downs
1997-05-30xref correctionsTheo de Raadt
1997-05-29Fix -o option and add -O.Todd C. Miller
1997-05-28bad usage line; oster@cs.usask.caTheo de Raadt
1997-05-21Powerpc compiler has a problem with 64 bit math and optimization.Dale S. Rahn
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
1997-04-17make it clearer bs= (like obs & ibs) is in bytesTheo de Raadt
1997-04-16cleanup from danny@freebsdTheo de Raadt
1997-04-16Use _PATH_DEFTAPE not DEFTAPE in mt(1)Todd C. Miller
1997-04-16Change rmt -> rst and use _PATH_DEFTAPE as default file if none isTodd C. Miller
1997-04-14make -h columns more compactkstailey
1997-04-14document "-h" flagkstailey
1997-04-14switch from <blank> to "B" for byte suffix; columns look too ugly otherwisekstailey
1997-04-14fix Avail column in -h mode (again)kstailey
1997-04-14fix Avail column in -h modekstailey
1997-04-14new "-h" (human-readable) output flag now works, please test. thxkstailey
1997-04-12don't print more directory slashes than user specified on error.michaels
1997-04-12We need to copy the pathnames we get from fgetln() on stdin, as the bufferThorsten Lockert
1997-04-12start of -h (human readable) flag. more to comekstailey
1997-04-10another 8MB of swap and it workskstailey
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