36 Commits (acd598b4f93473f1792686a8ab691c88f1d4d8e5)

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