1491 次程式碼提交 (9978e2cb3725c716169ade674c18376b1a401219)

作者 SHA1 備註 提交日期
  Michael Brown db014f3c23 [efi] Add last_opened_snpdev() 11 年之前
  Michael Brown 033f4c92ca [autoboot] Split main control flow out of main() into a new function ipxe() 11 年之前
  Michael Brown 1025835d80 [efi] Update to latest EDK2 headers 11 年之前
  Michael Brown 02b914e812 [tftp] Allow TFTP block size to be controlled via the PXE TFTP API 11 年之前
  Stefan Hajnoczi 7426177d63 [netdevice] Add vlan_tag() to get the VLAN tag of a network device 11 年之前
  Michael Brown 0acc52519d [tls] Concatenate received non-data records before processing 11 年之前
  Stefan Weil 3fcb8cf8dc [src] Fix spelling in comments, debug messages and local variable names 11 年之前
  Michael Brown 61c6af3f0b [libc] Convert memcpy() from a macro to an inline function 11 年之前
  Michael Brown fd141fb669 [umalloc] Split largest_memblock() function out from init_eheap() 11 年之前
  Michael Brown 1494d41d0a [uaccess] Add userptr_sub() to find the difference between two user pointers 11 年之前
  Michael Brown 54a861a7bd [list] Reduce overall code size by externalising many list functions 11 年之前
  Michael Brown 4867085c0c [build] Include version number within only a single object file 11 年之前
  Michael Brown 2c011d77ae [readline] Allow readline_history() to return a meaningful status 11 年之前
  Michael Brown 4dedccfa1f [readline] Allow a prefilled input string to be provided 11 年之前
  Michael Brown c86790df5c [settings] Add fetchf_named_setting_copy() 11 年之前
  Michael Brown 7cf6c6bfed [efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP device 11 年之前
  Michael Brown a4d1250810 [efi] Expose net device non-volatile settings via HII 11 年之前
  Michael Brown 41ea18a455 [efi] Split SNP HII functionality into a separate file 12 年之前
  Michael Brown 0fd29e15b5 [nvo] Expose nvo_applies() 11 年之前
  Michael Brown 08a6ae86a2 [nvo] Expose non-volatile options block name 11 年之前
  Michael Brown 1c2b6d29ea [settings] Expose find_child_settings() 11 年之前
  Michael Brown 51b65d5f9c [libc] Add wcslen() function 11 年之前
  Shao Miller a712dae709 [serial] Don't enable serial console without serial support 11 年之前
  Michael Brown bab0a4c1ce [efi] Mark SNP formset compliant with IBM's Unified Configuration Manager 12 年之前
  Michael Brown 72db14640c [tls] Split received records over multiple I/O buffers 11 年之前
  Patrick Plenefisch 8e4faa0948 [cmdline] Add standalone "nslookup" command 12 年之前
  Michael Brown 25ec56e0ec [settings] Use a generic setting's own type as its default type 11 年之前
  Michael Brown e6427b7ee1 [sdi] Add support for SDI images 11 年之前
  Michael Brown 03f0c23f8b [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers 12 年之前
  Michael Brown f54a61e434 [infiniband] Include destination address vector in ib_complete_recv() 11 年之前
  Michael Brown cbe41cb31b [infiniband] Use explicit "source" and "dest" address vector parameter names 11 年之前
  Michael Brown f747fac3e1 [infiniband] Allow queue pairs to have a custom allocator for receive iobufs 12 年之前
  Michael Brown 96be171be5 [iobuf] Allow allocation of I/O buffers with a specified alignment offset 12 年之前
  Michael Brown e2becce186 [malloc] Allow allocation of memory with a specified alignment offset 12 年之前
  Michael Brown de802310bc [retry] Expose retry_poll() to explicitly poll all running timers 11 年之前
  Michael Brown 1cbb1581f1 [ethernet] Expose eth_broadcast as a global constant 11 年之前
  Michael Brown d1949f2737 [bitbash] Add optional open() and close() methods for bit-bashing interfaces 12 年之前
  Michael Brown 6e50e7950f [mii] Add separate mii_restart() function 12 年之前
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts 12 年之前
  Michael Brown d3c660b671 [image] Add "--autofree" option 12 年之前
  Michael Brown 23b70323c7 [libc] Add missing wchar.h header 12 年之前
  Michael Brown 58ed3b1cee [libc] Add support for "%lc" and "%ls" format specifiers 12 年之前
  Michael Brown 7ad6caf29f [efi] Add EFI_LOAD_FILE_PROTOCOL header 12 年之前
  Michael Brown bc41c6ef02 [efi] Update to current EDK2 headers 12 年之前
  Michael Brown 34576e5ff4 [efi] Standardise #include guard in ipxe_download.h 12 年之前
  Michael Brown 07bc73e087 [tcp] Increase maximum window size to 256kB 12 年之前
  Michael Brown 024247317d [arp] Try to avoid discarding ARP cache entries 12 年之前
  Michael Brown a5c016d93e [iobuf] Relax alignment requirement for small I/O buffers 12 年之前
  Michael Brown 9a8c6b00d4 [tls] Request a maximum fragment length of 2048 bytes 12 年之前
  Michael Brown ea61075c60 [tcp] Add support for TCP window scaling 12 年之前