summaryrefslogtreecommitdiff
path: root/bin/dd/args.c
AgeCommit message (Expand)Author
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2020-06-04Add O_DIRECT flag to DD for cache bypassRichard Scheffenegger
2019-09-30Add iflag=fullblock to ddMatt Macy
2019-09-30Add oflag=fsync and oflag=sync capability to ddMatt Macy
2019-09-30Add conv=fdatasync flag to ddMatt Macy
2019-09-03Add conv=fsync flag to ddMatt Macy
2018-08-08dd: add status=progress supportKyle Evans
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-25Pacify GCC on mips32 after r322893Alan Somers
2017-08-25dd(1): Incorrect casting of argumentsAlan Somers
2017-02-28Renumber copyright clause 4Warner Losh
2016-07-09dd(1): Enable access to SIZE_T_MAX character devicesConrad Meyer
2016-02-28Add speed limit to dd(1). This is useful for testing RCTL disk io limitsEdward Tomasz Napierala
2016-02-21Make the "invalid numeric value" error message actually displayableEdward Tomasz Napierala
2016-02-09Improve comment to reflect recent changes.Edward Tomasz Napierala
2016-02-09Use a proper type for return value of postfix_to_mult(); the way it'sEdward Tomasz Napierala
2016-02-09Use proper functions for parsing the numeric values.Edward Tomasz Napierala
2016-02-04Add 't' and 'p' postfixes to dd(1).Edward Tomasz Napierala
2016-02-04Reduce code duplication.Edward Tomasz Napierala
2014-10-27bin/dd: revert 273734, as it fails on 32bit platformsKurt Jaeger
2014-10-27bin/dd: Fix incorrect casting of argumentsKurt Jaeger
2014-04-03Implement GNU's extension of 'status' operand. The GNU syntax isXin LI
2013-05-10Make dd's signal handler async safe.Eitan Adler
2004-08-15Add a "fillchar" command line argument to dd(1) that permits the userRobert Watson
2004-07-31Allow for capital letters as size suffixes.Pawel Jakub Dawidek
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2004-03-05Teach dd(1) about parity bits.Poul-Henning Kamp
2003-03-15ssize_t is not required to be the same width as size_t by theRuslan Ermilov
2003-03-15Fixed (soon might be fatal) -Wformat warnings.Ruslan Ermilov
2003-02-27WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofMark Murray
2002-06-30Consistently use __FBSDIDDavid E. O'Brien
2002-05-11Add semicolon to empty default case to silence warning.Chris D. Faulhaber
2002-02-22Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray
2002-02-07Correct a logic bug that snuck in and broke multiplication of off_ts.Brian Feldman
2002-02-02o __P has been reovedWarner Losh
2002-01-25Commit general cleanups (separate get_num() and get_off_t() functions toBrian Feldman
2000-10-22Allow negative seek offsets for files that can be seeked upon. ItBrian Feldman
2000-07-01Various cleanups are made to reduce warnings and make code prettier :)Brian Feldman
2000-02-26Add iseek= and oseek= aliases for the preexisting skip= and seek=Brian Feldman
1999-12-08I've been Brucified! I did evil things with typedefs, but I'll do itBrian Feldman
1999-12-07Do proper constification in args.c. This shuts up -Wcast-qual (thanks,Brian Feldman
1999-09-16Make count=0 set cpy_cnt to -1, which is slight overloading, but makesBrian Feldman
1999-09-16Let count=-something fail, while count=0 may succeed, thus making dd(1)Brian Feldman
1999-09-13Even more dd(1) cleanups! Thanks to Bruce for staying on my case untilBrian Feldman
1999-09-12Even more cleanups to dd(1). This is probably the culmination of theBrian Feldman
1999-09-11Make a bit more headway with dd's argument parsing, etc. get_bsz() isBrian Feldman
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1999-06-20This is the second round of dd(1) changes. Some changes made/reversed byBrian Feldman