]> git.proxmox.com Git - grub2.git/history - grub-core/script
Installing to the RMP also needs mokmanager.
[grub2.git] / grub-core / script /
2021-09-24 Colin WatsonNew upstream release (2.06)
2021-09-24 Colin WatsonImport grub2_2.06.orig.tar.xz
2021-06-13 Daniel Axtensscript/execute: Don't crash on a "for" loop with no...
2021-06-13 Daniel Axtensscript/execute: Avoid crash when using "$#" outside...
2021-06-13 Daniel Axtensscript/execute: Fix NULL dereference in grub_script_exe...
2021-03-10 Glenn Washburnmisc: Format string for grub_error() should be a literal
2021-03-02 Daniel Axtensscript/execute: Don't crash on a "for" loop with no...
2021-03-02 Daniel Axtensscript/execute: Avoid crash when using "$#" outside...
2021-03-02 Daniel Axtensscript/execute: Fix NULL dereference in grub_script_exe...
2021-02-27 Colin WatsonBackport security patch series from upstream
2021-02-27 Daniel Axtensscript/execute: Don't crash on a "for" loop with no...
2021-02-27 Daniel Axtensscript/execute: Avoid crash when using "$#" outside...
2021-02-27 Daniel Axtensscript/execute: Fix NULL dereference in grub_script_exe...
2020-09-18 Glenn Washburnscript: Do not allow a delimiter between function name...
2020-09-18 Glenn Washburnlexer: char const * should be const char *
2020-07-29 Colin WatsonMerge remote-tracking branch 'salsa/master' into master
2020-07-29 Chris Coulsonscript: Avoid a use-after-free when redefining a functi...
2020-07-29 Peter Jonesmalloc: Use overflow checking primitives where we do...
2020-07-29 Peter Jonescalloc: Use calloc() at most places
2020-07-29 Peter Jonesyylex: Make lexer fatal errors actually be fatal
2020-07-24 Colin WatsonBackport security patch series from upstream
2020-07-24 Chris Coulsonscript: Avoid a use-after-free when redefining a functi...
2020-07-24 Peter Jonesmalloc: Use overflow checking primitives where we do...
2020-07-24 Peter Jonescalloc: Use calloc() at most places
2020-07-24 Peter Jonesyylex: Make lexer fatal errors actually be fatal
2020-02-28 Peter Jonesmisc: Make grub_strtol() "end" pointers have safer...
2019-11-08 Colin WatsonMerge commit '8a245d5c1800627af4cefa99162a89c7a46d8842'
2019-07-09 Colin WatsonDeclare fast forward from 2.02+dfsg1-20
2019-07-08 Colin WatsonMerge branch 'experimental'
2019-06-25 Vladimir Serbinenkoyylex: Explicilty cast fprintf to void.
2019-06-25 Steve McIntyregrub2 (2.02+dfsg1-20) unstable; urgency=medium
2019-05-30 Colin WatsonNew upstream release candidate (2.04~rc1)
2019-05-14 Colin WatsonImport grub2_2.04~rc1.orig.tar.xz
2018-12-12 Matthew Garrettverifiers: Verify commands executed by grub
2018-03-16 Vladimir Serbinenkoyylex: Explicilty cast fprintf to void.
2018-02-17 Colin WatsonImport grub2_2.02+dfsg1.orig.tar.xz
2018-02-16 Colin WatsonAvoid -Werror=unused-value build failure
2018-02-16 Vladimir Serbinenkoyylex: Explicilty cast fprintf to void.
2018-02-11 Colin WatsonAdd 'debian/grub-extras/' from commit 'f2a079441939eee7...
2017-08-14 Vladimir Serbinenkoyylex: Explicilty cast fprintf to void.
2017-06-23 Colin WatsonNew upstream release (2.02)
2017-06-23 Colin WatsonImport grub2_2.02.orig.tar.xz
2017-02-12 Andrei Borzenkovscript: fix double free in lexer
2016-09-18 Colin WatsonNew upstream beta release (2.02~beta3).
2016-09-18 Colin WatsonImport grub2_2.02~beta3.orig.tar.xz
2016-02-12 Vladimir Serbinenkoyylex: use grub_fatal for exit.
2016-01-20 Colin WatsonRemove pragmas related to -Wunreachable-code (closes...
2016-01-20 Colin WatsonRemove pragmas related to -Wunreachable-code
2016-01-20 Colin WatsonRemove pragmas related to -Wunreachable-code
2016-01-12 Andrei Borzenkovscript: fix memory leak
2015-01-28 Andrei Borzenkovscript/execute.c: fix memory leak.
2015-01-21 Vladimir Serbinenkogrub_script_lexer_yywrap: Update len synchronously...
2013-11-19 Colin WatsonNew upstream snapshot.
2013-11-16 Vladimir Serbinenko Decrease stack usage in lexer.
2013-11-15 Colin WatsonNew upstream snapshot.
2013-11-07 Vladimir Serbinenko Remove vestiges of -Wunsafe-loop-optimisations.
2013-10-16 Vladimir 'phcoder... * grub-core/script/yylex.l: Fix LSQBR2 and RSQBR2...
2013-07-16 Vladimir 'phcoder... Merge mainline into arm
2013-06-07 Andrey Borzenkov * grub-core/script/execute.c (grub_script_execute_sour...
2013-05-11 Vladimir 'phcoder... merge mainline into arm
2013-05-08 Colin Watson* Merge 1.99-27.1 (thanks, Steve McIntyre):
2013-04-29 Vladimir 'phcoder... * grub-core/script/execute.c (grub_script_arglist_to_a...
2013-03-03 Vladimir 'phcoder... * grub-core/script/execute.c (grub_script_arglist_to_a...
2013-03-02 Vladimir 'phcoder... * grub-core/script/execute.c (gettext_append): Remove...
2013-01-20 Colin Watson* Merge wheezy branch up to 1.99-27, fixing overzealous...
2013-01-16 Vladimir 'phcoder... * grub-core/script/lexer.c (grub_script_lexer_init...
2013-01-15 Colin WatsonRemove nested functions from script reading and parsing.
2012-09-25 Colin Watsonmerge 1.99-23
2012-09-05 Vladimir 'phcoder... * grub-core/script/yylex.l: Ignore unused-function...
2012-09-04 Jordi MallachNew upstream release.
2012-06-21 Vladimir 'phcoder... * grub-core/script/execute.c (grub_script_arglist_to_a...
2012-06-19 Vladimir 'phcoder... Fix wildcard regexp dot and other special characters...
2012-06-08 Vladimir 'phcoder... Fix wildcard escaping.
2012-05-08 Vladimir 'phcoder... * grub-core/script/yylex.l: Ugly fix for "\\\n ".
2012-03-19 Vladimir 'phcoder... * grub-core/script/argv.c (grub_script_argv_split_appe...
2012-03-11 Vladimir 'phcoder... * grub-core/commands/i386/pc/play.c: Improve TRANSLATO...
2012-03-11 Vladimir 'phcoder... Add variable parsing in $"..." and fix several mismatc...
2012-03-10 Vladimir 'phcoder... * grub-core/commands/videoinfo.c: Add TRANSLATORS...
2012-03-05 Vladimir 'phcoder... * grub-core/net/http.c: Add TRANSLATORS comments.
2012-03-04 Vladimir 'phcoder... * grub-core/script/execute.c (grub_script_return)...
2012-02-27 Colin Watson * include/grub/partition.h (grub_partition_map): Chang...
2012-02-26 Vladimir 'phcoder... Remove prio_list.
2012-02-26 Lubomir Kundrak GDB serial and backtrace support.
2012-02-26 Vladimir 'phcoder... $"..." support in scripts.
2012-02-26 Vladimir 'phcoder... Another round of string clarification and adding TRANS...
2012-02-24 Vladimir 'phcoder... * conf/Makefile.common (CFLAGS_GNULIB): Add
2012-02-18 Vladimir 'phcoder... merge mainline into gdb
2012-02-12 Vladimir 'phcoder... * grub-core/script/execute.c (grub_script_break):...
2012-02-12 Vladimir 'phcoder... Improve string. Gettextize.
2012-02-10 Vladimir 'phcoder... Increase warning level.
2012-02-10 Vladimir 'phcoder... * grub-core/script/lexer.c (grub_script_lexer_init...
2012-02-05 Vladimir 'phcoder... Clarify and unify messages.
2012-02-04 Vladimir 'phcoder... * grub-core/script/execute.c (grub_script_return)...
2012-02-04 Vladimir 'phcoder... * grub-core/script/execute.c (grub_script_return)...
2012-02-03 Vladimir 'phcoder... * grub-core/commands/ls.c: Gettextize.
2012-02-01 Vladimir 'phcoder... merge mainline into cbi
2012-02-01 Vladimir 'phcoder... merge mainline into ehci
2012-01-14 Vladimir 'phcoder... Eliminate grub_min/grub_max prone to overflow usage.
2011-12-25 Vladimir 'phcoder... Avoid cutting in the middle of UTF-8 string.
2011-12-23 Vladimir 'phcoder... merge mainline into hints
next