summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldomd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use scan_scaled(3) for memory in ldom.confkn2019-11-283-6/+6
* Honour DEBUGkn2019-11-201-2/+1
* Print LDC protocol version in debug message.kettenis2019-10-201-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
* Move ldom.conf.5 to ldomctlkn2019-07-282-96/+2
* Move configuration format into ldom.conf(5)kn2019-07-273-4/+99
* sort Xr;jmc2019-07-111-3/+3
* Xr ldomctl 8deraadt2019-07-111-2/+3
* When we nack a domain service because we don't support the requested majorkettenis2018-07-132-6/+13
* Check protocol version number before sending an ack indicating that wekettenis2018-07-132-7/+9
* Nack LDC protocol versions that we don't support. Avoids a hang on SPARC T3kettenis2018-07-091-3/+23
* Pull in <time.h> for tzset()guenther2016-08-281-1/+2
* create xreallocarray() and use itderaadt2014-10-151-2/+2
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* When opening a /dev/ldom-* device node fails, show its path in the errorstsp2013-02-191-2/+2
* Implement panic command.kettenis2012-12-101-1/+2
* Make ldomd(8) to control the availability of virtual disks to guest domains.kettenis2012-12-081-1/+17
* Consume ACKs when doing large sends.kettenis2012-11-041-15/+14
* Call service start function if a particular domain service has beenkettenis2012-11-042-5/+5
* Split out hvctl protocol definitions in a seperate header file.kettenis2012-11-042-111/+130
* Close hvctl channel after initial setup and reopen it whenever we need tokettenis2012-10-271-39/+63
* Fix var-config response messages. Makes OpenBoot stop complaining aboutkettenis2012-10-271-1/+4
* Turn this into a proper deamon, and add a man page.kettenis2012-10-273-51/+196
* Give ldomd(8) its own copy of the domain services support code and modify itkettenis2012-10-276-121/+1172
* Work-in-progress code for ldomd(8), a daemon running in a sun4v control domainkettenis2012-10-262-0/+574