summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldomctl/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use scan_scaled(3) for memory in ldom.confkn2019-11-281-2/+2
| | | | | | | | | | | | Replace the hand-written routing with a proper library allowing even more formats. Since ldomctl's local util.h conflicts with the now used global util.h from libutil, rename it to ldom_util.h. Manual wording from amd64's vm.conf(5). OK kettenis
* create xreallocarray() and use itderaadt2014-10-151-1/+12
|
* Add xasprintf.kettenis2012-11-241-1/+17
|
* Only print debug output if explicitly requested.kettenis2012-10-271-1/+3
|
* Split out some general-purpose functions and macros into their own file.kettenis2012-10-211-0/+55