| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
