grub/grub-core/net
Vladimir 'phcoder' Serbinenko 75b49ebed9 Remove defines pertaining to arbitrary limits not affecting GRUB
anymore.

	* grub-core/fs/ext2.c (EXT2_PATH_MAX): Removed.
	(EXT2_MAX_SYMLINKCNT): Likewise.
	* grub-core/fs/nilfs2.c (NILFS_BTREE_LEVEL_MAX): Likewise.
	* grub-core/net/tftp.c (TFTP_MAX_PACKET): Likewise.
	* include/grub/i386/pc/pxe.h (GRUB_PXE_MIN_BLKSIZE): Likewise.
	(GRUB_PXE_MAX_BLKSIZE): Likewise.
	* include/grub/normal.h (GRUB_MAX_CMDLINE): Likewise.
	* include/grub/zfs/dnode.h (DN_MAX_INDBLKSHIFT): Likewise.
	(DN_MAX_OBJECT_SHIFT): Likewise.
	(DN_MAX_OFFSET_SHIFT): Likewise.
	(DN_MAX_OBJECT): Likewise.
	(DNODES_PER_LEVEL_SHIFT): Likewise.
	* include/grub/zfs/spa.h (SPA_MAXBLOCKSHIFT): Likewise.
	(SPA_MAXBLOCKSIZE): Likewise.
	(SPA_BLOCKSIZES): Likewise.
	* include/grub/zfs/zap_impl.h (MZAP_MAX_BLKSHIFT): Likewise.
	(MZAP_MAX_BLKSZ): Likewise.
2012-01-14 11:30:43 +01:00
..
drivers merge mainline into net 2011-12-15 20:51:35 +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 Retrieve DNS names from DHCP/BOOTP 2011-12-16 17:37:47 +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/net/net.c (grub_cmd_delroute): Add missing out condition. 2011-12-23 11:54:08 +01:00
netbuff.c merge mainline into net 2011-12-15 20:51:35 +01:00
tcp.c Remerge net branch 2011-12-15 20:53:29 +01:00
tftp.c Remove defines pertaining to arbitrary limits not affecting GRUB 2012-01-14 11:30:43 +01:00
udp.c IPv6, TCP, HTTP, ICMP and DNS support. Several cleanups and bugfixes. 2011-12-20 18:17:07 +01:00