summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/nvmutil.c
AgeCommit message (Collapse)Author
7 hoursmkhtemp: fix err()Leah Rowe
calling it indirectly was out of the question. must call it directly. Signed-off-by: Leah Rowe <leah@libreboot.org>
8 hoursutil/libreboot-utils: rename err() to b0rk()Leah Rowe
it behaves a bit differently than err(), so it's not good to confuse readers Signed-off-by: Leah Rowe <leah@libreboot.org>
14 hoursmkhtemp: show progname on errorLeah Rowe
i have my own getprogname implementation, because not every libc is good enough to include one. Signed-off-by: Leah Rowe <leah@libreboot.org>
21 hourslibreboot-utils: general code cleanupLeah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
26 hoursutil/nvmutil: make it compile againLeah Rowe
i was reorganising the state machine (singleton) used for data, and part of what i wanted lead to mkhtemp being written. Signed-off-by: Leah Rowe <leah@libreboot.org>
29 hoursutil/mkhtemp: new utility (hardened mktemp)Leah Rowe
part of the same code library as nvmutil. as part of this, i renamed util/nvmutil to util/libreboot-utils/ because it is now a multi-utility codebase. this is more efficient, since i also wish to use mkhtemp (function) in nvmutil. Signed-off-by: Leah Rowe <leah@libreboot.org>