summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [settings] Export find_setting()Piotr Jaroszyński2010-08-172-1/+2
* [build] Provide %.fd0 build targets only for pcbiosMichael Brown2010-08-173-15/+12Star
* [build] Add everything targetPiotr Jaroszyński2010-08-161-2/+16
* [build] Properly handle multiple goals per BIN directoryPiotr Jaroszyński2010-08-162-6/+17
* [build] Build pcbios specific drivers only on pcbiosPiotr Jaroszyński2010-08-162-2/+4
* [ioapi] Move get_memmap() to the I/O API groupPiotr Jaroszyński2010-08-1613-47/+51
* [dhcp] Allow multiple interfaces in dhcp commandMichael Brown2010-08-161-22/+56
* [comboot] Run com32 programs with a valid IDTGeoff Lywood2010-08-014-6/+138
* [forcedeth] Replace driver with native iPXE driverAndrei Faur2010-08-012-1230/+2375
* [string] Use 64-bit registers in assembly memswap() on x86_64Joshua Oreman2010-08-011-4/+4
* [802.11] Fix a use-after-freeJoshua Oreman2010-08-011-0/+1
* [802.11] Use correct name for sec80211_detect()Joshua Oreman2010-08-011-3/+3
* [tcp] Fix a 64bit compile time errorPiotr Jaroszyński2010-07-221-1/+1
* [efi] Fix the 32-bit version of elf2efi64Geoff Lywood2010-07-212-12/+12
* [tcp] Allow out-of-order receive queue to be discardedMichael Brown2010-07-212-3/+50
* [malloc] Add cache discard mechanismMichael Brown2010-07-212-46/+85
* [tcp] Handle out-of-order received packetsMichael Brown2010-07-212-35/+180
* [netdevice] Provide a test mechanism for discarding packets at randomMichael Brown2010-07-202-1/+20
* [virtio] Replace virtio-net with native iPXE driverStefan Hajnoczi2010-07-175-238/+350
* [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