| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add trivial net device statistics (TX and RX packet count), reported | Michael Brown | 2007-07-03 | 1 | -2/+3 |
| * | Removed debugging statements that should not have been checked in. | Michael Brown | 2007-06-28 | 1 | -2/+0 |
| * | Quick hack to get image booting working again | Michael Brown | 2007-06-28 | 2 | -38/+32 |
| * | Use monojob and dhcp_configure_netdev(). | Michael Brown | 2007-06-28 | 1 | -68/+19 |
| * | Update DHCP to use data-xfer interface (not yet tested). | Michael Brown | 2007-06-28 | 1 | -1/+10 |
| * | DNS code now records a whole struct sockaddr for the name server. | Michael Brown | 2007-06-12 | 1 | -2/+5 |
| * | Scripts temporarily deregister themselves while executing. This | Michael Brown | 2007-06-09 | 1 | -1/+2 |
| * | hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise | Anselm Martin Hoffmeister | 2007-04-09 | 1 | -0/+5 |
| * | Typo | Michael Brown | 2007-03-20 | 1 | -2/+2 |
| * | Keep HTTP progress updated, and display a progress indicator during the | Michael Brown | 2007-01-29 | 1 | -3/+4 |
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 5 | -5/+5 |
| * | A working name resolution framework | Michael Brown | 2007-01-18 | 1 | -2/+10 |
| * | HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any | Michael Brown | 2007-01-18 | 2 | -114/+8 |
| * | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 2 | -7/+7 |
| * | Create and use async_block() macro; it cuts down on the visual overhead | Michael Brown | 2007-01-16 | 2 | -12/+5 |
| * | When a network device is specified to tcpip_tx() or it's children, treat | Michael Brown | 2007-01-16 | 1 | -0/+3 |
| * | 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 |
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 2 | -29/+46 |
| * | 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 |
| * | 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 |
| * | Allow "imgexec" with no arguments to boot the file that was loaded with | Michael Brown | 2007-01-12 | 1 | -0/+16 |
| * | 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 |
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 1 | -2/+3 |
| * | 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 |
| * | Split the (quick hack) boot logic out from main.c to autoboot.c, add a | Michael Brown | 2006-12-20 | 1 | -0/+40 |