summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldomctl/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Typofixkn2020-05-231-2/+2
* Fail on duplicate vcpu, memory or iodevice parameterskn2020-05-231-3/+20
* Support devaliases for vnetkn2020-02-211-4/+14
* Actually pass devalias from parser to configkn2020-02-211-1/+2
* Support devaliases for vdiskkn2020-02-201-3/+34
* Fail on incomplete guest parameterskn2020-01-091-1/+20
* Bail earlier on duplicate domainskn2020-01-091-8/+7
* Use scan_scaled(3) for memory in ldom.confkn2019-11-281-18/+6
* Allow an optional stride in the vcpu specification. This makes it possiblekettenis2019-08-051-18/+65
* Add support for configuring static direct I/O.kettenis2019-07-281-2/+9
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* Add support for setting NVRAM variables.kettenis2018-09-161-2/+10
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-2/+2
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Add gcc printf format attributes to yyerror() in parse.y files.doug2014-11-141-2/+4
* use u_char for buffers in yylex, for ctype callsbenno2013-11-251-6/+6
* - check parser's return value and exit if parsing failedotto2013-03-041-2/+9
* Fix yacc warning.kettenis2012-11-241-1/+3
* Add code to create new system configuration. Work in progress, but there'skettenis2012-11-241-0/+521