summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomd
AgeCommit message (Expand)Author
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2019-11-28Use scan_scaled(3) for memory in ldom.confkn
2019-11-20Honour DEBUGkn
2019-10-20Print LDC protocol version in debug message.Mark Kettenis
2019-09-29oops .h file missingTheo de Raadt
2019-09-28It is better style if path[] buffers are PATH_MAX, rather thanTheo de Raadt
2019-07-28Move ldom.conf.5 to ldomctlkn
2019-07-27Move configuration format into ldom.conf(5)kn
2019-07-11sort Xr;Jason McIntyre
2019-07-11Xr ldomctl 8Theo de Raadt
2018-07-13When we nack a domain service because we don't support the requested majorMark Kettenis
2018-07-13Check protocol version number before sending an ack indicating that weMark Kettenis
2018-07-09Nack LDC protocol versions that we don't support. Avoids a hang on SPARC T3Mark Kettenis
2016-08-28Pull in <time.h> for tzset()Philip Guenther
2014-10-15create xreallocarray() and use itTheo de Raadt
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-02-19When opening a /dev/ldom-* device node fails, show its path in the errorStefan Sperling
2012-12-10Implement panic command.Mark Kettenis
2012-12-08Make ldomd(8) to control the availability of virtual disks to guest domains.Mark Kettenis
2012-11-04Consume ACKs when doing large sends.Mark Kettenis
2012-11-04Call service start function if a particular domain service has beenMark Kettenis
2012-11-04Split out hvctl protocol definitions in a seperate header file.Mark Kettenis
2012-10-27Close hvctl channel after initial setup and reopen it whenever we need toMark Kettenis
2012-10-27Fix var-config response messages. Makes OpenBoot stop complaining aboutMark Kettenis
2012-10-27Turn this into a proper deamon, and add a man page.Mark Kettenis
2012-10-27Give ldomd(8) its own copy of the domain services support code and modify itMark Kettenis
2012-10-26Work-in-progress code for ldomd(8), a daemon running in a sun4v control domainMark Kettenis