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