summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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/+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