forked from mmalecki/grub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* commands/parttool.c (grub_cmd_parttool): Fix #if !GRUB_NO_MODULES
condition.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
2010-05-01 Vladimir Serbinenko <[email protected]> | ||
2010-05-03 Vladimir Serbinenko <[email protected]> | ||
|
||
* commands/parttool.c (grub_cmd_parttool): Fix #if !GRUB_NO_MODULES | ||
condition. | ||
|
||
2010-05-03 Vladimir Serbinenko <[email protected]> | ||
|
||
* kern/mm.c (grub_real_malloc): Put magic and size assignment in common | ||
part. | ||
|
||
2010-05-01 Vladimir Serbinenko <[email protected]> | ||
2010-05-03 Vladimir Serbinenko <[email protected]> | ||
|
||
* kern/mm.c (grub_mm_init_region): Check for region size after aligning | ||
pointers. | ||
|
||
2010-05-01 Vladimir Serbinenko <[email protected]> | ||
2010-05-03 Vladimir Serbinenko <[email protected]> | ||
|
||
* kern/mm.c (grub_real_malloc): Fix size calculation when extra == 0. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters