grub/grub-core/kern
Vladimir 'phcoder' Serbinenko aca002f7e4 * grub-core/kern/err.c (GRUB_MAX_ERRMSG): Move to ...
* include/grub/err.h (GRUB_MAX_ERRMSG): ... here.
	* include/grub/err.h (grub_error_saved): New struct.
	(grub_errmsg): Make array size explicit.
	* include/grub/misc.h (grub_error_save): New function.
	(grub_error_load): Likewise.
	* grub-core/kern/err.c (grub_error_stack_items): Use grub_error_saved.
	(grub_error_push): Update `errno' member name.
	(grub_error_pop): Likewise
	* grub-core/net/tftp.c (tftp_data): New member save_err.
	(tftp_receive): Save error.
	(tftp_open): Restore error.
2012-02-05 10:24:53 +01:00
..
efi Move grub_reboot out of the kernel. 2011-10-19 16:53:18 +02:00
emu NetBSD disk wedge support. 2012-02-03 12:32:21 +01:00
generic automake commit without merge history 2010-05-06 11:34:04 +05:30
i386 * grub-core/kern/i386/realmode.S: Increase alignment. 2011-12-15 19:17:36 +01:00
ia64 * grub-core/lib/LzmaEnc.c (LzmaEnc_CodeOneBlock): Remove set but not 2011-11-08 19:46:41 +01:00
ieee1275 * grub-core/kern/ieee1275/openfw.c (grub_claimmap): Change to 2012-02-04 14:00:23 +01:00
mips * grub-core/kern/mips/arc/init.c (grub_total_modules_size): Mark as 2012-01-20 14:48:26 +01:00
powerpc * grub-core/kern/powerpc/dl.c (grub_arch_dl_get_tramp_got_size): Remove 2012-01-18 13:54:59 +01:00
sparc64 * grub-core/kern/sparc64/dl.c (grub_arch_dl_relocate_symbols): Support 2011-12-13 19:56:50 +01:00
x86_64 * grub-core/kern/x86_64/efi/callwrap.S: Fix the comment. 2011-11-16 21:35:40 +01:00
command.c Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
corecmd.c Rename jail to extractor 2010-09-20 23:01:34 +02:00
device.c Add backward compatibiulity with old (pxe) syntax. Several cleanups 2011-06-26 17:06:18 +02:00
disk.c Merge common RAID and LVM logic to an abstract diskfilter. 2012-01-29 14:28:01 +01:00
dl.c Move platform-dependent files from $prefix to $prefix/$platform. 2012-02-04 21:47:29 +01:00
elf.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
env.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
err.c * grub-core/kern/err.c (GRUB_MAX_ERRMSG): Move to ... 2012-02-05 10:24:53 +01:00
file.c Fix broken blksize negotiation, fix broken seek and change a way net device is filled n i386-pc 2011-07-02 17:58:23 +02:00
fs.c Use a net fs struct to handle open, reand and close in file. 2011-05-27 00:22:35 -03:00
list.c Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
main.c Add noreturn attributes and remove unreachable code. 2011-12-13 15:13:51 +01:00
misc.c * grub-core/kern/misc.c (grub_vsnprintf_real): Fix fmt2 parsing. 2011-12-13 19:55:27 +01:00
mm.c * grub-core/kern/mm.c: Add missing include of i18n.h 2012-02-03 14:20:31 +01:00
parser.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
partition.c * grub-core/kern/partition.c (grub_partition_get_name): Simplify logic 2012-01-29 16:24:07 +01:00
rescue_parser.c merge with mainline 2010-07-13 00:43:28 +05:30
rescue_reader.c Add noreturn attributes and remove unreachable code. 2011-12-13 15:13:51 +01:00
term.c poll cards when idle 2011-07-06 13:37:33 +02:00
time.c automake commit without merge history 2010-05-06 11:34:04 +05:30
vga_init.c VGA text support in qemu-mips 2011-07-05 23:46:15 +02:00