Vladimir 'phcoder' Serbinenko
3393cf16d6
* grub-core/term/gfxterm.c (grub_gfxterm_term_fini): Free the text buffer.
...
(scroll_up): Fix a memory leak.
2010-08-28 15:28:08 +02:00
Vladimir 'phcoder' Serbinenko
b17540cbd9
* grub-core/fs/nilfs2.c (grub_nilfs2_load_sb): Handle grub_disk_read
...
errors.
2010-08-28 15:25:12 +02:00
Vladimir 'phcoder' Serbinenko
8e4ac346e8
OpenBSD64 bootcheck
2010-08-28 15:05:26 +02:00
Vladimir 'phcoder' Serbinenko
4fc95be2e7
fix grub-emu compilation
2010-08-28 14:52:25 +02:00
Vladimir 'phcoder' Serbinenko
0f6a963e9b
kOpenBSD bootcheck
2010-08-28 14:51:54 +02:00
Vladimir 'phcoder' Serbinenko
dcc953eecb
Fallback to dumb printf if malloc failes
2010-08-28 11:35:02 +02:00
Vladimir 'phcoder' Serbinenko
d1dce5d356
Add DEBUG_RELOCATOR parts
2010-08-28 11:34:33 +02:00
Vladimir 'phcoder' Serbinenko
4aa5499064
Prevent deadloop in term.c in case of out-of-memory
2010-08-28 11:34:05 +02:00
Vladimir 'phcoder' Serbinenko
4619710a05
Don't try to malloc if grub_mm_base is 0
2010-08-28 11:32:49 +02:00
Vladimir 'phcoder' Serbinenko
dc1bff761f
Simplify knetbsd bootcheck by using specfile
2010-08-28 03:17:59 +02:00
Vladimir 'phcoder' Serbinenko
e95616a173
REmove leftover declaration
2010-08-28 03:17:07 +02:00
Vladimir 'phcoder' Serbinenko
2a87d7d1b6
Remove biglinux FIXME comment. It's a non-issue
2010-08-27 22:34:25 +02:00
Vladimir 'phcoder' Serbinenko
7ddbecf25f
implement legacy_color
2010-08-27 22:09:09 +02:00
Vladimir 'phcoder' Serbinenko
8fc6a27147
Implement legacy_kernel and legacy_initrd commands
2010-08-27 21:27:26 +02:00
Vladimir 'phcoder' Serbinenko
661cf42231
Fix a problem with kernel command
2010-08-27 20:23:39 +02:00
Vladimir 'phcoder' Serbinenko
fff175c77f
Implement grub-menulst2cfg and fix many bugs in legacy_parser
2010-08-27 20:04:49 +02:00
Vladimir 'phcoder' Serbinenko
92eb189b69
Merge mainline into legacy_parser
2010-08-27 19:05:06 +02:00
Vladimir 'phcoder' Serbinenko
ea9ed87faa
add help descriptions to legacy commands
2010-08-27 18:52:17 +02:00
Vladimir 'phcoder' Serbinenko
671404469c
Handle USB pendrives exposed as floppies.
...
* grub-core/boot/i386/pc/boot.S: Check LBA even on what appears to be
floppy.
* grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_open): Likewise.
Check for partitions on all devices.
2010-08-27 03:44:55 +02:00
BVK Chaitanya
8fdefb9253
merge with mainline
2010-08-26 12:11:57 +05:30
BVK Chaitanya
ab8629d2ac
pull-in menuentry branch
2010-08-26 12:02:52 +05:30
BVK Chaitanya
b899201c69
merge with mainline
2010-08-26 11:45:29 +05:30
BVK Chaitanya
322061f869
pull-in setparams branch
2010-08-26 11:34:39 +05:30
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
Vladimir 'phcoder' Serbinenko
ecde61b490
openbsd ramdisk support
2010-08-26 02:46:30 +02:00
Vladimir 'phcoder' Serbinenko
afba9f98ec
MErge mainline into intwrap
2010-08-25 23:39:42 +02:00
Vladimir 'phcoder' Serbinenko
72d14db9ba
merge mainline into newreloc
2010-08-25 22:34:59 +02:00
Vladimir 'phcoder' Serbinenko
8218d8b6e8
Fix efiemu compilation on ieee1275
2010-08-25 22:34:15 +02:00
Vladimir 'phcoder' Serbinenko
e35e46fce1
* grub-core/term/ieee1275/ofconsole.c (put): Correct prototype.
...
(readkey): Likewise.
2010-08-25 22:32:17 +02:00
Vladimir 'phcoder' Serbinenko
e8ea4b8424
pc-chainloader bootcheck
2010-08-25 21:55:48 +02:00
Vladimir 'phcoder' Serbinenko
89e07694dc
Remove grub_dl_unload_all. It's unnecessary and causes trouble
2010-08-25 21:19:45 +02:00
Vladimir 'phcoder' Serbinenko
1e82303f1d
multiboot and multiboot2 bootchecks
2010-08-25 20:34:07 +02:00
Vladimir 'phcoder' Serbinenko
5ad6967b19
Enable boottests
2010-08-25 16:59:11 +02:00
BVK Chaitanya
aa5cd41af5
return command for functions
2010-08-25 19:35:52 +05:30
BVK Chaitanya
8ecbb72dee
Multiple variable names support to "export" command.
...
* normal/context.c (grub_cmd_export): "export" command supports
multiple variable names.
2010-08-25 18:50:41 +05:30
BVK Chaitanya
cd6891117f
review comment fixes
2010-08-25 18:39:00 +05:30
BVK Chaitanya
d24c6190ae
add changelog
2010-08-25 18:34:20 +05:30
BVK Chaitanya
a9b85993ee
merge with mainline
2010-08-25 14:45:56 +05:30
BVK Chaitanya
5faf2ec0d7
merge with mainline
2010-08-25 14:05:05 +05:30
Vladimir 'phcoder' Serbinenko
16bd6cfab2
Merge mainline into newreloc. For now without boot tests
2010-08-25 03:25:18 +02:00
Vladimir 'phcoder' Serbinenko
262d4a94a0
Add mips multiboot2 mbi address calculation
2010-08-25 02:15:21 +02:00
Vladimir 'phcoder' Serbinenko
ffadea42bb
Fix non-loading of BSS
2010-08-24 19:33:08 +02:00
Vladimir 'phcoder' Serbinenko
79f8b757ce
fix multiboot compilation
2010-08-24 08:57:53 +02:00
Vladimir 'phcoder' Serbinenko
a797a26ee8
Unify and macroify some code in x86 relocators
2010-08-24 08:57:18 +02:00
Vladimir 'phcoder' Serbinenko
a98f88ecfe
Add pot powered flag declaration
2010-08-23 23:28:33 +02:00
Vladimir 'phcoder' Serbinenko
7c4425061d
Don't reuse finished but not reclaimed QH
2010-08-23 23:27:59 +02:00
Samuel Thibault
04ddcc6a88
2010-08-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
...
* util/grub.d/30_os-prober.in: Fix conversion from grub-probe
--target=drive output to Mach device name.
2010-08-23 22:41:14 +02:00
Vladimir 'phcoder' Serbinenko
f0b02c9c86
Handle ACKs, NACKs and restore state on booting
2010-08-23 20:43:44 +02:00
Vladimir 'phcoder' Serbinenko
400ef90dba
Fix reversal of NPAGE and PPAGE when handling Linux keymaps
2010-08-23 20:40:06 +02:00