summaryrefslogtreecommitdiff
path: root/snapshot.c
Commit message (Collapse)AuthorAgeFilesLines
* fstools: Replace strerror(errno) with %m format.Rosen Penev2017-12-121-1/+1
| | | | | | Saves 1472 bytes under glibc. No other difference. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfstools: call volume_init() before accessing v->blkFelix Fietkau2016-09-081-0/+7
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* snapshot: convert to ulog() apiJo-Philipp Wich2015-02-251-16/+17
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* snapshot: add explicit cast to fix warning on x86_64 and switch to unsignedFelix Fietkau2014-06-021-2/+4
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* snapshot: use cross-platform macros for fprintf on 64-bit values to fix ↵Felix Fietkau2014-05-311-2/+3
| | | | | | build for 64 bit targets Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* split snapshot tool properlyJohn Crispin2014-04-071-305/+47
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* split fs-state back into seperate toolsJohn Crispin2014-04-071-0/+483
Signed-off-by: John Crispin <blogic@openwrt.org>