2006-05-21 |
Michael Brown | Fixed debug code |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Michael Brown | Made the LBA48 example clearer. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Michael Brown | Added (untested) support for ATA devices. This code... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Michael Brown | Refactored to reduce code size; now down from 1304... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Michael Brown | Added missing @file block |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Michael Brown | Use insb/outsb; it's marginally faster. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | READ CAPACITY (16) turns out to be an optional command... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Add EOVERFLOW==ERANGE |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Expert advice tells me that we *do* have to explicitly... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Dan Lynch | - made some of the bit shifting attribute access simple... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Dan Lynch | - made _wputch wrap lines as well as cols (wraps back... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Add the concept of a "user pointer" (similar to the... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Use typeof(sizeof(...)) to define a size_t. This stops... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | Documented login parameters that we negotiate. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Brown | iSCSI writes seem to be working (at least, the ethereal... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Michael Brown | All uses iscsi_state were removed some time ago; removi... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Michael Brown | Re-enable -Wformat, since our printf() is now more... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Dan Lynch | all window primitives implemented |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Michael Brown | Updated to new SourceForge CVS locations, and fix a... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Michael Brown | Set ErrorRecoveryLevel=0 (we don't want to have to... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Michael Brown | Added missing drivers/scsi |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Michael Brown | Split debug functions out into core/debug.c, so that... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Michael Brown | Strip down i386 PCI configuration space I/O to the... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Restructured PCI subsystem to fit the new device model. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Missed a reference to heap.h. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Tear out old heap code, replace with code that simply... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Fix typo |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Kill off the "all devices are boot devices" idea |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Add list_for_each_entry_safe. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michael Brown | Added generic device model. |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Michael Brown | Change movetoyx(), putc() and getc() to methods of... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Dan Lynch | fixed build error (danjlynch, repeat: this is *not... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Dan Lynch | lightweight xcurses implementation for etherboot (Micha... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Add INT 13,41 (extensions installation check). LILO... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Split "iSCSI as a SCSI device" out from "iSCSI as a... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Fix a couple of minor typos. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Also capture INT 19 as a failure path, to allow for... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Add int13_boot(), to allow booting from INT 13 emulated... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Specify attributes on .text16. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Handle the '"%c", 0' case correctly. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Correctly handle zero-length buffers. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Updated documentation. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Michael Brown | Rewrote printf and friends to better support standard... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | At least cope with "%llx" by reading the correct-sized... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Moved to net/tcp/iscsi.c. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Provide access to rm_cs and rm_ds from protected-mode... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Provide a global counter for the number of interrupts... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Allow re-entrancy and provide a global counter of the... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Define BIOS data segment in bios.h |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Add flag definitions. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Add INT 13 emulation layer (which provides an interface... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Add 64-bit byte-swapping operations. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Provide a SCSI device interface to the iSCSI protocol |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Defined SCSI device interface, and added SCSI block... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Defined a block device interface. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Add drivers/block and arch/i386/interface/pcbios |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | (Redoing check-in lost by SourceForge's failure.) |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Michael Brown | Added tunctl (since it is difficult to find for many... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Michael Brown | Preserve the whole of %esp across prot_call(). We... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Michael Brown | Allow access to variables in .text16 as well as .data16... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Michael Brown | Preserve GDT across prot_call(). |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Michael Brown | This line should not have been checked in |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Michael Brown | Add infrastructure to support access to .data16 (and... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Michael Brown | Added methods for efficiently declaring and accessing... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | BSS is now zeroed by libprefix (along with the otherwis... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Create two easy-to-use entry points in libprefix: insta... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | <name>_size variable is no longer needed, since we... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Towards a(nother) new real-mode infrastructure, in... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Move stack out to separate object, so that having a... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Michael Brown | Verified as working |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Michael Brown | This should be much more elegant: we use flat real... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Michael Brown | Checking in because I don't want to lose this rather... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Merge TCP aborted(), timedout() and closed() methods... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Half-way tidy |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Make all TCP methods optional; at least FTP data is... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Proof-of-concept FTP implementation |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Add a temporary snprintf, so that safely-written code... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Fix up prototype of strtoul() to match POSIX. |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Created net/tcp and moved hello.c there |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Make tcp_connect() void; it will eventually have no... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Put the TCP connection periodic processing in tcp.c... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Consistency |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Moved uIP and tcp.c from proto/ to net/ |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Michael Brown | Move init.h to gpxe/init.h. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Michael Brown | Change semantics of network API so that packet-absorbin... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Michael Brown | Added basic code for implementing co-operative multitas... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Michael Brown | Give uIP a static IP address for proof-of-concept testing |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Michael Brown | Network layer now works as a proof of concept |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Michael Brown | Fix a couple of broken assertions, and align the buffer... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Michael Brown | Transmit the buffer contents, not the buffer descriptor... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Michael Brown | Add an explicit failure debug message |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Michael Brown | Exclude bin directory from tags generation. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Michael Brown | Gave up on adding POSIX errno's as required, and just... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Michael Brown | Updated instructions to reflect current reality. |
commit | commitdiff | tree | snapshot |
next |