| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added missing check-in | Michael Brown | 2006-06-09 | 1 | -0/+16 |
| * | It's astonishing how long really fundamental bugs can survive without | Michael Brown | 2006-06-08 | 1 | -2/+2 |
| * | Fix some remarkably obvious mistakes in pcidirect.h | Michael Brown | 2006-06-08 | 1 | -3/+3 |
| * | Add a "count" field to struct memory_map. | Michael Brown | 2006-05-25 | 1 | -0/+3 |
| * | Define a struct memory_map with a fixed number of entries, rather than | Michael Brown | 2006-05-24 | 1 | -1/+9 |
| * | 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 | 2 | -43/+13 |
| * | Added potentially required "\n\t" on the end of asm_code_str | Michael Brown | 2006-05-24 | 1 | -14/+1 |
| * | Split out REAL_CODE() from REAL_EXEC(), preparatory to removing REAL_EXEC | Michael Brown | 2006-05-24 | 2 | -31/+35 |
| * | Remove references to obsoleted REAL_CALL from documentation. | Michael Brown | 2006-05-24 | 1 | -7/+0 |
| * | Removed REAL_FRAGMENT and REAL_CALL, and left just REAL_EXEC (which is | Michael Brown | 2006-05-24 | 2 | -100/+94 |
| * | Replaced memsizes.c with smaller memmap.c, taking advantage of __data16, | Michael Brown | 2006-05-24 | 2 | -0/+25 |
| * | Add __{text,data}16_array, since there's no way I can see to make the | Michael Brown | 2006-05-24 | 2 | -4/+14 |
| * | Add the concept of a "user pointer" (similar to the void __user * in | Michael Brown | 2006-05-19 | 4 | -19/+91 |
| * | Use typeof(sizeof(...)) to define a size_t. This stops gcc complaining | Michael Brown | 2006-05-19 | 1 | -1/+1 |
| * | Strip down i386 PCI configuration space I/O to the bare minimum. A | Michael Brown | 2006-05-17 | 3 | -18/+281 |
| * | Add INT 13,41 (extensions installation check). LILO's MBR now uses | Michael Brown | 2006-05-15 | 1 | -0/+16 |
| * | Add int13_boot(), to allow booting from INT 13 emulated drives. | Michael Brown | 2006-05-14 | 1 | -0/+1 |
| * | Specify attributes on .text16. | Michael Brown | 2006-05-14 | 1 | -1/+1 |
| * | Rewrote printf and friends to better support standard C semantics. | Michael Brown | 2006-05-14 | 1 | -0/+1 |
| * | Provide access to rm_cs and rm_ds from protected-mode code. | Michael Brown | 2006-05-13 | 1 | -1/+4 |
| * | Provide a global counter for the number of interrupts hooked. | Michael Brown | 2006-05-13 | 1 | -0/+1 |
| * | Define BIOS data segment in bios.h | Michael Brown | 2006-05-13 | 1 | -0/+3 |
| * | Add flag definitions. | Michael Brown | 2006-05-13 | 1 | -0/+8 |
| * | Add INT 13 emulation layer (which provides an interface to gPXE block | Michael Brown | 2006-05-13 | 1 | -0/+157 |
| * | Add 64-bit byte-swapping operations. | Michael Brown | 2006-05-13 | 1 | -7/+38 |
| * | (Redoing check-in lost by SourceForge's failure.) | Michael Brown | 2006-05-13 | 2 | -32/+0 |
| * | (Redoing check-in lost by SourceForge's failure.) | Michael Brown | 2006-05-13 | 1 | -0/+17 |
| * | (Redoing check-in lost by SourceForge's failure.) | Michael Brown | 2006-05-13 | 3 | -10/+29 |
| * | (Redoing check-in lost by SourceForge's failure.) | Michael Brown | 2006-05-13 | 1 | -11/+21 |
| * | Allow access to variables in .text16 as well as .data16. Chained | Michael Brown | 2006-05-06 | 3 | -2/+16 |
| * | Added methods for efficiently declaring and accessing variables in | Michael Brown | 2006-05-04 | 3 | -0/+59 |
| * | <name>_size variable is no longer needed, since we don't copy the code. | Michael Brown | 2006-05-02 | 1 | -3/+1 |
| * | Towards a(nother) new real-mode infrastructure, in which we take | Michael Brown | 2006-05-02 | 3 | -89/+31 |
| * | Put the TCP connection periodic processing in tcp.c, where it belongs. | Michael Brown | 2006-04-30 | 1 | -0/+2 |
| * | Added missing ssize_t | Michael Brown | 2006-04-25 | 1 | -0/+1 |
| * | gcc is rather over-aggressive about optimising out static data structures | Michael Brown | 2006-04-24 | 1 | -4/+4 |
| * | Header rearrangement. | Michael Brown | 2006-04-24 | 1 | -1/+1 |
| * | Added __constant_memcpy() based on version in Linux's string.h. | Michael Brown | 2006-04-24 | 1 | -12/+135 |
| * | Fixes for gcc >= 3.2 from Georg Baum | Michael Brown | 2005-05-24 | 2 | -3/+3 |
| * | Split PXE code into preboot, udp, tftp, undi and loader units. | Michael Brown | 2005-05-24 | 2 | -23/+5 |
| * | Rearranging PXE header files | Michael Brown | 2005-05-24 | 1 | -3/+3 |
| * | Update to cope with changes in registers.h | Michael Brown | 2005-05-20 | 2 | -6/+1 |
| * | Don't use anonymous entries in a struct; it seems to aggravate gcc 3.4.3. | Michael Brown | 2005-05-20 | 1 | -8/+95 |
| * | Synced across updates from Etherboot 5.4 tree | Michael Brown | 2005-05-19 | 1 | -0/+12 |
| |\ |
|
| * | | Doxygenation | Michael Brown | 2005-05-19 | 1 | -4/+11 |
| * | | Add a const to avoid a warning | Michael Brown | 2005-05-19 | 1 | -1/+2 |
| |/ |
|
| * | First version | Michael Brown | 2005-05-17 | 1 | -0/+7 |
| * | Added copy_phys_to_phys | Michael Brown | 2005-05-17 | 1 | -0/+5 |
| * | Use __unused instead of __used for static data structures. | Michael Brown | 2005-05-17 | 1 | -1/+1 |