]> git.ozlabs.org Git - petitboot/history - discover/grub2
discover/grub2: Allow to separate the --id argument using a space char
[petitboot] / discover / grub2 /
2019-06-21 Javier Martinez... discover/grub2: Allow to separate the --id argument... master v1.10.4
2019-06-21 Javier Martinez... discover/grub2: Allow using title for default even...
2019-05-30 Samuel Mendoza-JonasVarious fixups and checks to make scan-build happy
2018-11-22 Shawn Anastasiodiscover/grub2: Add support for initrd16 builtin
2018-06-18 Javier Martinez... discover/grub: Improve BLS grub environment variables...
2018-06-18 Javier Martinez... discover/grub: Use different paths to search for the...
2018-05-04 Brett Grandboisdiscover/grub: Add cmdline signature support for BLS...
2018-04-18 Javier Martinez... discover/grub: Allow to set a default index for BLS...
2018-04-18 Javier Martinez... discover/grub: Don't add discover context boot options...
2018-04-18 Javier Martinez... discover/grub: Reverse BLS entries sorting to match...
2018-03-29 Javier Martinez... discover/grub: Allow to choose a different BLS directory
2018-03-23 Javier Martinez... discover/grub: Add blscfg command support to parse...
2018-02-07 Brett Grandboisgrub2/grub2: add Yocto paths to default grub2 conf...
2018-02-07 Brett Grandboisgrub2/grub2-parser: accept no whitespace in grub menuentry
2016-12-20 Jeremy Kerrdiscover/status: Add parse status for GRUB2, yaboot...
2016-08-26 tpearson@raptoreng... Add support for GPG signature enforcement on booted
2016-04-26 Alan Dunndiscover/grub2: Do not set $0 in functions
2016-04-26 Alan DunnAllow evaluation of arbitrarily-positioned arguments...
2016-04-01 Samuel Mendoza-Jonasdiscover/grub2: Ignore sign-compare warning for generat...
2016-03-15 Alan Dunndiscover/grub2: Fix handling of positional parameters
2016-03-15 Alan DunnChange parser interface to allow stat
2016-03-15 Alan DunnIn GRUB2 parser save_env, treat unset variable value...
2016-02-09 Sam Mendoza-Jonasdiscover/grub: Fix handling of empty strings
2016-02-08 Alan Dunndiscover/grub2: Fix behavior of save_env -f
2015-04-14 Samuel Mendoza-Jonasdiscover: Initialise strtok_r saveptr to NULL
2014-12-11 Jeremy Kerrdiscover/grub2: Allow unset and invalid defaults
2014-12-01 Jeremy Kerrdiscover/grub2: improve handling of word & delimiter...
2014-12-01 Jeremy Kerrdiscover/grub2: fix incorrect prototype in yyerror
2014-08-05 Jeremy Kerrlib: Move generic file-handling code to lib/
2014-08-05 Jeremy Kerrdiscover/grub2: distinguish parser.h from grub2/parser.h
2014-08-05 Jeremy Kerrautomake: silence make output
2014-08-01 Jeremy Kerrautotools: Use non-recursive make
2014-06-05 Jeremy Kerrgrub2: fix empty file handling
2014-04-16 Jeremy Kerrdiscover: Fix uninitialised var warnings
2014-01-30 Jeremy Kerrdiscover/grub2: Add support for for-loops
2014-01-30 Jeremy Kerrdiscover/grub2: Perform word-expansion non-destructively
2014-01-30 Jeremy Kerrdiscover: Add support for checking directories in parse...
2014-01-30 Jeremy Kerrdiscover/grub2: skip menuentries that don't define...
2014-01-30 Jeremy Kerrdiscover/grub: Add feature variable for --id support.
2014-01-30 Jeremy Kerrdiscover/grub2: Use script_env_set when initialising...
2014-01-17 Ben Stoltzdiscover/grub: Use --id values for default option detection
2013-12-03 Jeremy Kerrdiscover/grub2: Fixes for bison 3.x
2013-11-27 Jeremy Kerrdiscover/grub2: Populate $prefix from config file location
2013-11-27 Jeremy Kerrdiscover/grub2: Use parser for a single parse
2013-11-27 Jeremy Kerrdiscover/grub2: Fix free in load_env command
2013-11-27 Jeremy Kerrdiscover/grub2: Fix indentation error
2013-11-27 Jeremy Kerrdiscover/grub2: Add support for -s and -f commands
2013-11-18 Geoff Levandautomake: Fixups for maintainer-clean
2013-11-13 Jeremy Kerrlib: consolidate util macros in util/util.h
2013-11-13 Jeremy Kerrdiscover: Fix potentially-uninitialised variables
2013-11-06 Neelesh Guptadiscover: Change parsers to explicitly request configur...
2013-10-21 Jeremy Kerrdiscover/grub2: Clean lexer.[ch]
2013-10-14 Jeremy Kerrdiscover/grub2: Allow URL resources
2013-10-04 Jeremy Kerrdiscover/grub2: Fix uninitialised yylineno
2013-10-04 Jeremy Kerrdiscover/grub2: Implement save_env command
2013-10-01 Jeremy Kerrdiscover/grub2: Implement load_env
2013-10-01 Jeremy Kerrdiscover/grub2: strdup strings used in the environment
2013-10-01 Jeremy Kerrdiscover/grub2: Add default prefix
2013-09-26 Jeremy Kerrdiscover/grub2: Clean up error-handling for grub2 parse...
2013-09-25 Jeremy Kerrdiscover/grub2: Reimplement default options
2013-09-24 Jeremy Kerrdiscover/grub2: Fix uninitialised op variable
2013-09-24 Jeremy Kerrdiscover/grub2: Support var=value assignments
2013-09-24 Jeremy Kerrdiscover/grub2: Add true & false builtins
2013-09-24 Jeremy Kerrdiscover/grub2/lexer: Require 1+ spaces for a TOKEN_DELIM
2013-09-24 Jeremy Kerrdiscover/grub2: Add linux16 command
2013-09-24 Jeremy Kerrdiscover/grub2: Allow both delimiters and EOLs after...
2013-09-24 Jeremy Kerrdiscover/grub2: Implement test builtin
2013-09-24 Jeremy Kerrdiscover/grub2: Add nops for unnecessary builtins
2013-09-24 Jeremy Kerrdiscover/grub2: Implement statement_block_execute
2013-09-24 Jeremy Kerrdiscover/grub2: unknown commands should fail
2013-09-24 Jeremy Kerrdiscover/grub2: Populate option ids
2013-09-24 Jeremy Kerrdiscover/grub2: Allow EOF as a statement terminator
2013-09-24 Jeremy Kerrdiscover/grub2: Add print_token
2013-09-24 Jeremy Kerrdiscover/grub2: fix comment handling
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'elif'
2013-09-24 Jeremy Kerrdiscover/grub2: Create 'conditional' statements
2013-09-24 Jeremy Kerrdiscover/grub2: Allow empty statements
2013-09-24 Jeremy Kerrdiscover/grub2: Implement submenu
2013-09-24 Jeremy Kerrdiscover/grub2: Add function support
2013-09-24 Jeremy Kerrdiscover/grub2: Improve error handling
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'else' blocks
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'search' command
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'linux' & 'initrd' commands
2013-09-24 Jeremy Kerrdiscover/grub2: Function infrastructure improvements
2013-09-24 Jeremy Kerrdiscover/grub2: Add option state in menuentry processing
2013-09-24 Jeremy Kerrdiscover/grub2: Add a reference to the context from...
2013-09-24 Jeremy Kerrdiscover/grub2: Hook up flex/bison parser to discover...
2013-09-24 Jeremy Kerrdiscover/grub2: Move parser-api definitions to parser.y
2013-09-24 Jeremy Kerrdiscover/grub2: Implement multiple-arv variable splitting
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial command execution
2013-09-24 Jeremy Kerrdiscover/grub2: Add menuentry execution
2013-09-24 Jeremy Kerrdiscover/grub2: Fix word append
2013-09-24 Jeremy Kerrdiscover/grub2: Handle var tokens in lexer
2013-09-24 Jeremy Kerrdiscover/grub2: Remove debug printfs
2013-09-24 Jeremy Kerrdiscover/grub2: Initial environment handling
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial execution code
2013-09-24 Jeremy Kerrdiscover/grub2: Fix statement reduce rule
2013-09-24 Jeremy Kerrdiscover/grub2: Add var expansion code
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial script infrastructure
2013-09-24 Jeremy Kerrdiscover/grub2: Use subclass-style structs for AST
next