| Commit message (Expand) | Author | Age | Files | Lines |
* | Get this area compiling with the highest WARNS= that it works with. | markm | 2003-06-13 | 1 | -1/+0 |
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+2 |
* | ssize_t is not required to be the same width as size_t by the | ru | 2003-03-15 | 1 | -4/+6 |
* | Fixed (soon might be fatal) -Wformat warnings. | ru | 2003-03-15 | 1 | -2/+2 |
* | WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead of | markm | 2003-02-27 | 8 | -47/+50 |
* | Don't call DIOCWLABEL on disks, it is not implemented, and calling it | phk | 2003-01-26 | 1 | -7/+1 |
* | mdoc(7) police: | ru | 2002-11-26 | 1 | -1/+1 |
* | Consistently use __FBSDID | obrien | 2002-06-30 | 6 | -12/+12 |
* | Replace <strings.h> with <string.h>. No functions from the former are | keramida | 2002-06-09 | 1 | -1/+1 |
* | mdoc(7) police: replace the XXX with the correct width. | ru | 2002-05-29 | 1 | -2/+1 |
* | Add semicolon to empty default case to silence warning. | jedgar | 2002-05-11 | 1 | -0/+1 |
* | Various mdoc fixes, including a change that corrects spacing as | keramida | 2002-03-31 | 1 | -43/+53 |
* | 1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31, | markm | 2002-03-07 | 1 | -1/+2 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 3 | -7/+3 |
* | Correct a logic bug that snuck in and broke multiplication of off_ts. | green | 2002-02-07 | 1 | -1/+1 |
* | Lock down with WFORMAT=1 except those directories with unfixed warnings. | kris | 2002-02-04 | 1 | -0/+1 |
* | o __P has been reoved | imp | 2002-02-02 | 6 | -91/+68 |
* | Commit general cleanups (separate get_num() and get_off_t() functions to | green | 2002-01-25 | 3 | -59/+109 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -0/+1 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -2/+6 |
* | Use __unused for non-used variables. | green | 2001-06-29 | 2 | -2/+2 |
* | Previous commit broke dd(1)'s I/O summary when it's terminated by a | dd | 2001-06-25 | 1 | -0/+1 |
* | Don't call exit(3) from a signal handler. | dd | 2001-06-24 | 1 | -2/+1 |
* | Add more headers that are required with -fno-builtin (stdlib and strings) | des | 2001-06-19 | 1 | -0/+2 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Allow negative seek offsets for files that can be seeked upon. It | green | 2000-10-22 | 2 | -2/+10 |
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 1 | -0/+1 |
* | Make the comment regarding ftruncate() correct. | green | 2000-07-20 | 1 | -2/+2 |
* | Various cleanups are made to reduce warnings and make code prettier :) | green | 2000-07-01 | 5 | -17/+29 |
* | Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the label | obrien | 2000-05-24 | 1 | -1/+8 |
* | After Bruce kindly explained the whole groff "sentence" idea to me, I've | green | 2000-03-01 | 1 | -2/+4 |
* | Fix style bugs I introduced in the last revision. | green | 2000-02-27 | 1 | -7/+7 |
* | Add iseek= and oseek= aliases for the preexisting skip= and seek= | green | 2000-02-26 | 2 | -1/+13 |
* | Reflect that dd accepts octal and hexadecimal numbers (in addition to decimal). | gsutter | 2000-02-18 | 1 | -1/+2 |
* | I've been Brucified! I did evil things with typedefs, but I'll do it | green | 1999-12-08 | 1 | -4/+4 |
* | Do proper constification in args.c. This shuts up -Wcast-qual (thanks, | green | 1999-12-07 | 2 | -4/+8 |
* | Nuke the FIODTYPE compatibility bits. It's time. | green | 1999-10-03 | 1 | -3/+1 |
* | Make count=0 set cpy_cnt to -1, which is slight overloading, but makes | green | 1999-09-16 | 3 | -5/+18 |
* | Let count=-something fail, while count=0 may succeed, thus making dd(1) | green | 1999-09-16 | 1 | -2/+2 |
* | Even more dd(1) cleanups! Thanks to Bruce for staying on my case until | green | 1999-09-13 | 6 | -37/+45 |
* | ISDISK -> ISSEEK | green | 1999-09-12 | 3 | -5/+5 |
* | Even more cleanups to dd(1). This is probably the culmination of the | green | 1999-09-12 | 7 | -120/+117 |
* | Make a bit more headway with dd's argument parsing, etc. get_bsz() is | green | 1999-09-11 | 2 | -26/+32 |
* | Relax things a bit. Not having FIODTYPE will be a warning for now. | green | 1999-08-28 | 1 | -8/+12 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 10 | -10/+10 |
* | Use FIODTYPE to unbogosify much of the file type checking in dd. | green | 1999-08-27 | 1 | -10/+15 |
* | Implement seekability for disk devices (not just regular files). | green | 1999-07-13 | 3 | -11/+13 |
* | This is the second round of dd(1) changes. Some changes made/reversed by | green | 1999-06-20 | 7 | -83/+108 |
* | Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t, | green | 1999-06-19 | 7 | -105/+104 |