summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl
AgeCommit message (Expand)Author
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-05-08tweak hvmd_init_guest() to check if everything was OK in md_read(),Gleydson Soares
2013-04-03Make it possible to explicitly specify the number of vcpus and the amountMark Kettenis
2013-04-01Some firmware revisions on UltraSPARC T2 machines apparently insist on havingMark Kettenis
2013-03-04- check parser's return value and exit if parsing failedOtto Moerbeek
2013-02-26Some firmware revisions provide a factory-default configuration that containsMark Kettenis
2012-12-10OpenBSD->.OxJason McIntyre
2012-12-09Implement panic command.Mark Kettenis
2012-12-08Fix previous.Mark Kettenis
2012-12-08Add a few missing properties to vnet-port devices to make Linux happy.Mark Kettenis
2012-12-01Add support for older firmware on UltraSPARC T1 machines.Mark Kettenis
2012-12-01Make it possible to share cores between domains.Mark Kettenis
2012-11-29s/daemon/program/Mark Kettenis
2012-11-28Prevent people from shooting themselves in the foot by not allowing them toMark Kettenis
2012-11-26We don't really need a "rngs" node in the Hypervisor MD.Mark Kettenis
2012-11-26Fix generation of "hvmd_mblock" node. Only add the "stick-frequency"Mark Kettenis
2012-11-26Regeerate Hypervisor MD from scratch instead of modifying the existing one.Mark Kettenis
2012-11-25More changes to make this work on UltraSPARC T2 systems. Now there'sMark Kettenis
2012-11-25Use "id" property as physical ID for CPUs on UltraSPARC T2 and later.Mark Kettenis
2012-11-25Properly remove virtual device ports if we remove the associated channels.Mark Kettenis
2012-11-25spacingMark Kettenis
2012-11-25Add support for building a new configuration based on a configuration thatMark Kettenis
2012-11-24Better error reporting.Mark Kettenis
2012-11-24Delete "ncp" and "n2cp" virtual devices. Makes Solaris stop whining aboutMark Kettenis
2012-11-24Get rid of some hard-coded constants. Improve memory allocation code.Mark Kettenis
2012-11-24Fix yacc warning.Mark Kettenis
2012-11-24Add code to create new system configuration. Work in progress, but there'sMark Kettenis
2012-11-24Export a few more prototypes. Make md_get_prop_val set the returned valueMark Kettenis
2012-11-24Add xasprintf.Mark Kettenis
2012-11-05Better code to download configurations onto the SP.Mark Kettenis
2012-11-04A bit more SP configuration code.Mark Kettenis
2012-11-04Add support for selecting a configuration stored on the SP.Mark Kettenis
2012-11-04tweak previous;Jason McIntyre
2012-11-04Support for listing configurations store on the SP.Mark Kettenis
2012-11-04Switch over to using the ds.[ch] from ldomd(8).Mark Kettenis
2012-11-04Switch over to using the ds.[ch] from ldomd(8).Mark Kettenis
2012-11-04Factor out some code. Use the "hvctl.h" header from ldomd. Add man page.Mark Kettenis
2012-10-27Only print debug output if explicitly requested.Mark Kettenis
2012-10-27Don't accidentally free memory that we plan to use later!Mark Kettenis
2012-10-27Doesn't need <assert.h> anymore.Mark Kettenis
2012-10-26Add some support for the Variable Configuration Domain Service.Mark Kettenis
2012-10-26Fix previous.Mark Kettenis
2012-10-26Handle DS_UNREG messages.Mark Kettenis
2012-10-26Don't abort when we try to reset the logical domain channel.Mark Kettenis
2012-10-25Some more machine description manipulation stuff.Mark Kettenis
2012-10-22Add some support code for the "mdstore" domain service protocol.Mark Kettenis
2012-10-22Add symbolic constants and structs for PRI Domain Service.Mark Kettenis
2012-10-21Split out some general-purpose functions and macros into their own file.Mark Kettenis
2012-10-21Add domain services support code and use it to fetch the PRIMark Kettenis