summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [http] gPXE is a HTTP/1.0 client, not a HTTP/1.1 clientH. Peter Anvin2008-03-311-1/+1
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-289-138/+329
* [DHCP] Add support for ProxyDHCP requestsMichael Brown2008-03-273-351/+557
* [Settings] find_child_settings() accepts a NULL parentMichael Brown2008-03-271-0/+4
* [DHCP] Treat empty fields in DHCP packets as non-existent.Michael Brown2008-03-271-10/+48
* [usr] Offer user a second chance to enter the shell on boot failureMichael Brown2008-03-272-21/+32
* [libc] Whitespace cleanup in errno.hMichael Brown2008-03-261-1/+1
* [PXEXT] Update documentationH. Peter Anvin2008-03-261-2/+88
* [PXEXT] Change the PXE return code for EWOULDBLOCKH. Peter Anvin2008-03-261-2/+2
* [PXEXT] Add FILE_API_CHECK API functionH. Peter Anvin2008-03-264-0/+67
* [DHCP] Save precious packet-aligned memory by copying DHCP responsesMichael Brown2008-03-261-33/+16Star
* [PXEXT] Avoid queueing zero-length buffers in posix_io.cMichael Brown2008-03-251-6/+12
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-2524-709/+854
* [PXEXT] Avoid returning a false EOF when we have an empty buffer queuedMichael Brown2008-03-251-1/+3
* [DHCP] Fix DHCP state confusion.Michael Brown2008-03-251-2/+5
* [Settings] Add named setting for next-serverMichael Brown2008-03-241-0/+6
* [Makefile] Use -MM instead of -M in dependency generationMichael Brown2008-03-241-1/+1
* [libc] Use __builtin_va_list et al in stdarg.hMichael Brown2008-03-242-22/+10Star
* [Settings] copy_settings() should not fail if some settings are missing!Michael Brown2008-03-243-59/+71
* [IPv4] Use default netmasks when no subnet mask is specified.Michael Brown2008-03-232-8/+27
* [IPv4] Tidy up some header files.Michael Brown2008-03-236-63/+25Star
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-235-79/+148
* [DHCP] FIXME: quick temporary settings fix, needs update for new APIMarty Connor2008-03-221-0/+4
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2008-03-223-0/+56
|\
| * ]Drivers] Update licensing for cs89x0.[ch] and cs89x0.txtMarty Connor2008-03-193-0/+56
* | [Settings] Bugfix: store_setting() now applies changes even on root blockMichael Brown2008-03-221-3/+2Star
* | [Settings] Implement simple_settings backed with extensible DHCP optionsMichael Brown2008-03-224-26/+72
* | [Settings] DHCP is now working using the new settings API.Michael Brown2008-03-214-18/+29
* | [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-2116-936/+966
* | [DHCP] Kill off some no-longer-used DHCP functionsMichael Brown2008-03-212-128/+0Star
* | [Settings] Use a settings applicator in ibft.cMichael Brown2008-03-211-31/+46
* | [Settings] Use a settings applicator to set the default TFTP URI.Michael Brown2008-03-213-38/+43
* | [Misc] Kill off long-redundant tests/dhcptest.cMichael Brown2008-03-211-270/+0Star
* | [IPv4] Add a config option for IPv4Michael Brown2008-03-212-11/+22
* | [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-217-88/+53Star
* | [Settings] Convert code in src/usr to use settings API.Michael Brown2008-03-215-10/+41
* | [Settings] Introduce settings applicators.Michael Brown2008-03-216-138/+222
* | [Settings] Add per-netdevice settings blockMichael Brown2008-03-206-1/+126
* | [Settings] Add settings hierarchyMichael Brown2008-03-205-210/+321
* | [Settings] Start revamping the configuration settings API.Michael Brown2008-03-206-481/+787
|/
* [Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca>Michael Brown2008-03-1913-1202/+145Star
* [Settings] Allow named settings to have their type specified explicitlyMichael Brown2008-03-181-45/+48
* [Timers] Initialise timers on first useMichael Brown2008-03-182-27/+26Star
* [Timers] Miscellaneous timer system fixesMichael Brown2008-03-184-44/+60
* [Settings] Allow encapsulated options to be specified as named settingsMichael Brown2008-03-181-4/+10
* [Settings] Add int16, int32 and hex-string configuration setting typesMichael Brown2008-03-181-5/+131
* [libc] Fix a validation bug in strtoul()Michael Brown2008-03-181-1/+1
* [Settings] show_setting() functions return snprintf()-style length.Michael Brown2008-03-184-14/+11Star
* Merge branch 'pxerom-pmm'Michael Brown2008-03-114-305/+482
|\
| * [PXE] PMM now tested and workingMichael Brown2008-03-111-1/+1