summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2001-12-18another errno save situationTheo de Raadt
2001-12-09Fix an incorrect example, reported by Gaƫl Queri <gqueri@mail.dotcom.fr>Miod Vallat
2001-12-05Get MAXSLP from kvm/sysctl. It's patchable in the kernel now.Artur Grabowski
2001-12-02add -a to use adjtime(), like rdate(1) doesTheo de Raadt
2001-12-01KNFTheo de Raadt
2001-12-01wrong printf spec for a fieldTheo de Raadt
2001-11-212GB fix (int->off_t) similar to scp; daniel@lucq.orgMarkus Friedl
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-14in a signal handler, change errx() to warnx() + _exit; millert okTheo de Raadt
2001-11-13o) start new sentence on a new line;Mike Pechkin
2001-11-11indentTheo de Raadt
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
2001-11-07Doh, bring the correct header, this is userland...Miod Vallat
2001-11-07Use uvm headers.Miod Vallat
2001-11-05mark a zone of signal racesTheo de Raadt
2001-11-05kill more registers;Mike Pechkin
2001-10-29add RFC 3174 to SEE ALSO sectionTodd C. Miller
2001-10-25Make -h and -L follow symlinks on extraction of directories.Niklas Hallqvist
2001-10-06Fix ``echo foo |dd'' which was broken by the last commit.Todd C. Miller
2001-10-06s/standrad/standard/Niklas Hallqvist
2001-10-04Grammar; also, document the true behaviour of the examples.Paul Janzen
2001-10-04Move check for count=0 into dd's main. We want to do normal setupTodd C. Miller
2001-10-01skip filenames containing \n; report jdamery@chiark.greenend.org.ukMarkus Friedl
2001-09-27If kvm_openfiles() fail the systctl() should work.Mike Pechkin
2001-09-24The 'newgrp' alias is explicitly disabled in our ksh, so do not mentionCamiel Dobbelaar
2001-09-19occured->occurredMike Pechkin
2001-09-15Fix typo--have a cow not a monkey; bk@rt.fmTodd C. Miller
2001-09-06install relative symlinks, not absoluteMichael Shalayeff
2001-09-06o) fix bogus .St usage;Mike Pechkin
2001-09-06o) __progname aria;Mike Pechkin
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-02Typo; addresses pr/2038 from tim@robbins.dropbear.id.auAaron Campbell
2001-08-29clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t...Markus Friedl
2001-08-26remove excess XrTheo de Raadt
2001-08-25OpenBSD doesn't have RLIMIT_VMEM or RLIMIT_SWAP, so we don'tHeikki Korpela
2001-08-23Add a CAVEATS section explaining that a hard link cannot be made to a fileAaron Campbell
2001-08-23fix a typo; tim@robbins.dropbear.id.auPeter Valchev
2001-08-13Typo in comments: 'interuptable' => 'interruptible'Heikki Korpela
2001-08-13Document how to remove or rename a file that is a getopt(3) flagHeikki Korpela
2001-08-10Address PR 1993. This rewording has been deemed satisfactory by theHugh Graham
2001-08-09Actually use the statf function pointer which I missed while hand-patching.Todd C. Miller
2001-08-09Add -h flag to prevent following a symlink to a dir as the dest.Todd C. Miller
2001-08-07Modify timekeeping in an effort to produce a sane bandwidth measureHugh Graham
2001-08-03Typo; heko@iki.fiAaron Campbell
2001-08-02pet peeve, insure vs ensureHugh Graham
2001-07-31Documentation fixes per PR 1979 by Kaspar Toomik.Hugh Graham
2001-07-20we don't like:Mike Pechkin
2001-07-19Back out last change, it caused problems with exit vals.Todd C. Miller
2001-07-17Add a safe_print() function that uses vis(3) if output is a tty.Todd C. Miller
2001-07-17make file-completion work with ~ (tilde)Camiel Dobbelaar