aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [settings] Make built-in settings a linker tableMichael Brown2013-08-272-46/+68
* [3c90x] Fix High-MTU packet receptionThomas Miletich2013-08-201-0/+4
* [3c90x] Don't round up transmit packet lengthThomas Miletich2013-08-202-3/+5
* [3c90x] Stall upload engine before setting RX ring addressThomas Miletich2013-08-201-0/+4
* [http] Add support for HTTP POSTMichael Brown2013-08-191-3/+121
* [uri] Allow URIs to incorporate a parameter listMichael Brown2013-08-192-1/+34
* [cmdline] Add "params" and "param" commands to manage form parameter listsMichael Brown2013-08-194-0/+167
* [params] Add support for the general concept of a form parameter listMichael Brown2013-08-194-0/+237
* [settings] Expose memory map via settings mechanismMichael Brown2013-08-124-0/+247
* [settings] Allow numeric_setting_value() to handle long setting valuesMichael Brown2013-08-122-4/+10
* [test] Add self-tests for snprintf()Michael Brown2013-08-122-0/+103
* [settings] Expose CPUID instruction via settings mechanismMichael Brown2013-08-076-19/+303
* [nfs] Fix an issue with the selection of a local portMarin Hannache2013-08-061-2/+2
* [tcpip] Allow binding to unspecified privileged ports (below 1024)Michael Brown2013-08-065-81/+117
* [ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6Michael Brown2013-08-063-5/+5
* [udp] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2013-08-061-5/+5
* [cmdline] Add "pciscan" command to allow iteration over PCI devicesMichael Brown2013-08-053-0/+118
* [pci] Add pci_find_next() to iterate over existent PCI devicesMichael Brown2013-08-052-21/+46
* [cmdline] Add "inc" commandMichael Brown2013-08-011-0/+72
* [settings] Introduce the generalised concept of a numeric settingMichael Brown2013-08-014-183/+542
* [script] Allow commands following a script labelMichael Brown2013-07-251-43/+53
* [script] Allow initial whitespace on lines containing labelsMichael Brown2013-07-251-4/+29
* [settings] Remove now-unused fetchf_named_setting() and storef_named_setting()Michael Brown2013-07-222-121/+0
* [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/+25
* [settings] Remove now-unused store_named_setting()Michael Brown2013-07-192-48/+0
* [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/+8
* [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/+16
* [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/+3
* [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/+1164
* [script] Allow for backslash continuation of script linesMichael Brown2013-07-151-13/+41