| Commit message (Expand) | Author | Age | Files | Lines |
* | dd(1): Enable access to SIZE_T_MAX character devices | Conrad Meyer | 2016-07-09 | 1 | -8/+0 |
* | Add speed limit to dd(1). This is useful for testing RCTL disk io limits | Edward Tomasz Napierala | 2016-02-28 | 1 | -0/+9 |
* | Make the "invalid numeric value" error message actually displayable | Edward Tomasz Napierala | 2016-02-21 | 1 | -8/+6 |
* | Improve comment to reflect recent changes. | Edward Tomasz Napierala | 2016-02-09 | 1 | -2/+4 |
* | Use a proper type for return value of postfix_to_mult(); the way it's | Edward Tomasz Napierala | 2016-02-09 | 1 | -2/+2 |
* | Use proper functions for parsing the numeric values. | Edward Tomasz Napierala | 2016-02-09 | 1 | -2/+2 |
* | Add 't' and 'p' postfixes to dd(1). | Edward Tomasz Napierala | 2016-02-04 | 1 | -0/+8 |
* | Reduce code duplication. | Edward Tomasz Napierala | 2016-02-04 | 1 | -48/+34 |
* | bin/dd: revert 273734, as it fails on 32bit platforms | Kurt Jaeger | 2014-10-27 | 1 | -28/+35 |
* | bin/dd: Fix incorrect casting of arguments | Kurt Jaeger | 2014-10-27 | 1 | -35/+28 |
* | Implement GNU's extension of 'status' operand. The GNU syntax is | Xin LI | 2014-04-03 | 1 | -0/+14 |
* | Make dd's signal handler async safe. | Eitan Adler | 2013-05-10 | 1 | -0/+1 |
* | Add a "fillchar" command line argument to dd(1) that permits the user | Robert Watson | 2004-08-15 | 1 | -0/+12 |
* | Allow for capital letters as size suffixes. | Pawel Jakub Dawidek | 2004-07-31 | 1 | -8/+20 |
* | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 1 | -4/+0 |
* | Teach dd(1) about parity bits. | Poul-Henning Kamp | 2004-03-05 | 1 | -0/+4 |
* | 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 | 1 | -23/+24 |
* | Consistently use __FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+2 |
* | Add semicolon to empty default case to silence warning. | Chris D. Faulhaber | 2002-05-11 | 1 | -0/+1 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 1 | -0/+1 |
* | Correct a logic bug that snuck in and broke multiplication of off_ts. | Brian Feldman | 2002-02-07 | 1 | -1/+1 |
* | o __P has been reoved | Warner Losh | 2002-02-02 | 1 | -48/+32 |
* | Commit general cleanups (separate get_num() and get_off_t() functions to | Brian Feldman | 2002-01-25 | 1 | -56/+107 |
* | Allow negative seek offsets for files that can be seeked upon. It | Brian Feldman | 2000-10-22 | 1 | -2/+2 |
* | Various cleanups are made to reduce warnings and make code prettier :) | Brian Feldman | 2000-07-01 | 1 | -2/+3 |
* | Add iseek= and oseek= aliases for the preexisting skip= and seek= | Brian Feldman | 2000-02-26 | 1 | -0/+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 | 1 | -4/+6 |
* | Make count=0 set cpy_cnt to -1, which is slight overloading, but makes | Brian Feldman | 1999-09-16 | 1 | -0/+2 |
* | 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 | 1 | -5/+7 |
* | Even more cleanups to dd(1). This is probably the culmination of the | Brian Feldman | 1999-09-12 | 1 | -30/+46 |
* | Make a bit more headway with dd's argument parsing, etc. get_bsz() is | Brian Feldman | 1999-09-11 | 1 | -24/+22 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
* | This is the second round of dd(1) changes. Some changes made/reversed by | Brian Feldman | 1999-06-20 | 1 | -34/+65 |
* | Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t, | Brian Feldman | 1999-06-19 | 1 | -35/+23 |
* | Various spelling/formatting changes. | Kris Kennaway | 1999-05-08 | 1 | -2/+2 |
* | Restore Lite-2 sccsid. Restore include of sys/types.h. | Philippe Charnier | 1998-05-13 | 1 | -2/+2 |
* | Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc. | Philippe Charnier | 1998-05-06 | 1 | -3/+4 |
* | Sort "sparse" into alphabetical order, since dd's `conv' options need | Joerg Wunsch | 1997-11-11 | 1 | -2/+2 |
* | Teach dd(1) about an option to write sparse files. Can be useful for | Joerg Wunsch | 1997-10-11 | 1 | -1/+2 |
* | Slightly improved fix compared to my insiration | Eivind Eklund | 1997-10-08 | 1 | -1/+3 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | -Wall cleaning. | Steve Price | 1996-12-14 | 1 | -2/+2 |
* | Bruce says: "You have been programming in the kernel for too long :-)." | Poul-Henning Kamp | 1996-11-13 | 1 | -3/+2 |
* | Increase precision of duration to milliseconds. | Poul-Henning Kamp | 1996-11-12 | 1 | -1/+2 |
* | Added $Id$ | David Greenman | 1994-09-24 | 1 | -0/+2 |