Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-04 | Update man page to match new start time sorting; kstailey@disclosure.com | Todd C. Miller | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-05-01 | Simpler explanation of exit values. | Aaron Campbell | |
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski | |
2001-04-17 | Missing bits from last commit here; kstailey@disclosure.com | Todd C. Miller | |
2001-04-17 | Updated version of last patch from kstailey@disclosure.com. | Todd C. Miller | |
We should always save the user area since we are sorting on start time (which lives there). | |||
2001-04-15 | Randomized PIDs uglifies "ps -ax" output since it sorts on tty then | Todd C. Miller | |
PID and it makes no sense to sort on a strong random number. This patch changes the default to be the start time so output looks logical to a human. From kstailey@disclosure.com | |||
2001-04-12 | Insert some missing commas. | Aaron Campbell | |
2001-04-06 | remove trailing / from source paths; fixes pr#1756 | Theo de Raadt | |
2001-03-26 | spelling | Todd T. Fries | |
2001-03-26 | Fix comments, it is "daylight saving time", not "daylight savings time" | Todd C. Miller | |
2001-03-21 | -Wall | Artur Grabowski | |
2001-02-23 | Avoid potential uninitialized variable | Paul Janzen | |
2001-02-20 | Typo (introduced by me in mdoc conversion of Rev 1.15); d@ | Aaron Campbell | |
2001-02-19 | forgot to remove debugging #if 0 | Camiel Dobbelaar | |
messed up completion on e.g. / and ./ | |||
2001-02-19 | bash-like 'double-tab' completion | Camiel Dobbelaar | |
- bind TAB (^I) to complete-list by default - complete-list now lists 'ls style' not 'menu style' - complete-list first completes; if that does not work, it lists - fix a memleak in emacs.c, do_complete - completion now works after '=' (dd), and ':' (ssh) and ` (backtick) - a command can now start with a subdir from the current dir | |||
2001-02-15 | Fix confusing formatting of an example. | Aaron Campbell | |
2001-02-12 | don't use long usernames by default; ok deraadt@ | Dan Harnett | |
2001-02-10 | Replace -T flag with more standard -I flag and make it work as a standard | Todd C. Miller | |
argument (and thus work as in the 'packed' option form) as well as a positional argument. Our -T flag was basically equivalent to -I but different from gnutar's -T so -T gets thrown out. | |||
2001-02-09 | another typo | Todd C. Miller | |
2001-02-09 | no need to revert a change that just fixed a typo | Todd C. Miller | |
2001-02-09 | Revert broken fix, until a correct fix is written. | Marc Espie | |
Breaking all ports like that is not acceptable. | |||
2001-02-07 | Fix -T option and add support for -C option in the file pointed to | Todd C. Miller | |
by -T ala GNU tar. Based on a patch from woods@proven.weird.com; Closes PR #1664 | |||
2001-02-07 | Honor TMPDIR environment variable and document the fact. | Todd C. Miller | |
2001-02-05 | improve usage | Theo de Raadt | |
2001-02-05 | [-] outside braces | Theo de Raadt | |
2001-02-05 | extra - in usage too | Theo de Raadt | |
2001-02-05 | fix SYNOPSIS line; extra - | Theo de Raadt | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-17 | use sig_atomic_t | Theo de Raadt | |
2001-01-17 | avoid C sequence point issues; found by cgd@netbsd.org using a development | Paul Janzen | |
version of gcc. | |||
2001-01-16 | typo; bk@rt.fm | Aaron Campbell | |
2001-01-16 | cleanup strcpy, strncpy, signal races, etc | Theo de Raadt | |
2001-01-15 | avoid using warnx() in a signal handler, suggestion from aaron | Theo de Raadt | |
2001-01-15 | use _exit() in signal handler, still a race because of warnx()... | Theo de Raadt | |
2001-01-08 | Fix a bug in previous commit; we need a separate stat buffer for | Todd C. Miller | |
the "from" file due to changing the order of stat calls. | |||
2001-01-06 | Fix 3 cases related to symbolic links when moving between filesystes: | Todd C. Miller | |
1) incorrectly refused to move a symlink to a mount point 2) refused to move a symlink to a non-existent file 3) copied the contents of a symlink instead of the link itself. Closes PR 1368; james@oaktree.co.uk | |||
2001-01-04 | spelling | Todd T. Fries | |
2000-12-22 | repair same static buf oflow in printf(1) and printf(1) internal inside csh(1) | Theo de Raadt | |
2000-12-19 | do not reset nonblock if shell is not interactive, from crossd@cs.rpi.edu | Markus Friedl | |
(i should have commited this about 6 months ago, ok millert@). | |||
2000-11-21 | Bug fixes from pdksh-5.2.14-patches.1: | Todd C. Miller | |
o set -x dumps core (shf.c); o "typeset -r foo=bar" fails saying foo is readonly (var.c). | |||
2000-11-21 | Add missing break that broke 'kill -s SIGNAME', PR #1495 | Todd C. Miller | |
Fix from Hiroyuki.HORINOKUCHI@nrj.ericsson.se | |||
2000-11-16 | Some .Li makes this look prettier. | Aaron Campbell | |
2000-11-10 | Use .Nm instead of spelling out "cpio". | Aaron Campbell | |
2000-11-10 | - Prefer COMPATIBILITY section after SEE ALSO section. | Aaron Campbell | |
- Insert a missing comma. | |||
2000-11-10 | - Section shuffling. | Aaron Campbell | |
- Some .Nm trimming. - Reword a sentence for consistency with the chmod(1) man page. - Insert a missing comma. | |||
2000-11-10 | Use better grammar. | Aaron Campbell | |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell | |
- .Sh AUTHOR -> .Sh AUTHORS | |||
2000-11-09 | Insert some missing commas. | Aaron Campbell | |
2000-11-09 | Fix an off-by-one-hour error that would occur when changing the time across | Aaron Campbell | |
DST (Daylight Saving Time); from NetBSD. |