summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldomd/ldomd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use scan_scaled(3) for memory in ldom.confkn2019-11-281-2/+2
* oops .h file missingderaadt2019-09-291-1/+2
* It is better style if path[] buffers are PATH_MAX, rather thanderaadt2019-09-281-3/+3
* Pull in <time.h> for tzset()guenther2016-08-281-1/+2
* Make ldomd(8) to control the availability of virtual disks to guest domains.kettenis2012-12-081-1/+17
* Split out hvctl protocol definitions in a seperate header file.kettenis2012-11-041-111/+2
* Close hvctl channel after initial setup and reopen it whenever we need tokettenis2012-10-271-39/+63
* Turn this into a proper deamon, and add a man page.kettenis2012-10-271-46/+126
* Give ldomd(8) its own copy of the domain services support code and modify itkettenis2012-10-271-119/+53
* Work-in-progress code for ldomd(8), a daemon running in a sun4v control domainkettenis2012-10-261-0/+562