Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fstools: Replace strerror(errno) with %m format. | Rosen Penev | 2017-12-12 | 1 | -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->blk | Felix Fietkau | 2016-09-08 | 1 | -0/+7 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | snapshot: convert to ulog() api | Jo-Philipp Wich | 2015-02-25 | 1 | -16/+17 |
| | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | ||||
* | snapshot: add explicit cast to fix warning on x86_64 and switch to unsigned | Felix Fietkau | 2014-06-02 | 1 | -2/+4 |
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | snapshot: use cross-platform macros for fprintf on 64-bit values to fix ↵ | Felix Fietkau | 2014-05-31 | 1 | -2/+3 |
| | | | | | | build for 64 bit targets Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | split snapshot tool properly | John Crispin | 2014-04-07 | 1 | -305/+47 |
| | | | | Signed-off-by: John Crispin <blogic@openwrt.org> | ||||
* | split fs-state back into seperate tools | John Crispin | 2014-04-07 | 1 | -0/+483 |
Signed-off-by: John Crispin <blogic@openwrt.org> |