Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-06 | geteuid(2) can never fail. What was I thinking? | Todd C. Miller | |
1997-06-06 | doc [ expr ] notation; he@vader.runit.sintef.no | Theo de Raadt | |
1997-06-06 | fix | Theo de Raadt | |
1997-06-06 | POSIX says pax must complain about not being able to set permissions | Todd C. Miller | |
but we don't have to do that in non-pax modes. | |||
1997-06-04 | Don't complain about not being able to set uid/gid in "tar -p" | Todd C. Miller | |
(EPERM) unless the verbose flag is given or the user is root. Noted by Magnus Holmberg <mho@stacken.kth.se>. | |||
1997-06-04 | bye bye :, mikel | Theo de Raadt | |
1997-06-04 | Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy() | Todd C. Miller | |
pad with NULL's like strncpy(3). This eliminates the need for zf_strncpy(); ocurrences of zf_strncpy() have been changed to l_strncpy(). | |||
1997-06-03 | less strncpy; charnier@freebsd | Theo de Raadt | |
1997-06-03 | .Xr ch 4, someone create it please? | Theo de Raadt | |
1997-06-01 | From denny@c200234-a.frmt1.sfba.home.com, check superblock magic number. | Jason Downs | |
I'm unsure if this code should even remain in df. | |||
1997-05-30 | xref corrections | Theo de Raadt | |
1997-05-29 | Fix -o option and add -O. | Todd C. Miller | |
1997-05-28 | bad usage line; oster@cs.usask.ca | Theo de Raadt | |
1997-05-21 | Powerpc 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-19 | Changed ``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-17 | make it clearer bs= (like obs & ibs) is in bytes | Theo de Raadt | |
1997-04-16 | cleanup from danny@freebsd | Theo de Raadt | |
1997-04-16 | Use _PATH_DEFTAPE not DEFTAPE in mt(1) | Todd C. Miller | |
Remove DEFTAPE from <sys/mtio.h> and guard against multiple inclusion. | |||
1997-04-16 | Change rmt -> rst and use _PATH_DEFTAPE as default file if none is | Todd C. Miller | |
specified. | |||
1997-04-14 | make -h columns more compact | kstailey | |
1997-04-14 | document "-h" flag | kstailey | |
1997-04-14 | switch from <blank> to "B" for byte suffix; columns look too ugly otherwise | kstailey | |
1997-04-14 | fix Avail column in -h mode (again) | kstailey | |
1997-04-14 | fix Avail column in -h mode | kstailey | |
1997-04-14 | new "-h" (human-readable) output flag now works, please test. thx | kstailey | |
1997-04-12 | don'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-12 | We need to copy the pathnames we get from fgetln() on stdin, as the buffer | Thorsten Lockert | |
will be reused. | |||
1997-04-12 | start of -h (human readable) flag. more to come | kstailey | |
1997-04-10 | another 8MB of swap and it works | kstailey | |
1997-04-09 | Use 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-09 | Fix typos. Pointed out by Carsten Hammer <chammer@post.uni-bielefeld.de> | Todd C. Miller | |
1997-04-09 | sun3 pax/tar segfaults | kstailey | |
1997-04-09 | the the | Theo de Raadt | |
1997-04-07 | use libc err(); ahd@kew.com | Theo de Raadt | |
1997-04-06 | Remove old -P flag since it doesn't do anything and make -P mean | Todd C. Miller | |
"preserve leading /" like GNU tar (no longer use -S for this). | |||
1997-04-06 | Allow creation of archives with block sizes up to 64512 bytes | Todd C. Miller | |
but complain about non-portability if > 32256 bytes. Brought up by George Robbins <grr@shandakor.tharsis.com> | |||
1997-04-05 | Fix bug introduced with "exit(0) if no files" behavior change. | Todd C. Miller | |
1997-04-05 | Strip leading '/' of pathnames (only in tar mode). -S option turns | Todd C. Miller | |
this off like GNU tar. | |||
1997-04-05 | Patch 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-04 | Improvements 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-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt | |
1997-04-04 | wtmp repairs; netbsd | Theo de Raadt | |
1997-04-02 | opt_add() needs to make a copy of the input string since it modifies | Todd 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-02 | Deal with old-style tar archives with a directory specifier (extension). | Todd C. Miller | |
1997-04-01 | option '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-30 | Adjust the input string by the right amount if the pattern wasn't at the | Todd C. Miller | |
beginning. From NetBSD (mycroft). | |||
1997-03-29 | Allow setting blocksize to 0 (variable size); from Juergen Hannken-Illjes | Thorsten Lockert | |
<hannken@eis.cs.tu-bs.de> in NetBSD PR 3256 | |||
1997-03-26 | oxtabs is converse of tabs; gwing@primenet.com.au | Theo de Raadt | |
1997-03-26 | more careful strncpy | Theo de Raadt | |
1997-03-26 | Note that default blocking factor is 20. | Todd C. Miller | |