summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Expand)AuthorAgeFilesLines
...
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-4/+0Star
* [dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown2010-12-151-7/+9
* [autoboot] Merge "netboot" command into "autoboot"Michael Brown2010-11-221-18/+19
* [autoboot] Use generic option-parsing libraryMichael Brown2010-11-211-3/+5
* [autoboot] Add "netboot" commandMichael Brown2010-11-201-1/+1
* [lotest] Fix endianness in status messageMichael Brown2010-11-201-1/+1
* [lotest] Use network device receive queue freezingMichael Brown2010-11-201-2/+7
* [lotest] Move lotest.h to correct directoryMichael Brown2010-11-191-15/+0Star
* [autoboot] Introduce "skip-san-boot" optionDave Hansen2010-10-221-4/+17
* [autoboot] Improve visibility of error messagesMichael Brown2010-10-221-27/+34
* [fc] Use port WWN rather than node WWN as the primary Fibre Channel nameMichael Brown2010-10-151-6/+5Star
* [netdevice] Pass both link-layer addresses in net_tx() and net_rx()Michael Brown2010-10-071-2/+4
* [lotest] Add loopback testing commandsMichael Brown2010-09-212-0/+225
* [fc] Add Fibre Channel management commandsMichael Brown2010-09-151-0/+117
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-141-8/+62
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-18/+0Star
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-271-1/+8
* [build] Rename gPXE to iPXEMichael Brown2010-04-207-28/+28
* [netdevice] Add netdev_is_open() wrapper functionMichael Brown2010-03-233-3/+3
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-212-4/+8
* [config] Make PXE stack a compile-time optionJoshua Oreman2010-01-201-1/+1
* [dhcp] Add generic facility for using cached network settingsJoshua Oreman2010-01-201-1/+6
* [iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman2010-01-051-0/+244
* [pxebs] Consistently interpret PXE type field as little-endianJoshua Oreman2009-11-211-1/+1
* [autoboot] Ensure that an error message is always printed for a boot failureMichael Brown2009-11-181-14/+16
* [ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONEMichael Brown2009-11-161-1/+1
* [dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown2009-08-121-1/+7
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-122-2/+2
* [dhcp] Await link-up before starting DHCPJoshua Oreman2009-06-242-7/+6Star
* [ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman2009-06-242-12/+28
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-0/+4
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-186-0/+12
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-8/+1Star
* [image] Redact password from URIs displayed by imgfetch()Michael Brown2009-02-171-1/+12
* [pxe] Allow Escape to abort PXE menu selectionsMichael Brown2009-02-171-2/+2
* [image] Allow multiple embedded imagesMichael Brown2009-02-161-30/+0Star
* [pxe] Display the "Press F8" prompt rather than displaying menu with timeoutMichael Brown2009-02-051-58/+112
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-052-17/+4Star
* [pxe] Skip PXE boot server discovery if directed to do soMichael Brown2009-02-051-6/+15
* [pxe] Fall back to broadcast if no boot server multicast address existsMichael Brown2009-02-031-1/+2
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-013-2/+363
* [ui] Allow Ctrl-C to cancel wait for net device link-upMichael Brown2009-01-271-0/+9
* [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