| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify RX data path. | Michael Brown | 2006-06-18 | 1 | -9/+2 |
| * | Remove dependency on arptable[] (which is no longer used). | Michael Brown | 2006-06-16 | 1 | -2/+1 |
| * | Add NULL_TRAP as a config option | Michael Brown | 2006-06-11 | 1 | -0/+8 |
| * | Added a very quick and dirty compatibility layer, to allow | Michael Brown | 2006-06-05 | 1 | -9/+2 |
| * | - added most slk functions | Dan Lynch | 2006-06-05 | 1 | -2/+194 |
| * | Quick hack to avoid trying to use an uninitialised net device. | Michael Brown | 2006-06-01 | 1 | -4/+16 |
| * | Until we have a functioning UDP stack and PXE API again, there's not much | Michael Brown | 2006-06-01 | 1 | -75/+10 |
| * | Missing from previous checkin. | Michael Brown | 2006-05-31 | 1 | -0/+52 |
| * | Tidied up debugging messages | Michael Brown | 2006-05-27 | 1 | -4/+4 |
| * | relocate.o is now dragged in by the objects that require it; there is no | Michael Brown | 2006-05-25 | 1 | -9/+0 |
| * | - implemented printw (formatted string output, a la printf) | Dan Lynch | 2006-05-22 | 1 | -7/+103 |
| * | Allow vcprintf() to be called by external code such as the curses library. | Michael Brown | 2006-05-22 | 1 | -38/+38 |
| * | - fixes to _wputch to get positioning and wrap working properly | Dan Lynch | 2006-05-22 | 1 | -7/+44 |
| * | - made _wputch wrap lines as well as cols (wraps back to line 0, as we have n... | Dan Lynch | 2006-05-19 | 1 | -61/+220 |
| * | all window primitives implemented | Dan Lynch | 2006-05-18 | 1 | -57/+107 |
| * | 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 |