aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-06-30Place the actual version string in .data16, rather than just theMichael Brown1-1/+1
2007-06-30Implement the two UNDI API calls used by RIS.Michael Brown2-43/+78
2007-06-30Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.Michael Brown2-3/+23
2007-06-30Separate out pxe_start_nbp() from pxe_image.c into pxe_call.cMichael Brown5-65/+46
2007-06-30Don't build option-overloaded packets; they just confuse people (ISCMichael Brown2-55/+15
2007-06-29I really, really screwed up the semantics of BufferSize and BufferLimit.Michael Brown1-6/+7
2007-06-29Windows RIS now gets as far as downloading NTLDR.Michael Brown2-5/+14
2007-06-28Fix stack on return from PXE NBP so that we can return properly.Michael Brown1-1/+2
2007-06-28Use internal real-mode stack from non-returnable prefixesMichael Brown3-0/+21
2007-06-28Revert "Move stack to below 0x7c00; leaving it at the default location"Michael Brown1-5/+3
2007-06-28Set current working URI based on TFTP server specified by DHCP.Michael Brown1-0/+15
2007-06-28Move stack to below 0x7c00; leaving it at the default locationMichael Brown1-3/+5
2007-06-28Obsoleted by downloader.cMichael Brown2-235/+0
2007-06-28Added missing config.[ch] lines for FTP protocolMichael Brown2-0/+4
2007-06-28Bugfix: iobuf->data always points to the start of the allocatedMichael Brown1-1/+1
2007-06-28Mildly ugly hack to force correct linkage.Michael Brown3-6/+20
2007-06-28Removed debugging statements that should not have been checked in.Michael Brown2-4/+0
2007-06-28Quick hack to get image booting working againMichael Brown5-68/+69
2007-06-28Use monojob and dhcp_configure_netdev().Michael Brown1-68/+19
2007-06-28Add dhcp_configure_netdev()Michael Brown2-4/+65
2007-06-28Added monojob controller in lieu of a full working shell.Michael Brown4-0/+102
2007-06-28Forgot to set initial session state. Now works!Michael Brown1-0/+1
2007-06-28Kill off job::start() (it was only ever added as part of an abortedMichael Brown4-13/+0
2007-06-27Update DHCP to use data-xfer interface (not yet tested).Michael Brown8-143/+245
2007-06-27Kill off hotplug.h and just make net devices normal reference-countedMichael Brown16-256/+112
2007-06-20Partial migration of UDP to data-xfer interface. (Will not link atMichael Brown3-331/+310
2007-06-20Add iob_ensure_headroom() placeholder.Michael Brown1-0/+19
2007-06-13Treat URIs opened via xfer_open() and friends as relative to theMichael Brown1-5/+23
2007-06-11Add concept of "current working URI".Michael Brown3-5/+61
2007-06-11Remove unused headers.Michael Brown2-4/+2
2007-06-11DNS code now records a whole struct sockaddr for the name server.Michael Brown1-2/+5
2007-06-11Updated DNS to use not-yet-implemented UDP data-xfer API.Michael Brown3-127/+122
2007-06-11Merge branch 'master' into mcb-tcp-xferMichael Brown2-4/+7
2007-06-11Renamed _calloc() to zalloc(), ready to be used as a standalone function.Michael Brown2-4/+7
2007-06-11Updated TFTP and PXE UDP API code to use not-yet-implemented data-xferMichael Brown4-401/+468
2007-06-11Add concept of transfer metadata, to be used by UDP in order toMichael Brown6-13/+54
2007-06-10Merge branch 'master' into mcb-tcp-xferMichael Brown1-0/+1
2007-06-10Add missing call to free_iob().Michael Brown1-0/+1
2007-06-10Add our own trivial version of stdarg.h. This makes our buildMichael Brown1-0/+22
2007-06-09Merge branch 'master' into mcb-tcp-xferMichael Brown5-0/+0
2007-06-09Rename .cvsignore files to .gitignoreMichael Brown5-0/+0
2007-06-09Merge branch 'master' into mcb-tcp-xferMichael Brown4-8/+9
2007-06-09Update email addresses in driversMarty Connor4-8/+9
2007-06-09Scripts temporarily deregister themselves while executing. ThisMichael Brown3-18/+18
2007-06-09Allow xfer_open() to take a struct uri as well as a URI string.Michael Brown3-18/+40
2007-06-09Add our own trivial version of stdarg.h. This makes our buildMichael Brown1-0/+22
2007-06-09Use standard xfer_open() argument list for downloader instantiatorMichael Brown2-9/+14
2007-06-09Add reference counting to register/unregister procedure.Michael Brown1-0/+32
2007-06-08Merge branch 'master' into mcb-tcp-xferMichael Brown1-1/+1
2007-06-08Merge branch 'master' into mcb-tcp-xferMichael Brown27-1043/+789