grub/grub-core/net
Vladimir 'phcoder' Serbinenko 3c491b479c Terminate UNDI and PXE before launching the payload to avoid problems
with DMA.

	* grub-core/commands/boot.c (grub_loader_noreturn): Rename to ...
	(grub_loader_flags): ... this. All users updated.
	(grub_loader_boot): Check for GRUB_LOADER_FLAG_NORETURN.
	* grub-core/loader/i386/pc/pxechainloader.c (grub_cmd_pxechain): Mark
	loader as GRUB_LOADER_FLAG_PXE_NOT_UNLOAD.
	* grub-core/net/drivers/i386/pc/pxe.c (grub_pxe_shutdown): New
	function.
	(grub_pxe_restore): Likewise.
	(fini_hnd): New var.
	(GRUB_MOD_INIT): Register shutdown hook.
	(GRUB_MOD_FINI): Shutdown and unregister shutdown hook.
	* include/grub/loader.h (GRUB_LOADER_FLAG_NORETURN): New const.
	(GRUB_LOADER_FLAG_PXE_NOT_UNLOAD): Likewise.
	(grub_loader_set): Rename second argument to flags.
2012-04-11 22:32:31 +02:00
..
drivers Terminate UNDI and PXE before launching the payload to avoid problems 2012-04-11 22:32:31 +02:00
arp.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
bootp.c * grub-core/commands/usbtest.c (usb_print_str): Silence spurious 2012-04-07 20:03:38 +02:00
dns.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
ethernet.c support routed pings 2011-10-13 20:53:22 +02:00
http.c * grub-core/net/http.c: Add TRANSLATORS comments. 2012-03-05 16:42:26 +01:00
icmp.c support routed pings 2011-10-13 20:53:22 +02:00
icmp6.c support routed pings 2011-10-13 20:53:22 +02:00
ip.c * grub-core/disk/diskfilter.c (read_segment): Renome unreachable code. 2012-02-09 23:43:43 +01:00
net.c * grub-core/net/net.c (grub_net_addr_to_str): Don't translate 2012-03-08 18:51:39 +01:00
netbuff.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
tcp.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
tftp.c * grub-core/net/tftp.c (tftp_receive): Silently discard too short 2012-02-12 19:11:06 +01:00
udp.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00