Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-12 | Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether | Todd C. Miller | |
an fd is a socket, pipe or named pipe. OK deraadt@ matthew@ | |||
2011-10-18 | Support K and M as well as k and m for sizes. From Thomas Pfaff. | Nicholas Marriott | |
ok millert jmc | |||
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-05-12 | The conversions ascii, ebcdic and ibm are XPG4, not POSIX. | Ingo Schwarze | |
The size multipliers m and w are BSD extensions, not POSIX. While here, sort the conversions alphabetically. help and OK jmc@, sobrado@; and sthen@ on an earlier version | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2008-10-05 | the ellipsis allow more than one operand being specified. | Igor Sobrado | |
ok jmc@ | |||
2007-11-10 | remove "unused variable" warning appearing when building release | Charles Longeau | |
ok millert@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2006-11-07 | It is better to use isatty() to see if a dev is seekable, because | Otto Moerbeek | |
skipping blocks on a raw disk device with bad sectors should be possible. Noted by Geoff Steckel; ok tom@ deraadt@ | |||
2006-11-07 | fix skipping when reading from a tty; reported by Karel Kulhavy | Otto Moerbeek | |
<clock at twibright dot com>; ok deraadt@ | |||
2006-11-01 | Fix range checking for in.dbsz and out.dbsz. | Ray Lai | |
Add range checking for cbsz. Change type in format string to %zd and cast SSIZE_MAX to ssize_t. Fixes PR 5278 submitted by malaler at gmail dot com. OK otto@ and millert@. | |||
2006-06-01 | add another exmaple; stolen from a nick holland email... | Jason McIntyre | |
2006-05-31 | - use .Ex | Jason McIntyre | |
- standard EXAMPLES | |||
2006-03-22 | change %u to %zu to correctly print size_t | David Hill | |
ok ray@ jaredy@ moritz@ | |||
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 | |
ok deraadt@ jmc@ | |||
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
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 | |
in this case and just don't want to actually copy any data. Fixes a problem noted by aaron@ where the time portion of the summary would be wrong and also gives us sane behavior when seek is non-zero but count is 0. | |||
2001-08-07 | Modify timekeeping in an effort to produce a sane bandwidth measure | Hugh Graham | |
for a short running dd process. Some floating point is used so that microsecond precision can be kept without shortening the off_t excessively. millert says ok. | |||
2001-06-25 | had not noticed the atexit() handler; pointed out by dima@unixfreak.org; ↵ | Theo de Raadt | |
also use writev to increase atomicity | |||
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 | |
version of gcc. | |||
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
1999-09-23 | Some formatting tweaks. Shuffle the option descriptions into a more logical | Aaron Campbell | |
order. | |||
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 | |
it's given) | |||
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
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 | |