summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [settings] Remove now-unused fetchf_named_setting() and storef_named_setting()Michael Brown2013-07-222-121/+0Star
* [settings] Eliminate calls to {fetch,store}f_named_setting() in NVO commandsMichael Brown2013-07-221-40/+56
* [settings] Eliminate call to storef_named_setting() in choose_exec()Michael Brown2013-07-221-5/+12
* [parseopt] Add parse_setting()Michael Brown2013-07-222-1/+70
* [parseopt] Move parse_settings() to parseopt.cMichael Brown2013-07-223-23/+25
* [parseopt] Allow parsed option to be modifiedMichael Brown2013-07-226-26/+25Star
* [settings] Remove now-unused store_named_setting()Michael Brown2013-07-192-48/+0Star
* [settings] Eliminate call to store_named_setting() in nslookup.cMichael Brown2013-07-191-6/+17
* [settings] Eliminate call to fetchf_named_setting() in expand_settings()Michael Brown2013-07-191-22/+25
* [settings] Add fetchf_setting_copy()Michael Brown2013-07-192-2/+41
* [settings] Change "not-found" semantics of fetch_setting_copy()Michael Brown2013-07-193-47/+8Star
* [settings] Expose parse_setting_name()Michael Brown2013-07-192-12/+13
* [settings] Remove default_type parameter from parse_setting_name()Michael Brown2013-07-191-9/+20
* [settings] Remove temporary name buffer parameter from parse_setting_name()Michael Brown2013-07-181-22/+40
* [settings] Avoid potentially large stack allocationsMichael Brown2013-07-181-26/+43
* [settings] Clarify usage of the term "named setting"Michael Brown2013-07-184-17/+16Star
* [build] Fix %.licence build targetMichael Brown2013-07-167-13/+31
* [legal] Add missing FILE_LICENCE declarationsMichael Brown2013-07-162-0/+4
* [script] Avoid trying to read final character of a zero-length stringMichael Brown2013-07-151-2/+2
* [nfs] Add support for NFS protocolMarin Hannache2013-07-1521-5/+2238
* [ifmgmt] Avoid relying on global variable within ifcommon_exec()Michael Brown2013-07-151-4/+3Star
* [build] Include ipxe.pxe in default buildRobin Smidsrød2013-07-151-1/+1
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-159-0/+226
* [legal] Add missing FILE_LICENCE declarationsMarin Hannache2013-07-1511-0/+22
* [realtek] Allow extra space in RX buffersMichael Brown2013-07-151-1/+2
* [settings] Add support for navigation keys in "config" user interfaceMichael Brown2013-07-151-9/+27
* [velocity] Rewrite VIA Velocity driverAdrian Jamróz2013-07-155-3860/+1164Star
* [script] Allow for backslash continuation of script linesMichael Brown2013-07-151-13/+41
* [realtek] Report RX error detail in debug messagesMichael Brown2013-07-151-3/+5
* [base16] Ensure base16_encode() always terminates its result stringMichael Brown2013-07-151-0/+4
* [legal] Add FILE_LICENCE for ath9k driver headersMarin Hannache2013-07-1413-0/+26
* [legal] Add FILE_LICENCE for core/errno.cMarin Hannache2013-07-141-0/+2
* [legal] Add FILE_LICENCE for valgrind headersMarin Hannache2013-07-142-0/+4
* [linux] Add missing #include <stddef.h>Marin Hannache2013-07-142-0/+2
* [intel] Incorporate ring producer and consumer counters in diagnosticsMichael Brown2013-07-141-1/+6
* [rhine] Rewrite VIA Rhine driverAdrian Jamróz2013-07-144-1448/+1038Star
* [lotest] Include sequence number within loopback test packetsMichael Brown2013-07-141-8/+18
* [settings] Add "version" builtin settingRobin Smidsrød2013-07-131-0/+22
* [cmdline] Accept "netX" in iPXE commandsMichael Brown2013-07-131-0/+5
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-134-24/+107
* [settings] Expose PCI configuration space via settings mechanismMichael Brown2013-07-134-0/+129
* [settings] Add config/settings.hMichael Brown2013-07-133-2/+22
* [linux] Add support for accessing PCI configuration space via /proc/bus/pciMichael Brown2013-07-138-0/+332
* [settings] Add "busdevfn" setting typeMichael Brown2013-07-123-0/+58
* [netdevice] Add "bustype" and "busloc" settingsMichael Brown2013-07-121-0/+60
* [settings] Add "hexraw" setting typeMichael Brown2013-07-123-0/+50
* [settings] Use hex_decode() to parse hex settingsMichael Brown2013-07-122-39/+38Star
* [base16] Generalise base16_decode() to hex_decode()Michael Brown2013-07-124-37/+64
* [test] Add self-tests for base16Michael Brown2013-07-122-0/+122
* [tcp] Fix comment to match code behaviourMichael Brown2013-07-121-1/+1