summaryrefslogtreecommitdiffstats
path: root/bin/dd/dd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-8/+8
* Implement the conv=fsync feature which does an fsync(2) after thebluhm2019-02-161-1/+5
* Don't cast malloc(3) size to u_int.cheloha2018-07-231-5/+9
* convert gettimeofday to mono clock.tedu2017-08-131-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* after dd has opened it's files and done the tape positioning ioctl, wederaadt2015-10-041-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+5
* use the correct read count when determining how swabbing is necessary.tedu2015-01-051-2/+2
* use a local swapbytes function instead of relying on undefinedtedu2014-12-111-2/+18
* consolidate ifdef blocks by moving a variabletedu2013-06-011-5/+2
* Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whethermillert2012-07-121-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* remove "unused variable" warning appearing when building releasechl2007-11-101-2/+4
* ansification, art okderaadt2003-06-111-12/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
* Fix ``echo foo |dd'' which was broken by the last commit.millert2001-10-061-3/+3
* Move check for count=0 into dd's main. We want to do normal setupmillert2001-10-041-4/+6
* Modify timekeeping in an effort to produce a sane bandwidth measurehugh2001-08-071-3/+4
* Wallderaadt1998-04-301-3/+4
* spellingtodd1997-11-151-3/+3
* clear input buffer to ' ' or \0 correctly; jlemon@freebsdderaadt1997-08-251-11/+12
* Deal with 64-bit offsets and report bytes copied as a 64-bit quantity.millert1997-02-141-13/+15
* -Wall'ing.mickey1996-12-141-5/+5
* update rcsidderaadt1996-06-231-1/+2
* From NetBSD: Use const qualifier with conversion, args and clist tablesniklas1996-03-031-15/+12
* initial import of NetBSD treederaadt1995-10-181-0/+408