| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Network layer now works as a proof of concept | Michael Brown | 2006-04-28 | 2 | -28/+83 |
| * | Fix a couple of broken assertions, and align the buffer correctly. | Michael Brown | 2006-04-28 | 1 | -2/+2 |
| * | Gave up on adding POSIX errno's as required, and just added (almost) all | Michael Brown | 2006-04-28 | 1 | -12/+52 |
| * | Actually, it's probably a good idea to have packet buffers avoid 4kB | Michael Brown | 2006-04-25 | 1 | -0/+11 |
| * | Updated memory allocator to improve support for unaligned or partially | Michael Brown | 2006-04-25 | 2 | -36/+66 |
| * | Add __constant_flsl(), because it's useful for finding out the next | Michael Brown | 2006-04-25 | 1 | -0/+54 |
| * | Added pkb_reserve(). | Michael Brown | 2006-04-24 | 1 | -0/+14 |
| * | gcc is rather over-aggressive about optimising out static data structures | Michael Brown | 2006-04-24 | 3 | -9/+9 |
| * | Header rearrangement. | Michael Brown | 2006-04-24 | 19 | -45/+63 |
| * | Network API now allows for multiple network devices (although the | Michael Brown | 2006-04-24 | 1 | -0/+28 |
| * | Network API now allows for multiple network devices (although the | Michael Brown | 2006-04-24 | 3 | -173/+272 |
| * | Don't bother poisoning lists; it costs code size. | Michael Brown | 2006-04-24 | 1 | -13/+3 |
| * | Prototype now clashes with the macro in arch/i386. | Michael Brown | 2006-04-24 | 1 | -1/+0 |
| * | First draft of a dynamic memory allocator | Michael Brown | 2006-04-24 | 1 | -0/+36 |
| * | First sketch of a new net device API. | Michael Brown | 2006-04-19 | 3 | -25/+33 |
| * | Remove the concept of the media-independent link-layer header and replace | Michael Brown | 2006-04-19 | 4 | -100/+59 |
| * | Added the concept of a network interface (a network-layer concept) as | Michael Brown | 2006-04-19 | 1 | -23/+104 |
| * | Typo | Michael Brown | 2006-04-19 | 1 | -1/+1 |
| * | First version, based on include/linux/list.h, stripped down to just | Michael Brown | 2006-04-19 | 1 | -0/+155 |
| * | Update now that if_ether.h has moved. | Michael Brown | 2006-04-19 | 1 | -5/+1 |