| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split debug functions out into core/debug.c, so that they can be | Michael Brown | 2006-05-17 | 2 | -91/+89 |
| * | Restructured PCI subsystem to fit the new device model. | Michael Brown | 2006-05-16 | 1 | -1/+1 |
| * | Tear out old heap code, replace with code that simply allocates memory | Michael Brown | 2006-05-16 | 3 | -209/+19 |
| * | Fix typo | Michael Brown | 2006-05-16 | 1 | -1/+1 |
| * | Added generic device model. | Michael Brown | 2006-05-16 | 1 | -0/+97 |
| * | fixed build error (danjlynch, repeat: this is *not* perl, this is *not* perl...) | Dan Lynch | 2006-05-15 | 1 | -2/+4 |
| * | lightweight xcurses implementation for etherboot (Michael made me do it...) | Dan Lynch | 2006-05-15 | 1 | -0/+298 |
| * | Handle the '"%c", 0' case correctly. | Michael Brown | 2006-05-14 | 1 | -1/+1 |
| * | Correctly handle zero-length buffers. | Michael Brown | 2006-05-14 | 1 | -10/+9 |
| * | Updated documentation. | Michael Brown | 2006-05-14 | 1 | -45/+103 |
| * | Rewrote printf and friends to better support standard C semantics. | Michael Brown | 2006-05-14 | 1 | -165/+274 |
| * | At least cope with "%llx" by reading the correct-sized va_arg from the | Michael Brown | 2006-05-13 | 1 | -7/+16 |
| * | BSS is now zeroed by libprefix (along with the otherwise non-zeroable | Michael Brown | 2006-05-02 | 1 | -15/+3 |
| * | Add a temporary snprintf, so that safely-written code can at least | Michael Brown | 2006-04-30 | 1 | -0/+11 |
| * | Fix up prototype of strtoul() to match POSIX. | Michael Brown | 2006-04-30 | 1 | -1/+1 |
| * | Move init.h to gpxe/init.h. | Michael Brown | 2006-04-30 | 6 | -6/+6 |
| * | Added basic code for implementing co-operative multitasking. | Michael Brown | 2006-04-29 | 1 | -0/+56 |
| * | Add an explicit failure debug message | Michael Brown | 2006-04-28 | 1 | -0/+2 |
| * | Glenn managed to shrink .text by 5 more bytes. | Michael Brown | 2006-04-25 | 1 | -3/+6 |
| * | Fixed erroneous comparison | Michael Brown | 2006-04-25 | 1 | -1/+1 |
| * | Removed incorrect comment; malloc() is inefficient only when the | Michael Brown | 2006-04-25 | 1 | -5/+0 |
| * | Now passes trivial tests. free_memblock() needs neatening up. | Michael Brown | 2006-04-25 | 1 | -15/+34 |
| * | Updated memory allocator to improve support for unaligned or partially | Michael Brown | 2006-04-25 | 1 | -118/+158 |
| * | gcc is rather over-aggressive about optimising out static data structures | Michael Brown | 2006-04-24 | 3 | -4/+4 |
| * | Header rearrangement. | Michael Brown | 2006-04-24 | 2 | -5/+6 |
| * | First draft of a dynamic memory allocator | Michael Brown | 2006-04-24 | 1 | -0/+209 |
| * | Update now that if_ether.h has moved. | Michael Brown | 2006-04-19 | 1 | -1/+1 |
| * | Moved if_ether.h and if_arp.h to include/gpxe, for consistency with Linux | Michael Brown | 2006-04-19 | 1 | -5/+17 |
| * | Assertions are now handled via the POSIX-like <assert.h>. | Michael Brown | 2006-03-23 | 2 | -7/+9 |
| * | Merge from Etherboot 5.4 | Michael Brown | 2006-03-16 | 1 | -2/+4 |
| |\ |
|
| * | | Merge from Etherboot 5.4 | Michael Brown | 2006-03-16 | 3 | -14/+58 |
| |\| |
|
| * | | Added documentation and ASSERT() statements. | Michael Brown | 2005-06-06 | 1 | -1/+39 |
| * | | Allow data blocks to be less than sizeof ( struct buffer_free_block ) in | Michael Brown | 2005-06-06 | 1 | -110/+64 |
| * | | Always include code for sending multicast packets. | Michael Brown | 2005-06-02 | 1 | -4/+0 |
| * | | IGMP protocol now uses the generic background protocol mechanism. | Michael Brown | 2005-06-02 | 1 | -156/+3 |
| * | | Add generic mechanism for background protocols (e.g. ARP, IGMP) | Michael Brown | 2005-06-02 | 1 | -0/+47 |
| * | | patch of Helge Wagner | Geert Stappers | 2005-05-31 | 1 | -1/+1 |
| * | | Some versions of doxygen seem to object to "@ret None" or similar. | Michael Brown | 2005-05-24 | 3 | -18/+18 |
| * | | Split PXE code into preboot, udp, tftp, undi and loader units. | Michael Brown | 2005-05-24 | 1 | -1445/+0 |
| * | | Moved pxe_errors.c to pxe/interface/ | Michael Brown | 2005-05-24 | 1 | -102/+0 |
| * | | Moved pxe_export.c to pxe.c, since the old pxe.c no longer exists. | Michael Brown | 2005-05-20 | 1 | -0/+0 |
| * | | Use "#var" rather than "@c var" for doxygen. | Michael Brown | 2005-05-20 | 1 | -2/+2 |
| * | | Doxygenation | Michael Brown | 2005-05-20 | 1 | -32/+59 |
| * | | API docs to .h | Michael Brown | 2005-05-19 | 1 | -36/+1 |
| * | | Move API docs to buffer.h, implementation to buffer.c. | Michael Brown | 2005-05-19 | 1 | -54/+2 |
| * | | Synced across updates from Etherboot 5.4 tree | Michael Brown | 2005-05-19 | 1 | -0/+3 |
| |\| |
|
| * | | Doxygenation | Michael Brown | 2005-05-19 | 1 | -20/+73 |
| * | | errno.h now required in order to compile. | Michael Brown | 2005-05-19 | 1 | -0/+1 |
| * | | More documentation | Michael Brown | 2005-05-19 | 1 | -6/+34 |
| * | | Added preliminary doxygen documentation | Michael Brown | 2005-05-19 | 1 | -16/+117 |