index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
dd
/
misc.c
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
2018-04-07
snprintf+writev -> dprintf
cheloha
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-14
%qd -> %lld for an off_t already being cast to (long long)!
Kenneth R Westerback
2014-02-12
Add an operand to /bin/dd that suppresses the status lines printed
Alexander Bluhm
2013-04-16
handle larger tv_sec types
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2006-03-22
change %u to %zu to correctly print size_t
David Hill
2005-05-27
include sys/time.h to get struct timeval
Todd C. Miller
2003-06-11
ansification, art ok
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-05-29
Add a cast to keep time from overflowing. Checked by millert.
Hugh Graham
2001-08-07
Modify timekeeping in an effort to produce a sane bandwidth measure
Hugh Graham
2001-06-25
had not noticed the atexit() handler; pointed out by dima@unixfreak.org; als...
Theo de Raadt
2001-06-22
do not exit() from signal handler
Theo de Raadt
1997-09-12
-Wall
Todd C. Miller
1997-08-05
errno.h
Theo de Raadt
1997-08-05
make signal handlers errno safe
Theo de Raadt
1997-02-14
Deal 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-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt