1. d18973c cli: slighly more clear error messages by peng.wang@smartm.com · Tue May 04 01:45:59 2021 -0700
  2. 69d61a3 hush: Fix assignments being misinterpreted as commands by Sean Anderson · Sun Feb 28 16:29:51 2021 -0500
  3. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  4. a81e9dc cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · Mon Oct 26 09:31:42 2020 +0100
  5. 2e5ca31 cli_hush.c: remove broken sanity check by Rasmus Villemoes · Wed Oct 07 09:36:03 2020 +0200
  6. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  7. a988916 hush: avoid NULL check before free() by Heinrich Schuchardt · Tue Apr 28 21:56:10 2020 +0200
  8. 60df6eb hush: re-sequence includes by Heinrich Schuchardt · Sat Oct 26 23:45:08 2019 +0200
  9. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  11. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  12. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  13. 734fb04 hush: Add rudimentary support for PS1 and PS2 by Marek Vasut · Wed Jan 27 04:47:55 2016 +0100
  14. 755e12d hush: Pull out U-Boot prompt display and read functionality by Marek Vasut · Wed Jan 27 04:47:54 2016 +0100
  15. 0978ef3 common: cli_hush: Fix up simple typo by Nishanth Menon · Fri Dec 04 13:02:11 2015 -0600
  16. 27a9d26 common: cli_hush: avoid memory leak by Peng Fan · Fri Nov 27 10:12:02 2015 +0800
  17. 0db5f0b common: cli_hush: avoid dead code by Peng Fan · Tue Nov 24 16:54:21 2015 +0800
  18. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  19. ae68a82 Revert "hush: fix segfault on syntax error" by Rabin Vincent · Fri Nov 21 23:05:22 2014 +0100
  20. c3249b8 hush: make run_command() return an error on parsing failure by Rabin Vincent · Wed Oct 29 23:21:41 2014 +0100
  21. e2c7f9b hush: fix segfault on syntax error by Rabin Vincent · Wed Oct 29 23:21:40 2014 +0100
  22. 401ac65 hush: return consistent codes from run_command() by Rabin Vincent · Wed Oct 29 23:21:39 2014 +0100
  23. 94cb9c2 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · Tue Oct 07 13:59:43 2014 -0600
  24. 95ab0d3 common/cli_hush.c: remove unnecessary double braces by Jeroen Hofstee · Wed Jun 11 00:28:47 2014 +0200
  25. 2961710 Fix hush to give the correct return code for a simple command by Simon Glass · Fri May 30 14:41:50 2014 -0600
  26. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · Thu Apr 10 20:01:31 2014 -0600
  27. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · Thu Apr 10 20:01:30 2014 -0600
  28. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  29. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · Thu Apr 10 20:01:25 2014 -0600
  30. 299f0be Rename hush to cli_hush by Simon Glass · Thu Apr 10 20:01:24 2014 -0600[Renamed (99%) from common/hush.c]
  31. 2a262cd hush shell: Avoid string write overflow when entering max cmd length by Kristian Otnes · Fri Apr 25 15:35:43 2014 +0200
  32. 60c38c9 hush: fix some quoted variable expansion issues by Stephen Warren · Sat Mar 01 22:16:10 2014 -0700
  33. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  34. 94ff067 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · Mon Dec 03 06:28:28 2012 +0000
  35. b052b60 common/misc: sparse fixes by Kim Phillips · Mon Oct 29 13:34:32 2012 +0000
  36. 38de0b6 hush: Don't parse the contents of a dereferenced var by Joe Hershberger · Fri Aug 17 10:26:30 2012 +0000
  37. 82fea77 hush: Add default value substitution support by Joe Hershberger · Fri Aug 17 10:26:29 2012 +0000
  38. 584c0ea hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · Tue Jun 19 15:54:35 2012 -0700
  39. 1727b94 Add cmd_process() to process commands in one place by Simon Glass · Tue Feb 14 19:59:25 2012 +0000
  40. e79731e Remove interleave of non-U-Boot code in hush by Simon Glass · Tue Dec 06 19:47:53 2011 +0000
  41. 2176d60 Create a single cmd_call() function to handle command execution by Simon Glass · Tue Feb 14 19:59:23 2012 +0000
  42. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · Mon Nov 07 01:13:56 2011 +0000
  43. 931948a Move simple_itoa to vsprintf by Simon Glass · Fri Oct 21 18:51:33 2011 +0000
  44. a56febb common: add run_command2 for running simple or hush commands by Jason Hobbs · Wed Aug 31 05:37:24 2011 +0000
  45. 5095022 common/hush: make get_local_var visible for other users by Holger Brunck · Fri Apr 08 02:47:42 2011 +0000
  46. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:41:17 2010 -0400
  47. 2e50fa3 do_bootd: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:36:26 2010 -0400
  48. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  49. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  50. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  51. 0618686 Fix console_buffer size conflict error. by Remy Bohmer · Thu Jun 17 21:17:08 2010 +0200
  52. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · Mon Sep 21 11:20:36 2009 -0500
  53. cc215a1 hush: Fix bogus free() call by Peter Tyser · Wed Aug 05 16:18:44 2009 -0500
  54. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  55. 9dac2d7 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile by Mike Frysinger · Thu Feb 05 21:04:36 2009 -0500
  56. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  57. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  58. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  59. 49ebcb5 hush: add showvar command for hush shell. by Heiko Schocher · Wed Oct 15 09:40:28 2008 +0200
  60. c23634d hush: Fix printf debug macro in hush.c so that it usable in U-Boot by Stefan Roese · Tue Aug 19 14:57:55 2008 +0200
  61. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  62. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  63. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:02:44 2007 -0500
  64. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Sun Jul 08 18:10:08 2007 -0500
  65. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:05 2007 -0500
  66. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
  67. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  68. 00b67fd Fix uninitialized variable problem in hush shell by Wolfgang Denk · Wed Sep 28 01:49:47 2005 +0200
  69. 2b7976a Make bootretry feature work with hush shell. by Wolfgang Denk · Fri Aug 12 23:34:51 2005 +0200
  70. 6203e40 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · Sun Apr 18 10:13:26 2004 +0000
  71. 3359105 Fix if / elif handling bug in HUSH shell by wdenk · Mon Apr 12 14:31:43 2004 +0000
  72. 2ebee31 * Patch by Thomas Elste, 10 Feb 2004: by wdenk · Mon Feb 23 19:30:57 2004 +0000
  73. bd1575f * Make sure HUSH is initialized for running auto-update scripts by wdenk · Tue Oct 14 19:43:55 2003 +0000
  74. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  75. b02744a * Patch by Arun Dharankar, 4 Apr 2003: by wdenk · Sat Apr 05 00:53:31 2003 +0000
  76. e7f34c6 * Restrict baudrate settings on LWMON to higher speeds when watchdog is on by wdenk · Sat Jan 11 09:48:40 2003 +0000
  77. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · Tue Nov 19 11:04:11 2002 +0000
  78. fe8c280 Initial revision by wdenk · Sun Nov 03 00:38:21 2002 +0000