aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Make tarball generation quieterv0.9.3Marty Connor1-1/+1
2008-02-14Updated $(VERSION) for release. Change tarball generation.Marty Connor1-14/+19
2008-02-13Added mtnic driver provided by Mellanox.Michael Brown2-0/+2474
2008-02-13Guard against corruption of top half of %esp during UNDI ISRMichael Brown1-0/+3
2008-02-11If no shell was requested via Ctrl-B, exit immediately if boot fails.Michael Brown1-6/+3
2008-02-11Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown1-0/+2
2008-02-11UNDI ISR: save and restore 32-bit registersH. Peter Anvin1-4/+7
2008-02-11Use internal 16-bit stack for added safety.Michael Brown1-0/+4
2008-02-10undiisr.S: save/restore upper half of %eflagsH. Peter Anvin1-0/+2
2008-02-10UNDI ISR: save and restore 32-bit registersH. Peter Anvin1-4/+7
2008-02-07Fixes for EqualLogic iSCSI targets:Michael Brown1-7/+19
2008-02-02Start restructuring pxe_tftp.c to cope with multicast (MTFTP) receives.Michael Brown1-147/+231
2008-01-22Merge commit 'laptop/master'Michael Brown2-112/+297
2008-01-22Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown24-226/+254
2008-01-22Add pxe_set_cached_filename() so that pxe_tftp.c can also update theMichael Brown2-12/+22
2008-01-22Use XFER_INIT() macro.Michael Brown1-7/+1
2008-01-22Add XFER_INIT() macro.Michael Brown2-7/+14
2008-01-08Make seek information part of the xfer metadata, rather than an entirelyMichael Brown18-165/+83
2008-01-08Added the embedded pxelinux payload patch from hpa.Michael Brown6-0/+107
2008-01-07When the DHCP file/sname fields are empty, don't allow them to overrideMichael Brown1-6/+8
2008-01-07Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.Michael Brown1-1/+1
2008-01-07Fix off-by-one error (discovered by Shao Miller).Michael Brown1-1/+1
2008-01-02Unconditionally set utility program variables in Makefile to allow CROSS_COMP...Marty Connor1-54/+52
2007-12-28Retain some intermediate object files, suggested by Geert Stappers and Alexey...Marty Connor1-0/+3
2007-12-26Add preliminary support for MTFTP.Michael Brown2-112/+297
2007-12-203c90x driver fix (legacy) from Geert StaapersMarty Connor1-4/+6
2007-12-17Fix e1000 receive tail pointer (RDT) handlingMarty Connor2-7/+7
2007-12-15Kill off the now-obsolete *_fill_nic() functions.Michael Brown1-31/+0
2007-12-15Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown30-51/+238
2007-12-15Autodetect whether or not we need to be using -fno-stack-protector.Michael Brown1-0/+8
2007-12-15Overwrite the device descriptor's IRQ number with whatever the legacyMichael Brown1-0/+8
2007-12-13Correct e1000 interrupt routine to enable on 1 disable on 0. duh.Marty Connor1-2/+2
2007-12-13Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno .Marty Connor29-49/+236
2007-12-12Remove the obsolete pre-aBFT AoE boot table.Michael Brown1-30/+0
2007-12-07Yet another attempt to autodetect an appropriate "echo -e".Michael Brown2-11/+32
2007-12-08Ignore .echocheck internal housekeeping file.Michael Brown1-0/+1
2007-12-08Another (hopefully more robust) attempt to find a usable substituteMichael Brown2-26/+30
2007-12-07Remove the (unused) option to override _prefix_link_addr,Michael Brown1-14/+4
2007-12-07Avoid Makefile syntax that requires make >= 3.81.Michael Brown1-8/+14
2007-12-07Try to fix echo-detection to work on all systems that provide anyMichael Brown2-1/+17
2007-12-06Fix compiler warnings that appear only on OpenBSD.Michael Brown13-31/+31
2007-12-07Kill off some warnings-problematic debug statements in ndp.c; the codeMichael Brown1-4/+2
2007-12-07Don't complain when callers provide too-short buffers forMichael Brown1-7/+6
2007-12-07Fix a minor logical error in posix_io.cMichael Brown1-1/+1
2007-12-07Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown17-37/+37
2007-12-06Fix prototype mismatch.Michael Brown1-2/+2
2007-12-06Add missing format qualifierMichael Brown1-1/+1
2007-12-03Add copyright, clean up comments a bit, remove unnecessary code.Marty Connor1-178/+102
2007-11-29Reallocate memory for bitmaps only when necessary.Michael Brown1-7/+9
2007-11-28udp_open_promisc() calls udp_open_common() with peer==NULL.Michael Brown1-2/+3