4338 次程式碼提交 (603455bb0699f31c9485b98aff2749680c19a671)
 

作者 SHA1 備註 提交日期
  Michael Brown 603455bb06 [libc] Relicense x86 string.h 11 年之前
  Michael Brown 53f3deee06 [libc] Fix and externalise memswap() 11 年之前
  Michael Brown de20c526e6 [libc] Reduce overall code size by externalising strlen() 11 年之前
  Michael Brown 06766875ad [libc] Reduce overall code size by externalising strncmp() 11 年之前
  Michael Brown f8ece72fc9 [libc] Remove unnecessary "cld" instruction from memset() 11 年之前
  Michael Brown 61c6af3f0b [libc] Convert memcpy() from a macro to an inline function 11 年之前
  Michael Brown fc30b13b25 [libc] Reduce overall code size by externalising memmove() 11 年之前
  Michael Brown 7cbac68593 [libc] Remove obsolete implementation of memcpy() 11 年之前
  Michael Brown 520323e360 [test] Add self-tests for string functions 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 年之前
  Thomas Miletich f68b4069b1 [build] Make version.o depend on the git index 11 年之前
  Michael Brown 4867085c0c [build] Include version number within only a single object file 11 年之前
  Michael Brown 0932bc5156 [build] Inhibit .eh_frame on newer gcc versions 11 年之前
  Michael Brown f008698c68 [build] Use -maccumulate-outgoing-args if required by gcc 11 年之前
  Michael Brown 6586e03fba [forcedeth] Increase TX ring size to prevent dropped packets 11 年之前
  Michael Brown 0c5e3df6d9 [intel] Poll RX queue if hardware reports RX overflow 11 年之前
  Michael Brown c4ee23e7c6 [hermon] Use PCI VPD for non-volatile option storage 11 年之前
  Michael Brown 2c011d77ae [readline] Allow readline_history() to return a meaningful status 11 年之前
  Michael Brown 88e19fcda9 [netdevice] Clear network device setting before unregistering 11 年之前
  Michael Brown 34863a51c2 [settings] Prefill existing setting value in "read" command 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 947976da0c [netdevice] Do not force a poll on net_tx() 11 年之前
  Michael Brown dace457baf [intel] Report receive overruns via network device errors 11 年之前
  Michael Brown 7cf6c6bfed [efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP device 11 年之前
  Michael Brown 1d38168064 [autoboot] Avoid excess backspacing after displaying Ctrl-B prompt 11 年之前
  Michael Brown 0e7819d298 [efi] Add missing RC_TO_EFIRC() conversion 11 年之前
  Michael Brown a27413c82a [util] Fix uninitialised-variable warning in einfo.c 11 年之前
  Michael Brown 34a81da0c8 [test] Remove self-test for empty formatted setting value 11 年之前
  Michael Brown 885384faf3 [arp] Increase robustness of ARP discarder 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 5ad445fd0b [settings] Treat an empty formatted value as meaning "delete setting" 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 fcdfe81764 [int13] Do not zero %edx when jumping to a boot sector 11 年之前
  Michael Brown bab0a4c1ce [efi] Mark SNP formset compliant with IBM's Unified Configuration Manager 12 年之前
  Michael Brown 40044f9d43 [contrib] Enable bochs debug port by default 11 年之前
  Michael Brown dcbbf54eb2 [contrib] Allow more space for Bochs option ROM 11 年之前
  Michael Brown d23db28488 [tls] Fix potential memory leak 11 年之前
  Michael Brown 1e199c8260 [tls] Fix uninitialised variable 11 年之前
  Michael Brown 72db14640c [tls] Split received records over multiple I/O buffers 11 年之前
  Michael Brown 09d45ffd79 [crypto] Allow in-place CBC decryption 11 年之前
  Michael Brown c1adf7dabe [test] Add speed tests for cipher algorithms 11 年之前
  Michael Brown 681a219caa [test] Add speed tests for digest algorithms 11 年之前