aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [eepro100] Add new PCI ID 8086:27dcMarty Connor2010-09-031-0/+1
* [build] Fix misaligned table entries when using gcc 4.5Piotr Jaroszyński2010-08-2014-26/+17
* [compiler] Prevent empty weak function stubs from being removedJoshua Oreman2010-08-192-1/+9
* [build] Add tap.linux to "make everything"Michael Brown2010-08-191-1/+2
* [linux] Add the tap driverPiotr Jaroszyński2010-08-194-0/+257
* [linux] Add command line argumentsPiotr Jaroszyński2010-08-194-0/+227
* [linux] Add device and driver modelPiotr Jaroszyński2010-08-194-0/+298
* [linux] Add empty smbiosPiotr Jaroszyński2010-08-195-0/+58
* [linux] Add napPiotr Jaroszyński2010-08-194-0/+60
* [linux] Add umallocPiotr Jaroszyński2010-08-194-0/+146
* [linux] Add uaccessPiotr Jaroszyński2010-08-194-0/+144
* [linux] Add timerPiotr Jaroszyński2010-08-194-0/+100
* [linux] Add consolePiotr Jaroszyński2010-08-194-1/+152
* [linux] Add most of the linux apiPiotr Jaroszyński2010-08-192-0/+283
* [linux] Add linux_syscallPiotr Jaroszyński2010-08-192-0/+78
* [linux] Add linux api headersPiotr Jaroszyński2010-08-194-0/+90
* [linux] Add linuxprefixPiotr Jaroszyński2010-08-192-0/+47
* [dhcp] Use i386-pcbios DHCP options on linuxPiotr Jaroszyński2010-08-191-0/+36
* [linux] Add linux platform skeletonPiotr Jaroszyński2010-08-197-2/+239
* [libc] Add strtoull()Piotr Jaroszyński2010-08-193-22/+90
* [mtnic] Switch to malloc_dma() and free_dma()Piotr Jaroszyński2010-08-171-29/+29
* [libc] Add isxdigit()Piotr Jaroszyński2010-08-171-0/+1
* [settings] Export find_setting()Piotr Jaroszyński2010-08-172-1/+2
* [build] Provide %.fd0 build targets only for pcbiosMichael Brown2010-08-173-15/+12
* [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/+20
* [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/+1
* [build] Mark weak functions noinlineStefan Hajnoczi2010-07-141-2/+9
* [hci] Continue processing while prompting for shell bannerMichael Brown2010-07-143-14/+5