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
*
Use byte 6 for the checksum, rather than byte 5. (Byte 5 may be part of
Michael Brown
2006-06-06
1
-10
/
+6
*
Force pci.o to be included.
Michael Brown
2006-06-05
1
-0
/
+5
*
Legacy drivers will not pad when necessary
Michael Brown
2006-06-05
1
-0
/
+4
*
PNIC doesn't auto-pad.
Michael Brown
2006-06-05
1
-0
/
+8
*
Added a very quick and dirty compatibility layer, to allow
Michael Brown
2006-06-05
17
-49
/
+145
*
Added soon-to-be-requisite missing include.
Michael Brown
2006-06-05
5
-0
/
+5
*
- added most slk functions
Dan Lynch
2006-06-05
1
-2
/
+194
*
Improve tcpdump legibility.
Michael Brown
2006-06-01
2
-0
/
+3
*
Quick hack to avoid trying to use an uninitialised net device.
Michael Brown
2006-06-01
1
-4
/
+16
*
Updated retry timer mechanism to incorporate smoothed RTT estimation.
Michael Brown
2006-06-01
3
-59
/
+101
*
Make DBG_DISCARD correct
Michael Brown
2006-06-01
1
-1
/
+1
*
Backing out last change; no immediate plans to make the whole block-device
Michael Brown
2006-06-01
3
-11
/
+9
*
Until we have a functioning UDP stack and PXE API again, there's not much
Michael Brown
2006-06-01
1
-75
/
+10
*
Added sample AoE test code to tree
Michael Brown
2006-06-01
2
-0
/
+43
*
Put in a method to get the MAC address for the AoE target. (It's not
Michael Brown
2006-05-31
1
-6
/
+17
*
ATA devices are now asynchronous. The ATA layer itself now performs the
Michael Brown
2006-05-31
5
-11
/
+17
*
Missing from previous checkin.
Michael Brown
2006-05-31
1
-0
/
+52
*
Added generic asynchronous operations code.
Michael Brown
2006-05-31
6
-117
/
+161
*
Added drivers/ata directory (forgot to check this in previously).
Michael Brown
2006-05-31
1
-0
/
+1
*
One bit of an ASCII character can make a big difference.
Michael Brown
2006-05-29
1
-1
/
+1
*
Added first sketch of a generic retry timer mechanism. The idea is to use
Michael Brown
2006-05-29
2
-0
/
+166
*
Handle multi-sector reads by splitting them into subcommands.
Michael Brown
2006-05-29
4
-3
/
+54
*
Initial AoE implementation. Limitations are:
Michael Brown
2006-05-29
3
-0
/
+437
*
Use separate data-in and data-out buffers.
Michael Brown
2006-05-29
2
-69
/
+67
*
Add ETH_P_AOE
Michael Brown
2006-05-28
1
-0
/
+1
*
Tidy up comment
Michael Brown
2006-05-28
1
-4
/
+5
*
Fixed assembly on old versions of gas
Michael Brown
2006-05-28
2
-4
/
+4
*
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
Michael Brown
2006-05-27
3
-0
/
+15
*
Avoid causing TX overflow on small TX queues.
Michael Brown
2006-05-27
1
-3
/
+9
*
Rewrote to use the new net driver API, the updated PCI API, and the
Michael Brown
2006-05-27
1
-316
/
+372
*
I have no idea how this ever worked before.
Michael Brown
2006-05-27
1
-5
/
+10
*
Make PKB_ZLEN the minimum possible size of packet buffer (to allow for
Michael Brown
2006-05-27
2
-0
/
+13
*
Tidied up debugging messages
Michael Brown
2006-05-27
2
-5
/
+5
*
Added abstraction layer for a three-wire serial device (e.g. the EEPROM
Michael Brown
2006-05-26
3
-0
/
+171
*
Updated to work with libprefix.
Michael Brown
2006-05-26
1
-186
/
+179
*
Documented the fact that the prefix can prot_call(main) without
Michael Brown
2006-05-26
1
-0
/
+9
*
relocate.o is now dragged in by the objects that require it; there is no
Michael Brown
2006-05-25
2
-10
/
+0
*
Removed some obsolete INIT_XXX constants.
Michael Brown
2006-05-25
1
-5
/
+0
*
Also hide base memory region from E820 map.
Michael Brown
2006-05-25
1
-2
/
+7
*
init_librm() and prot_call() are now real-mode far calls.
Michael Brown
2006-05-25
4
-90
/
+120
*
Has been obsolete for a while.
Michael Brown
2006-05-25
1
-160
/
+0
*
Update relocate() to work with get_memmap().
Michael Brown
2006-05-25
1
-66
/
+44
*
Fix printf format warning error
Michael Brown
2006-05-25
1
-2
/
+3
*
Why should pushal/popal put the registers on the stack in a logical
Michael Brown
2006-05-25
1
-1
/
+1
*
Typo.
Michael Brown
2006-05-25
1
-1
/
+1
*
Add a "count" field to struct memory_map.
Michael Brown
2006-05-25
2
-6
/
+11
*
Define a struct memory_map with a fixed number of entries, rather than
Michael Brown
2006-05-24
2
-13
/
+21
*
Remove the automatic segment register save and restore; most users of
Michael Brown
2006-05-24
1
-8
/
+0
*
Removed REAL_EXEC(); there is no longer any code using it.
Michael Brown
2006-05-24
3
-44
/
+14
*
Added potentially required "\n\t" on the end of asm_code_str
Michael Brown
2006-05-24
1
-14
/
+1
[next]