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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added generic asynchronous operations code.
Michael Brown
2006-05-31
3
-18
/
+82
*
Added first sketch of a generic retry timer mechanism. The idea is to use
Michael Brown
2006-05-29
1
-0
/
+36
*
Handle multi-sector reads by splitting them into subcommands.
Michael Brown
2006-05-29
2
-0
/
+5
*
Initial AoE implementation. Limitations are:
Michael Brown
2006-05-29
1
-0
/
+124
*
Use separate data-in and data-out buffers.
Michael Brown
2006-05-29
1
-29
/
+37
*
Add ETH_P_AOE
Michael Brown
2006-05-28
1
-0
/
+1
*
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
Michael Brown
2006-05-27
1
-0
/
+1
*
Make PKB_ZLEN the minimum possible size of packet buffer (to allow for
Michael Brown
2006-05-27
1
-0
/
+9
*
Added abstraction layer for a three-wire serial device (e.g. the EEPROM
Michael Brown
2006-05-26
1
-0
/
+102
*
Removed some obsolete INIT_XXX constants.
Michael Brown
2006-05-25
1
-5
/
+0
*
- implemented printw (formatted string output, a la printf)
Dan Lynch
2006-05-22
1
-70
/
+114
*
Allow vcprintf() to be called by external code such as the curses library.
Michael Brown
2006-05-22
1
-0
/
+29
*
- fixes to _wputch to get positioning and wrap working properly
Dan Lynch
2006-05-22
1
-18
/
+30
*
Made the LBA48 example clearer.
Michael Brown
2006-05-21
1
-4
/
+4
*
Added (untested) support for ATA devices. This code should be generic
Michael Brown
2006-05-21
1
-0
/
+193
*
Added missing @file block
Michael Brown
2006-05-20
1
-0
/
+6
*
READ CAPACITY (16) turns out to be an optional command (even though
Michael Brown
2006-05-19
1
-0
/
+27
*
Add EOVERFLOW==ERANGE
Michael Brown
2006-05-19
1
-4
/
+6
*
- made some of the bit shifting attribute access simpler (in my mind)
Dan Lynch
2006-05-19
1
-248
/
+50
*
Add the concept of a "user pointer" (similar to the void __user * in
Michael Brown
2006-05-19
3
-4
/
+33
*
iSCSI writes seem to be working (at least, the ethereal trace shows no
Michael Brown
2006-05-19
2
-32
/
+116
*
All uses iscsi_state were removed some time ago; removing the
Michael Brown
2006-05-18
1
-8
/
+0
*
all window primitives implemented
Dan Lynch
2006-05-18
1
-30
/
+9
*
Strip down i386 PCI configuration space I/O to the bare minimum. A
Michael Brown
2006-05-17
1
-13
/
+1
*
Restructured PCI subsystem to fit the new device model.
Michael Brown
2006-05-16
1
-112
/
+107
*
Tear out old heap code, replace with code that simply allocates memory
Michael Brown
2006-05-16
2
-92
/
+15
*
Kill off the "all devices are boot devices" idea
Michael Brown
2006-05-16
1
-0
/
+4
*
Add list_for_each_entry_safe.
Michael Brown
2006-05-16
1
-1
/
+16
*
Added generic device model.
Michael Brown
2006-05-16
1
-0
/
+70
*
Change movetoyx(), putc() and getc() to methods of the screen.
Michael Brown
2006-05-15
1
-26
/
+23
*
lightweight xcurses implementation for etherboot (Michael made me do it...)
Dan Lynch
2006-05-15
1
-0
/
+871
*
Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol".
Michael Brown
2006-05-15
1
-0
/
+3
*
Updated documentation.
Michael Brown
2006-05-14
1
-35
/
+22
*
Rewrote printf and friends to better support standard C semantics.
Michael Brown
2006-05-14
1
-3
/
+35
*
Add 64-bit byte-swapping operations.
Michael Brown
2006-05-13
3
-0
/
+10
*
Provide a SCSI device interface to the iSCSI protocol
Michael Brown
2006-05-13
1
-35
/
+101
*
Defined SCSI device interface, and added SCSI block device
Michael Brown
2006-05-13
1
-7
/
+137
*
Defined a block device interface.
Michael Brown
2006-05-13
1
-0
/
+39
*
(Redoing check-in lost by SourceForge's failure.)
Michael Brown
2006-05-13
1
-66
/
+0
*
Towards a(nother) new real-mode infrastructure, in which we take
Michael Brown
2006-05-02
1
-5
/
+0
*
Merge TCP aborted(), timedout() and closed() methods into a single
Michael Brown
2006-04-30
2
-15
/
+17
*
Proof-of-concept FTP implementation
Michael Brown
2006-04-30
1
-0
/
+68
*
Add a temporary snprintf, so that safely-written code can at least
Michael Brown
2006-04-30
1
-0
/
+1
*
Fix up prototype of strtoul() to match POSIX.
Michael Brown
2006-04-30
1
-1
/
+1
*
Make tcp_connect() void; it will eventually have no failure case.
Michael Brown
2006-04-30
2
-2
/
+2
*
Put the TCP connection periodic processing in tcp.c, where it belongs.
Michael Brown
2006-04-30
1
-8
/
+2
*
Consistency
Michael Brown
2006-04-30
1
-3
/
+3
*
Move init.h to gpxe/init.h.
Michael Brown
2006-04-30
1
-0
/
+66
*
Change semantics of network API so that packet-absorbing calls *always*
Michael Brown
2006-04-29
1
-10
/
+9
*
Added basic code for implementing co-operative multitasking.
Michael Brown
2006-04-29
1
-0
/
+32
[next]