157 次程式碼提交 (fbc4ba4b4ed13cc86cb8fdea0bac6c3be0164ed5)

作者 SHA1 備註 提交日期
  Michael Brown 8ab4b00442 [libc] Rewrite setjmp() and longjmp() 9 年之前
  Michael Brown 2f020a8df3 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 年之前
  Michael Brown 626ccf76ea [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 年之前
  Michael Brown b6ee89ffb5 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 年之前
  Michael Brown 08189df4e0 [timer] Rewrite the 8254 Programmable Interval Timer support 9 年之前
  Michael Brown d77a546fb4 [hyperv] Add support for Hyper-V hypervisor 9 年之前
  Michael Brown 00c745e5ff [autoboot] Allow autoboot device to be identified by link-layer address 10 年之前
  Michael Brown 23b671daf4 [librm] Allow interrupts in protected mode 10 年之前
  Michael Brown ff1e7fc72b [prefix] Ignore PCI autoboot device location if set to 00:00.0 10 年之前
  Alex Williamson 90fc273b2b [prefix] Allow prefix to specify a PCI autoboot device location 10 年之前
  Michael Brown b2251743d8 [console] Allow console input and output to be disabled independently 10 年之前
  Michael Brown c3d1e78697 [pxe] Ensure cached DHCPACK is retrieved prior to network device creation 10 年之前
  Michael Brown 5c11ff6304 [netdevice] Make all net_driver methods optional 10 年之前
  Michael Brown 10d19bd2ac [pxe] Always retrieve cached DHCPACK and apply to relevant network device 10 年之前
  Michael Brown 2629b7e2cd [pcbios] Inhibit all calls to INT 15,e820 and INT 15,e801 during POST 11 年之前
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts 12 年之前
  Michael Brown 4dc3f8141f [ioapi] Generalise i386 raw I/O API to x86 12 年之前
  Michael Brown 591541af66 [cmdline] Add "cpuid" command 12 年之前
  Marin Hannache 7865ae0dea [image] Remove non-working image loaders 12 年之前
  Michael Brown 1d33649516 [libc] Allow strtoul() to interpret negative numbers 12 年之前
  Michael Brown 82ecaaac91 [console] Remove "log message" usage from interactive console defaults 12 年之前
  Michael Brown e024cd39a8 [console] Allow usage to be defined independently for each console 12 年之前
  Michael Brown 1c127a6962 [image] Simplify image management commands and internal API 12 年之前
  Michael Brown 4766b1455f [build] Fix compilation under Cygwin 12 年之前
  Michael Brown b4bb39909e [prefix] Eliminate uninitialised variable 12 年之前
  Michael Brown 3a4253868c [prefix] Delay initrd image copy until memory map is ready 12 年之前
  Michael Brown f5bbe7ec4a [lkrnprefix] Copy command line before installing iPXE 12 年之前
  Michael Brown 27fdb95572 [prefix] Allow an initrd to be passed to iPXE 12 年之前
  Michael Brown 24226472b2 [prefix] Allow prefix to specify an arbitrary maximum address for relocation 12 年之前
  Michael Brown be600ed996 [prefix] Cope with BOOT_IMAGE= anywhere within command line 13 年之前
  Michael Brown a9dbc943ae [linux] Avoid building Linux-specific prefix on non-Linux builds 13 年之前
  Michael Brown 1c0ff6e1a7 [console] Move include/console.h to include/ipxe/console.h 13 年之前
  Michael Brown b2332d5118 [prefix] Allow iPXE's own command line to be executed as a script 13 年之前
  Shao Miller 3b51710156 [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 14 年之前
  Piotr Jaroszyński b9eaf24df2 [build] Fix misaligned table entries when using gcc 4.5 14 年之前
  Piotr Jaroszyński e743910cf9 [linux] Add linux_syscall 14 年之前
  Piotr Jaroszyński 5bbad9c8f0 [ioapi] Move get_memmap() to the I/O API group 14 年之前
  Stefan Hajnoczi 0d108681ac [comboot] Propagate carry flag from COMBOOT API 14 年之前
  Michael Brown 9cf5170c30 [relocate] Remove the even megabyte constraint 14 年之前
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 14 年之前
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 15 年之前
  Michael Brown 6e764282dd [i386] Remove long-obsolete realmode.c file 15 年之前
  Michael Brown 3d6b8a67f2 [build] Remove obsolete linker script files 15 年之前
  Michael Brown c9e5b12473 [i386] Add explicit flags and type on all .section declarations 15 年之前
  Michael Brown ce2aa66d39 [i386] Add explicit ""aw", @nobits" declarations to stack sections 15 年之前
  Michael Brown ce0a0ccf5c [x86_64] Add support for compilation as an x86_64 binary 15 年之前
  Michael Brown b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long 15 年之前
  Michael Brown dc60c24146 [i386] Rename __cdecl to __asmcall 15 年之前
  Michael Brown 831e4cfc27 [umalloc] Formalise the user memory allocation API 15 年之前
  Michael Brown 6554b79ff9 [uaccess] Formalise the uaccess API 15 年之前