]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2010-08-19  Michael Brown[build] Add tap.linux to "make everything"
2010-08-19  Piotr Jaroszyński[linux] Add the tap driver
2010-08-19  Piotr Jaroszyński[linux] Add command line arguments
2010-08-19  Piotr Jaroszyński[linux] Add device and driver model
2010-08-19  Piotr Jaroszyński[linux] Add empty smbios
2010-08-19  Piotr Jaroszyński[linux] Add nap
2010-08-19  Piotr Jaroszyński[linux] Add umalloc
2010-08-19  Piotr Jaroszyński[linux] Add uaccess
2010-08-19  Piotr Jaroszyński[linux] Add timer
2010-08-19  Piotr Jaroszyński[linux] Add console
2010-08-19  Piotr Jaroszyński[linux] Add most of the linux api
2010-08-19  Piotr Jaroszyński[linux] Add linux_syscall
2010-08-19  Piotr Jaroszyński[linux] Add linux api headers
2010-08-19  Piotr Jaroszyński[linux] Add linuxprefix
2010-08-19  Piotr Jaroszyński[dhcp] Use i386-pcbios DHCP options on linux
2010-08-19  Piotr Jaroszyński[linux] Add linux platform skeleton
2010-08-19  Piotr Jaroszyński[libc] Add strtoull()
2010-08-17  Piotr Jaroszyński[mtnic] Switch to malloc_dma() and free_dma()
2010-08-17  Piotr Jaroszyński[libc] Add isxdigit()
2010-08-17  Piotr Jaroszyński[settings] Export find_setting()
2010-08-17  Michael Brown[build] Provide %.fd0 build targets only for pcbios
2010-08-16  Piotr Jaroszyński[build] Add everything target
2010-08-16  Piotr Jaroszyński[build] Properly handle multiple goals per BIN directory
2010-08-16  Piotr Jaroszyński[build] Build pcbios specific drivers only on pcbios
2010-08-16  Piotr Jaroszyński[ioapi] Move get_memmap() to the I/O API group
2010-08-16  Michael Brown[dhcp] Allow multiple interfaces in dhcp command
2010-08-01  Geoff Lywood[comboot] Run com32 programs with a valid IDT
2010-08-01  Andrei Faur[forcedeth] Replace driver with native iPXE driver
2010-08-01  Joshua Oreman[string] Use 64-bit registers in assembly memswap(...
2010-08-01  Joshua Oreman[802.11] Fix a use-after-free
2010-08-01  Joshua Oreman[802.11] Use correct name for sec80211_detect()
2010-07-22  Piotr Jaroszyński[tcp] Fix a 64bit compile time error
2010-07-21  Geoff Lywood[efi] Fix the 32-bit version of elf2efi64
2010-07-21  Michael Brown[tcp] Allow out-of-order receive queue to be discarded
2010-07-21  Michael Brown[malloc] Add cache discard mechanism
2010-07-20  Michael Brown[tcp] Handle out-of-order received packets
2010-07-20  Michael Brown[netdevice] Provide a test mechanism for discarding...
2010-07-17  Stefan Hajnoczi[virtio] Replace virtio-net with native iPXE driver
2010-07-17  Stefan Hajnoczi[errcode] Remove unused contrib/errcode scripts
2010-07-15  Piotr Jaroszyński[settings] Unregister the children when unregistering...
2010-07-15  Michael Brown[tcp] Treat ACKs as sent only when successfully transmitted
2010-07-15  Michael Brown[tcp] Merge boolean flags into a single "flags" field
2010-07-15  Michael Brown[tcp] Use a dedicated timer for the TIME_WAIT state
2010-07-14  Michael Brown[build] Speed up rebuilding on header file changes
2010-07-14  Michael Brown[build] Standardise variable naming for inter-build...
2010-07-14  Michael Brown[build] Avoid unnecessary "rm" and "touch" in dependenc...
2010-07-14  Stefan Hajnoczi[build] Mark weak functions noinline
2010-07-14  Michael Brown[hci] Continue processing while prompting for shell...
2010-07-14  Michael Brown[davicom] Use iPXE debugging infrastructure
2010-07-14  Michael Brown[tulip] Use iPXE debugging infrastructure
2010-07-14  Michael Brown[debug] Expose pause() and more() debugging functions
2010-07-14  Michael Brown[debug] Remove unused guard_region() and check_region...
2010-07-14  Michael Brown[build] Remove some obsolete header files
2010-07-14  Michael Brown[console] Remove never-used putline() method
2010-07-14  Michael Brown[cmdline] Fix inconsistent and ugly code formatting...
2010-07-13  Guo-Fu Tseng[tcp] Randomise local TCP port
2010-07-13  Michael Brown[tcp] Fix typos by changing ntohl() to htonl() where...
2010-07-13  Michael Brown[tcp] Store local port in host byte order
2010-07-11  Piotr Jaroszyński[image] Fix a memory leak in free_image()
2010-07-11  Andrei Faur[pcnet32] Fix pcnet32_wio_reset() bug
2010-07-07  Michael Brown[tcp] Fix potential use-after-free when accessing times...
2010-07-05  Alessandro... [refcnt] Fix embedded image building
2010-06-25  Michael Brown[pcnet32] Fix uninitialised variable
2010-06-24  Glenn Brown[myri10ge] Add NonVolatile Option (nvo) support
2010-06-24  Glenn Brown[settings] Add setting deletion (Ctrl-D) interface
2010-06-24  Glenn Brown[settings] Enable jump scroll in config UI
2010-06-24  Glenn Brown[pci] Define Vendor Specific capability ID
2010-06-24  Michael Brown[romprefix] Do not check for BBS compatibility
2010-06-24  Michael Brown[build] Fix broken build caused by implied dependency...
2010-06-24  Michael Brown[build] Avoid hard-coding the path to perl
2010-06-23  Geoff Lywood[efi] Build iPXE script support into EFI binaries by...
2010-06-23  Andrei Faur[r8169] Remove driver cfg lookup, use pci_device_id...
2010-06-23  Michael Brown[tls] Handle multiple handshake records
2010-06-22  Joshua Oreman[refcnt] Add ref_no_free handler
2010-06-22  Michael Brown[http] Pass through unknown interface method calls
2010-06-22  Michael Brown[interface] Allow for non-pass-through interface methods
2010-06-22  Michael Brown[interface] Convert all data-xfer interfaces to generic...
2010-06-22  Michael Brown[interface] Convert all name-resolution interfaces...
2010-06-22  Michael Brown[interface] Convert all job-control interfaces to gener...
2010-06-22  Michael Brown[interface] Expand object interface to allow for polymo...
2010-06-22  Michael Brown[retry] Use start_timer_fixed() instead of direct timeo...
2010-06-22  Michael Brown[retry] Add timer_init() wrapper function
2010-06-22  Michael Brown[refcnt] Add ref_init() wrapper function
2010-06-22  Andrei Faur[pcnet32] Replace pcnet32 with native driver
2010-06-22  Geoff Lywood[jme] Fix 64-bit compile of JMicron ethernet driver
2010-06-15  Michael Brown[process] Hold reference to process during call to...
2010-06-13  Guo-Fu Tseng[jme] Fix refill behavior
2010-06-07  Michael Brown[ethernet] Move Ethernet MAC address checking routines...
2010-06-07  Erwan Velu[eepro100] Add PCI ID for Intel Pro/100 VE
2010-06-03  Wu Fengguang[doc] Fix comment on Linux/x86 boot protocol path
2010-06-02  Guo-Fu Tseng[jme] Add JMicron Ethernet driver
2010-06-02  Geoff Lywood[efi] Add the "snpnet" driver
2010-06-01  Michael Brown[qib7322] Fix whitespace errors
2010-06-01  Shao Miller[qib7322] Fix uninitialized variables warning
2010-05-31  Michael Brown[errdb] Add errdb.pl script to build error database
2010-05-31  Michael Brown[libc] Enable automated extraction of error usage reports
2010-05-30  Michael Brown[pxe] Remove obsolete pxe_errortab.c
2010-05-29  Michael Brown[efi] Tidy up output of EFI header import script
2010-05-29  Michael Brown[legal] Add FILE_LICENCE declarations to EFI header...
2010-05-29  Michael Brown[efi] Synchronise EFI header files
next