| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Accelerate memcpy() by around 32% on large, dword-aligned copies. | Michael Brown | 2007-01-18 | 1 | -0/+63 |
| * | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 1 | -8/+8 |
| * | Obsoleted by arch/i386/image/multiboot.c | Michael Brown | 2007-01-14 | 1 | -208/+0 |
| * | Obsolete for some time | Michael Brown | 2007-01-14 | 1 | -130/+0 |
| * | Use _text, rather than assuming _text==0. | Michael Brown | 2007-01-14 | 1 | -1/+4 |
| * | Fix the only bug (which was to use DBGC() in place of DBG()!) and add 4kB | Michael Brown | 2007-01-12 | 1 | -2/+9 |
| * | First version of an external memory allocator (not tested) | Michael Brown | 2007-01-12 | 1 | -0/+159 |
| * | Long since obsoleted by arch/i386/scripts/i386.lds | Michael Brown | 2007-01-12 | 1 | -90/+0 |
| * | Obsoleted by arch/i386/interface/pxe/pxe_call.c | Michael Brown | 2007-01-12 | 1 | -391/+0 |
| * | Removed the Etherboot-specific ELF-image code and replaced it with a | Michael Brown | 2007-01-11 | 1 | -136/+0 |
| * | Move memmap.h out of arch/i386; it no longer contains anything | Michael Brown | 2007-01-11 | 1 | -1/+1 |
| * | Update buffer-handling code to enable expandable buffers. | Michael Brown | 2007-01-11 | 1 | -69/+0 |
| * | Add device description fields to struct device. | Michael Brown | 2007-01-10 | 1 | -2/+2 |
| * | Ripped out everything except the ability to send EOI to the PIC. | Michael Brown | 2007-01-04 | 1 | -299/+37 |
| * | We don't actually have a stdio.h header file. Our printf() functions are | Michael Brown | 2006-09-27 | 2 | -2/+0 |
| * | added stdio.h to includes for DBG compilation | Marty Connor | 2006-09-27 | 2 | -0/+2 |
| * | Added null trap code for debugging. (Must be included by adding | Michael Brown | 2006-06-11 | 1 | -0/+48 |
| * | Has been obsolete for a while. | Michael Brown | 2006-05-25 | 1 | -160/+0 |
| * | Update relocate() to work with get_memmap(). | Michael Brown | 2006-05-25 | 1 | -66/+44 |
| * | Updated to REAL_CODE(). | Michael Brown | 2006-05-24 | 1 | -41/+36 |
| * | Add the concept of a "user pointer" (similar to the void __user * in | 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 | -451/+149 |
| * | Restructured PCI subsystem to fit the new device model. | Michael Brown | 2006-05-16 | 1 | -4/+6 |
| * | Missed a reference to heap.h. | Michael Brown | 2006-05-16 | 1 | -1/+0 |
| * | (Redoing check-in lost by SourceForge's failure.) | Michael Brown | 2006-05-13 | 1 | -32/+0 |
| * | Towards a(nother) new real-mode infrastructure, in which we take | Michael Brown | 2006-05-02 | 2 | -266/+28 |
| * | Move stack out to separate object, so that having a stack doesn't drag in | Michael Brown | 2006-05-02 | 2 | -9/+13 |
| * | Move init.h to gpxe/init.h. | Michael Brown | 2006-04-30 | 5 | -5/+5 |
| * | gcc is rather over-aggressive about optimising out static data structures | Michael Brown | 2006-04-24 | 1 | -2/+2 |
| * | Header rearrangement. | Michael Brown | 2006-04-24 | 1 | -1/+1 |
| * | Merge from Etherboot 5.4 | Michael Brown | 2006-03-16 | 1 | -1/+2 |
| |\ |
|
| * | | Merge from Etherboot 5.4 | Michael Brown | 2006-03-16 | 2 | -18/+83 |
| |\| |
|
| * | | Moved pxe_loader.c to pxe_image.c to avoid name clash | Michael Brown | 2005-05-24 | 1 | -94/+0 |
| * | | Update to cope with changes in registers.h | Michael Brown | 2005-05-20 | 1 | -5/+5 |
| * | | Synced across updates from Etherboot 5.4 tree | Michael Brown | 2005-05-19 | 1 | -3/+3 |
| |/ |
|
| * | Moved NBI support to nbi.c, modified to work with new load mechanism | Michael Brown | 2005-05-17 | 1 | -201/+0 |
| * | Moved os_regs into start32.S | Michael Brown | 2005-05-17 | 1 | -1/+5 |
| * | Added debug messages | Michael Brown | 2005-05-17 | 1 | -0/+5 |
| * | Use the heap functions to allocate a load buffer. | Michael Brown | 2005-05-13 | 1 | -43/+44 |
| * | First version | Michael Brown | 2005-05-09 | 1 | -0/+64 |
| * | Post-relocation functions use the generic table mechanism. | Michael Brown | 2005-04-27 | 1 | -2/+4 |
| * | xstart16() fixed up to use new REAL_EXEC mechanism. | Michael Brown | 2005-04-17 | 1 | -23/+24 |
| * | We don't refer to _bss and _ebss any more. | Michael Brown | 2005-04-17 | 1 | -4/+0 |
| * | Read number of PCI buses returned by BIOS so that we can scan more | Michael Brown | 2005-04-16 | 1 | -12/+19 |
| * | Standardised debug mechanism in place now. | Michael Brown | 2005-04-14 | 3 | -20/+0 |
| * | 16-bit PCI BIOS interface also now known to work. | Michael Brown | 2005-04-12 | 1 | -2/+0 |
| * | Improved debug messages | Michael Brown | 2005-04-12 | 1 | -0/+8 |
| * | Should work for KEEP_IT_REAL as well now. | Michael Brown | 2005-04-12 | 1 | -3/+3 |
| * | Nearly there... | Michael Brown | 2005-04-12 | 1 | -292/+383 |
| * | arch_initialise() is now sufficiently generic that we may as well just | Michael Brown | 2005-04-10 | 2 | -27/+6 |