summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2001-05-04Update man page to match new start time sorting; kstailey@disclosure.comTodd C. Miller
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-05-01Simpler explanation of exit values.Aaron Campbell
2001-04-30CLSIZE is 1 on all archs and will go away soon.Artur Grabowski
2001-04-17Missing bits from last commit here; kstailey@disclosure.comTodd C. Miller
2001-04-17Updated version of last patch from kstailey@disclosure.com.Todd C. Miller
2001-04-15Randomized PIDs uglifies "ps -ax" output since it sorts on tty thenTodd C. Miller
2001-04-12Insert some missing commas.Aaron Campbell
2001-04-06remove trailing / from source paths; fixes pr#1756Theo de Raadt
2001-03-26spellingTodd T. Fries
2001-03-26Fix comments, it is "daylight saving time", not "daylight savings time"Todd C. Miller
2001-03-21-WallArtur Grabowski
2001-02-23Avoid potential uninitialized variablePaul Janzen
2001-02-20Typo (introduced by me in mdoc conversion of Rev 1.15); d@Aaron Campbell
2001-02-19forgot to remove debugging #if 0Camiel Dobbelaar
2001-02-19bash-like 'double-tab' completionCamiel Dobbelaar
2001-02-15Fix confusing formatting of an example.Aaron Campbell
2001-02-12don't use long usernames by default; ok deraadt@Dan Harnett
2001-02-10Replace -T flag with more standard -I flag and make it work as a standardTodd C. Miller
2001-02-09another typoTodd C. Miller
2001-02-09no need to revert a change that just fixed a typoTodd C. Miller
2001-02-09Revert broken fix, until a correct fix is written.Marc Espie
2001-02-07Fix -T option and add support for -C option in the file pointed toTodd C. Miller
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