Age | Commit message (Expand) | Author |
1999-01-31 | When adjusting units for -h mode, use the absolute value to check for | Todd C. Miller |
1999-01-22 | xref rmdir(2) | Todd C. Miller |
1999-01-19 | Updates from pdksh-unstable-5.2.13.7. Most notable change is: | Todd C. Miller |
1999-01-12 | use pid_t | Aaron Campbell |
1999-01-10 | sync with pdksh-unstable-5.2.13.6 | Todd C. Miller |
1999-01-10 | Fix bug in c_sh.c where an unitialized variable could be used. | Todd C. Miller |
1999-01-10 | missed in update | Todd C. Miller |
1999-01-08 | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | Todd C. Miller |
1999-01-02 | indent | Theo de Raadt |
1999-01-02 | Fix possible free() of uninitialized pointer. | Tobias Weingartner |
1999-01-02 | Clean up some -Wall stuff, and a potential problem if TM_TIME_BASE was not | Tobias Weingartner |
1998-12-21 | correct built-in kill | Theo de Raadt |
1998-12-21 | like kill(1), have csh builtin handle -SIGxxx names; kleink | Theo de Raadt |
1998-12-19 | fix | Theo de Raadt |
1998-12-16 | indent | Theo de Raadt |
1998-12-16 | doc printf built-in | Theo de Raadt |
1998-12-16 | fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`); | Theo de Raadt |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-12-07 | doc -z pax option; d | Theo de Raadt |
1998-12-02 | cleanup/update synopsis | Aaron Campbell |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell |
1998-11-25 | null pointers are not your friend | Aaron Campbell |
1998-11-24 | better error message from ulimit | Todd C. Miller |
1998-11-19 | note when -n option is used, shell can be terminated with ^D (end-of-file) | Aaron Campbell |
1998-11-19 | better fix | Todd C. Miller |
1998-11-19 | thou shalt not follow the NULL pointer, that way lies madness | Todd C. Miller |
1998-11-18 | strtol() range check | Theo de Raadt |
1998-11-11 | misc repair | Aaron Campbell |
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell |
1998-11-04 | be really pedantic about punctuation following -mdoc macro'd text | Aaron Campbell |
1998-11-04 | use optimal xfer block size in rm_overwrite() instead of assuming 8192 | Aaron Campbell |
1998-10-29 | Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of | Todd C. Miller |
1998-10-19 | Fix off-by-one error when adding files of exactly 100 characters; wsanchez@ap... | Todd C. Miller |
1998-10-09 | Initialize the correct fields when creating an empty command. Fixes bug where a | Todd C. Miller |
1998-09-27 | preceeding -> preceding | Aaron Campbell |
1998-09-26 | for -p preserve sticky bit | Theo de Raadt |
1998-09-26 | fix storage of paths that are exactly 100 chars; mgw@pacbell.net | Todd C. Miller |
1998-09-26 | more setmode() leaks -- kill 'em all | Theo de Raadt |
1998-09-24 | 'off of' -> 'off' | Paul Janzen |
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell |
1998-09-20 | When invoked as tar, print verbose output to stdout, not stderr. If in list ... | Todd C. Miller |
1998-09-19 | typos | Aaron Campbell |
1998-09-14 | typos; pjanzen@foatdi.harvard.edu | Aaron Campbell |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell |
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-09-01 | Clear up an overeager Y2K fix; be a little stricter with allowable times | Paul Janzen |
1998-09-01 | s/UCT/UTC/ | Paul Janzen |
1998-08-31 | system limits can change. Do not document 10240 limit | Theo de Raadt |
1998-08-26 | do not *NULL -- i think this patch is right | Theo de Raadt |