Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-06 | In -p mode, set directory times in post-order pass since otherwise the | Todd C. Miller | |
times get squashed when we add files to the dir. Problem found by Christophe.Deroulers@ens.fr, fix by me. | |||
2001-06-03 | Nope, that's not right either. Fix check for mutually exclusive args. | Todd C. Miller | |
2001-06-03 | sync man page with new usage restrictions | Todd C. Miller | |
2001-06-03 | Obvious thinko: command line is wrong if it's too short, not too long. | Marc Espie | |
2001-06-03 | Use kern.nprocs | Angelos D. Keromytis | |
2001-06-03 | Use sysctl to get process information, if kvm has not been initialized | Angelos D. Keromytis | |
(which is still not the case). | |||
2001-06-03 | Style. | Angelos D. Keromytis | |
2001-06-03 | Use sysctl() to get fscale, ccpu, and physmem if we haven't | Angelos D. Keromytis | |
initialized kvm (won't happen for a while). | |||
2001-06-02 | Fix some typos and add missing test for string of 1 million a's. | Todd C. Miller | |
2001-06-02 | New md5/sha1/rmd160 driver with a BSD copyright. Improvements: | Todd C. Miller | |
o options that should be mutually exclusive are o time trial works reasonably when it finishes in < 1 sec o uses a function table instead of a bunch of globals | |||
2001-05-28 | Various fixes; mpech@prosoft.org.lv | Aaron Campbell | |
2001-05-26 | Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless. | Todd C. Miller | |
Change NET2_STAT into LONG_OFF_T for portability to systems with a 32bit off_t. | |||
2001-05-25 | Remove unnecessary .Nm args; mpech@prosoft.org.lv | Aaron Campbell | |
2001-05-20 | exit and the progname | Michael Shalayeff | |
2001-05-20 | exit and use __progname | Michael Shalayeff | |
2001-05-20 | trade 3 exits for return | Michael Shalayeff | |
2001-05-19 | Use an explicit memcpy() to copy a stat struct. Fixes a mysterious | Todd C. Miller | |
Memory fault on my hp300 boxes. This is more than a little worrisome (and it doesn't show up on i386). The problem may actually be related to struct alignment and the recent fts struct changes. | |||
2001-05-18 | return(0) is less than exit(0) | Michael Shalayeff | |
2001-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff | |
2001-05-11 | add rcs tags | Michael Shalayeff | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-05-11 | Explicit mapping type to mmap. (not used yet) | Artur Grabowski | |
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 | |