| Commit message (Expand) | Author | Age | Files | Lines |
* | replace the "write a floppy image" example with a more up to date one; |  jmc | 2020-10-29 | 1 | -5/+6 |
* | Change install images called *.fs to *.img. These are UFS filesystem images, |  deraadt | 2020-05-17 | 1 | -3/+3 |
* | get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@ |  schwarze | 2020-02-14 | 1 | -5/+5 |
* | Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm, |  schwarze | 2020-02-14 | 1 | -28/+18 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 2 | -11/+11 |
* | add fsync to STANDARDS; |  jmc | 2019-02-16 | 1 | -2/+4 |
* | Implement the conv=fsync feature which does an fsync(2) after the |  bluhm | 2019-02-16 | 4 | -5/+15 |
* | Free operand copies after parsing. |  cheloha | 2018-07-25 | 1 | -8/+9 |
* | Don't cast malloc(3) size to u_int. |  cheloha | 2018-07-23 | 1 | -5/+9 |
* | snprintf+writev -> dprintf |  cheloha | 2018-04-07 | 1 | -29/+9 |
* | Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff" |  schwarze | 2018-01-03 | 1 | -2/+3 |
* | When dd(1) fails because it receives an INT signal, |  schwarze | 2017-10-24 | 1 | -4/+3 |
* | convert gettimeofday to mono clock. |  tedu | 2017-08-13 | 3 | -14/+14 |
* | remove lint comments |  tedu | 2016-08-25 | 1 | -3/+1 |
* | Add HISTORY section. |  schwarze | 2016-08-17 | 1 | -2/+7 |
* | Nuke a bunch of whitespace nits seen while '%q' hunting. |  krw | 2016-08-16 | 3 | -7/+7 |
* | %qd -> %lld for an off_t already being cast to (long long)! |  krw | 2016-08-14 | 1 | -2/+2 |
* | replace strtoq with strtoll. ok openbsd |  tedu | 2016-08-14 | 1 | -6/+6 |
* | Change all tame callers to namechange to pledge(2). |  deraadt | 2015-10-09 | 1 | -3/+3 |
* | after dd has opened it's files and done the tape positioning ioctl, we |  deraadt | 2015-10-04 | 1 | -1/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 2 | -6/+10 |
* | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 2015-01-15 | 1 | -25/+10 |
* | use the correct read count when determining how swabbing is necessary. |  tedu | 2015-01-05 | 1 | -2/+2 |
* | use a local swapbytes function instead of relying on undefined |  tedu | 2014-12-11 | 1 | -2/+18 |
* | Error out when negative values are given for sizes on the command line. |  schwarze | 2014-09-14 | 1 | -2/+6 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-21 | 1 | -3/+3 |
* | The "old" conversions are not mandated by any standard and are |  tedu | 2014-03-27 | 4 | -159/+19 |
* | support gigabytes. also update some comments and make goto label nicer. |  tedu | 2014-03-24 | 2 | -32/+50 |
* | use .At where appropriate; from Jan Stary <hans at stare dot cz> |  schwarze | 2014-02-14 | 1 | -7/+12 |
* | tweak previous; |  jmc | 2014-02-12 | 1 | -3/+5 |
* | Add an operand to /bin/dd that suppresses the status lines printed |  bluhm | 2014-02-12 | 4 | -12/+49 |
* | expand STANDARDS; ok sobrado |  jmc | 2014-02-02 | 1 | -8/+14 |
* | unused prototype |  deraadt | 2013-11-11 | 1 | -2/+1 |
* | fiddle with the NO_CONV code to allow notrunc and noerror to still work. |  tedu | 2013-06-01 | 1 | -27/+15 |
* | consolidate ifdef blocks by moving a variable |  tedu | 2013-06-01 | 1 | -5/+2 |
* | handle larger tv_sec types |  deraadt | 2013-04-16 | 1 | -3/+3 |
* | remove some unnecessary sys/cdefs.h inclusions |  deraadt | 2012-12-04 | 1 | -3/+1 |
* | Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether |  millert | 2012-07-12 | 1 | -3/+3 |
* | Support K and M as well as k and m for sizes. From Thomas Pfaff. |  nicm | 2011-10-18 | 2 | -6/+16 |
* | add an EXIT STATUS section for /bin; |  jmc | 2010-09-03 | 1 | -3/+3 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 6 | -60/+6 |
* | The conversions ascii, ebcdic and ibm are XPG4, not POSIX. |  schwarze | 2009-05-12 | 1 | -6/+19 |
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 2009-02-08 | 1 | -3/+3 |
* | the ellipsis allow more than one operand being specified. |  sobrado | 2008-10-05 | 1 | -3/+3 |
* | remove "unused variable" warning appearing when building release |  chl | 2007-11-10 | 1 | -2/+4 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | - consistent STANDARDS blurb |  jmc | 2007-05-29 | 1 | -11/+9 |
* | It is better to use isatty() to see if a dev is seekable, because |  otto | 2006-11-07 | 1 | -4/+4 |
* | fix skipping when reading from a tty; reported by Karel Kulhavy |  otto | 2006-11-07 | 1 | -4/+4 |
* | Fix range checking for in.dbsz and out.dbsz. |  ray | 2006-11-01 | 1 | -4/+5 |