Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-05 | strip multiple leading slashes from absolute paths; ok beck@ | Damien Miller | |
2005-08-04 | Make pax exit unsuccessfully on errors. | Marco Pfatschbacher | |
Patch by fgsch@ and me. Fixes PR 4310. OK fgsch@ otto@ millert@ | |||
2005-08-01 | more `version' removal; | Jason McIntyre | |
ok otto@ | |||
2005-08-01 | Document ^V change from version to quote command | Otto Moerbeek | |
2005-08-01 | pascoe noted that ^V in ksh emacs mode is not what you expect -- literal | Theo de Raadt | |
next as it is every other canonical mode, or emulation of canonical mode. change it to act like it should ok djm david marc tdeval pvalchev | |||
2005-07-31 | say goodbye to creat(). | Marc Espie | |
okay deraadt@ | |||
2005-07-06 | Only print a space separating argv and the real command (in parens) | Todd C. Miller | |
when argv is non-NULL and empty. OK deraadt@ and fgsch@. | |||
2005-07-01 | use a standard format for EXAMPLES; | Jason McIntyre | |
2005-06-30 | Set tv_usec sensibly when calling utimes() instead of just zeroing it. | Todd C. Miller | |
We have nsec file times so we may as well use them... | |||
2005-06-15 | remove whiteout support | Todd C. Miller | |
2005-06-14 | whiteouts are gone | Todd C. Miller | |
2005-06-13 | Fix writing of old-style tar headers. Filenames and linknames actually | Otto Moerbeek | |
are not NUL terminated if the fill the whole field. ok millert@ jaredy@ | |||
2005-06-02 | add -O to getopt (ok otto) and sync usage | Jared Yanovich | |
2005-06-02 | sort options | Jared Yanovich | |
2005-06-02 | - simplify usage | Jared Yanovich | |
- rearrange examples - layout tweaks - minor macro, punctuation, etc. fixes ok jmc | |||
2005-06-01 | add missing detail from IFS example | Jared Yanovich | |
Originally from TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> from PR 4220 reminded by jmc | |||
2005-05-28 | Use proper modules instead of relying on .ph files. | Todd C. Miller | |
Use Getopt::Std instead of the perl4 getopts.pl | |||
2005-05-27 | include sys/time.h to get struct timeval | Todd C. Miller | |
2005-05-25 | add missing detail from IFS example | Jared Yanovich | |
From PR4220/TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> | |||
2005-05-24 | -ansi considered harmful, even in comments | Todd C. Miller | |
2005-05-24 | -ansi means only expose ANSI interfaces which is not something we want... | Todd C. Miller | |
2005-05-24 | variety of man page fixes | Jared Yanovich | |
- add non-legacy synopsis (and sync usage) - sort options - refer to synopsis arguments consistently - rearrange examples - mdoc tweaks - mention glob patterns for -t and -x ok jmc, otto | |||
2005-05-13 | some Xr's from jason ackley; | Jason McIntyre | |
2005-05-12 | .Xr script 7 | Jason McIntyre | |
2005-05-03 | some snprintf() -> strlcpy to improve readibility (and speed?) | Nikolay Sturm | |
from rohee@, ok millert@ before 3.7 | |||
2005-05-02 | tweaks; | Jason McIntyre | |
2005-05-01 | add eject -t option: permits tray to be closed (ie. insert a CD). | Theo de Raadt | |
this uses the MTRETEN option split out getopt options for mt & eject, fix usage as well. ok krw (who is about to commit the back end changes for scsi..) | |||
2005-04-28 | Use a special crafted string copy function to copy data from ustar | Otto Moerbeek | |
headers to the generic pax structs. ustar is "funny" since some fields are not always NUL terminated. Old-style tar headers and ustar creation remains to be done. ok millert@ beck@ | |||
2005-04-26 | - do not list -f option for eject, as it is not necessary | Jason McIntyre | |
- tidy up the options list somewhat to avoid confusion - sync usage() started by a diff from tom@ and ok'd by him; | |||
2005-04-25 | Use the various f* functions to set owner, mode and times, instead | Otto Moerbeek | |
of operating on the path name. Avoids some races. ok deraadt@ cloder@ millert@ | |||
2005-04-23 | -c option may take either integer or name, not just integer; | Jason McIntyre | |
diff from ray; ok sturm@ | |||
2005-04-21 | fix strlcpy abuse in pax - this commit turns potential overflows into | Bob Beck | |
potential non-spec compliance - the use of these fields as strings needs to be revisited more thouroughly. ok millert@ otto@ | |||
2005-04-15 | check snprintf return value and abort if the concatenated path is too | Uwe Stuehler | |
long instead of using the truncated path. also, use the strerror() database instead of repeating the text here. ok krw@, millert@ | |||
2005-04-14 | add the prefix length to nlen for ustar; ok otto millert | Markus Friedl | |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2005-04-10 | Handle path names of exactly 100 chars correctly. Based on a diff | Otto Moerbeek | |
from espie@. ok espie@ deraadt@ | |||
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich | |
argument "resolved", since it is undefined. ok and help millert, otto | |||
2005-04-08 | Correct comment about using m in blocksize (multiplies by 1048576 not 512). | Jonathan Gray | |
2005-04-05 | change incorrect filename in output on fstat() failure | Jared Yanovich | |
from Cedric Berger <cedric@berger.to> ok otto | |||
2005-03-31 | copy argv[] element instead of smashing the one that ps will see; ok otto | Theo de Raadt | |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt | |
double checked to make sure no binaries change, and eyed by niallo | |||
2005-03-28 | spacing | Theo de Raadt | |
2005-03-28 | if argv[0] not set, do not set it to "pdksh", but to "ksh" | Theo de Raadt | |
2005-03-28 | spacing | Theo de Raadt | |
2005-03-24 | - sort options | Jason McIntyre | |
- sync usage() - remove unnecessary quoting | |||
2005-03-16 | chown(8): mention that this utility clears setuid/setgid bits by default; | Jason McIntyre | |
from stuart henderson (pr #4149); chown(2)/chown(8): mention that sysctl variable fs.posix.setuid=0 overrides this behaviour; from millert and otto; ok deraadt@ otto@ millert@ | |||
2005-03-13 | Use pid_t where appropriate. From Bruno Rohee (thanks). | Chad Loder | |
2005-03-10 | wrap bind() to AF_UNIX with umask() to avoid race | Theo de Raadt | |
2005-03-10 | use fts_path if fts_name is not available, tweak and ok millert | Jared Yanovich | |
2005-03-07 | more macro simplification; | Jason McIntyre | |