summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make tarball generation quieterv0.9.3Marty Connor2008-02-141-1/+1
* Updated $(VERSION) for release. Change tarball generation.Marty Connor2008-02-141-14/+19
* Remove obsolete files (INSTALL, RELNOTES)Marty Connor2008-02-143-61/+0Star
* Update VERSION for 0.9.3Marty Connor2008-02-141-1/+1
* Update LOG for 0.9.3 releaseMarty Connor2008-02-141-12/+6Star
* Rename Copyrights to COPYRIGHTS for consistency with other filenamesMarty Connor2008-02-141-0/+26
* Add README file which replaces INSTALL and gives pointers to more information.Marty Connor2008-02-141-0/+53
* Added mtnic driver provided by Mellanox.Michael Brown2008-02-132-0/+2474
* Guard against corruption of top half of %esp during UNDI ISRMichael Brown2008-02-131-0/+3
* If no shell was requested via Ctrl-B, exit immediately if boot fails.Michael Brown2008-02-111-6/+3Star
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2008-02-111-0/+2
|\
| * undiisr.S: save/restore upper half of %eflagsH. Peter Anvin2008-02-111-0/+2
| * UNDI ISR: save and restore 32-bit registersH. Peter Anvin2008-02-111-4/+7
* | UNDI ISR: save and restore 32-bit registersH. Peter Anvin2008-02-111-4/+7
* | Use internal 16-bit stack for added safety.Michael Brown2008-02-111-0/+4
|/
* Fixes for EqualLogic iSCSI targets:Michael Brown2008-02-071-7/+19
* Start restructuring pxe_tftp.c to cope with multicast (MTFTP) receives.Michael Brown2008-02-021-147/+231
* Merge commit 'laptop/master'Michael Brown2008-01-222-112/+297
|\
| * Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2008-01-2224-226/+254
| |\
| * | Add preliminary support for MTFTP.Michael Brown2007-12-262-112/+297
* | | Add pxe_set_cached_filename() so that pxe_tftp.c can also update theMichael Brown2008-01-222-12/+22
* | | Use XFER_INIT() macro.Michael Brown2008-01-221-7/+1Star
* | | Add XFER_INIT() macro.Michael Brown2008-01-222-7/+14
| |/ |/|
* | Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-0818-165/+83Star
* | Added the embedded pxelinux payload patch from hpa.Michael Brown2008-01-086-0/+107
* | When the DHCP file/sname fields are empty, don't allow them to overrideMichael Brown2008-01-071-6/+8
* | Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.Michael Brown2008-01-071-1/+1
* | Fix off-by-one error (discovered by Shao Miller).Michael Brown2008-01-071-1/+1
* | Unconditionally set utility program variables in Makefile to allow CROSS_COMP...Marty Connor2008-01-021-54/+52Star
* | Retain some intermediate object files, suggested by Geert Stappers and Alexey...Marty Connor2007-12-281-0/+3
|/
* 3c90x driver fix (legacy) from Geert StaapersMarty Connor2007-12-201-4/+6
* Fix e1000 receive tail pointer (RDT) handlingMarty Connor2007-12-172-7/+7
* Kill off the now-obsolete *_fill_nic() functions.Michael Brown2007-12-151-31/+0Star
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-12-1530-51/+238
|\
| * Correct e1000 interrupt routine to enable on 1 disable on 0. duh.Marty Connor2007-12-131-2/+2
| * Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno .Marty Connor2007-12-1329-49/+236
* | Autodetect whether or not we need to be using -fno-stack-protector.Michael Brown2007-12-151-0/+8
* | Overwrite the device descriptor's IRQ number with whatever the legacyMichael Brown2007-12-151-0/+8
|/
* Remove the obsolete pre-aBFT AoE boot table.Michael Brown2007-12-121-30/+0Star
* Yet another attempt to autodetect an appropriate "echo -e".Michael Brown2007-12-072-11/+32
* Ignore .echocheck internal housekeeping file.Michael Brown2007-12-081-0/+1
* Another (hopefully more robust) attempt to find a usable substituteMichael Brown2007-12-082-26/+30
* Remove the (unused) option to override _prefix_link_addr,Michael Brown2007-12-071-14/+4Star
* Avoid Makefile syntax that requires make >= 3.81.Michael Brown2007-12-071-8/+14
* Try to fix echo-detection to work on all systems that provide anyMichael Brown2007-12-072-1/+17
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-0613-31/+31
* Kill off some warnings-problematic debug statements in ndp.c; the codeMichael Brown2007-12-071-4/+2Star
* Don't complain when callers provide too-short buffers forMichael Brown2007-12-071-7/+6Star
* Fix a minor logical error in posix_io.cMichael Brown2007-12-071-1/+1
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-0717-37/+37