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
Age
Commit message (
Expand
)
Author
2007-05-29
- consistent STANDARDS blurb
Jason McIntyre
2006-11-07
It is better to use isatty() to see if a dev is seekable, because
Otto Moerbeek
2006-11-07
fix skipping when reading from a tty; reported by Karel Kulhavy
Otto Moerbeek
2006-11-01
Fix range checking for in.dbsz and out.dbsz.
Ray Lai
2006-06-01
add another exmaple; stolen from a nick holland email...
Jason McIntyre
2006-05-31
- use .Ex
Jason McIntyre
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
2005-04-08
Correct comment about using m in blocksize (multiplies by 1048576 not 512).
Jonathan Gray
2004-03-18
typo from Jared Yanovich;
Jason McIntyre
2003-07-28
sync floppy dd example with the real world
Todd T. Fries
2003-06-25
fix protos
Theo de Raadt
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
2003-03-12
more .Li
Theo de Raadt
2002-10-28
Seeking on a character device works fine.
Todd C. Miller
2002-05-29
Add a cast to keep time from overflowing. Checked by millert.
Hugh Graham
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-11
Initial patch.
Mike Pechkin
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
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
2001-01-17
avoid C sequence point issues; found by cgd@netbsd.org using a development
Paul Janzen
2000-10-18
Add some rudimentary EXAMPLES sections and standardize the way we display
Aaron Campbell
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
1999-09-23
Some formatting tweaks. Shuffle the option descriptions into a more logical
Aaron Campbell
1999-08-16
more precise SYNOPSIS syntax
Aaron Campbell
1999-05-30
repairs
Aaron Campbell
1998-12-15
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Aaron Campbell
1998-11-28
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
Aaron Campbell
1998-11-06
use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future
Aaron Campbell
1998-09-14
First complete sweep of man pages, bin/. Command/function names previously
Aaron Campbell
1998-07-09
why bother; msaitoh
Theo de Raadt
1998-05-29
gcc 2.8.X.X fixed this bug, back to a sane Makefile.
Dale S. Rahn
1998-04-30
Wall
Theo de Raadt
1997-11-15
spelling
Todd T. Fries
1997-09-21
$OpenBSD$
Theo de Raadt
1997-09-12
-Wall
Todd C. Miller
1997-08-25
clear input buffer to ' ' or \0 correctly; jlemon@freebsd
Theo de Raadt
1997-08-05
errno.h
Theo de Raadt
1997-08-05
make signal handlers errno safe
Theo de Raadt
1997-05-21
Powerpc compiler has a problem with 64 bit math and optimization.
Dale S. Rahn
1997-04-17
make it clearer bs= (like obs & ibs) is in bytes
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-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
[prev]
[next]