summaryrefslogtreecommitdiffstats
path: root/bin/dd/dd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 265593:thomas2014-05-211-24/+43
* Make dd's signal handler async safe.eadler2013-05-101-1/+5
* Literally follow POSIX:kib2013-04-231-1/+1
* IFP4 change 222074.brooks2013-04-031-0/+7
* Rework all non-contributed files that use `struct timezone'.ed2012-09-011-2/+2
* Add a "fillchar" command line argument to dd(1) that permits the userrwatson2004-08-151-2/+7
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Teach dd(1) about parity bits.phk2004-03-051-21/+54
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
* WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofmarkm2003-02-271-4/+5
* Don't call DIOCWLABEL on disks, it is not implemented, and calling itphk2003-01-261-7/+1
* Consistently use __FBSDIDobrien2002-06-301-2/+2
* 1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31,markm2002-03-071-1/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-3/+2
* o __P has been reovedimp2002-02-021-16/+11
* Commit general cleanups (separate get_num() and get_off_t() functions togreen2002-01-251-1/+1
* Use __unused for non-used variables.green2001-06-291-1/+1
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+1
* Make the comment regarding ftruncate() correct.green2000-07-201-2/+2
* Various cleanups are made to reduce warnings and make code prettier :)green2000-07-011-9/+14
* Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the labelobrien2000-05-241-1/+8
* Nuke the FIODTYPE compatibility bits. It's time.green1999-10-031-3/+1
* Make count=0 set cpy_cnt to -1, which is slight overloading, but makesgreen1999-09-161-4/+15
* Even more dd(1) cleanups! Thanks to Bruce for staying on my case untilgreen1999-09-131-14/+15
* ISDISK -> ISSEEKgreen1999-09-121-2/+2
* Even more cleanups to dd(1). This is probably the culmination of thegreen1999-09-121-37/+21
* Relax things a bit. Not having FIODTYPE will be a warning for now.green1999-08-281-8/+12
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Use FIODTYPE to unbogosify much of the file type checking in dd.green1999-08-271-10/+15
* Implement seekability for disk devices (not just regular files).green1999-07-131-1/+6
* This is the second round of dd(1) changes. Some changes made/reversed bygreen1999-06-201-16/+14
* Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,green1999-06-191-21/+25
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-251-5/+6
* 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-4/+4
* Use the correct value in the call to swab(3) with conv=swab. Previously,joerg1998-01-071-2/+2
* Teach dd(1) about an option to write sparse files. Can be useful forjoerg1997-10-111-4/+33
* Pad the input buffer whenever sync is used, not just if the noerror flagjlemon1997-08-191-10/+12
* 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-4/+4
* Bruce says: "You have been programming in the kernel for too long :-)."phk1996-11-131-4/+6
* Increase precision of duration to milliseconds.phk1996-11-121-2/+2
* Add setlocale LC_CTYPEache1995-10-231-1/+3
* More koshering [ul]case fix, don't use pre-initialized tables at all,ache1995-01-171-7/+11
* Make conv=[lu]case works with localized ctype (8bit)ache1995-01-171-2/+12
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+395
OpenPOWER on IntegriCloud