summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2015-12-13mention ip6addrctlchristos
2015-12-07synch usage() with the man page.pgoyette
2015-12-06Bump date for previous.wiz
2015-12-06remove more duplicated code.christos
2015-12-06Add listing commands for type, set and unset.christos
2015-12-05Add debugging and more to migrationchristos
2015-12-04type confusionchristos
2015-12-04Kill newlinechristos
2015-12-04Fix resizedisk.christos
2015-12-04put back usage from krechristos
2015-12-04don't print dkctl message for fileschristos
2015-12-04fix label printing.christos
2015-12-03CID 1341564: Arg memory leakchristos
2015-12-03more leakchristos
2015-12-03CID 1341563: fix leakchristos
2015-12-03CID 1341561: Argument memory leakchristos
2015-12-03CID 1341560: Free arg.christos
2015-12-03CID 1341558: Fix proplib memory leakschristos
2015-12-03CID 1341556: Don't leak map infochristos
2015-12-03CID 1341548: Check error returnschristos
2015-12-03compare to stdout, thanks krechristos
2015-12-03Add a space.christos
2015-12-03Fix stray paste, noted by kre.christos
2015-12-03WARNS=6christos
2015-12-03remove extra assignmentchristos
2015-12-03eliminate static globals so that commands can be re-used.christos
2015-12-02- factor out into smaller separate functionschristos
2015-12-02don't hard-code the program namechristos
2015-12-02merge duplicated code and check allocations.christos
2015-12-02check allocationschristos
2015-12-02annotate map additions with non-allocated memory.christos
2015-12-02- check errors from map allocationchristos
2015-12-02Allow backup and restore to operate on files.christos
2015-12-02don't advertise stuff we don't support.christos
2015-12-02Always set NOSYNC if regular file, even if we got the size from the commandchristos
2015-12-02hrmm...jnemeth
2015-12-02- dereferencing NULL is generally bad, found by visual inspectionjnemeth
2015-12-02print the old and the new style usage.christos
2015-12-02refactor the utf code so that it does not leak memory.christos
2015-12-02split out into smaller functions.christos
2015-12-02use the utility function.christos
2015-12-02- write a function to set the entity, so that we don't reset to guid.christos
2015-12-02By default, don't display the module load address. Add a -k optionpgoyette
2015-12-01merge command line parsers and check all memory allocations.christos
2015-12-01Reflect reality better; we don't handle multiple devices anymore, andchristos
2015-12-01refactor more duplicated code.christos
2015-12-01automatically enforce readonly for the commands that don't need to write.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-12-01- use gpt_msg to print informational messages (perhaps these should be printedchristos