54 Commits (8406115834d38bb743e01f35bfd36e835532415e)

Autor SHA1 Mensagem Data
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 14 anos atrás
  Michael Brown 80d1ac7320 [pxe] Remove pxe_set_cached_filename() 14 anos atrás
  Michael Brown 9acf442c20 [pxe] Avoid potential interrupt storms when using shared interrupts 14 anos atrás
  Michael Brown 88e436376c [netdevice] Add netdev_is_open() wrapper function 14 anos atrás
  Shao Miller 112a3f2de2 [pxe] Introduce PXE exit hook for NBP chaining 14 anos atrás
  Joshua Oreman fa4aec8f03 [config] Make PXE stack a compile-time option 14 anos atrás
  Thomas Horsten c124f6360d [tftp] Make TFTP size requests abort transfer with an error 14 anos atrás
  Michael Brown 4eab5bc8ca [netdevice] Allow the hardware and link-layer addresses to differ in size 15 anos atrás
  Michael Brown 37a0aab4ff [netdevice] Separate out the concept of hardware and link-layer addresses 15 anos atrás
  Michael Brown 2b9f7f042c [pxe] Avoid printf format warning on some compilers 15 anos atrás
  Michael Brown d09290161e [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol 15 anos atrás
  Michael Brown ee1d315ac0 [pxe] Check for unhookable interrupts in PXENV_STOP_UNDI 15 anos atrás
  Michael Brown 07b5be3341 [pxe] Create pxe_[de]activate() wrapper functions 15 anos atrás
  Michael Brown c2965b0fe7 [pxe] Make pxe_init_structures() an initialisation function 15 anos atrás
  Michael Brown c26a38b313 [pxe] Update UNDI transmit count before transmitting packet 15 anos atrás
  Michael Brown f186ada2d3 [pxe] Implement PXENV_UNDI_{GET,SET}_MCAST_ADDRESS 15 anos atrás
  Michael Brown 9580f9d5cd [pxe] Improve pxe_undi debug messages 15 anos atrás
  Michael Brown 4fe1e08a60 [pxe] Fix interoperability with the Symantec (undipd) DOS UNDI driver 15 anos atrás
  Michael Brown 0b922595fe [pxe] Fix interoperability with the Intel DOS UNDI driver 15 anos atrás
  Michael Brown 4f881ae352 [pxe] Fix interoperability with the 3Com DOS UNDI driver 15 anos atrás
  Joshua Oreman eb3ca2a36f [netdevice] Add netdev argument to link-layer push and pull handlers 15 anos atrás
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 15 anos atrás
  H. Peter Anvin f44205b9ea [pcbios] Don't use "lret $2" to return from an interrupt 15 anos atrás
  Michael Brown 323cdf8c4c [xfer] Implement xfer_vreopen() to properly handle redirections 15 anos atrás
  Michael Brown 784d3f336e [pxe] Set %ax to zero on entry to PXE NBP 15 anos atrás
  H. Peter Anvin aaa26f3bd3 [pxe] Initialize EDX on PXE NBP entry and INT 1Ah 15 anos atrás
  Michael Brown c9e5b12473 [i386] Add explicit flags and type on all .section declarations 15 anos atrás
  Michael Brown e65afc4b10 [dhcp] Split PXE menuing code out of dhcp.c 15 anos atrás
  Michael Brown 1284773363 [tftp] Temporary fix for conveying TFTP block size to callers 15 anos atrás
  Michael Brown b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long 15 anos atrás
  Michael Brown dc60c24146 [i386] Rename __cdecl to __asmcall 15 anos atrás
  Michael Brown 446b6d5fdd [pxe] Move all PXE files to arch/i386 15 anos atrás
  Michael Brown 13d09e6719 [i386] Simplify linker script and standardise linker-defined symbol names 15 anos atrás
  Michael Brown fed106b7fb [pxe] Enable interrupts before starting PXE NBP execution 15 anos atrás
  Michael Brown c0beec8baf [pxe] Add a dummy PXENV+ entry point at UNDI_CS:0000 16 anos atrás
  Michael Brown fc0c40a5b0 [pxe] Fill in UNDIROMID pointer in !PXE structure 16 anos atrás
  Michael Brown 4fbbf651d7 [i386] Change semantics of __from_data16 and __from_text16 16 anos atrás
  H. Peter Anvin d62e89d776 [PXEXT] Add FILE_API_CHECK API function 16 anos atrás
  Michael Brown b62f2325ba [PXEXT] Add PXENV_FILE_EXEC call to PXE extensions API. 16 anos atrás
  Michael Brown 950057eeed Add PXE FILE API. 17 anos atrás
  Michael Brown a6a1052096 Applied a modified version of holger's regparm patches. 17 anos atrás
  Michael Brown dca470cb21 Add (untested) UNDI loader C-level implementation. 17 anos atrás
  Michael Brown 8130443f9f Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c 17 anos atrás
  Michael Brown 7bc03d37a2 Select a PXE network device before starting PXE NBP. 17 anos atrás
  Michael Brown bd863e4112 Add header for pxe_boot() 17 anos atrás
  Michael Brown 8a45f619a9 Fix building on gas versions that don't auto-insert addr32 prefixes 17 anos atrás
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are 17 anos atrás
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation 17 anos atrás
  Michael Brown 4afc494b83 Both the !PXE and PXENV+ structures must be paragraph-aligned 18 anos atrás
  Michael Brown fd07f56f0d Note to self: learn to count. 18 anos atrás