grub/grub-core
Vladimir 'phcoder' Serbinenko 96f7e60eae Stop polling as soon as we have the packet we were waiting for.
* include/grub/net.h (grub_net_poll_cards): New argument stop_condition.
	All users updated.
	* grub-core/net/arp.c (have_pending): New var.
	(pending_req): Likewise.
	(grub_net_arp_send_request): Fill pending_req and use have_pending as
	stop indicator.
	(grub_net_arp_receive): Set have_pending.
	* grub-core/net/dns.c (recv_data): New field stop.
	(recv_hook): Set stop.
	(grub_net_dns_lookup): Init stop and use as stop condition.
	* grub-core/net/http.c (http_establish): Use headers_recv as stop
	condition.
	* grub-core/net/net.c (grub_net_poll_cards): New argument
	stop_condition. Stop when it goes true.
	* grub-core/net/tcp.c (grub_net_tcp_open): Use `established' as stop
	indicator.
	* grub-core/net/tftp.c (tftp_open): Use `have_oack' as stop indicator.
2012-06-09 11:06:55 +02:00
..
boot * grub-core/boot/i386/pc/startup_raw.S [__APPLE__]: Add Apple assembly 2012-05-28 17:51:57 +02:00
bus * grub-core/bus/usb/serial/ftdi.c (real_config): Handle 1.5 stop bits. 2012-06-08 20:40:40 +02:00
commands Fix wildcard escaping. 2012-06-08 22:54:21 +02:00
disk * grub-core/disk/efi/efidisk.c (find_parent_device): Return the parent 2012-06-09 10:43:24 +02:00
efiemu * grub-core/efiemu/runtime/efiemu.c: Replace APPLE_CC with __APPLE__. 2012-05-28 17:49:18 +02:00
font * grub-core/font/font.c (blit_comb): Handle dagesh somewhat. 2012-04-01 21:27:17 +02:00
fs * grub-core/fs/hfs.c (grub_hfs_dir): Use memset instead of 2012-05-28 17:54:18 +02:00
gdb * grub-core/gdb/i386/machdep.S: Make usable with Apple assembler. 2012-05-29 13:52:26 +02:00
gettext * grub-core/gettext/gettext.c (grub_gettext_pread): Fix the case when 2012-04-04 14:41:55 +02:00
gfxmenu Remove unjustified hard dependency of normal.mod on gfxterm. 2012-05-21 22:17:11 +02:00
gnulib * grub-core/gnulib/regcomp.c (regerror): Fix out-of-range array lookup. 2012-03-10 12:31:42 +01:00
hello * grub-core/commands/gptsync.c: Fix typographic quoting. 2012-03-03 13:05:08 +01:00
hook * grub-core/hook/datehook.c (grub_read_hook_datetime): Small stylistic 2011-11-11 21:03:49 +01:00
io * grub-core/io/lzopio.c (read_block_header): Fix incorrect byte swapping 2012-04-07 19:54:51 +02:00
kern Use ITC on IA64 rather than broken routine based on daytime. 2012-06-09 10:52:39 +02:00
lib * grub-core/kern/mips/qemu_mips/init.c (grub_exit): Implement. 2012-06-06 12:28:25 +02:00
loader Pass PCIINFO on BIOS to OpenBSD since otherwise it fails to boot 2012-06-07 16:41:52 +02:00
mmap * grub-core/mmap/i386/pc/mmap.c (malloc_hook): 2012-06-03 18:00:37 +02:00
net Stop polling as soon as we have the packet we were waiting for. 2012-06-09 11:06:55 +02:00
normal * grub-core/normal/menu_entry.c (print_line): Fix off-by-one error which 2012-06-02 14:46:22 +02:00
partmap * grub-core/partmap/gpt.c (grub_gpt_partition_map_iterate): Accept 2012-05-22 09:09:00 +02:00
parttool * grub-core/net/http.c: Add TRANSLATORS comments. 2012-03-05 16:42:26 +01:00
script Fix wildcard escaping. 2012-06-08 22:54:21 +02:00
term * grub-core/term/ieee1275/serial.c (do_real_config): Fix cast to fix 2012-06-09 10:55:02 +02:00
tests * Makefile.am: Add ppc linux bootcheck. 2012-06-08 20:35:54 +02:00
video * grub-core/video/efi_gop.c (grub_video_gop_setup): Reject invalid 2012-06-02 20:15:11 +02:00
gdb_grub.in * conf/Makefile.common (platform_SCRIPTS): New variable. 2012-02-18 20:25:11 +01:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in * grub-core/genmod.sh.in: Enable objconv errors 2030, 2050 and 2031 2012-06-05 17:20:39 +02:00
genmoddep.awk Add new all_video module. 2012-02-26 18:09:07 +01:00
gensyminfo.sh.in * grub-core/genmod.sh.in: Use 'set -e' rather than '#! /bin/sh -e', 2011-05-18 12:53:07 +01:00
gensymlist.sh Increase warning level. 2012-02-10 16:48:48 +01:00
gentrigtables.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
gmodule.pl.in Add facility to debug GRUB with gdb under qemu. 2011-11-13 22:59:46 +01:00
Makefile.am * grub-core/Makefile.am (rs_decoder.S): Add missing -ffreestanding. 2012-06-05 17:18:04 +02:00
Makefile.core.def ESCC serial driver for conducting sautomated tests in qemu. 2012-06-08 19:42:59 +02:00
modinfo.sh.in Unify grub-mkrescue (except powerpc) and grrub-mknetdir across platforms 2011-05-18 01:38:01 +02:00