summaryrefslogtreecommitdiffstats
path: root/bin/dd/conv.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
| | | | OK'ed by: imp, core
* WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofmarkm2003-02-271-3/+5
| | | | | | -ansi, due to 'long long'. Reviewed by: green (slightly earlier version)
* Consistently use __FBSDIDobrien2002-06-301-2/+2
|
* o __P has been reovedimp2002-02-021-6/+6
| | | | | | | | | | | 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)
* Even more dd(1) cleanups! Thanks to Bruce for staying on my case untilgreen1999-09-131-1/+1
| | | | we're done (not yet!) :)
* Even more cleanups to dd(1). This is probably the culmination of thegreen1999-09-121-12/+16
| | | | | | | | | | | | | BDEification process of dd(1). Most of the changes are from BDE's archive. Support for negative offsets is gone again, but the case where you lseek() onto byte -1 of something from a negative offset using seek/skip is fixed; if you end up on -1, you won't get a false positive lseek failure. The biggest changes are to data types (more size_t, for instance) and argument parsing. skip/seek on /dev/{,k}mem now occurs (instead of "read until you reach the offset") due to mem devices now being D_DISK. Some const things are now correctly declared as such, and the "case table" building is better. The only thing that seems to be left to make dd(1) everything TOG wants it to be is l10n.
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* This is the second round of dd(1) changes. Some changes made/reversed bygreen1999-06-201-8/+7
| | | | | | | | request of Bruce. More changes may follow later. 'g' multiplier has been added (i.e. dd seek=5g if=bigfile.) Some minor corrections were made as well. Noticed by: bde
* Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,green1999-06-191-17/+19
| | | | | off_t, int, u_int64_t, etc.). dd(1) should now work properly with REALLY big amounts of data.
* Restore Lite-2 sccsid. Restore include of sys/types.h.charnier1998-05-131-2/+2
|
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-061-2/+4
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* -Wall cleaning.steve1996-12-141-3/+3
|
* Bruce says: "You have been programming in the kernel for too long :-)."phk1996-11-131-6/+5
| | | | | | | | | | | | | | | | | 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
* Increase precision of duration to milliseconds.phk1996-11-121-1/+2
| | | | Some heuristics to avoid overflow in calculation attempted.
* Added $Id$dg1994-09-241-0/+2
|
* Applied patch to make -Wall and -Dlint shut up.phk1994-09-201-3/+4
| | | | | Reviewed by: phk Submitted by: Josef Grosch <joeg@gagme.wwa.com>
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+260
OpenPOWER on IntegriCloud