index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Drivers-r8169] Add support for newer rtl8169 variants from Hilko Bengen
Marty Connor
2008-03-31
2
-221
/
+363
*
[http] gPXE is a HTTP/1.0 client, not a HTTP/1.1 client
H. Peter Anvin
2008-03-31
1
-1
/
+1
*
[Settings] Expose SMBIOS via settings API
Michael Brown
2008-03-28
9
-138
/
+329
*
[DHCP] Add support for ProxyDHCP requests
Michael Brown
2008-03-27
3
-351
/
+557
*
[Settings] find_child_settings() accepts a NULL parent
Michael Brown
2008-03-27
1
-0
/
+4
*
[DHCP] Treat empty fields in DHCP packets as non-existent.
Michael Brown
2008-03-27
1
-10
/
+48
*
[usr] Offer user a second chance to enter the shell on boot failure
Michael Brown
2008-03-27
2
-21
/
+32
*
[libc] Whitespace cleanup in errno.h
Michael Brown
2008-03-26
1
-1
/
+1
*
[PXEXT] Update documentation
H. Peter Anvin
2008-03-26
1
-2
/
+88
*
[PXEXT] Change the PXE return code for EWOULDBLOCK
H. Peter Anvin
2008-03-26
1
-2
/
+2
*
[PXEXT] Add FILE_API_CHECK API function
H. Peter Anvin
2008-03-26
4
-0
/
+67
*
[DHCP] Save precious packet-aligned memory by copying DHCP responses
Michael Brown
2008-03-26
1
-33
/
+16
*
[PXEXT] Avoid queueing zero-length buffers in posix_io.c
Michael Brown
2008-03-25
1
-6
/
+12
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
24
-709
/
+854
*
[PXEXT] Avoid returning a false EOF when we have an empty buffer queued
Michael Brown
2008-03-25
1
-1
/
+3
*
[DHCP] Fix DHCP state confusion.
Michael Brown
2008-03-25
1
-2
/
+5
*
[Settings] Add named setting for next-server
Michael Brown
2008-03-24
1
-0
/
+6
*
[Makefile] Use -MM instead of -M in dependency generation
Michael Brown
2008-03-24
1
-1
/
+1
*
[libc] Use __builtin_va_list et al in stdarg.h
Michael Brown
2008-03-24
2
-22
/
+10
*
[Settings] copy_settings() should not fail if some settings are missing!
Michael Brown
2008-03-24
3
-59
/
+71
*
[IPv4] Use default netmasks when no subnet mask is specified.
Michael Brown
2008-03-23
2
-8
/
+27
*
[IPv4] Tidy up some header files.
Michael Brown
2008-03-23
6
-63
/
+25
*
[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO
Michael Brown
2008-03-23
5
-79
/
+148
*
[DHCP] FIXME: quick temporary settings fix, needs update for new API
Marty Connor
2008-03-22
1
-0
/
+4
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2008-03-22
3
-0
/
+56
|
\
|
*
]Drivers] Update licensing for cs89x0.[ch] and cs89x0.txt
Marty Connor
2008-03-19
3
-0
/
+56
*
|
[Settings] Bugfix: store_setting() now applies changes even on root block
Michael Brown
2008-03-22
1
-3
/
+2
*
|
[Settings] Implement simple_settings backed with extensible DHCP options
Michael Brown
2008-03-22
4
-26
/
+72
*
|
[Settings] DHCP is now working using the new settings API.
Michael Brown
2008-03-21
4
-18
/
+29
*
|
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
16
-936
/
+966
*
|
[DHCP] Kill off some no-longer-used DHCP functions
Michael Brown
2008-03-21
2
-128
/
+0
*
|
[Settings] Use a settings applicator in ibft.c
Michael Brown
2008-03-21
1
-31
/
+46
*
|
[Settings] Use a settings applicator to set the default TFTP URI.
Michael Brown
2008-03-21
3
-38
/
+43
*
|
[Misc] Kill off long-redundant tests/dhcptest.c
Michael Brown
2008-03-21
1
-270
/
+0
*
|
[IPv4] Add a config option for IPv4
Michael Brown
2008-03-21
2
-11
/
+22
*
|
[Settings] Use a settings applicator to configure IPv4 routes.
Michael Brown
2008-03-21
7
-88
/
+53
*
|
[Settings] Convert code in src/usr to use settings API.
Michael Brown
2008-03-21
5
-10
/
+41
*
|
[Settings] Introduce settings applicators.
Michael Brown
2008-03-21
6
-138
/
+222
*
|
[Settings] Add per-netdevice settings block
Michael Brown
2008-03-20
6
-1
/
+126
*
|
[Settings] Add settings hierarchy
Michael Brown
2008-03-20
5
-210
/
+321
*
|
[Settings] Start revamping the configuration settings API.
Michael Brown
2008-03-20
6
-481
/
+787
|
/
*
[Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca>
Michael Brown
2008-03-19
13
-1202
/
+145
*
[Settings] Allow named settings to have their type specified explicitly
Michael Brown
2008-03-18
1
-45
/
+48
*
[Timers] Initialise timers on first use
Michael Brown
2008-03-18
2
-27
/
+26
*
[Timers] Miscellaneous timer system fixes
Michael Brown
2008-03-18
4
-44
/
+60
*
[Settings] Allow encapsulated options to be specified as named settings
Michael Brown
2008-03-18
1
-4
/
+10
*
[Settings] Add int16, int32 and hex-string configuration setting types
Michael Brown
2008-03-18
1
-5
/
+131
*
[libc] Fix a validation bug in strtoul()
Michael Brown
2008-03-18
1
-1
/
+1
*
[Settings] show_setting() functions return snprintf()-style length.
Michael Brown
2008-03-18
4
-14
/
+11
*
Merge branch 'pxerom-pmm'
Michael Brown
2008-03-11
4
-305
/
+482
|
\
[next]