70 Commits (v0.9.3)

Autor SHA1 Mensaje Fecha
  Michael Brown 5e4e267177 Start restructuring pxe_tftp.c to cope with multicast (MTFTP) receives. hace 16 años
  Michael Brown c9c8cdeb8b Add pxe_set_cached_filename() so that pxe_tftp.c can also update the hace 16 años
  Michael Brown 84f99f781e Use XFER_INIT() macro. hace 16 años
  Michael Brown f6a8158eed Make seek information part of the xfer metadata, rather than an entirely hace 16 años
  Michael Brown 1949641d10 Fix compiler warnings that appear only on OpenBSD. hace 16 años
  Michael Brown 6b0e147e0d Don't complain when callers provide too-short buffers for hace 16 años
  Michael Brown 838ecba131 Provide individually cached constructed copies of DHCP packets via hace 16 años
  Michael Brown 3a2473f123 Do not fill in the BufferLimit field in struct hace 16 años
  Michael Brown 950057eeed Add PXE FILE API. hace 17 años
  Michael Brown 07f84566d5 Make read_user() non-blocking, and add select() call. hace 17 años
  Michael Brown 5e26df0325 Centralise construction of the DHCP request and response packets. hace 17 años
  Michael Brown 9aa61ad5a2 Add per-file error identifiers hace 17 años
  Michael Brown b34d4d0449 Separate the "is data ready" function of xfer_seek() into an hace 17 años
  Michael Brown ca4c6f9eee Kill off unused request() method in data-xfer interface. hace 17 años
  Michael Brown 4c418d2100 Use net_device_operations structure and netdev_nullify() to allow for hace 17 años
  Michael Brown 539ff45fd0 Allow recording of TX and RX errors to aid in end-user debugging. hace 17 años
  Michael Brown 0324d5ff70 !PXE and PXENV+ structures are in code segment, not data segment. hace 17 años
  Michael Brown dca470cb21 Add (untested) UNDI loader C-level implementation. hace 17 años
  Michael Brown 89349d7fad Separated out initialisation functions from startup/shutdown functions. hace 17 años
  Michael Brown 5ce5e6d846 Move pxe_netdev and set_pxe_netdev to pxe_undi.c and remove hace 17 años
  Michael Brown 0924cf678e Implemented (untested) PXENV_START_UNDI. hace 17 años
  Michael Brown 30a442aef8 Report our interface type as "gPXE" to avoid working around Etherboot hace 17 años
  Michael Brown 1ce0b4bbfb Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason to hace 17 años
  Michael Brown 5f92f0bd82 Reserve space for link-layer header in pxenv_undi_transmit() when not hace 17 años
  Michael Brown 258afef751 Add missing call to free_iob() in pxenv_undi_isr(). hace 17 años
  Michael Brown 4968caab82 Add trivial net device statistics (TX and RX packet count), reported hace 17 años
  Michael Brown cbd956535e Place netdev_open()/netdev_close() calls in appropriate places. hace 17 años
  Michael Brown 8f37a6a424 Add mechanism for providing TX completion events. hace 17 años
  Michael Brown 332614a382 Add untested support for UNDI transmit and receive. hace 17 años
  Michael Brown e42eba4af4 Use a common base-memory packet buffer for DHCP construction (as used hace 17 años
  Michael Brown 5f17089b14 pxe_netdev now holds a reference to the network device. hace 17 años
  Michael Brown e3bbfd7a75 Call shutdown() from pxenv_undi_shutdown(). Probably not totally hace 17 años
  Michael Brown 4472e22b5e Implement the two UNDI API calls used by RIS. hace 17 años
  Michael Brown d05d8edd42 Implement the "overwrite TFTP filename" Microsoft RIS bug workaround. hace 17 años
  Michael Brown 8130443f9f Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c hace 17 años
  Michael Brown 9125070f51 I really, really screwed up the semantics of BufferSize and BufferLimit. hace 17 años
  Michael Brown 40d6d3dcf4 Windows RIS now gets as far as downloading NTLDR. hace 17 años
  Michael Brown e381714c07 Partial migration of UDP to data-xfer interface. (Will not link at hace 17 años
  Michael Brown 01b4bde8a0 Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer hace 17 años
  Michael Brown 23008b9326 Updated to use POSIX-style file I/O layer. hace 17 años
  Michael Brown 5ff23aa406 Include stdlib.h rather than malloc.h hace 17 años
  Michael Brown a5a330339b Split DBG() statement containing two inet_ntoa() statements; they hace 17 años
  Michael Brown ce7289a766 Dump buffer and packet information in PXENV_UDP_READ as well hace 17 años
  Michael Brown 6dcb182aee Fill in BufferSize in PXENV_GET_CACHED_INFO hace 17 años
  Michael Brown 3b2f6e4585 Currently unusable; do not attempt to compile hace 17 años
  Michael Brown d4894f0127 We *should* use the persistent reference API for our netdev reference, hace 17 años
  Michael Brown 84a2b886e1 Split error-message table portions of errno.h out to gpxe/errortab.h hace 17 años
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are hace 18 años
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation hace 18 años
  Michael Brown f018da8215 Implement enough of PXENV_GET_CACHED_INFO to support pxelinux. hace 18 años