1. 2e1b90b common: command: Handle USAGE failure separately by Michal Simek · 6 years ago
  2. 44bdb57 common: command: Use command_ret_t enum values instead of values by Michal Simek · 6 years ago
  3. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  4. 831030d common: command: tempory buffer should have size of command line buf by Heinrich Schuchardt · 7 years ago
  5. 4ef90b7 Drop command-processing code when CONFIG_CMDLINE is disabled by Simon Glass · 9 years ago
  6. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  7. 89299e2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  8. d6c09ba common: command add '\n' for debug msg by Peng Fan · 9 years ago
  9. 682195e common: command: trivial coding style fixes by Masahiro Yamada · 10 years ago
  10. 6c48001 Add 64-bit data support for memory commands by York Sun · 11 years ago
  11. d738553 Add cmd_process_error() to report and process errors by Simon Glass · 11 years ago
  12. a7c03b0 command.c: Fix auto-completion for the full commands list case by Andrew Gabbasov · 11 years ago
  13. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  14. 94ff067 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
  15. 9ac7cc2 common/command.c: revert changes from commit 199adb60 by Anatolij Gustschin · 12 years ago
  16. b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago
  17. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  18. 1727b94 Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  19. 2176d60 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
  20. 76deb6c common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  21. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  22. e516622 common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  23. 33e84d1 cmd_usage: constify by Mike Frysinger · 14 years ago
  24. 8d88232 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  25. b5bc05e autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  26. 97ea46f Common/command: Guard strchr/strlen from NULL pointer by Thomas Weber · 14 years ago
  27. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  28. 092cf16 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  29. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  30. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  31. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  32. ad10080 command.c: Enable auto tab for the editenv command by Trübenbach, Ralf · 15 years ago
  33. eabe6d9 command.c: Break commands out to appropriate cmd_*.c files by Peter Tyser · 15 years ago
  34. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  35. 9dd775b Make "usage" messages more helpful. by Wolfgang Denk · 16 years ago
  36. 5e6c06b command.c: Expose the core of do_help as _do_help to the rest of u-boot. by Detlev Zundel · 16 years ago
  37. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  38. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  39. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. ac2dad6 Expose command table search for sub-commands by Kumar Gala · 16 years ago
  41. 82290f2 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  42. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  43. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  44. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  45. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  46. 582f3dd Adjust "echo" as a default command Patch by Sam Song, 19 Jun 2005 by Wolfgang Denk · 19 years ago
  47. 2a83161 * Patches by Robert Whaley, 29 Nov 2004: by wdenk · 20 years ago
  48. 0593920 * Cleanup, minor fixes by wdenk · 21 years ago
  49. 6203e40 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · 21 years ago
  50. 3902d70 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 21 years ago
  51. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  52. f12e396 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  53. 3086a97 Rewrite command lookup and help command (fix problems with bubble by wdenk · 21 years ago
  54. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  55. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago
  56. e6466f6 * Add support for RMU board by wdenk · 21 years ago
  57. abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · 22 years ago
  58. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 22 years ago
  59. c8434db * Patch by Rick Bronson, 16 Mar 2003: by wdenk · 22 years ago
  60. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  61. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago
  62. c217f6d * Patch by Andreas Oberritter, 09 Nov 2002: by wdenk · 22 years ago
  63. 56f94be * Add support for log buffer which can be passed to Linux kernel's by wdenk · 22 years ago
  64. 5dfa25f Initial revision by wdenk · 22 years ago