summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [settings] Unregister the children when unregistering the parentPiotr Jaroszyński2010-07-151-1/+8
* [tcp] Treat ACKs as sent only when successfully transmittedMichael Brown2010-07-151-21/+20Star
* [tcp] Merge boolean flags into a single "flags" fieldMichael Brown2010-07-151-8/+15
* [tcp] Use a dedicated timer for the TIME_WAIT stateMichael Brown2010-07-151-9/+32
* [build] Speed up rebuilding on header file changesMichael Brown2010-07-141-43/+62
* [build] Standardise variable naming for inter-build state filesMichael Brown2010-07-141-9/+9
* [build] Avoid unnecessary "rm" and "touch" in dependency generationMichael Brown2010-07-141-5/+1Star
* [build] Mark weak functions noinlineStefan Hajnoczi2010-07-141-2/+9
* [hci] Continue processing while prompting for shell bannerMichael Brown2010-07-143-14/+5Star
* [davicom] Use iPXE debugging infrastructureMichael Brown2010-07-141-25/+6Star
* [tulip] Use iPXE debugging infrastructureMichael Brown2010-07-141-209/+79Star
* [debug] Expose pause() and more() debugging functionsMichael Brown2010-07-142-28/+88
* [debug] Remove unused guard_region() and check_region() functionsMichael Brown2010-07-141-53/+0Star
* [build] Remove some obsolete header filesMichael Brown2010-07-143-125/+0Star
* [console] Remove never-used putline() methodMichael Brown2010-07-141-15/+4Star
* [cmdline] Fix inconsistent and ugly code formatting in shell_banner()Michael Brown2010-07-141-3/+4
* [tcp] Randomise local TCP portGuo-Fu Tseng2010-07-131-3/+5
* [tcp] Fix typos by changing ntohl() to htonl() where appropriateMichael Brown2010-07-131-2/+2
* [tcp] Store local port in host byte orderMichael Brown2010-07-131-9/+9
* [image] Fix a memory leak in free_image()Piotr Jaroszyński2010-07-111-0/+1
* [pcnet32] Fix pcnet32_wio_reset() bugAndrei Faur2010-07-111-1/+1
* [tcp] Fix potential use-after-free when accessing timestamp optionMichael Brown2010-07-071-4/+7
* [refcnt] Fix embedded image buildingAlessandro Salvatori2010-07-051-3/+3
* [pcnet32] Fix uninitialised variableMichael Brown2010-06-251-1/+1
* [myri10ge] Add NonVolatile Option (nvo) supportGlenn Brown2010-06-251-11/+314
* [settings] Add setting deletion (Ctrl-D) interfaceGlenn Brown2010-06-251-0/+7
* [settings] Enable jump scroll in config UIGlenn Brown2010-06-251-38/+77
* [pci] Define Vendor Specific capability IDGlenn Brown2010-06-251-0/+1
* [romprefix] Do not check for BBS compatibilityMichael Brown2010-06-241-29/+3Star
* [build] Fix broken build caused by implied dependency upon "perl"Michael Brown2010-06-243-14/+14
* [build] Avoid hard-coding the path to perlMichael Brown2010-06-241-1/+1
* [efi] Build iPXE script support into EFI binaries by defaultGeoff Lywood2010-06-231-0/+1
* [r8169] Remove driver cfg lookup, use pci_device_id->driver_data insteadAndrei Faur2010-06-232-66/+11Star
* [tls] Handle multiple handshake recordsMichael Brown2010-06-231-39/+54
* [refcnt] Add ref_no_free handlerJoshua Oreman2010-06-233-11/+14
* [http] Pass through unknown interface method callsMichael Brown2010-06-221-2/+4
* [interface] Allow for non-pass-through interface methodsMichael Brown2010-06-223-10/+46
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-2231-1511/+764Star
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-224-260/+169Star
* [interface] Convert all job-control interfaces to generic interfacesMichael Brown2010-06-228-293/+88Star
* [interface] Expand object interface to allow for polymorphic interfacesMichael Brown2010-06-225-44/+413
* [retry] Use start_timer_fixed() instead of direct timeout manipulationMichael Brown2010-06-222-4/+2Star
* [retry] Add timer_init() wrapper functionMichael Brown2010-06-229-11/+23
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-2222-14/+59
* [pcnet32] Replace pcnet32 with native driverAndrei Faur2010-06-222-822/+1143
* [jme] Fix 64-bit compile of JMicron ethernet driverGeoff Lywood2010-06-221-1/+1
* [process] Hold reference to process during call to step()Michael Brown2010-06-151-0/+2
* [jme] Fix refill behaviorGuo-Fu Tseng2010-06-131-7/+13
* [ethernet] Move Ethernet MAC address checking routines to ethernet.hMichael Brown2010-06-073-16/+67
* [eepro100] Add PCI ID for Intel Pro/100 VEErwan Velu2010-06-071-0/+1