summaryrefslogtreecommitdiffstats
path: root/commands/crc.c
Commit message (Expand)AuthorAgeFilesLines
* 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