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
/
ldomctl
/
parse.y
Age
Commit message (
Expand
)
Author
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-01-30
Move global domain declaration to parse.y
kn
2020-09-14
Typofix
kn
2020-06-29
Reject vdisk, vnet and iodevice parameters for primary domain
kn
2020-05-23
Typofix
kn
2020-05-23
Fail on duplicate vcpu, memory or iodevice parameters
kn
2020-02-21
Support devaliases for vnet
kn
2020-02-21
Actually pass devalias from parser to config
kn
2020-02-20
Support devaliases for vdisk
kn
2020-01-09
Fail on incomplete guest parameters
kn
2020-01-09
Bail earlier on duplicate domains
kn
2019-11-28
Use scan_scaled(3) for memory in ldom.conf
kn
2019-08-05
Allow an optional stride in the vcpu specification. This makes it possible
Mark Kettenis
2019-07-28
Add support for configuring static direct I/O.
Mark Kettenis
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-16
Add support for setting NVRAM variables.
Mark Kettenis
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-14
Add gcc printf format attributes to yyerror() in parse.y files.
Doug Hogan
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-03-04
- check parser's return value and exit if parsing failed
Otto Moerbeek
2012-11-24
Fix yacc warning.
Mark Kettenis
2012-11-24
Add code to create new system configuration. Work in progress, but there's
Mark Kettenis