summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
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
compiles with -O0 for dd instead of (normal) -O. Does not affect other ports.
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
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
Remove DEFTAPE from <sys/mtio.h> and guard against multiple inclusion.
1997-04-16Change rmt -> rst and use _PATH_DEFTAPE as default file if none isTodd C. Miller
specified.
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
Reported by Nick Sayer (nsayer@quack.kfu.com) in FreeBSD pr bin/3025.
1997-04-12We need to copy the pathnames we get from fgetln() on stdin, as the bufferThorsten Lockert
will be reused.
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
This makes the Received header lines more accurate, if rmail is called from Taylor UUCP's uuxqt. (And we ship Taylor UUCP...) Change #define TAYLOR_ENV into #undef TAYLOR_ENV if this should annoy you :-)
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
"preserve leading /" like GNU tar (no longer use -S for this).
1997-04-06Allow creation of archives with block sizes up to 64512 bytesTodd C. Miller
but complain about non-portability if > 32256 bytes. Brought up by George Robbins <grr@shandakor.tharsis.com>
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
this off like GNU tar.
1997-04-05Patch from BSDI (via Keith Bostic, via NetBSD):Thorsten Lockert
>NFS doesn't support chflags; ignore errors unless there's reason >to believe we're losing bits. (Note, this still won't be right >if the server supports flags and we were trying to *remove* flags >on a file that we copied, i.e., that we didn't create.)
1997-04-04Improvements based on commets by George Robbins <grr@shandakor.tharsis.com>Todd C. Miller
- ``tar cf'' will now just exit instead of waiting for a file list on stdin. The old behavior should be re-enabled with an option. - Better wording in tar man page for -o and -w
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
it and new compilers don't let you write to constant strings. Problem (core dump when using -o) noted by Felix Schroeter.
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
add -n (numeric uid/gid), fix some man page errors; tv@pobox.com
1997-03-30Adjust the input string by the right amount if the pattern wasn't at theTodd C. Miller
beginning. From NetBSD (mycroft).
1997-03-29Allow setting blocksize to 0 (variable size); from Juergen Hannken-IlljesThorsten Lockert
<hannken@eis.cs.tu-bs.de> in NetBSD PR 3256
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
``real'' tars.
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
favor of a simpler change--never try to do a media change when invoked as tar. This fixes problems that crop up if gzip exits unhappily and others.
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
move all files contained in the mounted filesystem to the dest. dir which could be quite nasty. Personally, I think rename(2) should return EPERM or EINVAL instead of EXDEV.
1997-02-27fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl).michaels