| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update TFTP and FTP to take the same temporary URI scheme as HTTP | Michael Brown | 2007-01-15 | 1 | -9/+12 |
| | | |||||
| * | Protocol's get() method no longer takes ownership of the URI. HTTP is the | Michael Brown | 2007-01-15 | 1 | -2/+1![]() |
| | | | | | | exception rather than the rule; we may as well keep things clean for other protocols. | ||||
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 2 | -29/+46 |
| | | | | | | | | | | | | 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. | ||||
| * | Add HTTP test support | Michael Brown | 2007-01-12 | 1 | -3/+22 |
| | | |||||
| * | Use dhcp(), imgfetch() etc. to boot rather than dhcp_test(). | Michael Brown | 2007-01-12 | 1 | -5/+35 |
| | | |||||
| * | Add "dhcp" command | Michael Brown | 2007-01-12 | 1 | -0/+4 |
| | | |||||
| * | Let ifmgmt.c take care of calling efree(), since it's the once which | Michael Brown | 2007-01-12 | 1 | -3/+13 |
| | | | | | | | | took out the contract to eventually call efree() when it called fetch(). Maintain the most recently loaded image at the start of the list, so that imgautoselect() will pick it. | ||||
| * | Added dhcp() user-level command. | Michael Brown | 2007-01-12 | 1 | -0/+83 |
| | | |||||
| * | fetch() now knows nothing about struct image; it simply loads a file and | Michael Brown | 2007-01-12 | 2 | -9/+13 |
| | | | | | returns the allocated buffer. | ||||
| * | Allow "imgexec" with no arguments to boot the file that was loaded with | Michael Brown | 2007-01-12 | 1 | -0/+16 |
| | | | | | "kernel". | ||||
| * | Cleaner separation between imgXXX() functions and image_cmd.c | Michael Brown | 2007-01-12 | 2 | -9/+75 |
| | | |||||
| * | Add basic "fetch" and "imgstat" commands. | Michael Brown | 2007-01-12 | 2 | -0/+130 |
| | | |||||
| * | Warn when net device on an active route is not open. | Michael Brown | 2007-01-10 | 1 | -0/+2 |
| | | |||||
| * | Add route() function to display routing table. | Michael Brown | 2007-01-10 | 2 | -0/+44 |
| | | |||||
| * | Try booting from the "boot" network device first (i.e. the one which we | Michael Brown | 2007-01-10 | 1 | -7/+80 |
| | | | | | | were loaded from). The code to identify this device isn't present yet, but the code to act upon the knowledge is. | ||||
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 1 | -2/+3 |
| | | | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing). | ||||
| * | Move header file for usr/autoboot.c to include/usr | Michael Brown | 2007-01-10 | 1 | -1/+3 |
| | | |||||
| * | Added network interface management commands | Michael Brown | 2007-01-10 | 2 | -13/+75 |
| | | |||||
| * | Add "name" field to network device, to facilitate netdev commands. | Michael Brown | 2007-01-10 | 1 | -1/+1 |
| | | |||||
| * | Make open() and close() an official part of the netdevice API. | Michael Brown | 2007-01-04 | 1 | -3/+15 |
| | | | | | Call netdevice's poll() and transmit() methods only when device is open. | ||||
| * | Split the (quick hack) boot logic out from main.c to autoboot.c, add a | Michael Brown | 2006-12-20 | 1 | -0/+40 |
| "boot" command to attempt booting from within the command shell, fall back to shell if boot fails for any reason. | |||||

