grub/grub-core
Vladimir 'phcoder' Serbinenko 742f9232e3 Split config.h for util and core.
* acinclude.m4 (HAVE_ASM_USCORE): Transformed into a variable.
	(ADDR32): Likewise.
	(DATA32): Likewise.
	(BSS_START_SYMBOL): Likewise.
	(END_SYMBOL): Likewise.
	(NEED_ENABLE_EXECUTE_STACK): Likewise. All users updated.
	(grub_I386_ASM_ABSOLUTE_WITHOUT_ASTERISK): Removed.
	* config.h.in: New file.
	* configure.ac: Use config-util.h as config define file.
	Rename MACHINE into GRUB_MACHINE. All users updated.
	(NEED_REGISTER_FRAME_INFO): Transformed into a variable. All users
	updated.
	(NESTED_FUNC_ATTR): Likewise.
	Substitue new variables.
	(COND_HAVE_ASM_USCORE): New conditional.
	* grub-core/Makefile.am (ASM_PREFIX): New variable.
	(kernel_syms.lst): Use ASM_PREFIX.
	* grub-core/kern/emu/console.c: Include config-util.h.
	* grub-core/kern/emu/misc.c: Likewise.
	* grub-core/kern/emu/mm.c: Likewise.
	* include/grub/emu/misc.h: Likewise.
	* include/grub/libgcc.h: Likewise.
2010-09-19 22:22:43 +02:00
..
boot Reorganise memory map handling 2010-09-04 17:10:10 +02:00
bus * grub-core/bus/usb/ohci.c (grub_ohci_cancel_transfer): Use %p to 2010-09-19 22:05:48 +02:00
commands * grub-core/commands/i386/cmostest.c (+parse_args): New function. 2010-09-19 01:15:44 +02:00
disk Unify memory types. 2010-09-19 00:04:31 +02:00
efiemu merge mainline into hints 2010-09-13 02:22:10 +02:00
font merge with mainline 2010-07-13 00:43:28 +05:30
fs * grub-core/partmap/sun.c (sun_partition_map_iterate): Don't needlesly 2010-09-14 21:07:39 +02:00
gettext * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
gfxmenu merge with mainline 2010-07-13 00:43:28 +05:30
gnulib * grub-core/gnulib/basename-lgpl.c: Imported. 2010-09-15 11:34:29 +02:00
hello * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
hook automake commit without merge history 2010-05-06 11:34:04 +05:30
io * grub-core/Makefile.core.def (xzio): New module. 2010-09-05 17:12:13 +02:00
kern Split config.h for util and core. 2010-09-19 22:22:43 +02:00
lib Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
loader Unify memory types. 2010-09-19 00:04:31 +02:00
mmap Reorganise memory map handling 2010-09-04 17:10:10 +02:00
normal Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
partmap Move embedding routines to partmap sources files. 2010-09-15 21:36:57 +02:00
parttool automake commit without merge history 2010-05-06 11:34:04 +05:30
script Not command (!) support to GRUB script. 2010-09-08 09:21:02 +05:30
term * grub-core/term/efi/console.c (efi_codes): Fix GRUB_TERM_KEY_* 2010-09-19 22:09:05 +02:00
tests * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
video * grub-core/video/efi_gop.c: Fix over-80-chars line. 2010-09-13 20:10:41 +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 Reduce number of temporary files generated by build system. 2010-09-19 19:29:36 +05:30
genmoddep.awk use objcopy instead of creating mod-*.c and mod-*.o 2010-08-29 16:43:07 +05:30
gensyminfo.sh.in remove def-* and und-* list files 2010-08-29 11:17:30 +05:30
gensymlist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
gentrigtables.c automake commit without merge history 2010-05-06 11:34:04 +05:30
Makefile.am Split config.h for util and core. 2010-09-19 22:22:43 +02:00
Makefile.core.def * grub-core/Makefile.core.def (legacycfg): Add 2010-09-19 22:03:16 +02:00