Vladimir 'phcoder' Serbinenko
|
fc2ef1172c
|
* grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter.
Made static.
(grub_gzfile_open): Removed. All users updated.
(GRUB_MOD_INIT): New function.
(GRUB_MOD_FINI): Likewise.
* grub-core/kern/file.c (grub_file_filters_all): New variable.
(grub_file_filters_enabled): Likewise.
(grub_file_open): Handle filters.
* grub-core/loader/i386/bsd.c (GRUB_MOD_INIT): Load gzio.
* grub-core/normal/main.c (GRUB_MOD_INIT): Likewise.
* include/grub/file.h (grub_file_filter_id_t): New type.
(grub_file_filter_t): Likewise.
(grub_file_filters_all): New extern variable.
(grub_file_filters_enabled): Likewise.
(grub_file_filter_register): New inline function.
(grub_file_filter_unregister): Likewise.
(grub_file_filter_disable): Likewise.
(grub_file_filter_disable_compression): Likewise.
* include/grub/gzio.h: Removed.
|
2010-09-05 13:05:36 +02:00 |
|
BVK Chaitanya
|
9fcd1ee541
|
merge with mainline
|
2010-09-04 21:02:48 +05:30 |
|
BVK Chaitanya
|
25b60c913b
|
* grub-core/normal/completion.c (grub_normal_do_completion): Fix
grub_free order.
|
2010-09-04 14:19:04 +05:30 |
|
BVK Chaitanya
|
312e3e3668
|
merge with mainline
|
2010-09-04 11:28:45 +05:30 |
|
BVK Chaitanya
|
e5a73c4247
|
merge with mainline
|
2010-09-04 09:05:21 +05:30 |
|
BVK Chaitanya
|
9284756e17
|
merge menuentry.mod into normal.mod
|
2010-09-03 21:08:12 +05:30 |
|
Vladimir 'phcoder' Serbinenko
|
8920a08d87
|
* grub-core/normal/menu.c (grub_wait_after_message): Add a 10 second
timeout to avoid indefinite boot stalling.
|
2010-08-30 01:14:07 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
f21db0332f
|
* grub-core/normal/color.c (grub_env_write_color_normal): Fix a warning.
(grub_env_write_color_highlight): Likewise.
|
2010-08-30 01:12:37 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
9a9de209a2
|
* grub-core/normal/term.c (print_more): Return to normal and not
to standard state after printing "---MORE---".
|
2010-08-30 01:11:12 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
5303b85d44
|
* grub-core/normal/charset.c (grub_utf8_to_ucs4_alloc): Avoid deadloop
on malloc error.
(grub_bidi_logical_to_visual): Check that malloc succeded.
* grub-core/normal/term.c (grub_puts_terminal): Fix fallback to dumb
puts.
(grub_xputs_normal): Likewise.
|
2010-08-29 21:57:37 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
902f75f645
|
* grub-core/normal/term.c (print_more): Fix a memory leak.
(grub_puts_terminal): Revert to dumb puts if memory allocation fails.
(grub_xputs_normal): Likewise.
|
2010-08-28 15:39:34 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
46422ebf1a
|
* grub-core/normal/completion.c (grub_normal_do_completion): Free argv
on failure.
|
2010-08-28 15:31:21 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
9e0fa3f606
|
* grub-core/normal/cmdline.c (grub_cmdline_get): Free cl_terms on
return.
|
2010-08-28 15:29:44 +02:00 |
|
BVK Chaitanya
|
47b4c2c3e8
|
pull-in block-arg branch
|
2010-08-26 11:32:35 +05:30 |
|
BVK Chaitanya
|
928bad4708
|
merge with mainline
|
2010-08-26 09:30:11 +05:30 |
|
BVK Chaitanya
|
cd6891117f
|
review comment fixes
|
2010-08-25 18:39:00 +05:30 |
|
BVK Chaitanya
|
5faf2ec0d7
|
merge with mainline
|
2010-08-25 14:05:05 +05:30 |
|
BVK Chaitanya
|
16c7cb32c8
|
merge with mainline
|
2010-08-19 16:54:00 +05:30 |
|
BVK Chaitanya
|
297f0c2b6e
|
merge with mainline
|
2010-07-13 00:43:28 +05:30 |
|
BVK Chaitanya
|
a762e3c335
|
merge with mainline
|
2010-06-01 17:52:31 +05:30 |
|
BVK Chaitanya
|
16321bf9ca
|
pull-in emu-lite branch
|
2010-05-06 12:55:47 +05:30 |
|
BVK Chaitanya
|
8c41176882
|
automake commit without merge history
|
2010-05-06 11:34:04 +05:30 |
|