summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Expand)AuthorAgeFilesLines
* [ifmgmt] Do not sleep CPU while configuring network devicesMichael Brown2014-06-011-4/+0Star
* [cmdline] Add "profstat" command to display profiling statisticsMichael Brown2014-04-281-0/+44
* [crypto] Generalise X.509 cache to a full certificate storeMichael Brown2014-03-281-1/+1
* [lotest] Allow loopback testing on shared networksMichael Brown2014-03-141-36/+53
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-102-7/+13
* [autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson2014-03-031-17/+26
* [cmdline] Add the "ipstat" commandMichael Brown2014-03-031-0/+62
* [image] Ensure every image has a fully resolved URIMichael Brown2014-02-271-12/+20
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-272-23/+11Star
* [mucurses] Use centralised concept of colour pairsMichael Brown2013-12-091-8/+3Star
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-051-3/+5
* [ipv6] Add support for resolving IPv6 addresses via the "nslookup" commandMichael Brown2013-12-051-0/+7
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-053-29/+33
* [ipv6] Separate the concepts of prefix and address creationMichael Brown2013-11-151-1/+3
* [dhcp] Remove obsolete dhcp() functionMichael Brown2013-11-051-24/+0Star
* [autoboot] Use ifconf() to configure network deviceMichael Brown2013-11-051-3/+2Star
* [ifmgmt] Add ifconf() to carry out network device configurationMichael Brown2013-11-051-2/+87
* [ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown2013-11-053-43/+98
* [autoboot] Fix shell banner timeoutMichael Brown2013-11-051-1/+3
* [cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown2013-11-011-0/+74
* [monojob] Add timeout parameter to monojob_wait()Michael Brown2013-11-016-7/+7
* [parseopt] Add parse_timeout()Michael Brown2013-11-012-8/+6Star
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-251-5/+1Star
* [ping] Add top-level ping() function to ping a hostMichael Brown2013-10-211-0/+81
* [neighbour] Add nstat() function to print out neighbour tableMichael Brown2013-09-251-0/+56
* [ipv6] Replace IPv6 stackMichael Brown2013-09-031-0/+58
* [ipv4] Abstract out protocol-specific portions of "route" commandMichael Brown2013-09-032-13/+69
* [settings] Eliminate call to store_named_setting() in nslookup.cMichael Brown2013-07-191-6/+17
* [lotest] Include sequence number within loopback test packetsMichael Brown2013-07-141-8/+18
* [autoboot] Use next-server from filename's settings blockMichael Brown2013-06-241-14/+25
* [autoboot] Split main control flow out of main() into a new function ipxe()Michael Brown2013-03-131-0/+95
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-101-0/+185
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-10/+2Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2011-11/+22
* [image] Automatically free autobooted imagesMichael Brown2012-07-201-0/+1
* [image] Add "--autofree" optionMichael Brown2012-07-201-0/+2
* [image] Allow "imgtrust" to automatically download cross-signed certificatesMichael Brown2012-05-221-0/+13
* [crypto] Allow certificate chains to be long-lived data structuresMichael Brown2012-05-041-6/+12
* [netdevice] Allow network device to update link state before checkingMichael Brown2012-04-211-0/+3
* [image] Log results of image signature checksMichael Brown2012-03-271-0/+9
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-261-1/+0Star
* [image] Add the "imgtrust" and "imgverify" commandsMichael Brown2012-03-251-0/+81
* [image] Simplify image management commands and internal APIMichael Brown2012-03-252-46/+42Star
* [image] Add concept of trusted imagesMichael Brown2012-03-221-0/+2
* [lotest] Accept non-loopback packets during testMichael Brown2011-12-081-58/+86
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-252-111/+25Star
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-2/+6
* [fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown2011-06-281-2/+1Star
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-242-44/+57
* [device] Make driver name a generic device propertyMichael Brown2011-04-081-2/+3