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
/
dd.c
Age
Commit message (
Expand
)
Author
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-02-16
Implement the conv=fsync feature which does an fsync(2) after the
Alexander Bluhm
2018-07-23
Don't cast malloc(3) size to u_int.
cheloha
2017-08-13
convert gettimeofday to mono clock.
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-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
2013-06-01
consolidate ifdef blocks by moving a variable
Ted Unangst
2012-07-12
Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether
Todd C. Miller
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-11-10
remove "unused variable" warning appearing when building release
Charles Longeau
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-04-30
Wall
Theo de Raadt
1997-11-15
spelling
Todd T. Fries
1997-08-25
clear input buffer to ' ' or \0 correctly; jlemon@freebsd
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
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