aboutsummaryrefslogtreecommitdiff
path: root/bin/dd/args.c
Commit message (Expand)AuthorAgeFilesLines
* bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Add O_DIRECT flag to DD for cache bypassRichard Scheffenegger2020-06-041-0/+2
* Add iflag=fullblock to ddMatt Macy2019-09-301-1/+36
* Add oflag=fsync and oflag=sync capability to ddMatt Macy2019-09-301-3/+37
* Add conv=fdatasync flag to ddMatt Macy2019-09-301-2/+3
* Add conv=fsync flag to ddMatt Macy2019-09-031-0/+1
* dd: add status=progress supportKyle Evans2018-08-081-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Pacify GCC on mips32 after r322893Alan Somers2017-08-251-4/+4
* dd(1): Incorrect casting of argumentsAlan Somers2017-08-251-13/+14
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* dd(1): Enable access to SIZE_T_MAX character devicesConrad Meyer2016-07-091-8/+0
* Add speed limit to dd(1). This is useful for testing RCTL disk io limitsEdward Tomasz Napierala2016-02-281-0/+9
* Make the "invalid numeric value" error message actually displayableEdward Tomasz Napierala2016-02-211-8/+6
* Improve comment to reflect recent changes.Edward Tomasz Napierala2016-02-091-2/+4
* Use a proper type for return value of postfix_to_mult(); the way it'sEdward Tomasz Napierala2016-02-091-2/+2
* Use proper functions for parsing the numeric values.Edward Tomasz Napierala2016-02-091-2/+2
* Add 't' and 'p' postfixes to dd(1).Edward Tomasz Napierala2016-02-041-0/+8
* Reduce code duplication.Edward Tomasz Napierala2016-02-041-48/+34
* bin/dd: revert 273734, as it fails on 32bit platformsKurt Jaeger2014-10-271-28/+35
* bin/dd: Fix incorrect casting of argumentsKurt Jaeger2014-10-271-35/+28
* Implement GNU's extension of 'status' operand. The GNU syntax isXin LI2014-04-031-0/+14
* Make dd's signal handler async safe.Eitan Adler2013-05-101-0/+1
* Add a "fillchar" command line argument to dd(1) that permits the userRobert Watson2004-08-151-0/+12
* Allow for capital letters as size suffixes.Pawel Jakub Dawidek2004-07-311-8/+20
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Teach dd(1) about parity bits.Poul-Henning Kamp2004-03-051-0/+4
* 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-271-23/+24
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Add semicolon to empty default case to silence warning.Chris D. Faulhaber2002-05-111-0/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-0/+1
* Correct a logic bug that snuck in and broke multiplication of off_ts.Brian Feldman2002-02-071-1/+1
* o __P has been reovedWarner Losh2002-02-021-48/+32
* Commit general cleanups (separate get_num() and get_off_t() functions toBrian Feldman2002-01-251-56/+107
* Allow negative seek offsets for files that can be seeked upon. ItBrian Feldman2000-10-221-2/+2
* Various cleanups are made to reduce warnings and make code prettier :)Brian Feldman2000-07-011-2/+3
* Add iseek= and oseek= aliases for the preexisting skip= and seek=Brian Feldman2000-02-261-0/+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-071-4/+6
* Make count=0 set cpy_cnt to -1, which is slight overloading, but makesBrian Feldman1999-09-161-0/+2
* 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-131-5/+7
* Even more cleanups to dd(1). This is probably the culmination of theBrian Feldman1999-09-121-30/+46
* Make a bit more headway with dd's argument parsing, etc. get_bsz() isBrian Feldman1999-09-111-24/+22
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* This is the second round of dd(1) changes. Some changes made/reversed byBrian Feldman1999-06-201-34/+65