| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added basic infrastructure for manipulating settings. | Michael Brown | 2006-08-11 | 1 | -0/+148 |
| * | Removed obsolete line merged in with the cmdline stuff | Michael Brown | 2006-08-09 | 1 | -1/+0 |
| * | Aborted | Michael Brown | 2006-08-09 | 2 | -303/+0 |
| * | Merge of Fredrik Hultin command_line | Marty Connor | 2006-08-09 | 3 | -0/+306 |
| * | Accept '%i' as a synonym for '%d'. | Michael Brown | 2006-07-25 | 1 | -1/+1 |
| * | Remove the static IP address hack from netdevice.c, and change the | Michael Brown | 2006-07-20 | 1 | -1/+1 |
| * | Tidy up hex_dump() output. | Michael Brown | 2006-07-17 | 1 | -2/+2 |
| * | How did this ever work properly before? | Michael Brown | 2006-07-13 | 1 | -1/+1 |
| * | fix printf format args | Marty Connor | 2006-06-29 | 2 | -5/+6 |
| * | Removed vestigal FILO code | Marty Connor | 2006-06-29 | 2 | -28/+0 |
| * | - deprecated in favour of a split library model | Dan Lynch | 2006-06-27 | 1 | -834/+0 |
| * | 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 |