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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduced size from 2087 bytes to 1056 bytes
Michael Brown
2006-09-11
1
-4
/
+100
*
Taken from Linux's md5.c. This implementation is not very
Michael Brown
2006-09-11
1
-0
/
+222
*
Generalisation of a message digest algorithm
Michael Brown
2006-09-11
1
-0
/
+44
*
Added geometry-guessing code based on the partition table
Michael Brown
2006-09-09
2
-11
/
+91
*
Fix gcc-induced reference to memcpy
Michael Brown
2006-09-01
1
-1
/
+2
*
Check that serial port init actually happens
Michael Brown
2006-09-01
1
-0
/
+2
*
Added debug to catch initialisation failures
Michael Brown
2006-09-01
1
-6
/
+18
*
Check to see if we've reached the end of the map before attempting to
Michael Brown
2006-08-31
1
-0
/
+5
*
Hopefully fix gcc3 build issue
Michael Brown
2006-08-30
1
-1
/
+1
*
Added extra debugging
Michael Brown
2006-08-30
1
-3
/
+6
*
Added iBFT construction to iSCSI boot test
Michael Brown
2006-08-28
2
-5
/
+8
*
Added generic function for calculating ACPI table checksum
Michael Brown
2006-08-28
2
-0
/
+42
*
Does anyone still use 9600 baud?
Michael Brown
2006-08-27
1
-1
/
+1
*
Correct option number for DHCP_DNS_SERVERS, and add it to the request
Michael Brown
2006-08-27
2
-2
/
+2
*
Added support for INT 13,15; NTLDR calls it (though it may not
Michael Brown
2006-08-27
1
-0
/
+18
*
Added support for INT 13,15; NTLDR calls it (though it may not
Michael Brown
2006-08-27
1
-1
/
+20
*
Use TEXT16_CODE() rather than manually specifying ".code16" etc, since
Michael Brown
2006-08-24
1
-18
/
+14
*
Always update the PnP checksum, even if the ident string is not being set.
Michael Brown
2006-08-24
1
-4
/
+6
*
Added basic profiling support
Michael Brown
2006-08-24
1
-0
/
+78
*
Towards making KEEP_IT_REAL work again.
Michael Brown
2006-08-24
7
-33
/
+261
*
Quick utility to pad floppy disk images for vmware/qemu
Michael Brown
2006-08-23
1
-0
/
+12
*
Fixed a bug in the TCP state machine. Added a transition from ESTABLISHED to ...
Nikhil Chandru Rao
2006-08-19
1
-57
/
+46
*
IP6 support
Nikhil Chandru Rao
2006-08-19
7
-22
/
+743
*
Added RX tracing as well.
Michael Brown
2006-08-16
1
-0
/
+5
*
Added debug strings.
Michael Brown
2006-08-16
1
-1
/
+12
*
Remove old-style debug message
Michael Brown
2006-08-16
1
-2
/
+0
*
Added some minimal debugging for transmitted PDUs.
Michael Brown
2006-08-16
1
-0
/
+7
*
Take out unused cleanup() function so that we can remove the link
Michael Brown
2006-08-15
1
-1
/
+2
*
Removed TAGGED_IMAGE from the default build; NBI has been broken for ages.
Michael Brown
2006-08-15
1
-1
/
+1
*
Removed obsolete print_config()
Michael Brown
2006-08-15
1
-61
/
+0
*
Removed DNS from the default configuration; it hasn't been updated to
Michael Brown
2006-08-15
1
-1
/
+1
*
Kill off poll_interruptions(); it is lethal when we're acting as a PXE
Michael Brown
2006-08-15
7
-26
/
+0
*
Bug fixes to the HTTP protocol code
Derek Pryor
2006-08-12
1
-1
/
+1
*
Bug fixes to the HTTP protocol code
Derek Pryor
2006-08-12
1
-4
/
+3
*
Print net device name when making request.
Michael Brown
2006-08-11
1
-1
/
+2
*
Added cmdl_show proof-of-concept
Michael Brown
2006-08-11
1
-0
/
+20
*
Added "hostname" and "ip" as sample settings
Michael Brown
2006-08-11
1
-0
/
+13
*
Added ipv4 configuration type
Michael Brown
2006-08-11
1
-0
/
+56
*
Add string configuration type
Michael Brown
2006-08-11
2
-10
/
+62
*
Fail gracefully when set_dhcp_option() is called with options==NULL.
Michael Brown
2006-08-11
1
-1
/
+6
*
Added basic infrastructure for manipulating settings.
Michael Brown
2006-08-11
2
-0
/
+251
*
Removing because of conflict with new HTTP protocol
Derek Pryor
2006-08-11
1
-173
/
+0
*
New HTTP protocol and test code
Derek Pryor
2006-08-11
4
-0
/
+318
*
command->data_{in,out} are now userptr_t, so it is invalid to compare
Michael Brown
2006-08-10
1
-2
/
+2
*
Fixed variable name in assertion
Michael Brown
2006-08-10
1
-1
/
+1
*
Added missing packed attribute
Michael Brown
2006-08-10
1
-1
/
+1
*
Added description for a basic ACPI table, taken from
Michael Brown
2006-08-10
1
-0
/
+39
*
Both the !PXE and PXENV+ structures must be paragraph-aligned
Michael Brown
2006-08-09
1
-0
/
+2
*
Towards an RFC2988-compliant timer.
Michael Brown
2006-08-09
2
-18
/
+41
*
Don't call stop_timer() from within the timer expiry callback; it's
Michael Brown
2006-08-09
1
-11
/
+10
[next]