CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/11/28 11:40:42
Modified files:
usr.sbin/ldomctl: Makefile config.c ldom.conf.5 ldomctl.c
mdesc.c mdstore.c parse.y pri.c util.c
usr.sbin/ldomd : ds.c ldomd.c var-config.c
Added files:
usr.sbin/ldomctl: ldom_util.h
Removed files:
usr.sbin/ldomctl: util.h
Log message:
Use scan_scaled(3) for memory in ldom.conf
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