summaryrefslogtreecommitdiffstats
path: root/discover/grub2/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* discover/grub2: implement 'source' commandJeremy Kerr2019-11-291-1/+50
* discover/grub2: Allow (device)/path references in general script usageJeremy Kerr2019-11-291-7/+43
* discover/grub2: add support for grub2-style path specifiers in resourcesJeremy Kerr2019-11-291-11/+4
* discover/grub2: Add support for UUID and label for 'search' commandJeremy Kerr2019-11-291-3/+52
* discover/grub2: Use getopt for `search` argument parsingJeremy Kerr2019-11-291-5/+28
* discover/grub2: 'search' set-variable defaults to rootJeremy Kerr2019-11-291-2/+2
* discover/grub2: Add support for initrd16 builtinShawn Anastasio2018-11-221-0/+4
* discover/grub: Add blscfg command support to parse BootLoaderSpec filesJavier Martinez Canillas2018-03-231-1/+8
* Add support for GPG signature enforcement on bootedtpearson@raptorengineering.com2016-08-261-0/+8
* Change parser interface to allow statAlan Dunn2016-03-151-9/+24
* discover: Add support for checking directories in parser APIJeremy Kerr2014-01-301-0/+14
* discover/grub2: Add support for -s and -f commandsJeremy Kerr2013-11-271-5/+36
* lib: consolidate util macros in util/util.hJeremy Kerr2013-11-131-1/+1
* discover/grub2: Implement save_env commandJeremy Kerr2013-10-041-0/+8
* discover/grub2: Implement load_envJeremy Kerr2013-10-011-0/+8
* discover/grub2: Fix uninitialised op variableJeremy Kerr2013-09-241-0/+1
* discover/grub2: Add true & false builtinsJeremy Kerr2013-09-241-0/+24
* discover/grub2: Add linux16 commandJeremy Kerr2013-09-241-0/+4
* discover/grub2: Implement test builtinJeremy Kerr2013-09-241-1/+117
* discover/grub2: Add nops for unnecessary builtinsJeremy Kerr2013-09-241-0/+15
* discover/grub2: Implement 'search' commandJeremy Kerr2013-09-241-0/+30
* discover/grub2: Implement 'linux' & 'initrd' commandsJeremy Kerr2013-09-241-1/+73
* discover/grub2: Function infrastructure improvementsJeremy Kerr2013-09-241-5/+11
* discover/grub2: Add initial command executionJeremy Kerr2013-09-241-0/+47
OpenPOWER on IntegriCloud