36 Commits (acd598b4f93473f1792686a8ab691c88f1d4d8e5)

Author SHA1 Message Date
  Michael Brown e4c9c91d6e Removed debugging statements that should not have been checked in. 17 years ago
  Michael Brown 4b08f4cf0f Quick hack to get image booting working again 17 years ago
  Michael Brown 7d6e4aab6f Use monojob and dhcp_configure_netdev(). 17 years ago
  Michael Brown 07dc294de8 Update DHCP to use data-xfer interface (not yet tested). 17 years ago
  Michael Brown e708137029 DNS code now records a whole struct sockaddr for the name server. 17 years ago
  Michael Brown b256900d4f Scripts temporarily deregister themselves while executing. This 17 years ago
  Anselm Martin Hoffmeister ed7dc02a95 hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise 17 years ago
  Michael Brown 160e66dbb9 Typo 17 years ago
  Michael Brown bde8878eef Keep HTTP progress updated, and display a progress indicator during the 17 years ago
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h 17 years ago
  Michael Brown 4e3976711d A working name resolution framework 17 years ago
  Michael Brown dd6d94004f HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any 17 years ago
  Michael Brown 544fa25928 Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously 17 years ago
  Michael Brown ff8528ea9a Create and use async_block() macro; it cuts down on the visual overhead 17 years ago
  Michael Brown f11da20f25 When a network device is specified to tcpip_tx() or it's children, treat 17 years ago
  Michael Brown df0397f334 Update TFTP and FTP to take the same temporary URI scheme as HTTP 17 years ago
  Michael Brown afa752f5fb Protocol's get() method no longer takes ownership of the URI. HTTP is the 17 years ago
  Michael Brown 4e20d73bb5 Gave asynchronous operations approximate POSIX signal semantics. This 17 years ago
  Michael Brown 341c0b9cfb Add HTTP test support 17 years ago
  Michael Brown 49fc8dcdc3 Use dhcp(), imgfetch() etc. to boot rather than dhcp_test(). 17 years ago
  Michael Brown 9952df9b52 Add "dhcp" command 17 years ago
  Michael Brown e2c0055e23 Let ifmgmt.c take care of calling efree(), since it's the once which 17 years ago
  Michael Brown 39ede8c7e8 Added dhcp() user-level command. 17 years ago
  Michael Brown 475d6d1f7c fetch() now knows nothing about struct image; it simply loads a file and 17 years ago
  Michael Brown 2876197306 Allow "imgexec" with no arguments to boot the file that was loaded with 17 years ago
  Michael Brown f135a37f30 Cleaner separation between imgXXX() functions and image_cmd.c 17 years ago
  Michael Brown 9817f93094 Add basic "fetch" and "imgstat" commands. 17 years ago
  Michael Brown de042993c0 Warn when net device on an active route is not open. 17 years ago
  Michael Brown d9ba8f790b Add route() function to display routing table. 17 years ago
  Michael Brown 78ded6604a Try booting from the "boot" network device first (i.e. the one which we 17 years ago
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device 17 years ago
  Michael Brown 55e590ab3a Move header file for usr/autoboot.c to include/usr 17 years ago
  Michael Brown d24b80acf2 Added network interface management commands 17 years ago
  Michael Brown 98b6154c3e Add "name" field to network device, to facilitate netdev commands. 17 years ago
  Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API. 17 years ago
  Michael Brown 84202d89f0 Split the (quick hack) boot logic out from main.c to autoboot.c, add a 17 years ago