mbox series

[v3,0/3] lstat instead of stat

Message ID 20191021203157.28524-1-adrian.freihofer@siemens.com
Headers show
Series lstat instead of stat | expand

Message

Freihofer, Adrian Oct. 21, 2019, 8:31 p.m. UTC
In comparison to v2 this v3 adds one "l". I forgott to go back to lstat
after a short excurse with stat :-(

Adrian Freihofer (3):
  add .editorconfig file
  raw_handler: handle ro block devices
  Makefile: rename tools binaries

 .editorconfig                                      | 18 +++++
 .gitignore                                         |  9 +--
 handlers/raw_handler.c                             | 84 ++++++++++++++++++++++
 tools/Makefile                                     |  8 +--
 tools/{client.c => swupdate-client.c}              |  0
 tools/{hawkbitcfg.c => swupdate-hawkbitcfg.c}      |  0
 tools/{progress.c => swupdate-progress.c}          |  0
 .../{sendtohawkbit.c => swupdate-sendtohawkbit.c}  |  0
 8 files changed, 111 insertions(+), 8 deletions(-)
 create mode 100644 .editorconfig
 rename tools/{client.c => swupdate-client.c} (100%)
 rename tools/{hawkbitcfg.c => swupdate-hawkbitcfg.c} (100%)
 rename tools/{progress.c => swupdate-progress.c} (100%)
 rename tools/{sendtohawkbit.c => swupdate-sendtohawkbit.c} (100%)