summaryrefslogtreecommitdiffstats
path: root/commands/crc.c
Commit message (Expand)AuthorAgeFilesLines
* make parse_area_spec arguments loff_tSascha Hauer2012-06-301-2/+2
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* crc exit with COMMAND_ERROR_USAGEJan Weitzel2011-12-051-0/+2
* commands/crc.c: fix typo in help textPeter Korsgaard2011-05-161-1/+1
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-211-1/+1
* doc: add documentation for 'crc32'Robert Schwebel2010-11-011-8/+7
* commands/crc32: add compare 2 files crcJean-Christophe PLAGNIOL-VILLARD2010-10-121-37/+74
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
* crc: Do not lseek if not necessary (bb devs do not allow lseek)Sascha Hauer2009-12-101-4/+6
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* call getopt_reset only onceSascha Hauer2009-10-191-2/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-4/+2
* CRC: various fixesSascha Hauer2008-11-101-4/+9
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-1/+1
* various small typos fixedJuergen Beisert2007-10-161-0/+22
* declare lots of functions staticSascha Hauer2007-09-281-1/+1
* remove u-boot command paramter flagSascha Hauer2007-09-241-1/+1
* allow calculationg checksums of filesSascha Hauer2007-07-141-83/+76
* svn_rev_676Sascha Hauer2007-07-051-0/+107