summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Expand)AuthorAgeFilesLines
* Allow recording of TX and RX errors to aid in end-user debugging.Michael Brown2007-07-051-2/+3
* Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor2007-07-031-28/+0Star
* Add trivial net device statistics (TX and RX packet count), reportedMichael Brown2007-07-031-2/+3
* Removed debugging statements that should not have been checked in.Michael Brown2007-06-281-2/+0Star
* Quick hack to get image booting working againMichael Brown2007-06-282-38/+32Star
* Use monojob and dhcp_configure_netdev().Michael Brown2007-06-281-68/+19Star
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-281-1/+10
* DNS code now records a whole struct sockaddr for the name server.Michael Brown2007-06-121-2/+5
* Scripts temporarily deregister themselves while executing. ThisMichael Brown2007-06-091-1/+2
* hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewiseAnselm Martin Hoffmeister2007-04-091-0/+5
* TypoMichael Brown2007-03-201-2/+2
* Keep HTTP progress updated, and display a progress indicator during theMichael Brown2007-01-291-3/+4
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-195-5/+5
* A working name resolution frameworkMichael Brown2007-01-181-2/+10
* HTTP/DNS now working fully asynchronously. HTTP/IP addresses and anyMichael Brown2007-01-182-114/+8Star
* Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown2007-01-162-7/+7
* Create and use async_block() macro; it cuts down on the visual overheadMichael Brown2007-01-162-12/+5Star
* When a network device is specified to tcpip_tx() or it's children, treatMichael Brown2007-01-161-0/+3
* Update TFTP and FTP to take the same temporary URI scheme as HTTPMichael Brown2007-01-151-9/+12
* Protocol's get() method no longer takes ownership of the URI. HTTP is theMichael Brown2007-01-151-2/+1Star
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-152-29/+46
* Add HTTP test supportMichael Brown2007-01-121-3/+22
* Use dhcp(), imgfetch() etc. to boot rather than dhcp_test().Michael Brown2007-01-121-5/+35
* Add "dhcp" commandMichael Brown2007-01-121-0/+4
* Let ifmgmt.c take care of calling efree(), since it's the once whichMichael Brown2007-01-121-3/+13
* Added dhcp() user-level command.Michael Brown2007-01-121-0/+83
* fetch() now knows nothing about struct image; it simply loads a file andMichael Brown2007-01-122-9/+13
* Allow "imgexec" with no arguments to boot the file that was loaded withMichael Brown2007-01-121-0/+16
* Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown2007-01-122-9/+75
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-122-0/+130
* Warn when net device on an active route is not open.Michael Brown2007-01-101-0/+2
* Add route() function to display routing table.Michael Brown2007-01-102-0/+44
* Try booting from the "boot" network device first (i.e. the one which weMichael Brown2007-01-101-7/+80
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+3
* Move header file for usr/autoboot.c to include/usrMichael Brown2007-01-101-1/+3
* Added network interface management commandsMichael Brown2007-01-102-13/+75
* Add "name" field to network device, to facilitate netdev commands.Michael Brown2007-01-101-1/+1
* Make open() and close() an official part of the netdevice API.Michael Brown2007-01-041-3/+15
* Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown2006-12-201-0/+40