summaryrefslogtreecommitdiffstats
path: root/bin/dd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - use .Exjmc2006-05-311-7/+5
* change %u to %zu to correctly print size_tdhill2006-03-222-9/+9
* include sys/time.h to get struct timevalmillert2005-05-271-2/+3
* Correct comment about using m in blocksize (multiplies by 1048576 not 512).jsg2005-04-081-4/+4
* typo from Jared Yanovich;jmc2004-03-181-2/+2
* sync floppy dd example with the real worldtodd2003-07-281-2/+2
* fix protosderaadt2003-06-251-2/+2
* ansification, art okderaadt2003-06-115-67/+44
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-029-60/+24
* more .Lideraadt2003-03-121-2/+2
* Seeking on a character device works fine.millert2002-10-281-4/+4
* Add a cast to keep time from overflowing. Checked by millert.hugh2002-05-291-3/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-163-39/+39
* Initial patch.mpech2002-02-111-2/+2
* Fix ``echo foo |dd'' which was broken by the last commit.millert2001-10-062-6/+7
* Move check for count=0 into dd's main. We want to do normal setupmillert2001-10-042-8/+8
* Modify timekeeping in an effort to produce a sane bandwidth measurehugh2001-08-076-19/+28
* had not noticed the atexit() handler; pointed out by dima@unixfreak.org; also use writev to increase atomicityderaadt2001-06-251-11/+24
* do not exit() from signal handlerderaadt2001-06-221-3/+3
* avoid C sequence point issues; found by cgd@netbsd.org using a developmentpjanzen2001-01-171-4/+4
* Add some rudimentary EXAMPLES sections and standardize the way we displayaaron2000-10-181-1/+7
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-6/+6
* Some formatting tweaks. Shuffle the option descriptions into a more logicalaaron1999-09-231-40/+43
* more precise SYNOPSIS syntaxaaron1999-08-161-2/+2
* repairsaaron1999-05-301-6/+6
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
* start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneaaron1998-11-281-9/+9
* use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureaaron1998-11-061-4/+14
* First complete sweep of man pages, bin/. Command/function names previouslyaaron1998-09-141-5/+5
* why bother; msaitohderaadt1998-07-091-4/+4
* gcc 2.8.X.X fixed this bug, back to a sane Makefile.rahnds1998-05-291-7/+1
* Wallderaadt1998-04-301-3/+4
* spellingtodd1997-11-152-7/+7
* $OpenBSD$deraadt1997-09-211-2/+1
* -Wallmillert1997-09-121-3/+3
* clear input buffer to ' ' or \0 correctly; jlemon@freebsdderaadt1997-08-251-11/+12
* errno.hderaadt1997-08-051-2/+3
* make signal handlers errno safederaadt1997-08-051-2/+4
* Powerpc compiler has a problem with 64 bit math and optimization.rahnds1997-05-211-1/+7
* make it clearer bs= (like obs & ibs) is in bytesderaadt1997-04-171-2/+4
* Deal with 64-bit offsets and report bytes copied as a 64-bit quantity.millert1997-02-147-80/+158
* -Wall'ing.mickey1996-12-144-20/+20
* update rcsidderaadt1996-06-2310-7/+16
* don't munge argv strings -- copy them first. avoids 'w' showing:deraadt1996-05-031-0/+1
* From NetBSD: Use const qualifier with conversion, args and clist tablesniklas1996-03-035-112/+41
* initial import of NetBSD treederaadt1995-10-1810-0/+2253