summaryrefslogtreecommitdiff
path: root/bin/dd/misc.c
AgeCommit message (Expand)Author
2024-07-12Rewrite bytes/sec calculation using fixed point math.Florian Obser
2024-07-12refactor the signal handlers for clarity, inverting the situation:Theo de Raadt
2024-07-12annotate broken signal handlerTheo de Raadt
2018-04-07snprintf+writev -> dprintfcheloha
2017-10-24When dd(1) fails because it receives an INT signal,Ingo Schwarze
2017-08-13convert gettimeofday to mono clock.Ted Unangst
2016-08-25remove lint commentsTed Unangst
2016-08-14%qd -> %lld for an off_t already being cast to (long long)!Kenneth R Westerback
2014-02-12Add an operand to /bin/dd that suppresses the status lines printedAlexander Bluhm
2013-04-16handle larger tv_sec typesTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2006-03-22change %u to %zu to correctly print size_tDavid Hill
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-05-29Add a cast to keep time from overflowing. Checked by millert.Hugh Graham
2001-08-07Modify timekeeping in an effort to produce a sane bandwidth measureHugh Graham
2001-06-25had not noticed the atexit() handler; pointed out by dima@unixfreak.org; als...Theo de Raadt
2001-06-22do not exit() from signal handlerTheo de Raadt
1997-09-12-WallTodd C. Miller
1997-08-05errno.hTheo de Raadt
1997-08-05make signal handlers errno safeTheo de Raadt
1997-02-14Deal with 64-bit offsets and report bytes copied as a 64-bit quantity.Todd C. Miller
1996-12-14-Wall'ing.Michael Shalayeff
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt