From: Vladimir Serbinenko Date: Sun, 27 Oct 2013 18:15:57 +0000 (+0100) Subject: * grub-core/net/tftp.c: Retransmit ack when rereceiving old packet. X-Git-Tag: grub-2.02-beta1~551 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c430e00b808ade48bab4313c062bbbce5c05b210;p=thirdparty%2Fgrub.git * grub-core/net/tftp.c: Retransmit ack when rereceiving old packet. Try to handle more than 0xFFFF packets. Reported by: Bernhard Übelacker . He also spotted few overflows in first version of this patch. --- c430e00b808ade48bab4313c062bbbce5c05b210 diff --cc ChangeLog index c891a32fc,8ebfb4779..39541adb4 --- a/ChangeLog +++ b/ChangeLog @@@ -1,75 -1,10 +1,82 @@@ +2013-10-27 Vladimir Serbinenko + + * grub-core/loader/i386/bsd.c (grub_cmd_openbsd): Accept "sd", "cd", + "vnd", "rd" and "fd" disks. + +2013-10-27 Vladimir Serbinenko + + Move grub_disk_write out of kernel into disk.mod. + +2013-10-27 Vladimir Serbinenko + + * grub-core/kern/misc.c (grub_vsnprintf_real): Unify int and wchar + handling. + +2013-10-27 Vladimir Serbinenko + + * grub-core/kern/misc.c (grub_abort): Make static + +2013-10-27 Vladimir Serbinenko + + * grub-core/kern/misc.c (grub_vsnprintf_real): Don't attempt to + transform invalid unicode codepoints. + +2013-10-27 Vladimir Serbinenko + + * grub-core/kern/misc.c (grub_vsnprintf_real): Remove needless explicit + \0 checking. + +2013-10-27 Vladimir Serbinenko + + * grub-core/lib/legacy_parse.c: Add support for "nd" disk. + +2013-10-26 Vladimir Serbinenko + + Consolidate cpuid code. + +2013-10-26 Vladimir Serbinenko + + Move cpuid code to cpuid.h and TSC code to tsc.c. + +2013-10-26 Grégoire Sutre + + * util/grub.d/00_header.in: Don't use LANG if it's not set. + +2013-10-26 Grégoire Sutre + + * util/grub-mkconfig.in: Replace $0 with $self. + * util/grub-reboot.in: Likewise. + * util/grub-set-default.in: Likewise. + +2013-10-26 BVK Chaitanya + + * docs/osdetect.cfg: New file. + +2013-10-26 BVK Chaitanya + + * tests/util/grub-shell.in: Add new --debug option. + +2013-10-26 BVK Chaitanya + + * tests/test_unset.in: New test. + +2013-10-26 BVK Chaitanya + + * tests/test_sha512sum.in: New test. + +2013-10-26 Vladimir Serbinenko + + * grub-core/fs/iso9660.c: Replace strncat with memcpy. + * include/grub/misc.h: Remove strncat. + * grub-core/lib/posix_wrap/string.h: Likewise. + + 2013-10-26 Vladimir Serbinenko + + * grub-core/net/tftp.c: Retransmit ack when rereceiving old packet. + Try to handle more than 0xFFFF packets. + Reported by: Bernhard Übelacker . + He also spotted few overflows in first version of this patch. + 2013-10-26 Vladimir Serbinenko * tests/date_unit_test.c: New test.