28 コミット (db2fde474e4b67482251b3cae5e0068d46af4ab5)

作成者 SHA1 メッセージ 日付
  Michael Brown bde8878eef Keep HTTP progress updated, and display a progress indicator during the 18年前
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h 19年前
  Michael Brown 4e3976711d A working name resolution framework 19年前
  Michael Brown dd6d94004f HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any 19年前
  Michael Brown 544fa25928 Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously 19年前
  Michael Brown ff8528ea9a Create and use async_block() macro; it cuts down on the visual overhead 19年前
  Michael Brown f11da20f25 When a network device is specified to tcpip_tx() or it's children, treat 19年前
  Michael Brown df0397f334 Update TFTP and FTP to take the same temporary URI scheme as HTTP 19年前
  Michael Brown afa752f5fb Protocol's get() method no longer takes ownership of the URI. HTTP is the 19年前
  Michael Brown 4e20d73bb5 Gave asynchronous operations approximate POSIX signal semantics. This 19年前
  Michael Brown 341c0b9cfb Add HTTP test support 19年前
  Michael Brown 49fc8dcdc3 Use dhcp(), imgfetch() etc. to boot rather than dhcp_test(). 19年前
  Michael Brown 9952df9b52 Add "dhcp" command 19年前
  Michael Brown e2c0055e23 Let ifmgmt.c take care of calling efree(), since it's the once which 19年前
  Michael Brown 39ede8c7e8 Added dhcp() user-level command. 19年前
  Michael Brown 475d6d1f7c fetch() now knows nothing about struct image; it simply loads a file and 19年前
  Michael Brown 2876197306 Allow "imgexec" with no arguments to boot the file that was loaded with 19年前
  Michael Brown f135a37f30 Cleaner separation between imgXXX() functions and image_cmd.c 19年前
  Michael Brown 9817f93094 Add basic "fetch" and "imgstat" commands. 19年前
  Michael Brown de042993c0 Warn when net device on an active route is not open. 19年前
  Michael Brown d9ba8f790b Add route() function to display routing table. 19年前
  Michael Brown 78ded6604a Try booting from the "boot" network device first (i.e. the one which we 19年前
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device 19年前
  Michael Brown 55e590ab3a Move header file for usr/autoboot.c to include/usr 19年前
  Michael Brown d24b80acf2 Added network interface management commands 19年前
  Michael Brown 98b6154c3e Add "name" field to network device, to facilitate netdev commands. 19年前
  Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API. 19年前
  Michael Brown 84202d89f0 Split the (quick hack) boot logic out from main.c to autoboot.c, add a 19年前