Date: Sun, 19 Jun 2011 13:35:41 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/common load_elf_obj.c Message-ID: <201106191335.p5JDZxOt052950@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2011-06-19 13:35:41 UTC FreeBSD src repository Modified files: sys/boot/common load_elf_obj.c Log: SVN rev 223295 on 2011-06-19 13:35:41Z by kan Minimize backward seeks when trying to load ELF relocatable modules. Some of loader filesystems are very ill equipped to handle seeking backwards within the file. Namely, tftp requires trasfer to be restarted from the start of the file every time we go backwards. Revision Changes Path 1.5 +30 -7 src/sys/boot/common/load_elf_obj.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106191335.p5JDZxOt052950>