Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-02 | repository move of src/bin/pdksh to src/bin/ksh | Theo de Raadt | |
1997-11-30 | oh yeah, we are min() clean | Theo de Raadt | |
1997-11-30 | deal with unterminated e_login and e_wmesg | Theo de Raadt | |
1997-11-20 | Fix units conversion wrt -h flag to be correct (and consistent with | Todd C. Miller | |
the GNU df's -h flag). | |||
1997-11-17 | proper .Xr | Theo de Raadt | |
1997-11-16 | Revert one of the $_ changes made 970102, as it makes sh crash when mail | Niklas Hallqvist | |
arrives and mailchecking is on. I doubt this case was meant to be altered at that time judging from the documentation fix it went along with. However to be really sure I would like to see what POSIX has to say about the mail notification message format. Is $_ meant to be expanded to the mailbox path? If so, this revertion is correct, otherwise, another fix ought to be made. I have no POSIX spec though. | |||
1997-11-15 | spelling | Todd T. Fries | |
1997-11-15 | slipped through the cracks. | Todd T. Fries | |
1997-11-15 | spelling | Todd T. Fries | |
1997-11-13 | let "expr a : /" work. Mark the next token after the match operator as a | Theo de Raadt | |
pattern, causing the lexical analyzer to short-circuit around operator parsing. my fix to netbsd pr#4187, augustss@cs.chalmers.se | |||
1997-11-12 | correct references. | Niels Provos | |
1997-11-08 | spelling | Todd T. Fries | |
1997-11-08 | spelling | Todd T. Fries | |
1997-11-08 | spelling | Todd T. Fries | |
1997-11-08 | spelling | Todd T. Fries | |
1997-11-08 | spelling | Todd T. Fries | |
1997-11-06 | fix ps(1) LIM column | kstailey | |
1997-11-05 | print "-" instead of "" for login name; dada@sbox.tu-graz.ac.at | Theo de Raadt | |
1997-11-05 | avoid having pw_ information active when calling rcmd(); ↵ | Theo de Raadt | |
tacha@tera.fukui-med.ac.jp | |||
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. |