summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Fix prototype mismatch.Michael Brown2007-12-071-2/+2
* Add missing format qualifierMichael Brown2007-12-061-1/+1
* Add copyright, clean up comments a bit, remove unnecessary code.Marty Connor2007-12-031-178/+102Star
* Reallocate memory for bitmaps only when necessary.Michael Brown2007-11-291-7/+9
* udp_open_promisc() calls udp_open_common() with peer==NULL.Michael Brown2007-11-281-2/+3
* Add RFC2090 TFTP multicast support.Michael Brown2007-11-284-82/+481
* Quick hack to be able to accept transfers from servers that don'tMichael Brown2007-11-251-0/+2
* Provide individually cached constructed copies of DHCP packets viaMichael Brown2007-11-221-86/+109
* Do not fill in the BufferLimit field in structMichael Brown2007-11-221-3/+32
* Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which willMichael Brown2007-11-212-9/+24
* Add ProxyDHCP support.Michael Brown2007-11-212-26/+59
* Added netdev_nullify to natsemi_remove()Marty Connor2007-11-211-0/+1
* Removed old e1000 driver.Michael Brown2007-11-212-5800/+0Star
* Merge commit 'origin/mdc-working'Michael Brown2007-11-219-1/+14104
|\
| * Fixed receive instability by not enabling interrupts. duh.Marty Connor2007-11-212-19/+27
| * This version now transmits and receives.Marty Connor2007-11-202-220/+138Star
| * Autonegotiation fixes. NIC now autonegotiates to whatever the switch supports.Marty Connor2007-11-203-18/+22
| * A version of the new e1000 driver that transmits.Marty Connor2007-11-203-254/+351
| * Fix typo.Marty Connor2007-11-181-2/+1Star
| * Add e1000 directory to build, since the driver compiles cleanly.Marty Connor2007-11-181-0/+1
| * Rename e1000_main.c to e1000.c to so we can type 'make bin/e1000.dsk' instead...Marty Connor2007-11-181-0/+0
| * Add errfile definition for new e1000.cMarty Connor2007-11-181-2/+1Star