summaryrefslogtreecommitdiffstats
path: root/bin/dd (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace the "write a floppy image" example with a more up to date one;jmc2020-10-291-5/+6
* Change install images called *.fs to *.img. These are UFS filesystem images,deraadt2020-05-171-3/+3
* get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@schwarze2020-02-141-5/+5
* Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm,schwarze2020-02-141-28/+18
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-11/+11
* add fsync to STANDARDS;jmc2019-02-161-2/+4
* Implement the conv=fsync feature which does an fsync(2) after thebluhm2019-02-164-5/+15
* Free operand copies after parsing.cheloha2018-07-251-8/+9
* Don't cast malloc(3) size to u_int.cheloha2018-07-231-5/+9
* snprintf+writev -> dprintfcheloha2018-04-071-29/+9
* Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff"schwarze2018-01-031-2/+3
* When dd(1) fails because it receives an INT signal,schwarze2017-10-241-4/+3
* convert gettimeofday to mono clock.tedu2017-08-133-14/+14
* remove lint commentstedu2016-08-251-3/+1
* Add HISTORY section.schwarze2016-08-171-2/+7
* Nuke a bunch of whitespace nits seen while '%q' hunting.krw2016-08-163-7/+7
* %qd -> %lld for an off_t already being cast to (long long)!krw2016-08-141-2/+2
* replace strtoq with strtoll. ok openbsdtedu2016-08-141-6/+6
* 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-162-6/+10
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-151-25/+10
* 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
* Error out when negative values are given for sizes on the command line.schwarze2014-09-141-2/+6
* Use errc/warnc to simplify code.guenther2014-05-211-3/+3
* The "old" conversions are not mandated by any standard and aretedu2014-03-274-159/+19
* support gigabytes. also update some comments and make goto label nicer.tedu2014-03-242-32/+50
* use .At where appropriate; from Jan Stary <hans at stare dot cz>schwarze2014-02-141-7/+12
* tweak previous;jmc2014-02-121-3/+5
* Add an operand to /bin/dd that suppresses the status lines printedbluhm2014-02-124-12/+49
* expand STANDARDS; ok sobradojmc2014-02-021-8/+14
* unused prototypederaadt2013-11-111-2/+1
* fiddle with the NO_CONV code to allow notrunc and noerror to still work.tedu2013-06-011-27/+15
* consolidate ifdef blocks by moving a variabletedu2013-06-011-5/+2
* handle larger tv_sec typesderaadt2013-04-161-3/+3
* remove some unnecessary sys/cdefs.h inclusionsderaadt2012-12-041-3/+1
* Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whethermillert2012-07-121-3/+3
* Support K and M as well as k and m for sizes. From Thomas Pfaff.nicm2011-10-182-6/+16
* add an EXIT STATUS section for /bin;jmc2010-09-031-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-276-60/+6
* The conversions ascii, ebcdic and ibm are XPG4, not POSIX.schwarze2009-05-121-6/+19
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* the ellipsis allow more than one operand being specified.sobrado2008-10-051-3/+3
* remove "unused variable" warning appearing when building releasechl2007-11-101-2/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* - consistent STANDARDS blurbjmc2007-05-291-11/+9
* It is better to use isatty() to see if a dev is seekable, becauseotto2006-11-071-4/+4
* fix skipping when reading from a tty; reported by Karel Kulhavyotto2006-11-071-4/+4
* Fix range checking for in.dbsz and out.dbsz.ray2006-11-011-4/+5