aboutsummaryrefslogtreecommitdiff
path: root/src/usr
AgeCommit message (Expand)AuthorFilesLines
2014-04-27[cmdline] Add "profstat" command to display profiling statisticsMichael Brown1-0/+44
2014-03-28[crypto] Generalise X.509 cache to a full certificate storeMichael Brown1-1/+1
2014-03-13[lotest] Allow loopback testing on shared networksMichael Brown1-36/+53
2014-03-10[image] Add "--timeout" parameter to image downloading commandsMichael Brown2-7/+13
2014-03-03[autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson1-17/+26
2014-03-02[cmdline] Add the "ipstat" commandMichael Brown1-0/+62
2014-02-27[image] Ensure every image has a fully resolved URIMichael Brown1-12/+20
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown2-23/+11
2013-12-09[mucurses] Use centralised concept of colour pairsMichael Brown1-8/+3
2013-12-05[settings] Force settings into alphabetical order within sectionsMichael Brown1-3/+5
2013-12-05[ipv6] Add support for resolving IPv6 addresses via the "nslookup" commandMichael Brown1-0/+7
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown3-29/+33
2013-11-15[ipv6] Separate the concepts of prefix and address creationMichael Brown1-1/+3
2013-11-05[dhcp] Remove obsolete dhcp() functionMichael Brown1-24/+0
2013-11-05[autoboot] Use ifconf() to configure network deviceMichael Brown1-3/+2
2013-11-05[ifmgmt] Add ifconf() to carry out network device configurationMichael Brown1-2/+87
2013-11-05[ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown3-43/+98
2013-11-05[autoboot] Fix shell banner timeoutMichael Brown1-1/+3
2013-11-01[cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown1-0/+74
2013-11-01[monojob] Add timeout parameter to monojob_wait()Michael Brown6-7/+7
2013-11-01[parseopt] Add parse_timeout()Michael Brown2-8/+6
2013-10-25[pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown1-5/+1
2013-10-21[ping] Add top-level ping() function to ping a hostMichael Brown1-0/+81
2013-09-25[neighbour] Add nstat() function to print out neighbour tableMichael Brown1-0/+56
2013-09-03[ipv6] Replace IPv6 stackMichael Brown1-0/+58
2013-09-03[ipv4] Abstract out protocol-specific portions of "route" commandMichael Brown2-13/+69
2013-07-19[settings] Eliminate call to store_named_setting() in nslookup.cMichael Brown1-6/+17
2013-07-14[lotest] Include sequence number within loopback test packetsMichael Brown1-8/+18
2013-06-24[autoboot] Use next-server from filename's settings blockMichael Brown1-14/+25
2013-03-13[autoboot] Split main control flow out of main() into a new function ipxe()Michael Brown1-0/+95
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