index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[settings] Make built-in settings a linker table
Michael Brown
2013-08-27
2
-46
/
+68
*
[3c90x] Fix High-MTU packet reception
Thomas Miletich
2013-08-20
1
-0
/
+4
*
[3c90x] Don't round up transmit packet length
Thomas Miletich
2013-08-20
2
-3
/
+5
*
[3c90x] Stall upload engine before setting RX ring address
Thomas Miletich
2013-08-20
1
-0
/
+4
*
[http] Add support for HTTP POST
Michael Brown
2013-08-19
1
-3
/
+121
*
[uri] Allow URIs to incorporate a parameter list
Michael Brown
2013-08-19
2
-1
/
+34
*
[cmdline] Add "params" and "param" commands to manage form parameter lists
Michael Brown
2013-08-19
4
-0
/
+167
*
[params] Add support for the general concept of a form parameter list
Michael Brown
2013-08-19
4
-0
/
+237
*
[settings] Expose memory map via settings mechanism
Michael Brown
2013-08-12
4
-0
/
+247
*
[settings] Allow numeric_setting_value() to handle long setting values
Michael Brown
2013-08-12
2
-4
/
+10
*
[test] Add self-tests for snprintf()
Michael Brown
2013-08-12
2
-0
/
+103
*
[settings] Expose CPUID instruction via settings mechanism
Michael Brown
2013-08-07
6
-19
/
+303
*
[nfs] Fix an issue with the selection of a local port
Marin Hannache
2013-08-06
1
-2
/
+2
*
[tcpip] Allow binding to unspecified privileged ports (below 1024)
Michael Brown
2013-08-06
5
-81
/
+117
*
[ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6
Michael Brown
2013-08-06
3
-5
/
+5
*
[udp] Move high-frequency debug messages to DBGLVL_EXTRA
Michael Brown
2013-08-06
1
-5
/
+5
*
[cmdline] Add "pciscan" command to allow iteration over PCI devices
Michael Brown
2013-08-05
3
-0
/
+118
*
[pci] Add pci_find_next() to iterate over existent PCI devices
Michael Brown
2013-08-05
2
-21
/
+46
*
[cmdline] Add "inc" command
Michael Brown
2013-08-01
1
-0
/
+72
*
[settings] Introduce the generalised concept of a numeric setting
Michael Brown
2013-08-01
4
-183
/
+542
*
[script] Allow commands following a script label
Michael Brown
2013-07-25
1
-43
/
+53
*
[script] Allow initial whitespace on lines containing labels
Michael Brown
2013-07-25
1
-4
/
+29
*
[settings] Remove now-unused fetchf_named_setting() and storef_named_setting()
Michael Brown
2013-07-22
2
-121
/
+0
*
[settings] Eliminate calls to {fetch,store}f_named_setting() in NVO commands
Michael Brown
2013-07-22
1
-40
/
+56
*
[settings] Eliminate call to storef_named_setting() in choose_exec()
Michael Brown
2013-07-22
1
-5
/
+12
*
[parseopt] Add parse_setting()
Michael Brown
2013-07-22
2
-1
/
+70
*
[parseopt] Move parse_settings() to parseopt.c
Michael Brown
2013-07-22
3
-23
/
+25
*
[parseopt] Allow parsed option to be modified
Michael Brown
2013-07-22
6
-26
/
+25
*
[settings] Remove now-unused store_named_setting()
Michael Brown
2013-07-19
2
-48
/
+0
*
[settings] Eliminate call to store_named_setting() in nslookup.c
Michael Brown
2013-07-19
1
-6
/
+17
*
[settings] Eliminate call to fetchf_named_setting() in expand_settings()
Michael Brown
2013-07-19
1
-22
/
+25
*
[settings] Add fetchf_setting_copy()
Michael Brown
2013-07-19
2
-2
/
+41
*
[settings] Change "not-found" semantics of fetch_setting_copy()
Michael Brown
2013-07-19
3
-47
/
+8
*
[settings] Expose parse_setting_name()
Michael Brown
2013-07-19
2
-12
/
+13
*
[settings] Remove default_type parameter from parse_setting_name()
Michael Brown
2013-07-19
1
-9
/
+20
*
[settings] Remove temporary name buffer parameter from parse_setting_name()
Michael Brown
2013-07-18
1
-22
/
+40
*
[settings] Avoid potentially large stack allocations
Michael Brown
2013-07-18
1
-26
/
+43
*
[settings] Clarify usage of the term "named setting"
Michael Brown
2013-07-18
4
-17
/
+16
*
[build] Fix %.licence build target
Michael Brown
2013-07-16
7
-13
/
+31
*
[legal] Add missing FILE_LICENCE declarations
Michael Brown
2013-07-16
2
-0
/
+4
*
[script] Avoid trying to read final character of a zero-length string
Michael Brown
2013-07-15
1
-2
/
+2
*
[nfs] Add support for NFS protocol
Marin Hannache
2013-07-15
21
-5
/
+2238
*
[ifmgmt] Avoid relying on global variable within ifcommon_exec()
Michael Brown
2013-07-15
1
-4
/
+3
*
[build] Include ipxe.pxe in default build
Robin Smidsrød
2013-07-15
1
-1
/
+1
*
[cmdline] Add "poweroff" command
Marin Hannache
2013-07-15
9
-0
/
+226
*
[legal] Add missing FILE_LICENCE declarations
Marin Hannache
2013-07-15
11
-0
/
+22
*
[realtek] Allow extra space in RX buffers
Michael Brown
2013-07-15
1
-1
/
+2
*
[settings] Add support for navigation keys in "config" user interface
Michael Brown
2013-07-15
1
-9
/
+27
*
[velocity] Rewrite VIA Velocity driver
Adrian Jamróz
2013-07-15
5
-3860
/
+1164
*
[script] Allow for backslash continuation of script lines
Michael Brown
2013-07-15
1
-13
/
+41
[next]