grub/grub-core
Paulo Flabiano Smorigo 84a0e9699f Add progress module to display load progress of files.
* grub-core/lib/progress.c: New file.
	* grub-core/Makefile.core.def (progress): New module.
	* grub-core/kern/file.c (grub_file_open): File name added.
	* (grub_file_read): Progress hook added.
	* grub-core/fs/cbfs.c (grub_cbfs_read): Likewise.
	* grub-core/fs/cpio_common.c (grub_cpio_read): Likewise.
	* grub-core/net/net.c (grub_net_fs_read_real): Likewise.
	* include/grub/file.h (struct grub_file): Add progress module
	* members.
	* include/grub/term.h (struct grub_term_output): Likewise.
	* grub-core/osdep/unix/emuconsole.c (grub_console_term_output):
	Terminal velocity added.
	* grub-core/osdep/windows/emuconsole.c (grub_console_term_output):
	* Likewise.
	* grub-core/term/arc/console.c (grub_console_term_output): Likewise.
	* grub-core/term/efi/console.c (grub_console_term_output): Likewise.
	* grub-core/term/gfxterm.c (grub_video_term): Likewise.
	* grub-core/term/i386/coreboot/cbmemc.c (grub_cbmemc_term_output):
	* Likewise.
	* grub-core/term/i386/pc/console.c (grub_console_term_output):
	* Likewise.
	* grub-core/term/i386/pc/vga_text.c (grub_vga_text_term): Likewise.
	* grub-core/term/ieee1275/console.c (grub_console_term_output):
	* Likewise.
	* grub-core/term/morse.c (grub_audio_term_output): Likewise.
	* grub-core/term/serial.c (grub_serial_term_output): Likewise.
	* grub-core/term/spkmodem.c (grub_spkmodem_term_output): Likewise.
	* grub-core/term/uboot/console.c (uboot_console_term_output):
	* Likewise.
2013-10-22 16:42:20 -02:00
..
boot * grub-core/boot/i386/pc/lnxboot.S: Re-add support for recording the 2013-09-23 14:31:42 +02:00
bus USB EHCI: SMI disabled in all cases 2013-09-23 20:30:52 +02:00
commands Verify signatures of signatures unless --skip-sig is specified. 2013-10-22 00:24:19 +02:00
disk * grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name): Handle 2013-10-19 02:23:08 +02:00
efiemu * grub-core/kern/env.c, include/grub/env.h: Change iterator through 2013-03-03 01:34:27 +01:00
font Fix typo (failback vs fallback). 2013-06-07 15:35:16 +02:00
fs Add progress module to display load progress of files. 2013-10-22 16:42:20 -02:00
gdb Adjust types in gdb module to have intended unsigned shifts rather than 2013-03-10 18:36:39 +01:00
gettext * grub-core/gettext/gettext.c: Try $lang.gmo as well. 2013-05-04 13:40:52 +02:00
gfxmenu * grub-core/gfxmenu/gui_progress_bar.c: Sanity checks added. 2013-10-17 15:50:25 +04:00
gnulib Allow compilation with mingw64 albeit with warnings due to lack of 2013-10-15 18:03:19 +02:00
hello * grub-core/commands/gptsync.c: Fix typographic quoting. 2012-03-03 13:05:08 +01:00
hook * grub-core/hook/datehook.c (grub_read_hook_datetime): Small stylistic 2011-11-11 21:03:49 +01:00
io * grub-core/io/lzopio.c: Use GRUB_PROPERLY_ALIGNED_ARRAY. 2013-04-28 15:18:50 +02:00
kern Add progress module to display load progress of files. 2013-10-22 16:42:20 -02:00
lib Add progress module to display load progress of files. 2013-10-22 16:42:20 -02:00
loader * grub-core/loader/i386/bsd.c: Remove variable length arrays. 2013-10-20 23:45:43 +02:00
mmap Pass-through unknown E820 types. It required reorganisation of mmap 2013-10-14 16:33:44 +02:00
net Add progress module to display load progress of files. 2013-10-22 16:42:20 -02:00
normal * grub-core/normal/completion.c: Remove variable length arrays. 2013-10-20 13:55:35 +02:00
osdep Add progress module to display load progress of files. 2013-10-22 16:42:20 -02:00
partmap * grub-core/partmap/dfly.c: Simplify dprintfs for easier gettext 2013-08-02 22:56:20 +02:00
parttool * grub-core/net/http.c: Add TRANSLATORS comments. 2012-03-05 16:42:26 +01:00
script * grub-core/script/yylex.l: Fix LSQBR2 and RSQBR2. It's not 2013-10-17 01:28:24 +02:00
term Add progress module to display load progress of files. 2013-10-22 16:42:20 -02:00
tests * grub-core/tests/video_checksum.c (grub_video_capture_write_bmp): 2013-10-19 23:48:24 +02:00
video * grub-core/video/capture.c: Do not do finalization when .fini 2013-10-03 23:33:58 +02:00
Makefile.am Don't add -lm on haiku. 2013-10-19 02:20:21 +02:00
Makefile.core.def Add progress module to display load progress of files. 2013-10-22 16:42:20 -02:00
gdb_grub.in * grub-core/gdb_grub.in: Fix overflow and wrong field. 2013-10-14 03:40:20 +02:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in * grub-core/genmod.sh.in: Remove ./ from TARGET_OBJ2ELF. Add quotes. 2013-09-23 13:03:03 +02:00
genmoddep.awk Add new all_video module. 2012-02-26 18:09:07 +01:00
gensyminfo.sh.in * INSTALL: Document cross-compilation. 2013-08-22 01:56:28 +02:00
gensymlist.sh Make 'make check' work on emu. 2013-04-27 02:00:16 +02:00
gentrigtables.c * grub-core/gentrigtables.c: Make tables const. 2013-03-01 11:15:09 +01:00
gmodule.pl.in Add facility to debug GRUB with gdb under qemu. 2011-11-13 22:59:46 +01:00
gnulib-fix-null-deref.diff Import new gnulib. 2013-04-11 21:12:46 +02:00
gnulib-fix-width.diff Import new gnulib. 2013-04-11 21:12:46 +02:00
gnulib-no-abort.diff Import new gnulib. 2013-04-11 21:12:46 +02:00
gnulib-no-gets.diff Import new gnulib. 2013-04-11 21:12:46 +02:00
modinfo.sh.in Unify grub-mkrescue (except powerpc) and grrub-mknetdir across platforms 2011-05-18 01:38:01 +02:00