aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
Commit message (Expand)AuthorAgeFilesLines
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-1/+0
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* ssize_t is not required to be the same width as size_t by theRuslan Ermilov2003-03-151-4/+6
* Fixed (soon might be fatal) -Wformat warnings.Ruslan Ermilov2003-03-151-2/+2
* WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofMark Murray2003-02-278-47/+50
* Don't call DIOCWLABEL on disks, it is not implemented, and calling itPoul-Henning Kamp2003-01-261-7/+1
* mdoc(7) police:Ruslan Ermilov2002-11-261-1/+1
* Consistently use __FBSDIDDavid E. O'Brien2002-06-306-12/+12
* Replace <strings.h> with <string.h>. No functions from the former areGiorgos Keramidas2002-06-091-1/+1
* mdoc(7) police: replace the XXX with the correct width.Ruslan Ermilov2002-05-291-2/+1
* Add semicolon to empty default case to silence warning.Chris D. Faulhaber2002-05-111-0/+1
* Various mdoc fixes, including a change that corrects spacing asGiorgos Keramidas2002-03-311-43/+53
* 1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31,Mark Murray2002-03-071-1/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-223-7/+3
* Correct a logic bug that snuck in and broke multiplication of off_ts.Brian Feldman2002-02-071-1/+1
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-0/+1
* o __P has been reovedWarner Losh2002-02-026-91/+68
* Commit general cleanups (separate get_num() and get_off_t() functions toBrian Feldman2002-01-253-59/+109
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-2/+6
* Use __unused for non-used variables.Brian Feldman2001-06-292-2/+2
* Previous commit broke dd(1)'s I/O summary when it's terminated by aDima Dorfman2001-06-251-0/+1
* Don't call exit(3) from a signal handler.Dima Dorfman2001-06-241-2/+1
* Add more headers that are required with -fno-builtin (stdlib and strings)Dag-Erling Smørgrav2001-06-191-0/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Allow negative seek offsets for files that can be seeked upon. ItBrian Feldman2000-10-222-2/+10
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
* 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