aboutsummaryrefslogtreecommitdiff
path: root/common/cli_hush.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-01hush: avoid NULL check before free()Heinrich Schuchardt1-2/+1
2019-11-07hush: re-sequence includesHeinrich Schuchardt1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-7/+7
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2016-02-08hush: Add rudimentary support for PS1 and PS2Marek Vasut1-0/+10
2016-02-08hush: Pull out U-Boot prompt display and read functionalityMarek Vasut1-5/+16
2015-12-12common: cli_hush: Fix up simple typoNishanth Menon1-2/+2
2015-12-05common: cli_hush: avoid memory leakPeng Fan1-2/+7
2015-12-05common: cli_hush: avoid dead codePeng Fan1-1/+1
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2014-11-24Revert "hush: fix segfault on syntax error"Rabin Vincent1-1/+1
2014-11-07hush: make run_command() return an error on parsing failureRabin Vincent1-1/+1
2014-11-07hush: fix segfault on syntax errorRabin Vincent1-1/+1
2014-11-07hush: return consistent codes from run_command()Rabin Vincent1-1/+3
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass1-1/+2
2014-06-11common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee1-2/+2
2014-06-05Fix hush to give the correct return code for a simple commandSimon Glass1-1/+3
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass1-6/+1
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass1-0/+1
2014-05-29Add cli_ prefix to readline functionsSimon Glass1-2/+2
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass1-0/+1
2014-05-29Rename hush to cli_hushSimon Glass1-0/+3687