summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl/parse.y
AgeCommit message (Expand)Author
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-01-30Move global domain declaration to parse.ykn
2020-09-14Typofixkn
2020-06-29Reject vdisk, vnet and iodevice parameters for primary domainkn
2020-05-23Typofixkn
2020-05-23Fail on duplicate vcpu, memory or iodevice parameterskn
2020-02-21Support devaliases for vnetkn
2020-02-21Actually pass devalias from parser to configkn
2020-02-20Support devaliases for vdiskkn
2020-01-09Fail on incomplete guest parameterskn
2020-01-09Bail earlier on duplicate domainskn
2019-11-28Use scan_scaled(3) for memory in ldom.confkn
2019-08-05Allow an optional stride in the vcpu specification. This makes it possibleMark Kettenis
2019-07-28Add support for configuring static direct I/O.Mark Kettenis
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-09-16Add support for setting NVRAM variables.Mark Kettenis
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-03-04- check parser's return value and exit if parsing failedOtto Moerbeek
2012-11-24Fix yacc warning.Mark Kettenis
2012-11-24Add code to create new system configuration. Work in progress, but there'sMark Kettenis