grub/grub-core/net
Vladimir 'phcoder' Serbinenko 0a96117de7 * grub-core/Makefile.core.def (pxechain): New module.
* grub-core/loader/i386/pc/pxechainloader.c: New file.
	* grub-core/net/drivers/i386/pc/pxe.c (grub_pxe_get_cached): New
	function.
	(grub_pc_net_config_real): Use grub_pxe_get_cached.
	* include/grub/i386/pc/pxe.h (grub_pxe_get_cached): New proto.
2012-02-05 10:33:52 +01:00
..
drivers * grub-core/Makefile.core.def (pxechain): New module. 2012-02-05 10:33:52 +01:00
arp.c IPv6. Apparently working. At least I could retrieve a file with http6 2011-10-13 01:22:56 +02:00
bootp.c Retrieve DNS names from DHCP/BOOTP 2011-12-16 17:37:47 +01:00
dns.c * grub-core/commands/ls.c: Gettextize. 2012-02-03 11:56:49 +01:00
ethernet.c support routed pings 2011-10-13 20:53:22 +02:00
http.c several net bugfixes and improvements and fix some memory leaks 2011-10-13 18:31:53 +02: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 IPv6, TCP, HTTP, ICMP and DNS support. Several cleanups and bugfixes. 2011-12-20 18:17:07 +01:00
net.c * grub-core/commands/ls.c: Gettextize. 2012-02-03 11:56:49 +01:00
netbuff.c merge mainline into net 2011-12-15 20:51:35 +01:00
tcp.c Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
tftp.c * grub-core/kern/err.c (GRUB_MAX_ERRMSG): Move to ... 2012-02-05 10:24:53 +01:00
udp.c Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00