grub/grub-core/net
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
..
drivers * grub-core/net/drivers/i386/pc/pxe.c (grub_pxe_recv): Relax checks as 2012-01-24 03:01:46 +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