aboutsummaryrefslogtreecommitdiff
path: root/bin/dd/conv_tab.c
Commit message (Collapse)AuthorAgeFilesLines
* Even more cleanups to dd(1). This is probably the culmination of theBrian Feldman1999-09-121-15/+8
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=51208
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50471
* Restore Lite-2 sccsid. Restore include of sys/types.h.Philippe Charnier1998-05-131-2/+2
| | | | Notes: svn path=/head/; revision=36007
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-061-2/+4
| | | | Notes: svn path=/head/; revision=35773
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* -Wall cleaning.Steve Price1996-12-141-2/+2
| | | | Notes: svn path=/head/; revision=20420
* More koshering [ul]case fix, don't use pre-initialized tables at all,Andrey A. Chernov1995-01-171-69/+3
| | | | | | | treat 0xFF as valid character. Notes: svn path=/head/; revision=5702
* Added $Id$David Greenman1994-09-241-0/+2
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+357
Notes: svn path=/head/; revision=1556