Age | Commit message (Expand) | Author |
1998-03-06 | Add unlimit man link for csh and ulimit man link for sh. | Todd C. Miller |
1998-03-03 | Correct -x and -p flags to be more like traditional tar and make | Todd C. Miller |
1998-02-14 | recog STRIPDISC; kleink | Theo de Raadt |
1998-01-25 | Fix a race where a dir might have been created after a stat call, but before | Niklas Hallqvist |
1998-01-22 | Preserve uid/gid if invoked as tar and extracting as root. | Todd C. Miller |
1998-01-21 | Back out last change. ed and sed should not use extended regular expressions. | Todd C. Miller |
1998-01-18 | Support extended (modern) instead of basic (obsolescent) regular expressions. | Todd C. Miller |
1998-01-17 | Make ulimit catch bogosity so that: "ulimit -dflmnpst unlimitted" | Todd C. Miller |
1998-01-17 | Don't document ulimit flags that don't exist | Todd C. Miller |
1998-01-02 | use getopt; mph@pobox.com | Theo de Raadt |
1998-01-02 | man page error; helbig | Theo de Raadt |
1997-12-08 | use cp -R for local copies | Theo de Raadt |
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 |
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 |
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 |
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(); tacha@tera.fukui-med... | Theo de Raadt |
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 |
1997-09-17 | Cosmetic: | bri |
1997-09-16 | Do not error out on archives without the | Niklas Hallqvist |
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 |