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
/
args.c
Age
Commit message (
Expand
)
Author
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-01-03
Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff"
Ingo Schwarze
2016-08-16
Nuke a bunch of whitespace nits seen while '%q' hunting.
Kenneth R Westerback
2016-08-14
replace strtoq with strtoll. ok openbsd
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-12
Add an operand to /bin/dd that suppresses the status lines printed
Alexander Bluhm
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
2011-10-18
Support K and M as well as k and m for sizes. From Thomas Pfaff.
Nicholas Marriott
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2006-11-01
Fix range checking for in.dbsz and out.dbsz.
Ray Lai
2006-03-22
change %u to %zu to correctly print size_t
David Hill
2005-04-08
Correct comment about using m in blocksize (multiplies by 1048576 not 512).
Jonathan Gray
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-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-10-06
Fix ``echo foo |dd'' which was broken by the last commit.
Todd C. Miller
2001-10-04
Move check for count=0 into dd's main. We want to do normal setup
Todd C. Miller
2001-08-07
Modify timekeeping in an effort to produce a sane bandwidth measure
Hugh Graham
1998-07-09
why bother; msaitoh
Theo de Raadt
1997-11-15
spelling
Todd T. Fries
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
1996-05-03
don't munge argv strings -- copy them first. avoids 'w' showing:
Theo de Raadt
1996-03-03
From NetBSD: Use const qualifier with conversion, args and clist tables
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt