grub/grub-core/commands
Manoel Rebelo Abranches 90162423e9 Network infrastructure.
The ARP protocol was made by Paulo Pinatti <ppinatti@br.ibm.com>

	* include/grub/net/arp.h: New file.
	* include/grub/net/device.h: Likewise.
	* include/grub/net/ethernet.h: Likewise.
	* include/grub/net/ip.h: Likewise.
	* include/grub/net/netbuff.h: Likewise.
	* include/grub/net/tftp.h: Likewise.
	* include/grub/net/udp.h: Likewise.
	* include/grub/ieee1275/ofnet.h: Likewise.
	* include/grub/emu/export.h: Likewise.
	* include/grub/net.h: Likewise.
	* grub-core/net/arp.c: Likewise.
	* grub-core/net/ethernet.c: Likewise.
	* grub-core/net/ip.c: Likewise.
	* grub-core/net/udp.c: Likewise.
	* grub-core/net/tftp.c: Likewise.
	* grub-core/net/netbuff.c: Likewise.
	* grub-core/net/net.c: Likewise.
	* grub-core/net/drivers/emu/emunet.c: Likewise.
	* grub-core/net/drivers/ieee1275/ofnet.c: Likewise.
	* grub-core/Makefile.am (KERNEL_HEADER_FILES): Add net.h, ofnet.h and
	export.h.
	* grub-core/Makefile.core.def (net): New module.
	(tftp): Likewise.
	(ofnet): Likewise.
	(emunet): Likewise.
	* grub-core/commands/ls.c (grub_ls_list_devices) [!GRUB_UTIL]: List
	network protocols.
	* grub-core/kern/device.c (grub_net_open) : New variable.
	(grub_device_open): Handle network device.
	(grub_device_close): Likewise.
	* grub-core/kern/file.c (grub_file_net_seek) : New variable.
	(grub_grubnet_fini): Likewise.
	(grub_file_seek): Seek in network device.
	* grub-core/kern/fs.c (grub_fs_probe): Handle network devices.
	* grub-core/kern/ieee1275/init.c (grub_machine_set_prefix): Handle
	network root.
	(grub_machine_fini): Call grub_grubnet_fini.
	* grub-core/kern/ieee1275/openfw.c (grub_ieee1275_parse_args): Handle
	network.
	(grub_ieee1275_get_aliasdevname): New function.
	* grub-core/loader/i386/multiboot_mbi.c (grub_multiboot_get_mbi_size):
	Add unofficial Solaris network info.
	(grub_multiboot_make_mbi): Likewise.
	* grub-core/fs/i386/pc/pxe.c: Moved from here ...
	* grub-core/net/i386/pc/pxe.c: ...here. Adapted for new design.
	* include/grub/device.h (grub_fs): Removed.
	* include/grub/err.h (grub_err_t): Add network-related values.
	* include/grub/i386/pc/pxe.h: Removed bootp parts.
	* include/grub/ieee1275/ieee1275.h (grub_ofnetcard_data): New struct.
	(grub_ieee1275_get_aliasdevname): New proto.
	* include/grub/net.h: Rewritten.

	Also-By: Paulo Pinatti <ppinatti@br.ibm.com>

	Also-By: Vladimir Serbinenko <phcoder@gmail.com>
2011-06-24 22:16:05 +02:00
..
arc sgi support 2011-05-13 16:36:05 +02:00
efi Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
i386 merge mainline into ahci 2011-05-16 17:17:04 +02:00
ieee1275 Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
mips/loongson Fuloong support. 2011-05-15 01:43:44 +02:00
acpi.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
acpihalt.c * grub-core/commands/acpihalt.c (grub_acpi_halt): Sleep for 1.5 before 2010-12-25 14:09:36 +01:00
blocklist.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
boot.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
cat.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
cmp.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
configfile.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
date.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
echo.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
extcmd.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
gptsync.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
halt.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
hashsum.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
hdparm.c merge mainline into ahci 2011-05-16 17:17:04 +02:00
help.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
hexdump.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
iorw.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
keylayouts.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
keystatus.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
legacycfg.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
loadenv.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
ls.c Merge Mainline. 2011-05-27 00:23:33 -03:00
lsacpi.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
lsmmap.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
lspci.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
memrw.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
menuentry.c * grub-core/commands/menuentry.c (grub_cmd_menuentry): Correctly 2011-05-14 12:14:00 +02:00
minicmd.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
parttool.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
password.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
password_pbkdf2.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
probe.c Merge mainline. 2011-05-05 12:12:22 -03:00
read.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
reboot.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
regexp.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
search.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
search_file.c automake commit without merge history 2010-05-06 11:34:04 +05:30
search_label.c automake commit without merge history 2010-05-06 11:34:04 +05:30
search_uuid.c automake commit without merge history 2010-05-06 11:34:04 +05:30
search_wrap.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
setpci.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
sleep.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
terminal.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
test.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
testload.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
true.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
usbtest.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
videoinfo.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
videotest.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
wildcard.c * grub-core/commands/wildcard.c (match_files): Add a useful dprintf. 2011-06-24 13:43:10 +02:00
xnu_uuid.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00