summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - deprecated in favour of a split library modelDan Lynch2006-06-271-834/+0Star
* - testable console framework implementing mucurses SCREEN structDan Lynch2006-06-271-0/+65
* - multiple static inline definitions addedDan Lynch2006-06-271-103/+194
* added placeholder SRCDIRS entry for mucursesDan Lynch2006-06-271-0/+1
* - recoded wgetch and wgetnstr for greater more efficiencyDan Lynch2006-06-271-52/+58
* Simplify ipv4_tx() by not having a separate "source" variable now thatMichael Brown2006-06-261-7/+5Star
* Factorise out common codeMichael Brown2006-06-261-25/+23Star
* Split ipv6 functions out from ipv4.cMichael Brown2006-06-262-18/+24
* Whitespace fixesMichael Brown2006-06-261-125/+125
* first working version - nasty, but mostly worksDan Lynch2006-06-261-0/+101
* added generalized sockaddr structure and ip6 sockaddrNikhil Chandru Rao2006-06-251-0/+60
* added support for processing and transmitting without uIPNikhil Chandru Rao2006-06-252-0/+257
* updated UDP interfaceNikhil Chandru Rao2006-06-252-7/+282
* created interface for transport-network interfaceNikhil Chandru Rao2006-06-252-0/+222
* Added gpxe-0.5/src/crypto/ for the SSL LibraryDerek Pryor2006-06-221-0/+1
* - proper layout formatted soft label array, with justification formatted labelsDan Lynch2006-06-211-15/+68
* - erradicate compiler warning due to possibility of uninitialised variables (...Dan Lynch2006-06-211-0/+3
* - added doxygen @file headerDan Lynch2006-06-211-5/+7
* - added doxygen @file headerDan Lynch2006-06-211-0/+16
* - added doxygen @file headerDan Lynch2006-06-211-1/+33
* added doxygen @file headerDan Lynch2006-06-211-1/+7
* - removed slk referencesDan Lynch2006-06-212-24/+16Star
* - added doxygen @file headerDan Lynch2006-06-211-0/+40
* added doxygen file headerDan Lynch2006-06-213-0/+18
* - major implementation work completed (testing in progress)Dan Lynch2006-06-211-7/+120
* initial check inDan Lynch2006-06-212-0/+179
* Update ftp.c and hello.c to use the generic async_operations API.Michael Brown2006-06-196-26/+112
* PlaceholderMichael Brown2006-06-181-0/+49
* Made the temporary buffer part of the TCP senddata() API, to ease theMichael Brown2006-06-186-38/+61
* Simplify RX data path.Michael Brown2006-06-1812-396/+340Star
* Remove dependency on arptable[] (which is no longer used).Michael Brown2006-06-161-2/+1Star
* Temporary hack to work around the "TX overflow" problem in the interimMichael Brown2006-06-161-20/+3Star
* Add 4 bytes to maximum frame length to allow for the frame checksum.Michael Brown2006-06-161-1/+1
* Improve debugging output for legacy wrapperMichael Brown2006-06-161-1/+5
* Forward-port event queue fixes from 5.4 tree.Michael Brown2006-06-161-0/+27
* Forward-port start-of-day fixes from 5.4 treeMichael Brown2006-06-161-3/+31
* Forward-port reset-related changes from 5.4 tree.Michael Brown2006-06-161-46/+26Star
* For consistencyMichael Brown2006-06-161-1/+1
* 32kB window is actually larger than our typical receive ring size.Michael Brown2006-06-161-1/+1
* Simplify TX datapath.Michael Brown2006-06-169-445/+268Star
* Added iSCSI boot test codeMichael Brown2006-06-142-0/+44
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-146-174/+419
* Move per-transition delays from generic bit-bashing layer to i2c layerMichael Brown2006-06-143-10/+15
* Translate between "0 = success" and "0 = failure" call standards.Michael Brown2006-06-141-2/+2
* Change read_bit() to return 0 or -1UL, rather than 0 or 1.Michael Brown2006-06-123-3/+7
* Updated debug message to reflect change in data structure.Michael Brown2006-06-121-2/+3
* Add "addr32" required explicitly by older gas.Michael Brown2006-06-121-1/+1
* Add NULL_TRAP as a config optionMichael Brown2006-06-112-0/+9
* Fix typoMichael Brown2006-06-111-1/+1
* Added null trap code for debugging. (Must be included by addingMichael Brown2006-06-112-0/+49