]> git.ipfire.org Git - thirdparty/grub.git/shortlog
thirdparty/grub.git
2013-05-30  Josh Triplett * grub-core/normal/cmdline.c (grub_cmdline_get): Fix...
2013-05-30  Vladimir 'phcoder... Detach optional parts of gfxterm and integrate in...
2013-05-30  Vladimir 'phcoder... Move blit and fill dispatcher to appropriate files...
2013-05-30  Vladimir 'phcoder... * grub-core/font/font.c, include/grub/font.h: Inline...
2013-05-30  Vladimir 'phcoder... Add few more autogenerated files to .bzrignore
2013-05-30  Vladimir 'phcoder... * grub-core/Makefile.am: Fix compilation problem with...
2013-05-30  Vladimir 'phcoder... * configure.ac: Add Ubuntu path to unifont and report...
2013-05-30  Vladimir 'phcoder... * Makefile.am, conf/Makefile.common: Fix compilation...
2013-05-30  Vladimir 'phcoder... * grub-core/commands/acpihalt.c: Fix handling of DSDT...
2013-05-15  RadosÅ‚aw Szymczyszyn * grub-core/partmap/dfly.c: New partition map.
2013-05-15  Vladimir 'phcoder... * grub-core/kern/corecmd.c (grub_core_cmd_ls): Fix...
2013-05-14  Andrey Borzenkov* gentpl.py: Replace EXTRA_DIST with dist_noinst_DATA or
2013-05-14  Vladimir 'phcoder... Progressively skip menu elements on small terminals...
2013-05-14  Vladimir 'phcoder... * grub-core/normal/cmdline.c (grub_cmdline_get): Fix...
2013-05-14  Vladimir 'phcoder... * po/exclude.pot: Add missing string "%C".
2013-05-14  Vladimir 'phcoder... * tests/util/grub-shell.in: Remove the temporary direc...
2013-05-11  Vladimir 'phcoder... * util/grub-install.in: Gettextize "Not found" message.
2013-05-11  Vladimir 'phcoder... Fix distfiles list.
2013-05-11  Vladimir 'phcoder... Remove empty util/powerpc
2013-05-11  Paulo Flabiano... * grub-core/net/bootp.c (grub_cmd_bootp): Check if...
2013-05-11  Vladimir 'phcoder... * grub-core/tests/setjmp_test.c: Ignore missing noreturn.
2013-05-11  Vladimir 'phcoder... * grub-core/fs/hfspluscomp.c (grub_hfsplus_compress_at...
2013-05-11  Vladimir 'phcoder... Ignore po/POTFILES-shell.in
2013-05-11  Andrey Borzenkov * docs/grub.texi (Device syntax): Clarify description...
2013-05-10  Vladimir 'phcoder... Redirect xasprintf to grub_xvasprintf rather than...
2013-05-10  Vladimir 'phcoder... * util/grub-install.in: Handle efibootmgr presence...
2013-05-10  Vladimir 'phcoder... * grub-core/commands/testspeed.c: Reuse formatting...
2013-05-10  Vladimir 'phcoder... * util/grub-mkrescue.in: Replace `STR' with `STRING...
2013-05-10  Vladimir 'phcoder... * po/POTFILES-shell.in: Autogenerate it.
2013-05-10  Vladimir 'phcoder... * grub-core/net/net.c (grub_net_open_real): Autoload...
2013-05-10  Vladimir 'phcoder... * grub-core/term/terminfo.c: Rename ANSI_C0 to ANSI_CS...
2013-05-08  Andrey Borzenkov * docs/grub.texi: (Network): Add description of net_de...
2013-05-08  Vladimir 'phcoder... New test: cmdline and cat.
2013-05-08  Vladimir 'phcoder... * grub-core/commands/cat.c: Show UTF-8 characters.
2013-05-08  Vladimir 'phcoder... * conf/Makefile.common: Poison float and double on...
2013-05-08  Vladimir 'phcoder... * configure.ac: Don't disable extended registers on...
2013-05-07  Vladimir 'phcoder... * configure.ac: Don't use extended registers on x86_64.
2013-05-07  Vladimir 'phcoder... * grub-core/term/efi/console.c: Fix compile error.
2013-05-07  Vladimir 'phcoder... Compressed HFS+ support.
2013-05-07  Vladimir 'phcoder... * grub-core/commands/videoinfo.c: Use "paletted" rathe...
2013-05-07  Vladimir 'phcoder... Menu color test.
2013-05-07  Vladimir 'phcoder... * grub-core/tests/setjmp_test.c: New test.
2013-05-07  Vladimir 'phcoder... New variables 'net_default_*' to determine MAC/IP...
2013-05-07  Vladimir 'phcoder... * tests/gettext_strings_test.in: A test to check for...
2013-05-07  Vladimir 'phcoder... * autogen.sh: Exclude unused libgcrypt files from...
2013-05-07  Vladimir 'phcoder... Simplify few strings.
2013-05-07  Vladimir 'phcoder... Mark few forgotten strings for translation.
2013-05-07  Vladimir 'phcoder... * grub-core/loader/linux.c: Use grub_dprintf for debug...
2013-05-07  Vladimir 'phcoder... * grub-core/video/readers/jpeg.c: Use grub_dprintf...
2013-05-07  Vladimir 'phcoder... * tests/priority_queue_unit_test.cc: New test.
2013-05-07  Vladimir 'phcoder... * grub-core/font/font.c: Use grub_dprintf for debug...
2013-05-06  Andrey Borzenkov Reimplement grub-reboot to not depend on saved_entr...
2013-05-05  Bean * grub-core/commands/testspeed.c: New command testspeed.
2013-05-05  Vladimir 'phcoder... Factor-out human-size printing.
2013-05-04  Vladimir 'phcoder... Agglomerate more mallocs to speed-up gfxterm.
2013-05-04  Vladimir 'phcoder... Speed-up gfxterm by slightly agglomerating mallocs.
2013-05-04  Vladimir 'phcoder... More video checks.
2013-05-04  Vladimir 'phcoder... Speed-up gfxterm by saving intermediate results in...
2013-05-04  Vladimir 'phcoder... * grub-core/tests/lib/functional_test.c: Don't stop...
2013-05-04  Vladimir 'phcoder... * grub-core/normal/menu_text.c (menu_clear_timeout...
2013-05-04  Vladimir 'phcoder... * grub-core/normal/main.c: Fix freed memory dereference.
2013-05-04  Vladimir 'phcoder... Fix several memory leaks.
2013-05-04  Vladimir 'phcoder... * grub-core/normal/menu.c (run_menu): Fix timeout...
2013-05-04  Vladimir 'phcoder... * grub-core/gettext/gettext.c: Try $lang.gmo as well.
2013-05-04  Vladimir 'phcoder... Fix test -a and -o precedence.
2013-05-04  Vladimir 'phcoder... * grub-core/font/font.c (grub_font_construct_glyph...
2013-05-03  Andrey BorzenkovRename grub-core/tests/checksums.c into grub-core/tests...
2013-05-03  Vladimir 'phcoder... * grub-core/tests/video_checksum.c: Don't set GENERATE...
2013-05-03  Vladimir 'phcoder... New series of tests for gfxterm and gfxmenu.
2013-05-03  Vladimir 'phcoder... * grub-core/gfxmenu/gfxmenu.c (grub_gfxmenu_try):...
2013-05-03  Vladimir 'phcoder... * grub-core/video/fb/fbblit.c (grub_video_fbblit_blend...
2013-05-03  Vladimir 'phcoder... * include/grub/gui.h (grub_gfxmenu_timeout_unregister...
2013-05-03  Vladimir 'phcoder... * grub-core/gfxmenu/view.c (grub_gfxmenu_view_new...
2013-05-03  Vladimir 'phcoder... * grub-core/normal/term.c (print_ucs4_real): Fix start...
2013-05-02  Vladimir 'phcoder... Several fixes to ieee1275 and big-endian video.
2013-05-02  Vladimir 'phcoder... Add missing exports on mips.
2013-05-02  Vladimir 'phcoder... * grub-core/tests/videotest_checksum.c (videotest_chec...
2013-05-02  Vladimir 'phcoder... * grub-core/loader/i386/linux.c (grub_linux_setup_vide...
2013-05-02  Vladimir 'phcoder... First automated video test (running videotest and...
2013-05-02  Vladimir 'phcoder... * grub-core/commands/videotest.c: Reduce flickering...
2013-04-30  Vladimir 'phcoder... Add few more tests.
2013-04-30  Vladimir 'phcoder... * include/grub/arc/arc.h: Account for missing "other...
2013-04-30  Vladimir 'phcoder... * grub-core/kern/mips/loongson/init.c: Support halt...
2013-04-30  Vladimir 'phcoder... * grub-core/partmap/amiga.c: Fix size of checksummed...
2013-04-29  Vladimir 'phcoder... * configure.ac: Use -mcmodel=large on x86_64-emu as...
2013-04-29  Vladimir Testov * grub-core/gfxmenu/circular_progress.c: Set start_ang...
2013-04-29  Vladimir 'phcoder... Make PCI init in i386-qemu port more robust.
2013-04-29  Vladimir Testov * grub-core/gfxmenu/gui_list.c: Refresh first_shown_en...
2013-04-29  Vladimir 'phcoder... Unify more code in grub-install_header.
2013-04-29  Vladimir 'phcoder... Add few new tests.
2013-04-29  Vladimir 'phcoder... Enforce disabling of firmware disk drivers when native...
2013-04-29  Vladimir 'phcoder... * grub-core/commands/nativedisk.c: Customize the list...
2013-04-29  Vladimir 'phcoder... * grub-core/bus/usb/uhci.c: Fix DMA handling and enabl...
2013-04-29  Vladimir 'phcoder... * grub-core/script/execute.c (grub_script_arglist_to_a...
2013-04-29  Vladimir 'phcoder... * include/grub/list.h (FOR_LIST_ELEMENTS_SAFE):Fix...
2013-04-29  Vladimir 'phcoder... * grub-core/kern/mips/arc/init.c: Fix prefix detection.
2013-04-29  Vladimir 'phcoder... * grub-core/lib/arg.c (grub_arg_show_help): Fix a...
2013-04-28  Vladimir 'phcoder... * docs/grub.texi: Add a comment about usefullness...
2013-04-28  Vladimir 'phcoder... * grub-core/commands/nativedisk.c: Ignore unknown...
2013-04-28  Vladimir 'phcoder... New command `nativedisk'.
next