summaryrefslogtreecommitdiffstats
path: root/bin/dd/args.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r264059+264067:delphij2014-04-171-0/+14
* Make dd's signal handler async safe.eadler2013-05-101-0/+1
* Add a "fillchar" command line argument to dd(1) that permits the userrwatson2004-08-151-0/+12
* Allow for capital letters as size suffixes.pjd2004-07-311-8/+20
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Teach dd(1) about parity bits.phk2004-03-051-0/+4
* ssize_t is not required to be the same width as size_t by theru2003-03-151-4/+6
* Fixed (soon might be fatal) -Wformat warnings.ru2003-03-151-2/+2
* WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofmarkm2003-02-271-23/+24
* Consistently use __FBSDIDobrien2002-06-301-2/+2
* Add semicolon to empty default case to silence warning.jedgar2002-05-111-0/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-0/+1
* Correct a logic bug that snuck in and broke multiplication of off_ts.green2002-02-071-1/+1
* o __P has been reovedimp2002-02-021-48/+32
* Commit general cleanups (separate get_num() and get_off_t() functions togreen2002-01-251-56/+107
* Allow negative seek offsets for files that can be seeked upon. Itgreen2000-10-221-2/+2
* Various cleanups are made to reduce warnings and make code prettier :)green2000-07-011-2/+3
* Add iseek= and oseek= aliases for the preexisting skip= and seek=green2000-02-261-0/+2
* I've been Brucified! I did evil things with typedefs, but I'll do itgreen1999-12-081-4/+4
* Do proper constification in args.c. This shuts up -Wcast-qual (thanks,green1999-12-071-4/+6
* Make count=0 set cpy_cnt to -1, which is slight overloading, but makesgreen1999-09-161-0/+2
* Let count=-something fail, while count=0 may succeed, thus making dd(1)green1999-09-161-2/+2
* Even more dd(1) cleanups! Thanks to Bruce for staying on my case untilgreen1999-09-131-5/+7
* Even more cleanups to dd(1). This is probably the culmination of thegreen1999-09-121-30/+46
* Make a bit more headway with dd's argument parsing, etc. get_bsz() isgreen1999-09-111-24/+22
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* This is the second round of dd(1) changes. Some changes made/reversed bygreen1999-06-201-34/+65
* Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,green1999-06-191-35/+23
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Restore Lite-2 sccsid. Restore include of sys/types.h.charnier1998-05-131-2/+2
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-061-3/+4
* Sort "sparse" into alphabetical order, since dd's `conv' options needjoerg1997-11-111-2/+2
* Teach dd(1) about an option to write sparse files. Can be useful forjoerg1997-10-111-1/+2
* Slightly improved fix compared to my insirationeivind1997-10-081-1/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* -Wall cleaning.steve1996-12-141-2/+2
* Bruce says: "You have been programming in the kernel for too long :-)."phk1996-11-131-3/+2
* Increase precision of duration to milliseconds.phk1996-11-121-1/+2
* Added $Id$dg1994-09-241-0/+2
* Applied patch to make -Wall and -Dlint shut up.phk1994-09-201-1/+1
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+386
OpenPOWER on IntegriCloud