summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* state: remove unused arguments from state_new_from_node()Ulrich Ölmann2019-01-074-53/+25
* state: Add 'init_from_defaults' parameterUlrich Ölmann2019-01-072-0/+9
* state: refuse to set dirty parameter via setenvUlrich Ölmann2019-01-071-1/+6
* state: Add function to read state MACUlrich Ölmann2019-01-072-0/+23
* state: refactor variable typeUlrich Ölmann2019-01-074-36/+58
* state: remove checks for xzalloc() returning NULLUlrich Ölmann2019-01-073-8/+0
* libdt: xzalloc: die on failureRoland Hieber2019-01-071-1/+9
* state: don't use uninitialized variableUlrich Ölmann2019-01-071-1/+1
* state: use the given backend storage type nameUlrich Ölmann2019-01-071-4/+5
* state: provide an error message when an error occursUlrich Ölmann2019-01-071-0/+1
* state: add debugging helpUlrich Ölmann2019-01-072-1/+8
* state: backend_storage: remove unreachable error messageUlrich Ölmann2019-01-071-2/+0
* state: backend_bucket_circular: promote old state debug message to infoUlrich Ölmann2019-01-071-1/+1
* state: backend_bucket_circular: fix old state readsUlrich Ölmann2019-01-071-1/+4
* state: backend: always pass backend type to Linux dtbUlrich Ölmann2019-01-071-1/+2
* state: do not complain about missing backend-storage-typeUlrich Ölmann2019-01-071-7/+2
* state: remove unused variablesUlrich Ölmann2019-01-071-9/+0
* state: Create alias in of_state_fixup()Ulrich Ölmann2019-01-071-1/+12
* state: Make an alias mandatoryUlrich Ölmann2019-01-071-2/+4
* state: warn when a state node will be overwrittenUlrich Ölmann2019-01-071-0/+9
* state: make parameter functions more consistentUlrich Ölmann2019-01-072-10/+10
* state: backend_bucket_circular: drop unused free_pattern constantUlrich Ölmann2019-01-071-1/+0
* state: Fix "pack" returning freed data for DTB backendUlrich Ölmann2019-01-071-2/+0
* state: Fix error return valueUlrich Ölmann2019-01-071-0/+1
* state: backend_storage: Set needs_refresh back to 0 after refreshingUlrich Ölmann2019-01-071-2/+4
* state: backend_bucket_circular: Do not leak memoryUlrich Ölmann2019-01-071-2/+4
* state: find device node from device path, not from device node pathUlrich Ölmann2019-01-073-6/+12
* state: Make pointing to the backend using a phandle the only supported methodUlrich Ölmann2019-01-072-18/+9
* treewide: Use of_property_write_string() where appropriateUlrich Ölmann2019-01-073-8/+5
* libdt: add of_property_write_string()Ulrich Ölmann2019-01-073-0/+25
* backend_storage: remove fs.hUlrich Ölmann2019-01-071-1/+0
* Fix compiler warnings about wrong type conversion in messages.Philipp Rosenberger2018-11-094-10/+10
* src: fix compilation for glibc version 2.27.9000-36.fc29 and newerEnrico Joerns2018-09-102-2/+2
* barebox-state: block while waiting for file lockRoland Hieber2018-06-041-2/+2
* barebox-state: Fail for unhandled argumentsEnrico Jorns2017-06-301-0/+5
* barebox-state: fix termination of long_options[]Enrico Jorns2017-06-301-0/+1
* common: Include sys/types.h headerMarcin Niestroj2017-06-271-0/+1
* common: Rename strlcpy to DT_strlcpyMarcin Niestroj2017-06-272-3/+3
* barebox-state: backend_raw: init digest earlierSascha Hauer2017-04-241-4/+6
* libdt: support "partitions" subnode on mtd devicesBastian Stender2017-03-311-1/+7
* state: Remove -EUCLEAN check from userspace toolSascha Hauer2017-03-311-21/+1
* barebox-state: implement skipping authentification (again)Sascha Hauer2017-03-313-5/+13
* state: Do not load state during state_new_from_nodeSascha Hauer2017-03-312-5/+4
* barebox-state: make state_get() definition consistent to its prototypeSascha Hauer2017-03-313-3/+4
* state: Allow to load without authentificationSascha Hauer2017-03-316-11/+29
* state: backend bucket circular: Explain metadataSascha Hauer2017-03-311-0/+5
* state: backend_circular: Set minumum writesize to 8Sascha Hauer2017-03-311-0/+3
* state: backend_raw: alloc digest only when neededSascha Hauer2017-03-311-53/+59
* state: backend_storage: rename more variablesSascha Hauer2017-03-311-6/+6
* state: backend_storage: make locally used variable staticSascha Hauer2017-03-311-1/+1