summaryrefslogtreecommitdiffstats
path: root/commands/crc.c
Commit message (Expand)AuthorAgeFilesLines
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+2
* include: move crc specific stuff to crc.hSascha Hauer2016-04-151-0/+1
* commands: crc: support setting environment variablesJan Luebbe2015-02-021-1/+22
* move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* Fix crc32 compile errorSascha Hauer2014-07-081-1/+1
* crc32: Proper name of command is "crc32".Robert P. J. Day2014-07-081-1/+1
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-7/+13
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* scripts: bareboxcrc32 as host and target userspacetoolMichael Grzeschik2013-12-041-59/+4
* command: crc: add -V option to check the crc store in a fileJean-Christophe PLAGNIOL-VILLARD2013-09-201-1/+19
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* commands/crc: assert newline after output with big offsetsUwe Kleine-König2012-07-171-2/+5
* 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