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
*
Modified calling convention: we now update %esi and %edi just like a
Michael Brown
2007-07-15
1
-29
/
+36
*
"not" doesn't affect flags, "xor $-1" does.
Michael Brown
2007-07-15
1
-1
/
+1
*
Remove more obsolete files
Michael Brown
2007-07-15
2
-101
/
+0
*
On advice of hpa: be more patient with the KBC and SCPA methods; retry
Michael Brown
2007-07-14
1
-47
/
+71
*
Shrink cpu.c and render it useful for our purposes.
Michael Brown
2007-07-14
2
-276
/
+104
*
Reduced etherboot.h dependencies to avoid unnecessary rebuilds.
Michael Brown
2007-07-14
2
-312
/
+10
*
Dead code removal.
Michael Brown
2007-07-14
20
-1321
/
+30
*
Be more aggressive in attempts to enable A20, now that we have the
Michael Brown
2007-07-14
2
-37
/
+50
*
Kill off the enforced RX quota; it only seems to hurt on real hardware.
Michael Brown
2007-07-14
1
-3
/
+1
*
Use fast in-situ test for gate A20 being set, to cut down on the
Michael Brown
2007-07-13
1
-19
/
+55
*
Add support for TCP timestamps
Michael Brown
2007-07-13
2
-6
/
+115
*
Adjust received length to take into account any already-received data
Michael Brown
2007-07-13
1
-2
/
+3
*
Avoid reusing auto-allocated ports after connection close.
Michael Brown
2007-07-13
1
-2
/
+3
*
Improve error reporting for strange length combinations reported by
Michael Brown
2007-07-10
1
-6
/
+21
*
Set up %ds *before* testing a value in our data segment (d'oh!).
Michael Brown
2007-07-10
1
-6
/
+11
*
Report RX errors via netdev_rx_err()
Michael Brown
2007-07-10
1
-1
/
+2
*
Dump first 64 bytes of chained ISR when debugging is enabled.
Michael Brown
2007-07-10
1
-0
/
+6
*
May be required in some disconnect scenarios
Michael Brown
2007-07-10
1
-0
/
+1
*
Unplug before sending close() message, to avoid screwing up interfaces
Michael Brown
2007-07-10
3
-4
/
+4
*
Add debug messages to process.c
Michael Brown
2007-07-10
1
-0
/
+4
*
Protect ISR against failure to unhook.
Michael Brown
2007-07-10
2
-34
/
+19
*
Master IRQ should be EOIed first, I think.
Michael Brown
2007-07-10
1
-1
/
+1
*
We probably ought not to call INT13 with interrupts disabled.
Michael Brown
2007-07-10
1
-0
/
+1
*
Working code to call the PXE stack from within the ISR.
Michael Brown
2007-07-10
2
-19
/
+92
*
Hopefully solve the problem requiring the occasional "rm -rf bin/deps".
Michael Brown
2007-07-10
1
-1
/
+2
*
Always increase number of BIOS drives when registering
Michael Brown
2007-07-09
1
-3
/
+5
*
Change %dl fixup rules for INT13:
Michael Brown
2007-07-09
1
-11
/
+16
*
Proof of concept; works, but has several hard-coded hacks.
Michael Brown
2007-07-09
1
-7
/
+46
*
Set CF by default, clear on success (rather than clearing and setting
Michael Brown
2007-07-09
1
-2
/
+4
*
Remove xfer_ready() (it has been replaced by xfer_window())
Michael Brown
2007-07-09
1
-14
/
+0
*
Added missing "static"
Michael Brown
2007-07-09
1
-1
/
+1
*
Remove some obsolete stream-API files
Michael Brown
2007-07-09
5
-781
/
+0
*
Add -mpreferred-stack-boundary=2 to i386 CFLAGS as it's almost always a win.
Holger Lubitz
2007-07-09
1
-0
/
+3
*
Update Makefile for compilation on ARCH=x86_64
Holger Lubitz
2007-07-09
1
-0
/
+6
*
Fix up iscsiboot missing prototype warnings
Michael Brown
2007-07-09
3
-0
/
+8
*
Add missing static
Michael Brown
2007-07-09
1
-1
/
+1
*
Fix TX state machine and miscellaneous other bits.
Michael Brown
2007-07-09
1
-38
/
+70
*
Fix root-path parsing.
Michael Brown
2007-07-09
1
-36
/
+35
*
Merge branch 'master' into iscsi-update
Michael Brown
2007-07-08
4
-13
/
+52
|
\
|
*
Add strcspn() and strndup()
Michael Brown
2007-07-08
2
-4
/
+43
|
*
Make ref_get() return the reference, for cleaner code.
Michael Brown
2007-07-08
2
-9
/
+9
*
|
Ready to start testing
Michael Brown
2007-07-08
6
-155
/
+121
*
|
Code in place to use a hypothetical SCSI interface.
Michael Brown
2007-07-08
2
-8
/
+28
*
|
Everything except the SCSI interface should now be present
Michael Brown
2007-07-08
2
-44
/
+276
*
|
iSCSI updated to use data-xfer interface on the socket side (TCP).
Michael Brown
2007-07-08
2
-361
/
+395
|
/
*
Limit xmit window to one MTU. (Path MTU discovery not yet
Michael Brown
2007-07-08
2
-16
/
+42
*
Fix typo that was preventing any DHCP option applicators from being
Michael Brown
2007-07-08
1
-1
/
+1
*
Add debug message when nameserver setting is applied/changed via DHCP.
Michael Brown
2007-07-08
1
-0
/
+4
*
TCP limits advertised TCP window to size of application window
Michael Brown
2007-07-08
1
-0
/
+4
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
14
-45
/
+94
[next]