summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2001-02-07Honor TMPDIR environment variable and document the fact.Todd C. Miller
2001-02-05improve usageTheo de Raadt
2001-02-05[-] outside bracesTheo de Raadt
2001-02-05extra - in usage tooTheo de Raadt
2001-02-05fix SYNOPSIS line; extra -Theo de Raadt
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-17use sig_atomic_tTheo de Raadt
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
2001-01-16typo; bk@rt.fmAaron Campbell
2001-01-16cleanup strcpy, strncpy, signal races, etcTheo de Raadt
2001-01-15avoid using warnx() in a signal handler, suggestion from aaronTheo de Raadt
2001-01-15use _exit() in signal handler, still a race because of warnx()...Theo de Raadt
2001-01-08Fix a bug in previous commit; we need a separate stat buffer forTodd C. Miller
2001-01-06Fix 3 cases related to symbolic links when moving between filesystes:Todd C. Miller
2001-01-04spellingTodd T. Fries
2000-12-22repair same static buf oflow in printf(1) and printf(1) internal inside csh(1)Theo de Raadt
2000-12-19do not reset nonblock if shell is not interactive, from crossd@cs.rpi.eduMarkus Friedl
2000-11-21Bug fixes from pdksh-5.2.14-patches.1:Todd C. Miller
2000-11-21Add missing break that broke 'kill -s SIGNAME', PR #1495Todd C. Miller
2000-11-16Some .Li makes this look prettier.Aaron Campbell
2000-11-10Use .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-10Use better grammar.Aaron Campbell
2000-11-09- Some section shuffling: conform to the standard order documented in mdoc(7)Aaron Campbell
2000-11-09Insert some missing commas.Aaron Campbell
2000-11-09Fix an off-by-one-hour error that would occur when changing the time acrossAaron Campbell
2000-11-09- Don't use general text domain macros in literal block displays.Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-11-09typo, inspired by deraadt@Niels Provos
2000-11-08Escape 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-30Use mkstemp(3) for here document (<<) temporary files instead of $$Todd C. Miller
2000-10-19Where we talk about $$, also say mention that PIDs are not safe to use forAaron Campbell
2000-10-18sort out printf formats according to types, 64bit arithmetics in ffs_df; mill...Michael Shalayeff
2000-10-18remention -TEric Jackson
2000-10-18Properly introduce options.Aaron Campbell
2000-10-18typoAaron Campbell
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
2000-10-12Compare the return from mmap with MAP_FAILED, do not cast to int and comapreArtur Grabowski
2000-10-07remove non-existant T optionEric Jackson
2000-10-06Sync 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-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-04even better fix for importpath(); from christos@zoulas.com; millert@ okMichael Shalayeff
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-30prevent core dumps when stderror() is called before reslab is initializedMichael Shalayeff
2000-08-20Use mkstemp(), ryker@ryker.orgTodd C. Miller
2000-08-05remove blank linePaul Janzen