]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2006-06-27  Dan Lynchmoved console specific items out of mucurses (should...
2006-06-27  Dan Lynchmake path relative (so that I don't break eb top of...
2006-06-27  Dan Lynchincluded contents of input.{c,h} in kb.c
2006-06-27  Dan Lynchenabled build entry for mucurses libraries
2006-06-27  Dan Lynch- deprecated in favour of a split library model
2006-06-27  Dan Lynch- testable console framework implementing mucurses...
2006-06-27  Dan Lynch- multiple static inline definitions added
2006-06-27  Dan Lynchadded placeholder SRCDIRS entry for mucurses
2006-06-27  Dan Lynch- recoded wgetch and wgetnstr for greater more efficiency
2006-06-26  Michael BrownSimplify ipv4_tx() by not having a separate "source...
2006-06-26  Michael BrownFactorise out common code
2006-06-26  Michael BrownSplit ipv6 functions out from ipv4.c
2006-06-26  Michael BrownWhitespace fixes
2006-06-26  Dan Lynchfirst working version - nasty, but mostly works
2006-06-25  Nikhil Chandru Raoadded generalized sockaddr structure and ip6 sockaddr
2006-06-25  Nikhil Chandru Raoadded support for processing and transmitting without uIP
2006-06-25  Nikhil Chandru Raoupdated UDP interface
2006-06-25  Nikhil Chandru Raocreated interface for transport-network interface
2006-06-22  Derek PryorAdded gpxe-0.5/src/crypto/ for the SSL Library
2006-06-21  Dan Lynch- proper layout formatted soft label array, with justif...
2006-06-21  Dan Lynch- erradicate compiler warning due to possibility of...
2006-06-21  Dan Lynch- added doxygen @file header
2006-06-21  Dan Lynch- added doxygen @file header
2006-06-21  Dan Lynch- added doxygen @file header
2006-06-21  Dan Lynchadded doxygen @file header
2006-06-21  Dan Lynch- removed slk references
2006-06-21  Dan Lynch- added doxygen @file header
2006-06-21  Dan Lynchadded doxygen file header
2006-06-21  Dan Lynch- major implementation work completed (testing in progress)
2006-06-21  Dan Lynchinitial check in
2006-06-19  Michael BrownUpdate ftp.c and hello.c to use the generic async_opera...
2006-06-17  Michael BrownPlaceholder
2006-06-17  Michael BrownMade the temporary buffer part of the TCP senddata...
2006-06-17  Michael BrownSimplify RX data path.
2006-06-16  Michael BrownRemove dependency on arptable[] (which is no longer...
2006-06-16  Michael BrownTemporary hack to work around the "TX overflow" problem...
2006-06-16  Michael BrownAdd 4 bytes to maximum frame length to allow for the...
2006-06-16  Michael BrownImprove debugging output for legacy wrapper
2006-06-16  Michael BrownForward-port event queue fixes from 5.4 tree.
2006-06-16  Michael BrownForward-port start-of-day fixes from 5.4 tree
2006-06-16  Michael BrownForward-port reset-related changes from 5.4 tree.
2006-06-16  Michael BrownFor consistency
2006-06-16  Michael Brown32kB window is actually larger than our typical receive...
2006-06-16  Michael BrownSimplify TX datapath.
2006-06-14  Michael BrownAdded iSCSI boot test code
2006-06-14  Michael BrownGeneralise three-wire interface to generic SPI interface.
2006-06-14  Michael BrownMove per-transition delays from generic bit-bashing...
2006-06-14  Michael BrownTranslate between "0 = success" and "0 = failure" call...
2006-06-12  Michael BrownChange read_bit() to return 0 or -1UL, rather than...
2006-06-12  Michael BrownUpdated debug message to reflect change in data structure.
2006-06-12  Michael BrownAdd "addr32" required explicitly by older gas.
2006-06-11  Michael BrownAdd NULL_TRAP as a config option
2006-06-11  Michael BrownFix typo
2006-06-11  Michael BrownAdded null trap code for debugging. (Must be included...
2006-06-11  Michael BrownUpdate to use the generic i2c bit-bashing code.
2006-06-11  Michael BrownAdded bit-bashing i2c interface code
2006-06-09  Michael BrownWindows Server 2003 sulks if we feed it an empty region...
2006-06-09  Michael BrownAdded missing check-in
2006-06-08  Michael BrownAdded sketch of bit-bashing interface common code
2006-06-08  Michael BrownFix bug with >256 cylinders.
2006-06-08  Dan Lynch- separated curses.c out into separate source files...
2006-06-08  Michael BrownLegacy drivers cannot cope with multiple active devices.
2006-06-08  Michael BrownIt's astonishing how long really fundamental bugs can...
2006-06-08  Michael BrownFix some remarkably obvious mistakes in pcidirect.h
2006-06-06  Michael BrownWe now have just romprefix, rather than having isaprefi...
2006-06-06  Michael BrownCut out almost all the optional code paths, drastically...
2006-06-06  Michael BrownCode segment may not be writable; create the temporary...
2006-06-06  Michael BrownCalculate _rom_size for the ROM prefix
2006-06-06  Michael BrownUse byte 6 for the checksum, rather than byte 5. ...
2006-06-05  Michael BrownForce pci.o to be included.
2006-06-05  Michael BrownLegacy drivers will not pad when necessary
2006-06-05  Michael BrownPNIC doesn't auto-pad.
2006-06-05  Michael BrownAdded a very quick and dirty compatibility layer, to...
2006-06-05  Michael BrownAdded soon-to-be-requisite missing include.
2006-06-05  Dan Lynch- added most slk functions
2006-06-01  Michael BrownImprove tcpdump legibility.
2006-06-01  Michael BrownQuick hack to avoid trying to use an uninitialised...
2006-06-01  Michael BrownUpdated retry timer mechanism to incorporate smoothed...
2006-06-01  Michael BrownMake DBG_DISCARD correct
2006-06-01  Michael BrownBacking out last change; no immediate plans to make...
2006-06-01  Michael BrownUntil we have a functioning UDP stack and PXE API again...
2006-06-01  Michael BrownAdded sample AoE test code to tree
2006-05-31  Michael BrownPut in a method to get the MAC address for the AoE...
2006-05-31  Michael BrownATA devices are now asynchronous. The ATA layer itself...
2006-05-31  Michael BrownMissing from previous checkin.
2006-05-31  Michael BrownAdded generic asynchronous operations code.
2006-05-31  Michael BrownAdded drivers/ata directory (forgot to check this in...
2006-05-29  Michael BrownOne bit of an ASCII character can make a big difference.
2006-05-29  Michael BrownAdded first sketch of a generic retry timer mechanism...
2006-05-29  Michael BrownHandle multi-sector reads by splitting them into subcom...
2006-05-28  Michael BrownInitial AoE implementation. Limitations are:
2006-05-28  Michael BrownUse separate data-in and data-out buffers.
2006-05-28  Michael BrownAdd ETH_P_AOE
2006-05-28  Michael BrownTidy up comment
2006-05-28  Michael BrownFixed assembly on old versions of gas
2006-05-27  Michael BrownAdded tcp_kick(). This speed up LILO and GRUB booting...
2006-05-27  Michael BrownAvoid causing TX overflow on small TX queues.
2006-05-27  Michael BrownRewrote to use the new net driver API, the updated...
2006-05-27  Michael BrownI have no idea how this ever worked before.
2006-05-27  Michael BrownMake PKB_ZLEN the minimum possible size of packet buffe...
next