summaryrefslogtreecommitdiffstats
path: root/common/command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-8/+16
* Fix some missing commands, cleanup header fileswdenk2003-06-291-13/+13
* Rewrite command lookup and help command (fix problems with bubblewdenk2003-06-281-41/+51
* * Code cleanup:wdenk2003-06-271-244/+86
* * Fix CONFIG_NET_MULTI support in include/net.hwdenk2003-06-151-5/+9
* * Add support for RMU boardwdenk2003-06-051-0/+1
* * Patch by Marc Singer, 29 May 2003:wdenk2003-05-311-0/+3
* * Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk2003-04-201-0/+2
* * Patch by Rick Bronson, 16 Mar 2003:wdenk2003-03-261-0/+3
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-191-0/+11
* * Patch by Daniel Engström, 13 Nov 2002:wdenk2002-11-181-0/+3
* * Patch by Andreas Oberritter, 09 Nov 2002:wdenk2002-11-111-0/+2