93 Révisions (37a0aab4ff2c86f4d109d4cd479535be97d07a94)

Auteur SHA1 Message Date
  Michael Brown 07b5be3341 [pxe] Create pxe_[de]activate() wrapper functions il y a 15 ans
  Michael Brown c2965b0fe7 [pxe] Make pxe_init_structures() an initialisation function il y a 15 ans
  Michael Brown 822b3b53f4 [multiboot] Include argv[0] as part of "command line" il y a 15 ans
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations il y a 15 ans
  Michael Brown e960fac8d0 [multiboot] Work around raw-flag bug in Solaris kernels il y a 15 ans
  Michael Brown abc13af070 [bzimage] Support old (pre-2.00 bootloader) Linux kernel formats il y a 15 ans
  Michael Brown 5026a35fef [comboot] Restore the real-mode stack pointer on exit from a COMBOOT image il y a 15 ans
  Michael Brown 7f903f03af [comboot] Unhook interrupt vectors after returning from a COMBOOT image il y a 15 ans
  Michael Brown 14eafc5b8d [comboot] Fix reference counting on replacement images il y a 15 ans
  Michael Brown 8904cd55f1 [comboot] Allow for tail recursion of COMBOOT images il y a 15 ans
  Michael Brown 24e948f030 [image] Avoid claiming zero-length images as valid il y a 15 ans
  Michael Brown e78bcb6175 [netdevice] Kill off the various guess_boot_netdev() functions il y a 15 ans
  Michael Brown 8e8a348fd4 [pxe] Select the correct network device on multiport cards il y a 15 ans
  Michael Brown b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long il y a 15 ans
  Michael Brown 54fbd11221 [build] Keep gcc 4.4 happy il y a 15 ans
  Michael Brown 467c4f77c3 [hacks] Improve the guess_boot_netdev() logic il y a 15 ans
  Michael Brown 2e03610c0d [multiboot] Allow for unspecified {load,bss}_end_addr for raw images il y a 16 ans
  Daniel Verkamp e8b22f203f [comboot] Add COMBOOT and COM32 support il y a 16 ans
  Michael Brown 4815188dfc [elf] Add execution entry point debug messages for elf/multiboot images il y a 16 ans
  Michael Brown 03c80c12b8 [iSCSI] Support Windows Server 2008 direct iSCSI installation il y a 16 ans
  Michael Brown dbe9269f3a [bzimage] Kill off the initrd image type il y a 16 ans
  Stefan Hajnoczi ce51128534 [bzImage] Support loading zImage kernels il y a 16 ans
  Michael Brown ac28d054c8 [bzimage] Support kernel command lines of greater than 256 characters il y a 16 ans
  Michael Brown 77a5cc6b13 [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage il y a 16 ans
  Michael Brown 3475b693b7 [HCI] Display "Not an executable image" when appropriate il y a 16 ans
  Michael Brown 92d15eff30 [Settings] Remove assumption that all settings have DHCP tag values il y a 16 ans
  Michael Brown ee4206a8a7 [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO il y a 16 ans
  Michael Brown 8afb36c3bc [Settings] Migrate DHCP and NVO code to the new settings API (untested) il y a 16 ans
  Michael Brown 1949641d10 Fix compiler warnings that appear only on OpenBSD. il y a 16 ans
  Michael Brown 755cb8379d Allow space for the kernel's real-mode .bss. Previously we weren't il y a 16 ans
  Michael Brown 56550e400e Redefine bzimage_exec_context::mem_limit to be the highest permissible il y a 17 ans
  Michael Brown 688bac1656 Place multiboot command lines in base memory; Xen won't pick them up il y a 17 ans
  Michael Brown d4947c05b2 Allow images to hold references to the originating URI. il y a 17 ans
  Michael Brown 9fd6a0418f Allowed zero-cost enforced ordering of features in startup banner il y a 17 ans
  Michael Brown 726e366e8f Add code for constructing single-file cpio archives on the fly il y a 17 ans
  Michael Brown 24f32a1945 Initrd concatenation now working il y a 17 ans
  Michael Brown c5d9114064 Allow loading of multiple initramfs images. il y a 17 ans
  Michael Brown 5e26df0325 Centralise construction of the DHCP request and response packets. il y a 17 ans
  Holger Lubitz 9a4790667a make multiboot_load static il y a 17 ans
  Holger Lubitz dc38303ff9 make nbi_load static il y a 17 ans
  Holger Lubitz 5ec4e2ad50 make eltorito_load static il y a 17 ans
  Michael Brown d5e39286f7 We probably shouldn't leave interrupts disabled when starting an OS. il y a 17 ans
  Michael Brown 07e11f8af9 Minor debug improvement il y a 17 ans
  Michael Brown 6d2e4e719c Move uninitialised .data16 variables to .bss16; saves around 2000 il y a 17 ans
  Michael Brown 89349d7fad Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
  Michael Brown 071356d976 Ensure that pxe_netdev is set before starting up PXE NBP. il y a 17 ans
  Michael Brown e42eba4af4 Use a common base-memory packet buffer for DHCP construction (as used il y a 17 ans
  Michael Brown 5f17089b14 pxe_netdev now holds a reference to the network device. il y a 17 ans
  Michael Brown e1646b4080 Place the actual version string in .data16, rather than just the il y a 17 ans
  Michael Brown 8130443f9f Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c il y a 17 ans