| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [sanboot] Quick and dirty hack to make SAN boot protocols selectable | Michael Brown | 2008-10-13 | 2 | -12/+0![]() |
| | | |||||
| * | [iSCSI] Support Windows Server 2008 direct iSCSI installation | Michael Brown | 2008-07-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Add yet another ugly hack to iscsiboot.c, this time to allow the user to inhibit the shutdown/removal of the iSCSI INT13 device (and the network devices, since they are required for the iSCSI device to function). On the plus side, the fact that shutdown() now takes flags to differentiate between shutdown-for-exit and shutdown-for-boot means that another ugly hack (to allow returning via the PXE stack on BIOSes that have broken INT 18 calls) will be easier. I feel dirty. | ||||
| * | [NETDEV] Add notion of link state | Michael Brown | 2008-04-22 | 1 | -0/+1 |
| | | | | | | | | | | | | Add ability for network devices to flag link up/down state to the networking core. Autobooting code will now wait for link-up before attempting DHCP. IPoIB reflects the Infiniband link state as the network device link state (which is not strictly correct; we also need a succesful IPoIB IPv4 broadcast group join), but is probably more informative. | ||||
| * | [Command] Add "sanboot" command. | Michael Brown | 2008-03-04 | 1 | -0/+1 |
| | | |||||
| * | Allow images to hold references to the originating URI. | Michael Brown | 2007-08-02 | 1 | -1/+2 |
| | | | | | Some shuffling around of the image management code; this needs tidying up. | ||||
| * | Quick hack to get AoE back in to the tree, on a par with the current | Michael Brown | 2007-07-29 | 1 | -0/+6 |
| | | | | | iSCSI hack. | ||||
| * | Fix up iscsiboot missing prototype warnings | Michael Brown | 2007-07-09 | 1 | -0/+6 |
| | | |||||
| * | Quick hack to get image booting working again | Michael Brown | 2007-06-28 | 1 | -2/+1![]() |
| | | |||||
| * | HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any | Michael Brown | 2007-01-18 | 1 | -16/+0![]() |
| | | | | | other protocol won't work at the moment. | ||||
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). Anything other than HTTP is probably broken right now; I'll fix the others up asap. | ||||
| * | Added missing declaration. | Michael Brown | 2007-01-12 | 1 | -0/+2 |
| | | |||||
| * | Added dhcp() user-level command. | Michael Brown | 2007-01-12 | 1 | -0/+14 |
| | | |||||
| * | fetch() now knows nothing about struct image; it simply loads a file and | Michael Brown | 2007-01-12 | 1 | -2/+5 |
| | | | | | returns the allocated buffer. | ||||
| * | Allow "imgexec" with no arguments to boot the file that was loaded with | Michael Brown | 2007-01-12 | 1 | -0/+1 |
| | | | | | "kernel". | ||||
| * | Cleaner separation between imgXXX() functions and image_cmd.c | Michael Brown | 2007-01-12 | 1 | -0/+5 |
| | | |||||
| * | Add basic "fetch" and "imgstat" commands. | Michael Brown | 2007-01-12 | 2 | -0/+25 |
| | | |||||
| * | Add route() function to display routing table. | Michael Brown | 2007-01-10 | 1 | -0/+12 |
| | | |||||
| * | Move header file for usr/autoboot.c to include/usr | Michael Brown | 2007-01-10 | 1 | -0/+12 |
| | | |||||
| * | Added network interface management commands | Michael Brown | 2007-01-10 | 1 | -0/+16 |

