summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix creation of the htype field; the ll_proto field from which it isMichael Brown2006-07-172-7/+12
* Tidy up hex_dump() output.Michael Brown2006-07-171-2/+2
* Add sketch code to reassemble a DHCP packet from our internal "everythingMichael Brown2006-07-174-8/+243
* Add (untested) code for parsing a received DHCP packet and constructing aMichael Brown2006-07-152-3/+322
* Add code to modify DHCP option values within a block.Michael Brown2006-07-132-80/+247
* How did this ever work properly before?Michael Brown2006-07-131-1/+1
* Adding SSL Constructs header file. (First version)Derek Pryor2006-07-101-0/+314
* Added fragment reassembly codeNikhil Chandru Rao2006-06-303-15/+155
* fix printf format argsMarty Connor2006-06-292-5/+6
* Removed vestigal FILO codeMarty Connor2006-06-293-35/+0Star
* Added bin/.blib.list to VERYCLEANUP so .bin directory is made emptyMarty Connor2006-06-291-0/+2
* Removing net/interface.c and include/gpxe/interface.hNikhil Chandru Rao2006-06-292-222/+0Star
* Provide a mechanism for returning the encapsulator as well as theMichael Brown2006-06-282-15/+37
* Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and in...Nikhil Chandru Rao2006-06-286-15/+273
* Add priority mechanismMichael Brown2006-06-282-16/+76
* Change dhcp_num_option() to return the numerical value directly.Michael Brown2006-06-281-19/+15Star
* typo in macro fixedDan Lynch2006-06-281-1/+1
* - modified length of password string to match visible field lengthDan Lynch2006-06-281-3/+3
* started on ANSI sequence processingDan Lynch2006-06-281-1/+22
* - implemented cursor retreat function (_wcursback) as a core functionDan Lynch2006-06-284-41/+74
* 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