36 Révisions (acd598b4f93473f1792686a8ab691c88f1d4d8e5)

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