1. f3a05c8 Revert "hush: fix segfault on syntax error" by Rabin Vincent · 10 years ago
  2. 2302b3a hush: make run_command() return an error on parsing failure by Rabin Vincent · 10 years ago
  3. 128059b hush: fix segfault on syntax error by Rabin Vincent · 10 years ago
  4. 484408f hush: return consistent codes from run_command() by Rabin Vincent · 10 years ago
  5. 87b6398 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
  6. 930e425 common/cli_hush.c: remove unnecessary double braces by Jeroen Hofstee · 10 years ago
  7. 587e1d4 Fix hush to give the correct return code for a simple command by Simon Glass · 10 years ago
  8. b26440f Rename bootretry functions and remove #ifdefs by Simon Glass · 10 years ago
  9. 0098e17 Move bootretry code into bootretry.c and clean up by Simon Glass · 10 years ago
  10. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 10 years ago
  11. 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 10 years ago
  12. eca86fa Rename hush to cli_hush by Simon Glass · 10 years ago[Renamed (99%) from common/hush.c]
  13. 5c50a92 hush shell: Avoid string write overflow when entering max cmd length by Kristian Otnes · 10 years ago
  14. fe9ca3d hush: fix some quoted variable expansion issues by Stephen Warren · 11 years ago
  15. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  16. 34765e8 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
  17. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  18. a005f19 hush: Don't parse the contents of a dereferenced var by Joe Hershberger · 12 years ago
  19. 641b0d3 hush: Add default value substitution support by Joe Hershberger · 12 years ago
  20. 219f478 hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · 12 years ago
  21. 9d12d5d Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  22. 7344f91 Remove interleave of non-U-Boot code in hush by Simon Glass · 13 years ago
  23. bdf8e34 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
  24. e315046 common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  25. 3cce8a5 Move simple_itoa to vsprintf by Simon Glass · 13 years ago
  26. c8a2079 common: add run_command2 for running simple or hush commands by Jason Hobbs · 13 years ago
  27. eae3b06 common/hush: make get_local_var visible for other users by Holger Brunck · 13 years ago
  28. 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  29. 7842fb7 do_bootd: unify duplicate prototypes by Mike Frysinger · 14 years ago
  30. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  31. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  32. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  33. 1f9d10f Fix console_buffer size conflict error. by Remy Bohmer · 14 years ago
  34. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  35. 197324d hush: Fix bogus free() call by Peter Tyser · 15 years ago
  36. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  37. e915f8b common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile by Mike Frysinger · 16 years ago
  38. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  39. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  40. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. 81473f6 hush: add showvar command for hush shell. by Heiko Schocher · 16 years ago
  42. 4cacf7c hush: Fix printf debug macro in hush.c so that it usable in U-Boot by Stefan Roese · 16 years ago
  43. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  44. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  45. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  46. c3517f9 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  47. b453960 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  48. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  49. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  50. e98f68b Fix uninitialized variable problem in hush shell by Wolfgang Denk · 19 years ago
  51. 396387a Make bootretry feature work with hush shell. by Wolfgang Denk · 19 years ago
  52. c26e454 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · 20 years ago
  53. 56b86bf Fix if / elif handling bug in HUSH shell by wdenk · 20 years ago
  54. 2d1a537 * Patch by Thomas Elste, 10 Feb 2004: by wdenk · 21 years ago
  55. 2d5b561 * Make sure HUSH is initialized for running auto-update scripts by wdenk · 21 years ago
  56. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  57. 3e38691 * Patch by Arun Dharankar, 4 Apr 2003: by wdenk · 21 years ago
  58. d0fb80c * Restrict baudrate settings on LWMON to higher speeds when watchdog is on by wdenk · 22 years ago
  59. c7de829 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  60. fe8c280 Initial revision by wdenk · 22 years ago