| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check that serial port init actually happens | Michael Brown | 2006-09-01 | 1 | -0/+2 |
| * | Added debug to catch initialisation failures | Michael Brown | 2006-09-01 | 1 | -6/+18 |
| * | Hopefully fix gcc3 build issue | Michael Brown | 2006-08-30 | 1 | -1/+1 |
| * | Added generic function for calculating ACPI table checksum | Michael Brown | 2006-08-28 | 1 | -0/+40 |
| * | Take out unused cleanup() function so that we can remove the link | Michael Brown | 2006-08-15 | 1 | -1/+2 |
| * | Removed obsolete print_config() | Michael Brown | 2006-08-15 | 1 | -61/+0 |
| * | Kill off poll_interruptions(); it is lethal when we're acting as a PXE | Michael Brown | 2006-08-15 | 4 | -23/+0 |
| * | Added cmdl_show proof-of-concept | Michael Brown | 2006-08-11 | 1 | -0/+20 |
| * | Added "hostname" and "ip" as sample settings | Michael Brown | 2006-08-11 | 1 | -0/+13 |
| * | Added ipv4 configuration type | Michael Brown | 2006-08-11 | 1 | -0/+56 |
| * | Add string configuration type | Michael Brown | 2006-08-11 | 1 | -5/+54 |
| * | 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 |