summaryrefslogtreecommitdiff
path: root/sbin/gpt/backup.c
AgeCommit message (Expand)Author
2017-09-07use __arraycountchristos
2017-09-06- make sure that the utf16 string is padded with 0's where needed.christos
2015-12-03CID 1341558: Fix proplib memory leakschristos
2015-12-03compare to stdout, thanks krechristos
2015-12-03eliminate static globals so that commands can be re-used.christos
2015-12-02Allow backup and restore to operate on files.christos
2015-12-02split out into smaller functions.christos
2015-12-01Refactor the command dispatching and help printing logic.christos
2015-12-01Firs step of refactoring, remove all globals, factor out some common code,christos
2015-11-29merge the create errors in one place and fix them.christos
2014-09-30Add internal uuid support, since the linux+macos versions of the librarychristos
2014-09-30remove compat defines.christos
2014-09-29more toolification changeschristos
2014-09-29more toolificationchristos
2014-09-29minor toolification: need libprop...christos
2014-09-10- dump all partitions, not just ones that are in usejnemeth
2014-09-09- record the sector size of the diskjnemeth
2013-12-19Add the backup subcommand. It dumps the contents of the partitionjnemeth