aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
Commit message (Expand)AuthorAgeFilesLines
* Make the comment regarding ftruncate() correct.Brian Feldman2000-07-201-2/+2
* Various cleanups are made to reduce warnings and make code prettier :)Brian Feldman2000-07-015-17/+29
* Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the labelDavid E. O'Brien2000-05-241-1/+8
* After Bruce kindly explained the whole groff "sentence" idea to me, I'veBrian Feldman2000-03-011-2/+4
* Fix style bugs I introduced in the last revision.Brian Feldman2000-02-271-7/+7
* Add iseek= and oseek= aliases for the preexisting skip= and seek=Brian Feldman2000-02-262-1/+13
* Reflect that dd accepts octal and hexadecimal numbers (in addition to decimal).Gregory Sutter2000-02-181-1/+2
* I've been Brucified! I did evil things with typedefs, but I'll do itBrian Feldman1999-12-081-4/+4
* Do proper constification in args.c. This shuts up -Wcast-qual (thanks,Brian Feldman1999-12-072-4/+8
* Nuke the FIODTYPE compatibility bits. It's time.Brian Feldman1999-10-031-3/+1
* Make count=0 set cpy_cnt to -1, which is slight overloading, but makesBrian Feldman1999-09-163-5/+18
* Let count=-something fail, while count=0 may succeed, thus making dd(1)Brian Feldman1999-09-161-2/+2
* Even more dd(1) cleanups! Thanks to Bruce for staying on my case untilBrian Feldman1999-09-136-37/+45
* ISDISK -> ISSEEKBrian Feldman1999-09-123-5/+5
* Even more cleanups to dd(1). This is probably the culmination of theBrian Feldman1999-09-127-120/+117
* Make a bit more headway with dd's argument parsing, etc. get_bsz() isBrian Feldman1999-09-112-26/+32
* Relax things a bit. Not having FIODTYPE will be a warning for now.Brian Feldman1999-08-281-8/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2710-10/+10
* Use FIODTYPE to unbogosify much of the file type checking in dd.Brian Feldman1999-08-271-10/+15
* Implement seekability for disk devices (not just regular files).Brian Feldman1999-07-133-11/+13
* This is the second round of dd(1) changes. Some changes made/reversed byBrian Feldman1999-06-207-83/+108
* Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,Brian Feldman1999-06-197-105/+104
* Various spelling/formatting changes.Kris Kennaway1999-05-082-5/+5
* First set of fixes to keep egcs happy. These include {} around singleWarner Losh1999-04-251-5/+6
* Fixed printf format errors.Bruce Evans1998-12-071-4/+4
* Describe `bs=n' more precisely. Fixed some English errors.Bruce Evans1998-11-291-6/+8
* Restore Lite-2 sccsid. Restore include of sys/types.h.Philippe Charnier1998-05-136-12/+14
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-067-34/+33
* Exit with a nonzero status if we get killed by a SIGINT. POSIX.2Bruce Evans1998-02-241-4/+5
* Fix printing for bytes read > 4G.Satoshi Asami1998-02-112-4/+4
* Oops, back out rev 1.5, it wasn't my intention to also commit theJoerg Wunsch1998-01-071-2/+1
* Use the correct value in the call to swab(3) with conv=swab. Previously,Joerg Wunsch1998-01-072-3/+4
* It's more portable to use <errno.h> than <sys/errno.h>Eivind Eklund1997-12-151-2/+2
* Sort "sparse" into alphabetical order, since dd's `conv' options needJoerg Wunsch1997-11-111-2/+2
* Teach dd(1) about an option to write sparse files. Can be useful forJoerg Wunsch1997-10-114-7/+45
* Add <sys/errno.h>Eivind Eklund1997-10-091-1/+2
* make signal handlers errno safeEivind Eklund1997-10-081-1/+3
* Slightly improved fix compared to my insirationEivind Eklund1997-10-081-1/+3
* Pad the input buffer whenever sync is used, not just if the noerror flagJonathan Lemon1997-08-191-10/+12
* Fixed overflow for attempts to seek to offsets > ULONG_MAX. See theBruce Evans1997-04-301-2/+2
* Change spelling of ECBDIC to EBCDIC. Closes PR #3402Steve Price1997-04-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2210-10/+10
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1410-10/+10
* -Wall cleaning.Steve Price1996-12-146-15/+15
* Bruce says: "You have been programming in the kernel for too long :-)."Poul-Henning Kamp1996-11-135-40/+25
* Increase precision of duration to milliseconds.Poul-Henning Kamp1996-11-125-14/+34
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-231-1/+3
* More koshering [ul]case fix, don't use pre-initialized tables at all,Andrey A. Chernov1995-01-172-76/+14
* Make conv=[lu]case works with localized ctype (8bit)Andrey A. Chernov1995-01-171-2/+12
* Added $Id$David Greenman1994-09-2410-0/+16