aboutsummaryrefslogtreecommitdiff
path: root/src/usr
AgeCommit message (Expand)AuthorFilesLines
2012-09-10[cmdline] Add standalone "nslookup" commandPatrick Plenefisch1-0/+185
2012-08-31[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown1-10/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown11-11/+22
2012-07-20[image] Automatically free autobooted imagesMichael Brown1-0/+1
2012-07-20[image] Add "--autofree" optionMichael Brown1-0/+2
2012-05-22[image] Allow "imgtrust" to automatically download cross-signed certificatesMichael Brown1-0/+13
2012-05-04[crypto] Allow certificate chains to be long-lived data structuresMichael Brown1-6/+12
2012-04-21[netdevice] Allow network device to update link state before checkingMichael Brown1-0/+3
2012-03-26[image] Log results of image signature checksMichael Brown1-0/+9
2012-03-26[console] Move putchar() and getchar() declarations to stdio.hMichael Brown1-1/+0
2012-03-25[image] Add the "imgtrust" and "imgverify" commandsMichael Brown1-0/+81
2012-03-24[image] Simplify image management commands and internal APIMichael Brown2-46/+42
2012-03-22[image] Add concept of trusted imagesMichael Brown1-0/+2
2011-12-08[lotest] Accept non-loopback packets during testMichael Brown1-58/+86
2011-10-25[image] Eliminate the register_and_xxx_image() functionsMichael Brown2-111/+25
2011-07-15[netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown1-2/+6
2011-06-28[fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown1-2/+1
2011-04-24[sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2-44/+57
2011-04-07[device] Make driver name a generic device propertyMichael Brown1-2/+3
2011-03-27[image] Use image_set_name() only if name != NULLPiotr JaroszyƄski1-1/+2
2011-03-23[settings] Match terminology in online documentationMichael Brown1-1/+1
2011-03-23[settings] Impose a fixed order on settingsMichael Brown1-2/+2
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown5-5/+5
2011-03-09[image] Simplify use of imgdownload()Michael Brown2-25/+92
2011-03-09[image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown1-0/+39
2011-03-07[prompt] Replace shell_banner() with a generic prompt() functionMichael Brown1-0/+66
2011-03-07[console] Add a timeout parameter to getkey()Michael Brown1-5/+2
2011-03-07[image] Simplify image managementMichael Brown2-50/+4
2011-03-02[autoboot] Allow a SAN boot as a fallback if a filename boot returnsMichael Brown1-6/+23
2011-03-02[autoboot] Tidy up output following NBP executionMichael Brown1-1/+7
2011-03-02[image] Allow download job to complete before acting upon imageMichael Brown1-7/+11
2011-02-28[autoboot] Use a custom error number for "nothing to boot"Michael Brown1-1/+6
2011-02-28[autoboot] Add an iPXE error URI to the "nothing to boot" messageMichael Brown1-1/+1
2011-02-01[autoboot] Cope properly with empty DHCP filenamesMichael Brown1-3/+3
2011-02-01[autoboot] Avoid using uri_dup() for constructed TFTP URIMichael Brown1-6/+6
2011-01-28[autoboot] Allow setting expansions in filename and root-pathMichael Brown1-10/+32
2011-01-27[autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown3-152/+233
2011-01-27[init] Remove concept of "shutdown exit flags"Michael Brown1-4/+0
2010-12-15[dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown1-7/+9
2010-11-22[autoboot] Merge "netboot" command into "autoboot"Michael Brown1-18/+19
2010-11-21[autoboot] Use generic option-parsing libraryMichael Brown1-3/+5
2010-11-20[autoboot] Add "netboot" commandMichael Brown1-1/+1
2010-11-20[lotest] Fix endianness in status messageMichael Brown1-1/+1
2010-11-20[lotest] Use network device receive queue freezingMichael Brown1-2/+7
2010-11-18[lotest] Move lotest.h to correct directoryMichael Brown1-15/+0
2010-10-21[autoboot] Introduce "skip-san-boot" optionDave Hansen1-4/+17
2010-10-21[autoboot] Improve visibility of error messagesMichael Brown1-27/+34
2010-10-15[fc] Use port WWN rather than node WWN as the primary Fibre Channel nameMichael Brown1-6/+5
2010-10-07[netdevice] Pass both link-layer addresses in net_tx() and net_rx()Michael Brown1-2/+4
2010-09-21[lotest] Add loopback testing commandsMichael Brown2-0/+225