Date: Sat, 11 Dec 1999 17:54:07 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd Makefile args.c conv.c conv_tab.c dd.1 dd.c dd.h extern.h misc.c position.c Message-ID: <199912120154.RAA04079@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 1999/12/11 17:54:07 PST Modified files: (Branch: RELENG_3) bin/dd Makefile args.c conv.c conv_tab.c dd.1 dd.c dd.h extern.h misc.c position.c Log: MFC: This brings dd(1) completely in line with -CURRENT, save the necessarily different getfdtype(). See the CVS information from -HEAD for more info, but big changes are mainly: 1. KNFization, code correctness fixes. 2. Uses the correct variable types for everything, making large numbers work correctly. 3. Add the 'g' specifier for multiplying numbers. So 1g is equal to 1024m, and much larger numbers are still possible. Reviewed by: bde Okayed by: jkh Revision Changes Path 1.6.2.2 +3 -1 src/bin/dd/Makefile 1.13.2.3 +97 -58 src/bin/dd/args.c 1.10.2.2 +30 -25 src/bin/dd/conv.c 1.8.2.2 +9 -16 src/bin/dd/conv_tab.c 1.8.2.3 +4 -4 src/bin/dd/dd.1 1.15.2.2 +77 -64 src/bin/dd/dd.c 1.8.2.2 +27 -25 src/bin/dd/dd.h 1.4.2.2 +9 -7 src/bin/dd/extern.h 1.15.2.2 +4 -4 src/bin/dd/misc.c 1.8.2.2 +19 -11 src/bin/dd/position.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912120154.RAA04079>