summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added ipv4_pseudo_header structureNikhil Chandru Rao2006-06-282-21/+16Star
* IP6 specificationsNikhil Chandru Rao2006-06-281-0/+37
* Fixed endianness of 16- and 32- bit valuesNikhil Chandru Rao2006-06-281-30/+40
* Fixed whitespaces; updated UDP codeNikhil Chandru Rao2006-06-282-130/+181
* - first check-in for mucurses_test.cDan Lynch2006-06-272-2/+71
* First stab at DHCP option handling in a way that will allow us to haveMichael Brown2006-06-272-0/+304
* - put in the screen initialisation stuff and clear the screen...Dan Lynch2006-06-271-2/+3
* - works with test ansi tty, but will need a rethink when we startDan Lynch2006-06-271-2/+6
* - working basic ansi termnal extension for mucursesDan Lynch2006-06-271-2/+3
* check whether malloc returns a valid pointerDan Lynch2006-06-271-4/+9
* moved console specific items out of mucurses (should be handled by external s...Dan Lynch2006-06-271-9/+0Star
* make path relative (so that I don't break eb top of tree !)Dan Lynch2006-06-271-5/+6
* included contents of input.{c,h} in kb.cDan Lynch2006-06-271-2/+29
* enabled build entry for mucurses librariesDan Lynch2006-06-271-1/+1
* - 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