summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Expand)AuthorAgeFilesLines
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-192-187/+0Star
* [netdevice] Retain and report detailed error breakdownsMichael Brown2008-11-081-2/+23
* [hacks] Improve the guess_boot_netdev() logicMichael Brown2008-10-312-6/+8
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-133-10/+28
* [autoboot] Retain initial-slash (if present) when constructing TFTP URIsMichael Brown2008-07-311-3/+30
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-172-19/+55
* [image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2008-07-081-5/+9
* [NETDEV] Add notion of link stateMichael Brown2008-04-222-1/+34
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-253-6/+2Star
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-231-6/+0Star
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-18/+5Star
* [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-211-2/+2
* [Settings] Convert code in src/usr to use settings API.Michael Brown2008-03-213-6/+7
* [Command] Add "sanboot" command.Michael Brown2008-03-041-1/+1
* Added the embedded pxelinux payload patch from hpa.Michael Brown2008-01-081-0/+30
* Remove the obsolete pre-aBFT AoE boot table.Michael Brown2007-12-121-30/+0Star
* Remove some assumptions about DHCP obtaining only a single options block.Michael Brown2007-11-211-8/+11
* Display name and status of each file as it is downloaded.Michael Brown2007-08-033-13/+12Star
* Error message cleanups.Michael Brown2007-08-021-1/+1
* Allow images to hold references to the originating URI.Michael Brown2007-08-022-33/+17Star
* Added support for draft version of the AoE Boot Firmware Table.Michael Brown2007-07-311-0/+3
* Fix endianness of "shelf" fieldMichael Brown2007-07-311-1/+2
* Added the AoE boot information table as used by Vampyre's AoEMichael Brown2007-07-311-0/+33
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-292-4/+74
* Merge branch 'symcheck2'Michael Brown2007-07-281-1/+1
|\
| * make netboot() staticHolger Lubitz2007-07-271-1/+1
* | Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown2007-07-261-0/+24
|/
* Fix up iscsiboot missing prototype warningsMichael Brown2007-07-092-0/+47
* Ready to start testingMichael Brown2007-07-081-26/+66
* 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