summaryrefslogtreecommitdiff
path: root/common/cli_hush.c
AgeCommit message (Expand)Author
2023-01-11cmd: exit: Fix return value propagation out of environment scriptsMarek Vasut
2022-12-23global: Remove undef CONFIG_... for unused valuesTom Rini
2021-05-17cli: slighly more clear error messagespeng.wang@smartm.com
2021-04-12hush: Fix assignments being misinterpreted as commandsSean Anderson
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-01cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2Patrick Delaunay
2020-10-22cli_hush.c: remove broken sanity checkRasmus Villemoes
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-01hush: avoid NULL check before free()Heinrich Schuchardt
2019-11-07hush: re-sequence includesHeinrich Schuchardt
2019-08-11env: Move env_set() to env.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2016-02-08hush: Add rudimentary support for PS1 and PS2Marek Vasut
2016-02-08hush: Pull out U-Boot prompt display and read functionalityMarek Vasut
2015-12-12common: cli_hush: Fix up simple typoNishanth Menon
2015-12-05common: cli_hush: avoid memory leakPeng Fan
2015-12-05common: cli_hush: avoid dead codePeng Fan
2015-11-19Move console definitions into a new console.h fileSimon Glass
2014-11-24Revert "hush: fix segfault on syntax error"Rabin Vincent
2014-11-07hush: make run_command() return an error on parsing failureRabin Vincent
2014-11-07hush: fix segfault on syntax errorRabin Vincent
2014-11-07hush: return consistent codes from run_command()Rabin Vincent
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass
2014-06-11common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee
2014-06-05Fix hush to give the correct return code for a simple commandSimon Glass
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass
2014-05-29Add cli_ prefix to readline functionsSimon Glass
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass
2014-05-29Rename hush to cli_hushSimon Glass