| Commit message (Expand) | Author | Age | Files | Lines |
| * | Only produce documentation where documentation actually exists. | Michael Brown | 2005-05-18 | 1 | -1/+1 |
| * | __attribute__ does not need to be treated as a variadic macro, since | Michael Brown | 2005-05-18 | 1 | -1/+1 |
| * | Add doxygen documentation | Michael Brown | 2005-05-18 | 1 | -4/+25 |
| * | Document %m | Michael Brown | 2005-05-18 | 1 | -0/+1 |
| * | Linker symbols no longer defined in etherboot.h | Michael Brown | 2005-05-18 | 1 | -4/+7 |
| * | doxygen docs go in bin/doc | Michael Brown | 2005-05-18 | 1 | -1/+0 |
| * | Hide __attribute__ from doxygen | Michael Brown | 2005-05-18 | 1 | -1/+11 |
| * | Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL | Michael Brown | 2005-05-18 | 1 | -1/+6 |
| * | doxygen.cfg also references ARCH | Michael Brown | 2005-05-18 | 1 | -1/+4 |
| * | Working to produce reasonably pretty code | Michael Brown | 2005-05-18 | 1 | -14/+24 |
| * | doxygen doesn't allow us to do the --include compiler.h trick... | Michael Brown | 2005-05-18 | 1 | -20/+20 |
| * | Added doxygen comments and errno values. | Michael Brown | 2005-05-18 | 1 | -29/+135 |
| * | Added rules to generate documentation using doxygen | Michael Brown | 2005-05-18 | 2 | -0/+214 |
| * | Add DOXYGEN definition, comment out reference to not-yet-existent "image" | Michael Brown | 2005-05-18 | 1 | -1/+2 |
| * | There is no arch/i386/firmware/linuxbios directory | Michael Brown | 2005-05-18 | 1 | -1/+1 |
| * | All files in here are auto-generated | Michael Brown | 2005-05-18 | 1 | -0/+1 |
| * | Error numbers moved to errno.h | Michael Brown | 2005-05-18 | 1 | -143/+2 |
| * | First version | Michael Brown | 2005-05-17 | 1 | -0/+102 |
| * | Added errno, strerror and the "%m" printf metacharacter. These will allow | Michael Brown | 2005-05-17 | 3 | -9/+180 |
| * | Quickly hacked to use a buffer rather than a processor. | Michael Brown | 2005-05-17 | 2 | -39/+41 |
| * | Update to use buffer rather than processor | Michael Brown | 2005-05-17 | 1 | -40/+11 |
| * | Added const to fill_buffer | Michael Brown | 2005-05-17 | 2 | -2/+2 |
| * | Updated to use buffer rather than processor | Michael Brown | 2005-05-17 | 1 | -16/+7 |
| * | Load buffer is now handled by the autoload() function. | Michael Brown | 2005-05-17 | 1 | -5/+15 |
| * | Moved NBI support to nbi.c, modified to work with new load mechanism | Michael Brown | 2005-05-17 | 2 | -201/+306 |
| * | First version | Michael Brown | 2005-05-17 | 2 | -0/+13 |
| * | Restructured to allow per-object image formats | Michael Brown | 2005-05-17 | 1 | -321/+39 |
| * | Heap function prototypes moved to heap.h | Michael Brown | 2005-05-17 | 1 | -8/+0 |
| * | Add twiddle() so that progress is visible. | Michael Brown | 2005-05-17 | 1 | -0/+1 |
| * | Added print_images() and autoload(). | Michael Brown | 2005-05-17 | 2 | -32/+66 |
| * | Moved find_segment into elf_loader.c | Michael Brown | 2005-05-17 | 1 | -0/+39 |
| * | 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 shared symbols for heap_ptr and heap_end | Michael Brown | 2005-05-17 | 2 | -1/+10 |
| * | Added copy_phys_to_phys | Michael Brown | 2005-05-17 | 1 | -0/+5 |
| * | Added "image" directory | Michael Brown | 2005-05-17 | 2 | -0/+2 |
| * | Image formats moved into the new config system | Michael Brown | 2005-05-17 | 2 | -64/+38 |
| * | Use __unused instead of __used for static data structures. | Michael Brown | 2005-05-17 | 7 | -18/+24 |
| * | Use the heap functions to allocate a load buffer. | Michael Brown | 2005-05-13 | 1 | -43/+44 |
| * | First version | Michael Brown | 2005-05-13 | 1 | -0/+39 |
| * | Add realloc, since the load buffer code requires it. | Michael Brown | 2005-05-13 | 2 | -24/+84 |
| * | Added debugging | Michael Brown | 2005-05-13 | 1 | -0/+11 |
| * | Tidied up init_heap() | Michael Brown | 2005-05-13 | 1 | -74/+61 |
| * | Added ASSERT() macro | Michael Brown | 2005-05-13 | 2 | -4/+19 |
| * | Added old allot/forget calls for backwards compatibility. | Michael Brown | 2005-05-12 | 1 | -0/+20 |
| * | Merged the unaligned and aligned heap APIs and simplified the code. | Michael Brown | 2005-05-12 | 2 | -81/+116 |
| * | Use the global load_buffer, and the boot_image function. | Michael Brown | 2005-05-09 | 1 | -6/+11 |
| * | Add INIT_LOADBUF | Michael Brown | 2005-05-09 | 1 | -3/+5 |
| * | Make "struct buffer"s reusable between sessions. | Michael Brown | 2005-05-09 | 2 | -10/+9 |
| * | Include string.h, because we need to define copy_{to,from}_phys | Michael Brown | 2005-05-09 | 1 | -0/+1 |