summaryrefslogtreecommitdiffstats
path: root/common/environment.c
Commit message (Expand)AuthorAgeFilesLines
* envfs: Sort files when generating on build machineBaeuerle, Florian2019-01-081-2/+2
* environment: Allow default env path to be NULLSascha Hauer2018-09-211-2/+7
* environment: fix typoUlrich Ölmann2017-01-101-1/+1
* environment: "wrong magic" gives the impression of an errorSam Ravnborg2016-09-261-1/+1
* nv: Save nv variables on shutdownSascha Hauer2016-07-221-0/+4
* Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-091-2/+3
|\
| * string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+2
| * include: move crc specific stuff to crc.hSascha Hauer2016-04-151-0/+1
* | fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-191-1/+2
|/
* environment: allow saving of symbolic link changesZahari Doychev2015-12-171-9/+10
* environment: support env on at24 eepromAntony Pavlov2015-12-011-6/+6
* Merge branch 'for-next/misc'Sascha Hauer2015-03-091-0/+12
|\
| * environment: envfs_{load, save}: add possibility to call with filename and di...Marc Kleine-Budde2015-03-061-0/+12
* | environment: Do not remove base env directorySascha Hauer2015-02-191-0/+3
|/
* Add support for non volatile variablesSascha Hauer2014-11-061-0/+1
* environment: Only save changes to the defaultenvSascha Hauer2014-11-061-6/+105
* environment: refactor saveenvSascha Hauer2014-11-061-68/+75
* environment: remove unused variableSascha Hauer2014-11-051-1/+0
* environment: drop unnecessary castsSascha Hauer2014-11-051-6/+6
* envfs: change API to be able to forward special flags into the envfs superblockJuergen Borleis2014-08-011-8/+16
* envfs: provide an intentional way to ignore an existing external environmentJuergen Borleis2014-08-011-0/+9
* env: erase/protect in envfs_saveSascha Hauer2014-04-281-2/+36
* environment: drop envfs_register_partitionSascha Hauer2014-04-281-47/+3
* loadenv: detect truncated environment filesSascha Hauer2014-04-091-7/+24
* saveenv: Properly detect write errorsSascha Hauer2014-04-091-6/+14
* environment: Fix unitiliazed variableSascha Hauer2014-03-291-5/+5
* defaultenv: Allow multiple defaultenvironment overlaysSascha Hauer2014-02-281-1/+1
* environment: Add function to load envfs from bufferSascha Hauer2014-02-201-65/+116
* environment: constify argumentsSascha Hauer2014-02-201-2/+2
* env: make path arguments to envfs_load/save constSascha Hauer2014-01-271-2/+2
* environment: Use accessor functions for default environment pathSascha Hauer2014-01-271-1/+13
* devfs: let devfs_add_partition return the new partitionSascha Hauer2013-07-151-2/+8
* env: add register_persistent_environmentEric Bénard2013-02-211-0/+40
* Merge branch 'for-next/compile-log-level'Sascha Hauer2013-02-041-4/+6
|\
| * treewide: fix format specifiersSascha Hauer2013-01-271-4/+6
* | make file_*_action staticSascha Hauer2013-01-201-2/+2
* | move struct action_data to the only file using itSascha Hauer2013-01-201-0/+7
|/
* loadenv: allow more fine grained environment loadingSascha Hauer2012-11-291-2/+10
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* envfs: add support of symlinkJean-Christophe PLAGNIOL-VILLARD2012-09-051-30/+73
* envfs: add support of variable inode sizeJean-Christophe PLAGNIOL-VILLARD2012-09-051-12/+41
* envfs: introduce version major and minorJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+2
* Make errno a positive valueSascha Hauer2012-05-141-3/+3
* environment: make default env path configurableSascha Hauer2011-04-121-0/+2
* common/environment.c: sparse fixesSascha Hauer2010-10-211-1/+1
* fix error return value while loading environmentLuotao Fu2010-05-031-1/+5
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
* common:environment: fix mode requirementNishanth Menon2008-12-091-1/+1
* Trivial comment fixSascha Hauer2008-04-041-1/+1
* [general] Fixed endian handling for envfsCarsten Schlote2008-02-191-30/+32