| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce the new timer subsystem. | Alexey Zaytsev | 2008-03-02 | 2 | -160/+65 |
| * | Revert "malloc attribute changes" | Holger Lubitz | 2007-08-06 | 1 | -2/+0 |
| * | malloc attribute changes | Holger Lubitz | 2007-08-02 | 1 | -0/+2 |
| * | Import various libgcc functions from syslinux. | Michael Brown | 2007-07-30 | 1 | -336/+0 |
| * | GCC's optimiser seems to screw up if this is left static... | Michael Brown | 2007-07-30 | 1 | -1/+1 |
| * | Applied a modified version of holger's regparm patches. | Michael Brown | 2007-07-29 | 1 | -1/+1 |
| * | Removed dead code identified by symcheck | Michael Brown | 2007-07-17 | 1 | -17/+0 |
| * | Move uninitialised .data16 variables to .bss16; saves around 2000 | Michael Brown | 2007-07-16 | 1 | -1/+1 |
| * | Shrink cpu.c and render it useful for our purposes. | Michael Brown | 2007-07-14 | 1 | -73/+58 |
| * | Dead code removal. | Michael Brown | 2007-07-14 | 1 | -1/+1 |
| * | Master IRQ should be EOIed first, I think. | Michael Brown | 2007-07-10 | 1 | -1/+1 |
| * | Allocate heap at first usage, rather than assuming we can fit it in | Michael Brown | 2007-07-05 | 1 | -10/+65 |
| * | Separated out initialisation functions from startup/shutdown functions. | Michael Brown | 2007-07-04 | 4 | -5/+9 |
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-03 | 1 | -1/+1 |
| |\ |
|
| | * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot | Marty Connor | 2007-07-03 | 1 | -1/+1 |
| * | | We don't actually use the reset functions anywhere, and nothing really | Michael Brown | 2007-07-03 | 4 | -4/+4 |
| |/ |
|
| * | Use a common base-memory packet buffer for DHCP construction (as used | Michael Brown | 2007-07-02 | 1 | -4/+5 |
| * | Add ability to resolve relative symbols as well as locate absolute ones. | Michael Brown | 2007-06-30 | 1 | -0/+3 |
| * | Add gdbsym.c object to help with running gdb-to-qemu | Michael Brown | 2007-06-30 | 1 | -0/+28 |
| * | Use internal real-mode stack from non-returnable prefixes | Michael Brown | 2007-06-28 | 1 | -0/+13 |
| * | Provide a buffer in base memory for code to fill with generated DHCP data. | Michael Brown | 2007-03-22 | 1 | -0/+29 |
| * | More assertions | Michael Brown | 2007-02-01 | 1 | -0/+1 |
| * | Also print out stack pointer (with optional stack dump) | Michael Brown | 2007-02-01 | 1 | -2/+5 |
| * | Assert that division result is correct | Michael Brown | 2007-02-01 | 1 | -0/+3 |
| * | Added __umoddi3 | Michael Brown | 2007-01-31 | 1 | -0/+13 |
| * | Handle (64-bit) / (32-bit) = (64-bit), i.e. one step beyond that | Michael Brown | 2007-01-28 | 1 | -0/+319 |
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| * | 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 |