Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-04 | use ISO format in example, not some stupid americano-centric bullshit | Theo de Raadt | |
1997-10-01 | typos; khym@bga.com | Theo de Raadt | |
1997-09-28 | avoid looping on question; wosch@freebsd | Theo de Raadt | |
1997-09-22 | err.[ch] -> error.[ch] and fix err/warn usage. | Todd C. Miller | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-20 | Don't strip trailing '/' in source, fts(3) now does this for us. | Todd C. Miller | |
1997-09-18 | make ls -d still sort files in the regular order; reported by | Theo de Raadt | |
roberte@MEP.Ruhr-Uni-Bochum.de, fixed by sef@Kithrup.COM | |||
1997-09-17 | Cosmetic: | bri | |
Correct usage message. Capitalize hours, minutes and seconds so that minutes are distinguisable from months and so that things are in line with strftime(3) | |||
1997-09-16 | Do not error out on archives without the | Niklas Hallqvist | |
customary block of zeroes at the end. | |||
1997-09-16 | nicer spacing in usage | Theo de Raadt | |
1997-09-12 | #include <ctype.h> | Todd C. Miller | |
1997-09-12 | -Wall | Todd C. Miller | |
1997-09-12 | #include <grp.h> | Todd C. Miller | |
1997-09-12 | Avoid longjmp/vfork clobbering. | Todd C. Miller | |
1997-09-12 | Avoid longjmp/vfork clobbering. | Todd C. Miller | |
1997-09-12 | Avoid longjmp/vfork clobbering. | Todd C. Miller | |
1997-09-12 | -Wall | Todd C. Miller | |
1997-09-12 | Don't put newline's in warnx() | Todd C. Miller | |
1997-09-12 | do not quitenv() too early, or "s" goes away due to it's temporary nature; | Theo de Raadt | |
fix found in freebsd ports tree.. original by ejc@bazzle.com | |||
1997-09-03 | doc emul option | kstailey | |
1997-09-03 | add ps "emul" option | kstailey | |
1997-09-01 | GLOB_ABEND -> GLOB_ABORTED | Todd C. Miller | |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-08-27 | clean up ' | Theo de Raadt | |
1997-08-26 | drum not swap; entropy@tardis.bernstein.com | Theo de Raadt | |
1997-08-25 | clear input buffer to ' ' or \0 correctly; jlemon@freebsd | Theo de Raadt | |
1997-08-24 | correct -sane error msg; steve@freebsd | Theo de Raadt | |
1997-08-23 | Strip trailing slashes from source (we already did dest). | Todd C. Miller | |
Also, use MAXPATHLEN, not MAXPATHLEN+1 | |||
1997-08-22 | document XPG4 compatible format options | kstailey | |
1997-08-22 | XPG4 compatibility for format options: | kstailey | |
two new options: group and rgroup. three new aliases: etime for start, comm for ucomm, and args for command. | |||
1997-08-21 | clarify -r; rs@bifrost.seastrom.com | Theo de Raadt | |
1997-08-21 | correct [yy]yy stuff in manpages and usage | Theo de Raadt | |
1997-08-20 | this has not been used for a while | Theo de Raadt | |
1997-08-19 | Note -P option and POSIX 1003.2 | denny | |
1997-08-19 | Add -P option, the POSIX 1003.2 output format (strictly specified for parsing). | denny | |
1997-08-19 | Note return code >2 if malloc fails (POSIX spec behavior). | denny | |
1997-08-19 | POSIX 1003.2: exit code is 3 if memory allocation fails, 2 if expr invalid. | denny | |
1997-08-19 | Note POSIX 1003.2 conformance. | denny | |
1997-08-19 | POSIX 1003.2: exit w/ 0 code if receive SIGALRM. | denny | |
1997-08-17 | Don't include both strings.h and string.h -- just use string.h | Todd C. Miller | |
1997-08-08 | Add a "parsed" flag for ps fields so we don't print the same field | Todd C. Miller | |
multiple times. Fixes PR #298 from Carsten Hammer <chammer@vogon.party.de> | |||
1997-08-05 | errno.h | Theo de Raadt | |
1997-08-05 | make signal handlers errno safe | Theo de Raadt | |
1997-08-05 | Fixes for a variety of pdksh problems: | grr | |
1) pkksh in sh mode closed fd's other than [012] on exec'ing a command. this is a ksh'ism and POSIX sates that open files are part of the environment to be passed to the new process. 2) pdksh in sh mode interpets (( as meaning the start of arithmetic "quoting", which is incompatible with it's usage as a nested sub-shell invocation. The $(( form for arithmetic substitution is stil valid, however. PR user/59 millert@openbsd.org (Todd C. Miller) 3) pdksh sh.1 manpage isn't explicit about the range of input text that is subject to field splitting after a substitution. PR user/236 Mathieu.Herrb@mipnet.fr (Mathiew Herrb) | |||
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-08-04 | toast non-NEWVM code; freebsd | Theo de Raadt | |
1997-08-04 | bad Ns | Theo de Raadt | |
1997-08-04 | more Ns | Theo de Raadt | |
1997-08-03 | oops. ok, why does my footer not show up yet?? | Theo de Raadt | |