History for barebox / common / command.c
2020-04-27
@Uwe Kleine-König
treewide: remove references to CREDITS ...
Uwe Kleine-König authored on 23 Apr 2020 Sascha Hauer committed on 27 Apr 2020
2019-10-14
@Sascha Hauer
command: Use array of pointers to commands ...
Sascha Hauer committed on 14 Oct 2019
2017-05-19
@Ian Abbott
commands: allow <cmd>_aliases[] to be const ...
Ian Abbott authored on 17 May 2017 Sascha Hauer committed on 19 May 2017
2015-10-15
@Andrey Smirnov
common/command.c: Replace magic number with appropriate constant ...
Andrey Smirnov authored on 11 Oct 2015 Sascha Hauer committed on 15 Oct 2015
2015-03-19
@Jean-Christophe PLAGNIOL-VILLARD
command: allow runtime usage ...
Jean-Christophe PLAGNIOL-VILLARD authored on 17 Mar 2015 Sascha Hauer committed on 19 Mar 2015
2014-05-14
@Holger Schurig
commands: harmonize in-barebox documentation ...
Holger Schurig authored on 13 May 2014 Sascha Hauer committed on 14 May 2014
2012-11-01
@Sascha Hauer
command: return 1 on unknown command ...
Sascha Hauer committed on 1 Nov 2012
2012-09-17
@Sascha Hauer
Treewide: remove address of the Free Software Foundation ...
Sascha Hauer committed on 17 Sep 2012
2012-08-10
@Sascha Hauer
hush: Make exit a shell builtin ...
Sascha Hauer committed on 10 Aug 2012
2012-07-25
@Jean-Christophe PLAGNIOL-VILLARD
command: add missing EXPORT_SYMBOL for find_cmd ...
Jean-Christophe PLAGNIOL-VILLARD authored on 25 Jul 2012 Sascha Hauer committed on 25 Jul 2012
2012-02-27
@Sascha Hauer
commands: remove struct command pointer from commands ...
Sascha Hauer committed on 27 Feb 2012
@Sascha Hauer
command: do not allow abbreviated commands anymore ...
Sascha Hauer committed on 27 Feb 2012
@Sascha Hauer
getopt: save and restore context ...
Sascha Hauer committed on 27 Feb 2012
2011-04-11
@Sascha Hauer
move version_string to seperate file ...
Sascha Hauer committed on 11 Apr 2011
2010-09-16
@Jean-Christophe PLAGNIOL-VILLARD
move utsrelease.h to include/generated/ instead of include/linux ...
Jean-Christophe PLAGNIOL-VILLARD committed on 16 Sep 2010
2010-02-01
@Sascha Hauer
remove typedef cmd_tbl_t and replace it with struct command ...
Sascha Hauer committed on 1 Feb 2010
2009-12-15
@Sascha Hauer
rename U-Boot-v2 project to barebox ...
Sascha Hauer committed on 15 Dec 2009
2009-11-19
@Juergen Beisert
Remove deadlock message ...
Juergen Beisert authored on 18 Nov 2009 Sascha Hauer committed on 19 Nov 2009
2009-11-03
@Sascha Hauer
list: remove duplicated list.h ...
Sascha Hauer committed on 3 Nov 2009
2009-10-19
@Sascha Hauer
commands: remove maxargs ...
Sascha Hauer committed on 19 Oct 2009
@Sascha Hauer
call getopt_reset only once ...
Sascha Hauer authored on 17 Oct 2009 Sascha Hauer committed on 19 Oct 2009
@Sascha Hauer
commands: add defines for command errors/success ...
Sascha Hauer authored on 17 Oct 2009 Sascha Hauer committed on 19 Oct 2009
@Sascha Hauer
consolidate command calling in execute_command ...
Sascha Hauer authored on 17 Oct 2009 Sascha Hauer committed on 19 Oct 2009
2008-08-13
@Sascha Hauer
move several commands into extra files ...
Sascha Hauer committed on 13 Aug 2008
2008-08-01
@Sascha Hauer
console: add a simple console for saving space ...
Sascha Hauer committed on 1 Aug 2008
2008-04-04
@Sascha Hauer
Subject: [PATCH] [general] Fixed constant strings in data section issue ...
Sascha Hauer committed on 4 Apr 2008
2008-03-01
@Sascha Hauer
implement TAB completion
Sascha Hauer committed on 1 Mar 2008
2007-10-19
@sascha
- Insert commands sorted into the command list. This is useful ...
sascha committed on 19 Oct 2007
@sascha
move readline command to a file of its own
sascha committed on 19 Oct 2007
2007-10-11
@Sascha Hauer
Collect all commands in a linked list. This makes it easier to handle ...
Sascha Hauer committed on 11 Oct 2007