summaryrefslogtreecommitdiffstats
path: root/commands/saveenv.c
Commit message (Expand)AuthorAgeFilesLines
* commands: saveenv: exit on invalid optionEnrico Jorns2016-09-051-0/+2
* environment: envfs_{load, save}: add possibility to call with filename and di...Marc Kleine-Budde2015-03-061-7/+3
* saveenv: Fix saving to specified fileSascha Hauer2014-10-231-6/+6
* commands: saveenv: Fix comment about directories in help textSascha Hauer2014-08-011-2/+1
* saveenv: provide a zeroed/empty/ignore environmentJuergen Borleis2014-08-011-8/+22
* envfs: change API to be able to forward special flags into the envfs superblockJuergen Borleis2014-08-011-1/+1
* saveenv: make clear how to use the command's parametersJuergen Borleis2014-08-011-1/+1
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-18/+0
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-3/+9
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* env: erase/protect in envfs_saveSascha Hauer2014-04-281-45/+1
* environment: Use accessor functions for default environment pathSascha Hauer2014-01-271-1/+1
* move prototypes for envfs_* to envfs.hSascha Hauer2013-01-201-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* Make errno a positive valueSascha Hauer2012-05-141-3/+3
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* Fix spelling of "omitted"; found by lintianLoïc Minier2011-10-141-1/+1
* environment: make default env path configurableSascha Hauer2011-04-121-1/+1
* doc: unify documentation for 'saveenv'Robert Schwebel2010-11-021-17/+14
* 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
* Enable 'saveenv' for non eraseable mediaJuergen Beisert2009-11-191-2/+3
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* saveenv: close fileSascha Hauer2008-08-131-2/+5
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-1/+1
* separating environment commands, part 2Juergen Beisert2007-11-121-0/+119