summaryrefslogtreecommitdiffstats
path: root/common/command.c
Commit message (Expand)AuthorAgeFilesLines
* commands: allow <cmd>_aliases[] to be constIan Abbott2017-05-191-1/+1
* common/command.c: Replace magic number with appropriate constantAndrey Smirnov2015-10-151-1/+1
* command: allow runtime usageJean-Christophe PLAGNIOL-VILLARD2015-03-191-0/+2
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-20/+14
* command: return 1 on unknown commandSascha Hauer2012-11-011-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* hush: Make exit a shell builtinSascha Hauer2012-08-101-20/+0
* command: add missing EXPORT_SYMBOL for find_cmdJean-Christophe PLAGNIOL-VILLARD2012-07-251-0/+1
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-2/+2
* command: do not allow abbreviated commands anymoreSascha Hauer2012-02-271-19/+3
* getopt: save and restore contextSascha Hauer2012-02-271-4/+8
* move version_string to seperate fileSascha Hauer2011-04-111-4/+0
* move utsrelease.h to include/generated/ instead of include/linuxJean-Christophe PLAGNIOL-VILLARD2010-09-171-1/+1
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-13/+13
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-9/+9
* Remove deadlock messageJuergen Beisert2009-11-191-0/+4
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
* commands: remove maxargsSascha Hauer2009-10-191-6/+0
* call getopt_reset only onceSascha Hauer2009-10-191-0/+3
* commands: add defines for command errors/successSascha Hauer2009-10-191-1/+7
* consolidate command calling in execute_commandSascha Hauer2009-10-191-0/+19
* move several commands into extra filesSascha Hauer2008-08-131-79/+0
* console: add a simple console for saving spaceSascha Hauer2008-08-011-1/+4
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-6/+6
* implement TAB completionSascha Hauer2008-03-011-285/+1
* - Insert commands sorted into the command list. This is usefulsascha2007-10-191-39/+36
* move readline command to a file of its ownsascha2007-10-191-31/+0
* Collect all commands in a linked list. This makes it easier to handleSascha Hauer2007-10-111-41/+43
* export functionsSascha Hauer2007-10-041-3/+4
* Add register_command() to register a command in runtime. ThisSascha Hauer2007-10-011-1/+46
* declare lots of functions staticSascha Hauer2007-09-281-11/+6
* remove u-boot command paramter flagSascha Hauer2007-09-241-6/+6
* - teach hush to honour PATH variableSascha Hauer2007-09-241-1/+1
* - putc is now putchar for better standard conformitySascha Hauer2007-09-211-5/+5
* svn_rev_701Sascha Hauer2007-07-051-133/+0
* svn_rev_571Sascha Hauer2007-07-051-1/+3
* svn_rev_481Sascha Hauer2007-07-051-2/+2
* svn_rev_462Sascha Hauer2007-07-051-77/+60
* svn_rev_459Sascha Hauer2007-07-051-1/+1
* svn_rev_420Sascha Hauer2007-07-051-57/+66
* svn_rev_375Sascha Hauer2007-07-051-32/+51
* svn_rev_316Sascha Hauer2007-07-051-1/+4
* svn_rev_207Sascha Hauer2007-07-051-13/+13
* svn_rev_135Sascha Hauer2007-07-051-2/+2
* svn_rev_003Sascha Hauer2007-07-051-11/+0
* Adjust "echo" as a default commandWolfgang Denk2006-03-121-0/+4
* * Patches by Robert Whaley, 29 Nov 2004:wdenk2005-04-061-2/+2
* * Cleanup, minor fixeswdenk2004-04-181-2/+2
* Patches by Pantelis Antoniou, 16 Apr 2004:wdenk2004-04-181-0/+153
* * Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-0/+282