Revision tags: release/2.2.6 |
|
#
a28ea077 |
| 07-Jan-1998 |
Joerg Wunsch <joerg@FreeBSD.org> |
Use the correct value in the call to swab(3) with conv=swab. Previously, dd if=/dev/zero of=/dev=null obs=23520 conv=swab coredumped.
Please somebody review it, i'm not 105 % sure i'm understandin
Use the correct value in the call to swab(3) with conv=swab. Previously, dd if=/dev/zero of=/dev=null obs=23520 conv=swab coredumped.
Please somebody review it, i'm not 105 % sure i'm understanding all this mess correctly.
Detected by: Holm Tiffe <holm@geophysik.tu-freiberg.de>
show more ...
|
Revision tags: release/2.2.5_cvs |
|
#
4ddfeabd |
| 11-Oct-1997 |
Joerg Wunsch <joerg@FreeBSD.org> |
Teach dd(1) about an option to write sparse files. Can be useful for things like diskless clients' swap files etc.
Submitted by: pascal@zuo.dec.com (Pascal Pederiva) (ages ago, with many st
Teach dd(1) about an option to write sparse files. Can be useful for things like diskless clients' swap files etc.
Submitted by: pascal@zuo.dec.com (Pascal Pederiva) (ages ago, with many stylistic changes by me)
show more ...
|
#
af041bf3 |
| 19-Aug-1997 |
Jonathan Lemon <jlemon@FreeBSD.org> |
Pad the input buffer whenever sync is used, not just if the noerror flag is also set. Change osync to not to tack on an empty block if the input buffer is null, or an even multiple of the blo
Pad the input buffer whenever sync is used, not just if the noerror flag is also set. Change osync to not to tack on an empty block if the input buffer is null, or an even multiple of the blocksize. Also change osync to pad the output with nulls/spaces depending whether this is a block-oriented conversion or not (same as sync).
PR: 3818
show more ...
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
b97fa2ef |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
#
78b09ffe |
| 14-Dec-1996 |
Steve Price <steve@FreeBSD.org> |
-Wall cleaning.
|
#
ad66f7ee |
| 13-Nov-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Bruce says: "You have been programming in the kernel for too long :-)."
and he's right ... I forgot about this floating point stuff you can use in user-land :-)
Increase precision of duration to mi
Bruce says: "You have been programming in the kernel for too long :-)."
and he's right ... I forgot about this floating point stuff you can use in user-land :-)
Increase precision of duration to microseconds. No heuristics to avoid overflow in calculation needed - just depend on DBL_MAX being a bit larger than LONG_MAX.
Use double instead of `struct timeval' in dd.h so that everything doesn't have to include <sys/time.h>.
Fixed style bugs in recent and old FreeBSD changes.
Reviewed by: phk Submitted by: bde
show more ...
|
#
77dfecce |
| 13-Nov-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Increase precision of duration to milliseconds. Some heuristics to avoid overflow in calculation attempted.
|
Revision tags: release/2.1.5_cvs, release/2.1.0_cvs |
|
#
f7c627b2 |
| 23-Oct-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add setlocale LC_CTYPE
|
Revision tags: release/2.0.5_cvs |
|
#
c5191e58 |
| 18-Jan-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
More koshering [ul]case fix, don't use pre-initialized tables at all, treat 0xFF as valid character.
|
#
dde07463 |
| 17-Jan-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Make conv=[lu]case works with localized ctype (8bit)
|
Revision tags: release/2.0 |
|
#
89730b29 |
| 24-Sep-1994 |
David Greenman <dg@FreeBSD.org> |
Added $Id$
|
Revision tags: release/1.1.5.1_cvs |
|
#
4b88c807 |
| 26-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite bin Sources
|
Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
e3edab4a |
| 15-Aug-2004 |
Robert Watson <rwatson@FreeBSD.org> |
Add a "fillchar" command line argument to dd(1) that permits the user to specify an alternative padding character when using a conversion mode, or when using noerror with sync and an input error occu
Add a "fillchar" command line argument to dd(1) that permits the user to specify an alternative padding character when using a conversion mode, or when using noerror with sync and an input error occurs. This facilities reading old and error-prone media by allowing the user to more effectively mark error blocks in the output stream.
show more ...
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
6195fb41 |
| 06-Apr-2004 |
Mark Murray <markm@FreeBSD.org> |
Remove clause 3 from the UCB licenses.
OK'ed by: imp, core
|
#
6a3d33ac |
| 05-Mar-2004 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Teach dd(1) about parity bits.
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0 |
|
#
09a80d48 |
| 01-May-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
Quiet warnings about copyright[].
|
Revision tags: release/4.8.0_cvs, release/4.8.0 |
|
#
7503d74f |
| 27-Feb-2003 |
Mark Murray <markm@FreeBSD.org> |
WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead of -ansi, due to 'long long'.
Reviewed by: green (slightly earlier version)
|
#
cd967e32 |
| 26-Jan-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Don't call DIOCWLABEL on disks, it is not implemented, and calling it like this negated any practical value of the feature.
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
5eb43ac2 |
| 30-Jun-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Consistently use __FBSDID
|
#
afa5289a |
| 07-Mar-2002 |
Mark Murray <markm@FreeBSD.org> |
1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31, thus breaking systems with unpolluted <sys/stat.h>'s.
2) Back out an initialisation of a variable in BSS.
Reported by:
1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31, thus breaking systems with unpolluted <sys/stat.h>'s.
2) Back out an initialisation of a variable in BSS.
Reported by: bde (1), many(2)
show more ...
|
#
9afa09cd |
| 22-Feb-2002 |
Mark Murray <markm@FreeBSD.org> |
Fix warnings inspired by lint, a commercial lint and WARNS=4.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
f9bcb0be |
| 02-Feb-2002 |
Warner Losh <imp@FreeBSD.org> |
o __P has been reoved o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int arg
o __P has been reoved o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are.
Approved by: arch@, new style(9)
show more ...
|
#
4ed95537 |
| 25-Jan-2002 |
Brian Feldman <green@FreeBSD.org> |
Commit general cleanups (separate get_num() and get_off_t() functions to debogosify some of the command-line string-number conversions into an unsigned and signed variant.)
|
#
9f3537ca |
| 29-Jun-2001 |
Brian Feldman <green@FreeBSD.org> |
Use __unused for non-used variables.
Submitted by: Mike Barcroft <mike@q9media.com>
|