summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2002-02-11Initial patch.Mike Pechkin
2002-02-10remove pre-ansi, SCCS workaround cruft; ok deraadt@Christian Weisgerber
2002-02-01avoid SEGV on out-of-range argument reference ("echo $020129163642").Jun-ichiro itojun Hagino
2002-01-30right, just check more for nulls; from Dan Harnett <danh@wzrd.com>Michael Shalayeff
2002-01-30always check for kvm_openfiles failure; pointed out by juan@coredump.com.ar i...Michael Shalayeff
2002-01-25Put space back at the end of the line, it's required there.Aaron Campbell
2002-01-25Stat source path at the top of do_move() and return an error ifTodd C. Miller
2002-01-24as early as v3 it seems to beMichael Shalayeff
2002-01-24fix the history refsMichael Shalayeff
2002-01-24this both were in v4, before v6Michael Shalayeff
2002-01-24restore a little bit of historical materialMichael Shalayeff
2002-01-20Swap TEST_BLOCK_LEN and TEST_BLOCK_COUNT in benchmark printf.Camiel Dobbelaar
2002-01-16missed some registers, kill'em!Mike Pechkin
2002-01-16A better way to escape the punctuation chars in the examples.Marco S Hyman
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2002-01-15sometimes trailing spaces are required for proper formatingMarco S Hyman
2002-01-02Grammar. deraadt@ okThomas Nordin
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
2001-12-19When writing tar and ustar archives, zero out the header before weTodd C. Miller
2001-12-19More strlcpy() backout. Various tar programs require ustar headerTodd C. Miller
2001-12-19Back out a strncpy -> strlcpy conversion. When writing old styleTodd C. Miller
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