summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initial notes on RISMichael Brown2007-06-291-0/+23
|
* Fix stack on return from PXE NBP so that we can return properly.Michael Brown2007-06-291-1/+2
|
* Use internal real-mode stack from non-returnable prefixesMichael Brown2007-06-283-0/+21
|
* Revert "Move stack to below 0x7c00; leaving it at the default location"Michael Brown2007-06-281-5/+3Star
| | | | This reverts commit 03ca71c38da9cc6df01ecd9ef16e97a0edb6a4e9.
* Set current working URI based on TFTP server specified by DHCP.Michael Brown2007-06-281-0/+15
|
* Current bochs has a 128kB BIOS, not 64kBMichael Brown2007-06-281-1/+1
|
* Move stack to below 0x7c00; leaving it at the default locationMichael Brown2007-06-281-3/+5
| | | | (0x7ef4) tends to really screw up anything that loads at 0x7c00...
* Obsoleted by downloader.cMichael Brown2007-06-282-235/+0Star
|
* Added missing config.[ch] lines for FTP protocolMichael Brown2007-06-282-0/+4
|
* Bugfix: iobuf->data always points to the start of the allocatedMichael Brown2007-06-281-1/+1
| | | | portion, not to the bit we want to currently write to...
* Mildly ugly hack to force correct linkage.Michael Brown2007-06-283-6/+20
|
* Removed debugging statements that should not have been checked in.Michael Brown2007-06-282-4/+0Star
|
* Quick hack to get image booting working againMichael Brown2007-06-285-68/+69
|
* Use monojob and dhcp_configure_netdev().Michael Brown2007-06-281-68/+19Star
|
* Add dhcp_configure_netdev()Michael Brown2007-06-282-4/+65
|
* Added monojob controller in lieu of a full working shell.Michael Brown2007-06-284-0/+102
|
* Forgot to set initial session state. Now works!Michael Brown2007-06-281-0/+1
|
* Kill off job::start() (it was only ever added as part of an abortedMichael Brown2007-06-284-13/+0Star
| | | | attempt at triggering TCP-related protocols to start).
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-288-143/+245
|
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-2716-256/+112Star
| | | | | | structures. DHCP still broken and #if 0'd out.
* Partial migration of UDP to data-xfer interface. (Will not link atMichael Brown2007-06-203-331/+310Star
| | | | present; DHCP is broken).
* Add iob_ensure_headroom() placeholder.Michael Brown2007-06-201-0/+19
|
* Treat URIs opened via xfer_open() and friends as relative to theMichael Brown2007-06-131-5/+23
| | | | current working URI.
* Add concept of "current working URI".Michael Brown2007-06-123-5/+61
|
* Remove unused headers.Michael Brown2007-06-122-4/+2Star
|
* DNS code now records a whole struct sockaddr for the name server.Michael Brown2007-06-121-2/+5
|
* Updated DNS to use not-yet-implemented UDP data-xfer API.Michael Brown2007-06-123-127/+122Star
|
* Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-112-4/+7
|\
| * Renamed _calloc() to zalloc(), ready to be used as a standalone function.Michael Brown2007-06-112-4/+7
| |
* | Updated TFTP and PXE UDP API code to use not-yet-implemented data-xferMichael Brown2007-06-114-401/+468
| | | | | | | | UDP API.
* | Add concept of transfer metadata, to be used by UDP in order toMichael Brown2007-06-116-13/+54
| | | | | | | | implement sendto()/recvfrom() equivalents.
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-101-0/+1
|\|
| * Add missing call to free_iob().Michael Brown2007-06-101-0/+1
| |
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-100-0/+0
|\|
| * Add our own trivial version of stdarg.h. This makes our buildMichael Brown2007-06-101-0/+22
| | | | | | | | | | | | | | entirely self-hosted (which avoids problems when building the same tree on multiple systems - e.g. when you have /home NFS-mounted). Also saves around 50 bytes in total - not sure why.
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-096-0/+2
|\|
| * Ignore external directories (bochs, qemu) within contrib/bochs.Michael Brown2007-06-091-0/+2
| |
| * Rename .cvsignore files to .gitignoreMichael Brown2007-06-096-0/+0
| |
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-094-8/+9
|\|
| * Update email addresses in driversMarty Connor2007-06-094-8/+9
| |
* | Scripts temporarily deregister themselves while executing. ThisMichael Brown2007-06-093-18/+18
| | | | | | | | | | allows us to avoid execution loops without having to hack around the image registration order.
* | Allow xfer_open() to take a struct uri as well as a URI string.Michael Brown2007-06-093-18/+40
| |
* | Add our own trivial version of stdarg.h. This makes our buildMichael Brown2007-06-091-0/+22
| | | | | | | | | | | | | | entirely self-hosted (which avoids problems when building the same tree on multiple systems - e.g. when you have /home NFS-mounted). Also saves around 50 bytes in total - not sure why.
* | Use standard xfer_open() argument list for downloader instantiatorMichael Brown2007-06-092-9/+14
| |
* | Add reference counting to register/unregister procedure.Michael Brown2007-06-091-0/+32
| |
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-081-1/+1
|\|
| * Updated email mdc's email addressMarty Connor2007-06-081-1/+1
| |
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-0827-1043/+789Star
|\|
| * Conflicts with native asn1.cMichael Brown2007-06-081-867/+0Star
| |
| * Add a couple of tests for the URI parsing and resolving code.Michael Brown2007-06-031-0/+145
| |