]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2008-02-11  Michael BrownUse internal 16-bit stack for added safety.
2008-02-07  Michael BrownFixes for EqualLogic iSCSI targets:
2008-02-02  Michael BrownStart restructuring pxe_tftp.c to cope with multicast...
2008-01-22  Michael BrownMerge commit 'laptop/master'
2008-01-22  Michael BrownMerge branch 'master' of rom.etherboot.org:/pub/scm...
2008-01-22  Michael BrownAdd pxe_set_cached_filename() so that pxe_tftp.c can...
2008-01-22  Michael BrownUse XFER_INIT() macro.
2008-01-22  Michael BrownAdd XFER_INIT() macro.
2008-01-08  Michael BrownMake seek information part of the xfer metadata, rather...
2008-01-08  Michael BrownAdded the embedded pxelinux payload patch from hpa.
2008-01-07  Michael BrownWhen the DHCP file/sname fields are empty, don't allow...
2008-01-07  Michael BrownUse .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.
2008-01-07  Michael BrownFix off-by-one error (discovered by Shao Miller).
2008-01-02  Marty ConnorUnconditionally set utility program variables in Makefi...
2007-12-28  Marty ConnorRetain some intermediate object files, suggested by...
2007-12-26  Michael BrownAdd preliminary support for MTFTP.
2007-12-20  Marty Connor3c90x driver fix (legacy) from Geert Staapers
2007-12-17  Marty ConnorFix e1000 receive tail pointer (RDT) handling
2007-12-15  Michael BrownKill off the now-obsolete *_fill_nic() functions.
2007-12-15  Michael BrownMerge branch 'master' of rom.etherboot.org:/pub/scm...
2007-12-15  Michael BrownAutodetect whether or not we need to be using -fno...
2007-12-15  Michael BrownOverwrite the device descriptor's IRQ number with whate...
2007-12-13  Marty ConnorCorrect e1000 interrupt routine to enable on 1 disable...
2007-12-13  Marty ConnorRemove *_fill_nic() calls, and directly set nic->ioaddr...
2007-12-12  Michael BrownRemove the obsolete pre-aBFT AoE boot table.
2007-12-07  Michael BrownYet another attempt to autodetect an appropriate "echo...
2007-12-08  Michael BrownIgnore .echocheck internal housekeeping file.
2007-12-08  Michael BrownAnother (hopefully more robust) attempt to find a usabl...
2007-12-07  Michael BrownRemove the (unused) option to override _prefix_link_addr,
2007-12-07  Michael BrownAvoid Makefile syntax that requires make >= 3.81.
2007-12-07  Michael BrownTry to fix echo-detection to work on all systems that...
2007-12-06  Michael BrownFix compiler warnings that appear only on OpenBSD.
2007-12-07  Michael BrownKill off some warnings-problematic debug statements...
2007-12-07  Michael BrownDon't complain when callers provide too-short buffers for
2007-12-07  Michael BrownFix a minor logical error in posix_io.c
2007-12-07  Michael BrownVarious warnings fixups for OpenBSD with gcc-3.3.5.
2007-12-06  Michael BrownFix prototype mismatch.
2007-12-06  Michael BrownAdd missing format qualifier
2007-12-03  Marty ConnorAdd copyright, clean up comments a bit, remove unnecess...
2007-11-29  Michael BrownReallocate memory for bitmaps only when necessary.
2007-11-28  Michael Brownudp_open_promisc() calls udp_open_common() with peer...
2007-11-28  Michael BrownAdd RFC2090 TFTP multicast support.
2007-11-25  Michael BrownQuick hack to be able to accept transfers from servers...
2007-11-24  Marty ConnorMerge branch 'mdc-working' of ssh://git.etherboot.org...
2007-11-22  Michael BrownProvide individually cached constructed copies of DHCP...
2007-11-22  Michael BrownDo not fill in the BufferLimit field in struct
2007-11-21  Michael BrownAllow DHCP server to instruct gPXE to ignore ProxyDHCP...
2007-11-21  Michael BrownAdd ProxyDHCP support.
2007-11-21  Marty ConnorAdded netdev_nullify to natsemi_remove()
2007-11-21  Michael BrownRemoved old e1000 driver.
2007-11-21  Michael BrownMerge commit 'origin/mdc-working'
2007-11-21  Marty ConnorAdded netdev_nullify to natsemi_remove()
2007-11-21  Michael BrownRemove some assumptions about DHCP obtaining only a...
2007-11-21  Michael BrownAdd PXE-required DHCP options to DHCPDISCOVER and DHCPR...
2007-11-21  Michael BrownAdd UUID to DHCP request as option 97 (if available).
2007-11-21  Marty ConnorFixed receive instability by not enabling interrupts...
2007-11-21  Michael BrownAdded definition of a UUID and uuid_ntoa() (for debuggi...
2007-11-21  Michael BrownUpdate SMBIOS internal API to be easier to use, and...
2007-11-20  Marty ConnorThis version now transmits and receives.
2007-11-20  Marty ConnorAutonegotiation fixes. NIC now autonegotiates to whate...
2007-11-20  Marty ConnorA version of the new e1000 driver that transmits.
2007-11-20  Michael BrownReplace "Etherboot" strings with "gPXE".
2007-11-19  Michael BrownMerge branch 'master' of rom.etherboot.org:/pub/scm...
2007-11-19  Michael BrownAdd bin/pci_VVVV_DDDD target to allow building ROM...
2007-11-18  Marty ConnorFix typo.
2007-11-18  Marty ConnorAdd e1000 directory to build, since the driver compiles...
2007-11-18  Marty ConnorRename e1000_main.c to e1000.c to so we can type 'make...
2007-11-18  Marty ConnorAdd errfile definition for new e1000.c
2007-11-18  Marty ConnorIntroduce files for new e1000 driver
2007-11-18  Marty ConnorAdd src/drivers/net/e1000 as home of new e1000 driver
2007-11-18  Marty ConnorMove current e1000 driver files to e1000-old/ directory...
2007-11-18  Marty ConnorAdd ERRFILE information for e1000_main and e1000_hw...
2007-11-18  Marty ConnorRemove unnecessary variable.
2007-11-05  Michael BrownWork around a bug in the OpenSolaris iSCSI target.
2007-11-04  Michael BrownAllow space for the kernel's real-mode .bss. Previousl...
2007-10-29  Michael BrownAdd missing attribute(packed) to two structures.
2007-10-29  Michael BrownMerge branch 'master' of rom.etherboot.org:/pub/scm...
2007-10-29  Michael BrownMerge branch '3leaf'
2007-10-22  Michael BrownAdded one more PCI ID
2007-10-10  Michael BrownChange ROM names to lower case.
2007-10-10  Michael BrownEnsure that empty e820 regions are skipped even at...
2007-10-10  Michael BrownEnsure that empty e820 regions are skipped even at...
2007-10-10  Michael BrownAdd a missing PCI ID that is tested as working.
2007-10-04  Michael BrownForce a netdevice poll in net_tx() before attempting...
2007-10-04  Michael BrownForce a netdevice poll in net_tx() before attempting...
2007-09-28  Michael BrownRedefine bzimage_exec_context::mem_limit to be the...
2007-09-26  Michael BrownQuick and very dirty hack to get r8169 driver working...
2007-09-26  Michael BrownStandardise DBG_PRINTF()->DBG(), and remove custom...
2007-09-25  Michael BrownSwitch rm_ss and rm_sp back to being words; it'll make...
2007-09-25  Michael BrownDon't use the "rep ss movsb" trick to copy the RM stack...
2007-09-25  Michael Brownrm_ss, rm_sp, and pm_esp don't need to be accessed...
2007-09-25  Michael BrownMinor refactoring to eliminate duplication.
2007-09-25  Michael BrownUse full protected mode for access to high memory withi...
2007-09-21  Michael BrownAdded more verbose memory-map debugging.
2007-09-21  Michael BrownAdded more verbose memory-map debugging.
2007-09-21  Michael BrownMerge branch 'master' into 3leaf-delivery
2007-09-21  Michael BrownMerge branch 'master' of rom.etherboot.org:/pub/scm...
2007-09-21  Michael BrownInfinband requires longer link-layer addresses and...
2007-09-21  Michael BrownAdded defines for Infiniband files (which can't be...
2007-09-21  Michael BrownMinor debug message improvement.
next