Age | Commit message (Expand) | Author |
2024-07-12 | Rewrite bytes/sec calculation using fixed point math. | Florian Obser |
2024-07-12 | refactor the signal handlers for clarity, inverting the situation: | Theo de Raadt |
2024-07-12 | annotate broken signal handler | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2020-10-29 | replace the "write a floppy image" example with a more up to date one; | Jason McIntyre |
2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, | Theo de Raadt |
2020-02-14 | get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@ | Ingo Schwarze |
2020-02-14 | Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm, | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-02-16 | add fsync to STANDARDS; | Jason McIntyre |
2019-02-16 | Implement the conv=fsync feature which does an fsync(2) after the | Alexander Bluhm |
2018-07-25 | Free operand copies after parsing. | cheloha |
2018-07-23 | Don't cast malloc(3) size to u_int. | cheloha |
2018-04-07 | snprintf+writev -> dprintf | cheloha |
2018-01-03 | Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff" | Ingo Schwarze |
2017-10-24 | When dd(1) fails because it receives an INT signal, | Ingo Schwarze |
2017-08-13 | convert gettimeofday to mono clock. | Ted Unangst |
2016-08-25 | remove lint comments | Ted Unangst |
2016-08-17 | Add HISTORY section. | Ingo Schwarze |
2016-08-16 | Nuke a bunch of whitespace nits seen while '%q' hunting. | Kenneth R Westerback |
2016-08-14 | %qd -> %lld for an off_t already being cast to (long long)! | Kenneth R Westerback |
2016-08-14 | replace strtoq with strtoll. ok openbsd | Ted Unangst |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-04 | after dd has opened it's files and done the tape positioning ioctl, we | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-05 | use the correct read count when determining how swabbing is necessary. | Ted Unangst |
2014-12-11 | use a local swapbytes function instead of relying on undefined | Ted Unangst |
2014-09-14 | Error out when negative values are given for sizes on the command line. | Ingo Schwarze |
2014-05-21 | Use errc/warnc to simplify code. | Philip Guenther |
2014-03-27 | The "old" conversions are not mandated by any standard and are | Ted Unangst |
2014-03-24 | support gigabytes. also update some comments and make goto label nicer. | Ted Unangst |
2014-02-14 | use .At where appropriate; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-02-12 | tweak previous; | Jason McIntyre |
2014-02-12 | Add an operand to /bin/dd that suppresses the status lines printed | Alexander Bluhm |
2014-02-02 | expand STANDARDS; ok sobrado | Jason McIntyre |
2013-11-11 | unused prototype | Theo de Raadt |
2013-06-01 | fiddle with the NO_CONV code to allow notrunc and noerror to still work. | Ted Unangst |
2013-06-01 | consolidate ifdef blocks by moving a variable | Ted Unangst |
2013-04-16 | handle larger tv_sec types | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/cdefs.h inclusions | Theo de Raadt |
2012-07-12 | Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether | Todd C. Miller |
2011-10-18 | Support K and M as well as k and m for sizes. From Thomas Pfaff. | Nicholas Marriott |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-05-12 | The conversions ascii, ebcdic and ibm are XPG4, not POSIX. | Ingo Schwarze |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-05 | the ellipsis allow more than one operand being specified. | Igor Sobrado |
2007-11-10 | remove "unused variable" warning appearing when building release | Charles Longeau |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |