david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Joshua Oreman 7a5aaecda2 [pxebs] Consistently interpret PXE type field as little-endian
The PXE menu code also treated the type as big-endian, which went
unnoticed until the first fix because its ntohs() was matched by a
htons() in the PXE boot server discovery code.

Signed-off-by: Marty Connor <mdc@etherboot.org>
2009-11-20 19:46:31 -05:00
..
arch [int13] Guard against BIOSes that "fix" the drive count 2009-11-18 02:44:49 +00:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [infiniband] Add support for SRP over Infiniband 2009-08-10 22:27:33 +01:00
core [job] Report progress of downloader jobs via job_progress() 2009-08-31 19:33:55 +01:00
crypto [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
doc [PXEXT] Update documentation 2008-03-26 15:14:55 -07:00
drivers [linda] Re-import the latest register definitions 2009-11-16 22:22:12 +00:00
hci [libc] Use only generic errortab entries to match generic errors 2009-11-16 22:08:59 +00:00
image [script] Allow for DOS-style line endings in scripts 2009-06-03 10:13:29 +01:00
include [ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sending 2009-11-16 22:15:29 +00:00
interface [netdevice] Allow the hardware and link-layer addresses to differ in size 2009-08-12 00:23:38 +01:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULT 2009-11-16 22:14:36 +00:00
proto [slam] Add Scalable Local Area Multicast (SLAM) protocol support 2008-06-10 00:04:19 +01:00
tests [i386] Add explicit flags and type on all .section declarations 2009-02-15 10:59:53 +00:00
usr [pxebs] Consistently interpret PXE type field as little-endian 2009-11-20 19:46:31 -05:00
util [zbin] Fix 64-bit compilation warnings for util/zbin.c 2009-10-20 16:57:54 -04:00
.gitignore [util] config-local.h to avoid accidental commits 2008-06-05 00:45:33 +01:00
doxygen.cfg [doc] Expand scope of doxygen-generated documentation 2009-08-11 15:14:36 +01:00
Makefile [release] Update version to 0.9.9+ post release 2009-10-21 15:09:11 -04:00
Makefile.housekeeping [build] Fix DEBUG builds for filenames with hyphens 2009-10-15 14:07:20 -04:00