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