470 コミット (8223084afc206000312611a3fcfa30a28500d1a3)

作成者 SHA1 メッセージ 日付
  Michael Brown 50810955e9 [console] Call cpu_nap() only if there is no input waiting 16年前
  Michael Brown 77a5cc6b13 [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage 16年前
  Stefan Hajnoczi 04bc50f025 [GDB] Add GDB stub for remote debugging 16年前
  Stefan Hajnoczi 831db76ff7 [Serial] Split serial console from serial driver 16年前
  Stefan Hajnoczi 842165ef76 [GDBSYM] Remove unused gdbsym.c 16年前
  Michael Brown 30cd348689 [SMBIOS] Interpret UUIDs as being in network-endian order 16年前
  Michael Brown feade5da6e [Settings] Expose SMBIOS via settings API 16年前
  Michael Brown af466aedf1 [Settings] find_child_settings() accepts a NULL parent 16年前
  Michael Brown 978996cdae [usr] Offer user a second chance to enter the shell on boot failure 16年前
  Michael Brown 96edbd128f [PXEXT] Avoid queueing zero-length buffers in posix_io.c 16年前
  Michael Brown 92d15eff30 [Settings] Remove assumption that all settings have DHCP tag values 16年前
  Michael Brown ee5bdb0d75 [PXEXT] Avoid returning a false EOF when we have an empty buffer queued 16年前
  Michael Brown 8f00c84828 [Settings] Add named setting for next-server 16年前
  Michael Brown 23e077666b [Settings] copy_settings() should not fail if some settings are missing! 16年前
  Michael Brown 65c0974d1f [Settings] Bugfix: store_setting() now applies changes even on root block 16年前
  Michael Brown e5cea13e51 [Settings] Implement simple_settings backed with extensible DHCP options 16年前
  Michael Brown a462c96ffc [Settings] DHCP is now working using the new settings API. 16年前
  Michael Brown 8afb36c3bc [Settings] Migrate DHCP and NVO code to the new settings API (untested) 16年前
  Michael Brown a9b62cfe8c [Settings] Use a settings applicator in ibft.c 16年前
  Michael Brown 0fbe484566 [IPv4] Add a config option for IPv4 16年前
  Michael Brown eae6ac3d0b [Settings] Convert code in src/usr to use settings API. 16年前
  Michael Brown cf03304620 [Settings] Introduce settings applicators. 16年前
  Michael Brown 260b93bb72 [Settings] Add settings hierarchy 16年前
  Michael Brown a48b4d9948 [Settings] Start revamping the configuration settings API. 16年前
  Michael Brown af1c6b869c [Settings] Allow named settings to have their type specified explicitly 16年前
  Michael Brown 070cbebc26 [Timers] Initialise timers on first use 16年前
  Michael Brown 2652abdc5f [Timers] Miscellaneous timer system fixes 16年前
  Michael Brown 03398e3389 [Settings] Allow encapsulated options to be specified as named settings 16年前
  Michael Brown e2613e8896 [Settings] Add int16, int32 and hex-string configuration setting types 16年前
  Michael Brown 6fe585642a [libc] Fix a validation bug in strtoul() 16年前
  Michael Brown 5a08b434c7 [Settings] show_setting() functions return snprintf()-style length. 16年前
  Michael Brown b08a6f5300 [Command] Add "sanboot" command. 16年前
  Alexey Zaytsev 1935439f86 fix the rdtsc namimg 16年前
  Alexey Zaytsev 379c37bafb Cleanups 16年前
  Alexey Zaytsev a1572e0ab0 Modify gPXE core and drivers to work with the new timer subsystem 16年前
  Alexey Zaytsev 4006d229e5 Introduce the new timer subsystem. 16年前
  Michael Brown b87904ab20 Remove reference to COFF support. I can find no trace of ever having supported it. 16年前
  Michael Brown c1006ffdb7 If no shell was requested via Ctrl-B, exit immediately if boot fails. 16年前
  Michael Brown a2b4252d5a Add XFER_INIT() macro. 16年前
  Michael Brown f6a8158eed Make seek information part of the xfer metadata, rather than an entirely 16年前
  Michael Brown 698b5bc887 Fix a minor logical error in posix_io.c 16年前
  Michael Brown be6ada2b7b Add missing format qualifier 16年前
  Michael Brown 1de705e30f Reallocate memory for bitmaps only when necessary. 16年前
  Michael Brown 3b1efba864 Add RFC2090 TFTP multicast support. 16年前
  Michael Brown 899f5b8ab2 Added definition of a UUID and uuid_ntoa() (for debugging), and 16年前
  Michael Brown 7e3527a658 Don't get stuck in an infinite loop on negative integers! 17年前
  Michael Brown db124b1255 Add fls() for non-constant values. 17年前
  Michael Brown 83a6cc8c9b Don't get stuck in an infinite loop on negative integers! 17年前
  Michael Brown 6d15a193aa Add fls() for non-constant values. 17年前
  Michael Brown 54bf2621ed Add iBFT code derived from IBM document. 17年前