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