summaryrefslogtreecommitdiffstats
path: root/commands/setenv.c
Commit message (Expand)AuthorAgeFilesLines
* commands: implement and use parse_assignment helperAhmad Fatoum2020-11-271-6/+4
* setenv: align with POSIX in handling of setenv(var, "")Ahmad Fatoum2020-11-231-2/+1
* fs: introduce unsetenv() to prepare for changing setenv(var, "") behaviorAhmad Fatoum2020-11-231-1/+6
* commands: setenv: allow use with hush shellAhmad Fatoum2020-09-181-0/+2
* commands: setenv: support setenv dev.var=VAL syntaxAhmad Fatoum2020-09-181-2/+10
* commands/*: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-04-271-16/+2
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-13/+0
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-5/+4
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* doc: unify documentation for 'setenv'Robert Schwebel2010-11-021-17/+13
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-4/+2
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-5/+8
* separating environment commands, part 1Juergen Beisert2007-11-121-0/+64