summaryrefslogtreecommitdiffstats
path: root/include/command.h
Commit message (Expand)AuthorAgeFilesLines
* commands: allow <cmd>_aliases[] to be constIan Abbott2017-05-191-1/+1
* command.h: drop unused Struct_Section attributeAntony Pavlov2016-11-081-2/+0
* Merge branch 'for-next/misc'Sascha Hauer2016-05-091-4/+1
|\
| * NULL: keep NULL definition in stddef.h onlyDu Huanpeng2016-04-141-4/+1
* | include: move run_command prototype to command.hSascha Hauer2016-04-151-0/+1
|/
* command: allow runtime usageJean-Christophe PLAGNIOL-VILLARD2015-03-191-0/+3
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-4/+0
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-6/+9
* commands: group 'help' outputHolger Schurig2014-05-141-0/+16
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* complete: add generic command complete frameworkJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+8
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* commands: really print BAREBOX_CMD_HELP_TEXTWolfram Sang2011-12-191-1/+1
* doc: add macros to unify command help with doxygenRobert Schwebel2010-11-011-0/+9
* doc: avoid that doxygen parses magic in command.hRobert Schwebel2010-10-221-0/+4
* command.h: sparse fixesSascha Hauer2010-10-211-3/+4
* import __stringify from linuxJean-Christophe PLAGNIOL-VILLARD2010-09-291-4/+1
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-12/+8
* remove obsolete commentSascha Hauer2010-01-251-5/+0
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-10/+10
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* commands: add defines for command errors/successSascha Hauer2009-10-191-0/+4
* remove unused typedefSascha Hauer2009-10-191-10/+0
* consolidate command calling in execute_commandSascha Hauer2009-10-191-0/+1
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-4/+4
* remove traces of old tab completionSascha Hauer2008-03-011-9/+0
* Collect all commands in a linked list. This makes it easier to handleSascha Hauer2007-10-111-0/+9
* Add register_command() to register a command in runtime. ThisSascha Hauer2007-10-011-0/+2
* remove u-boot command paramter flagSascha Hauer2007-09-241-9/+3
* svn_rev_477Sascha Hauer2007-07-051-1/+7
* svn_rev_462Sascha Hauer2007-07-051-1/+5
* svn_rev_420Sascha Hauer2007-07-051-10/+12
* svn_rev_216Sascha Hauer2007-07-051-3/+3
* * Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-0/+9
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-6/+4
* * Code cleanup:wdenk2003-06-271-9/+19
* Initial revisionwdenk2002-08-271-0/+90