Age | Commit message (Expand) | Author |
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 |
2001-02-05 | extra - in usage too | Theo de Raadt |
2001-02-05 | fix SYNOPSIS line; extra - | Theo de Raadt |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
2001-01-17 | use sig_atomic_t | Theo de Raadt |
2001-01-17 | avoid C sequence point issues; found by cgd@netbsd.org using a development | Paul Janzen |
2001-01-16 | typo; bk@rt.fm | Aaron Campbell |
2001-01-16 | cleanup strcpy, strncpy, signal races, etc | Theo de Raadt |
2001-01-15 | avoid using warnx() in a signal handler, suggestion from aaron | Theo de Raadt |
2001-01-15 | use _exit() in signal handler, still a race because of warnx()... | Theo de Raadt |
2001-01-08 | Fix a bug in previous commit; we need a separate stat buffer for | Todd C. Miller |
2001-01-06 | Fix 3 cases related to symbolic links when moving between filesystes: | Todd C. Miller |
2001-01-04 | spelling | Todd T. Fries |
2000-12-22 | repair same static buf oflow in printf(1) and printf(1) internal inside csh(1) | Theo de Raadt |
2000-12-19 | do not reset nonblock if shell is not interactive, from crossd@cs.rpi.edu | Markus Friedl |
2000-11-21 | Bug fixes from pdksh-5.2.14-patches.1: | Todd C. Miller |
2000-11-21 | Add missing break that broke 'kill -s SIGNAME', PR #1495 | Todd C. Miller |
2000-11-16 | Some .Li makes this look prettier. | Aaron Campbell |
2000-11-10 | Use .Nm instead of spelling out "cpio". | Aaron Campbell |
2000-11-10 | - Prefer COMPATIBILITY section after SEE ALSO section. | Aaron Campbell |
2000-11-10 | - Section shuffling. | Aaron Campbell |
2000-11-10 | Use better grammar. | Aaron Campbell |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell |
2000-11-09 | Insert some missing commas. | Aaron Campbell |
2000-11-09 | Fix an off-by-one-hour error that would occur when changing the time across | Aaron Campbell |
2000-11-09 | - Don't use general text domain macros in literal block displays. | Aaron Campbell |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-11-09 | typo, inspired by deraadt@ | Niels Provos |
2000-11-08 | Escape the quotation marks in the first example so they show; deraadt@ | Aaron Campbell |
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell |
2000-10-30 | Use mkstemp(3) for here document (<<) temporary files instead of $$ | Todd C. Miller |
2000-10-19 | Where we talk about $$, also say mention that PIDs are not safe to use for | Aaron Campbell |
2000-10-18 | sort out printf formats according to types, 64bit arithmetics in ffs_df; mill... | Michael Shalayeff |
2000-10-18 | remention -T | Eric Jackson |
2000-10-18 | Properly introduce options. | Aaron Campbell |
2000-10-18 | typo | Aaron Campbell |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell |
2000-10-12 | Compare the return from mmap with MAP_FAILED, do not cast to int and comapre | Artur Grabowski |
2000-10-07 | remove non-existant T option | Eric Jackson |
2000-10-06 | Sync usage() with man page. | Aaron Campbell |
2000-10-06 | - Get rid of more short lines. | Aaron Campbell |
2000-10-06 | - Fix numerous formatting glitches. | Aaron Campbell |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-09-04 | even better fix for importpath(); from christos@zoulas.com; millert@ ok | Michael Shalayeff |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-08-30 | prevent core dumps when stderror() is called before reslab is initialized | Michael Shalayeff |
2000-08-20 | Use mkstemp(), ryker@ryker.org | Todd C. Miller |
2000-08-05 | remove blank line | Paul Janzen |