summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Check that serial port init actually happensMichael Brown2006-09-011-0/+2
* Added debug to catch initialisation failuresMichael Brown2006-09-011-6/+18
* Hopefully fix gcc3 build issueMichael Brown2006-08-301-1/+1
* Added generic function for calculating ACPI table checksumMichael Brown2006-08-281-0/+40
* Take out unused cleanup() function so that we can remove the linkMichael Brown2006-08-151-1/+2
* Removed obsolete print_config()Michael Brown2006-08-151-61/+0Star
* Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown2006-08-154-23/+0Star
* Added cmdl_show proof-of-conceptMichael Brown2006-08-111-0/+20
* Added "hostname" and "ip" as sample settingsMichael Brown2006-08-111-0/+13
* Added ipv4 configuration typeMichael Brown2006-08-111-0/+56
* Add string configuration typeMichael Brown2006-08-111-5/+54
* Added basic infrastructure for manipulating settings.Michael Brown2006-08-111-0/+148
* Removed obsolete line merged in with the cmdline stuffMichael Brown2006-08-091-1/+0Star
* AbortedMichael Brown2006-08-092-303/+0Star
* Merge of Fredrik Hultin command_lineMarty Connor2006-08-093-0/+306
* Accept '%i' as a synonym for '%d'.Michael Brown2006-07-251-1/+1
* Remove the static IP address hack from netdevice.c, and change theMichael Brown2006-07-201-1/+1
* Tidy up hex_dump() output.Michael Brown2006-07-171-2/+2
* How did this ever work properly before?Michael Brown2006-07-131-1/+1
* fix printf format argsMarty Connor2006-06-292-5/+6
* Removed vestigal FILO codeMarty Connor2006-06-292-28/+0Star
* - deprecated in favour of a split library modelDan Lynch2006-06-271-834/+0Star
* Simplify RX data path.Michael Brown2006-06-181-9/+2Star
* Remove dependency on arptable[] (which is no longer used).Michael Brown2006-06-161-2/+1Star
* Add NULL_TRAP as a config optionMichael Brown2006-06-111-0/+8
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-051-9/+2Star
* - added most slk functionsDan Lynch2006-06-051-2/+194
* Quick hack to avoid trying to use an uninitialised net device.Michael Brown2006-06-011-4/+16
* Until we have a functioning UDP stack and PXE API again, there's not muchMichael Brown2006-06-011-75/+10Star
* Missing from previous checkin.Michael Brown2006-05-311-0/+52
* Tidied up debugging messagesMichael Brown2006-05-271-4/+4
* relocate.o is now dragged in by the objects that require it; there is noMichael Brown2006-05-251-9/+0Star
* - implemented printw (formatted string output, a la printf)Dan Lynch2006-05-221-7/+103
* Allow vcprintf() to be called by external code such as the curses library.Michael Brown2006-05-221-38/+38
* - fixes to _wputch to get positioning and wrap working properlyDan Lynch2006-05-221-7/+44
* - made _wputch wrap lines as well as cols (wraps back to line 0, as we have n...Dan Lynch2006-05-191-61/+220
* all window primitives implementedDan Lynch2006-05-181-57/+107
* Split debug functions out into core/debug.c, so that they can beMichael Brown2006-05-172-91/+89Star
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-1/+1
* Tear out old heap code, replace with code that simply allocates memoryMichael Brown2006-05-163-209/+19Star
* Fix typoMichael Brown2006-05-161-1/+1
* Added generic device model.Michael Brown2006-05-161-0/+97
* fixed build error (danjlynch, repeat: this is *not* perl, this is *not* perl...)Dan Lynch2006-05-151-2/+4
* lightweight xcurses implementation for etherboot (Michael made me do it...)Dan Lynch2006-05-151-0/+298
* Handle the '"%c", 0' case correctly.Michael Brown2006-05-141-1/+1
* Correctly handle zero-length buffers.Michael Brown2006-05-141-10/+9Star
* Updated documentation.Michael Brown2006-05-141-45/+103
* Rewrote printf and friends to better support standard C semantics.Michael Brown2006-05-141-165/+274
* At least cope with "%llx" by reading the correct-sized va_arg from theMichael Brown2006-05-131-7/+16
* BSS is now zeroed by libprefix (along with the otherwise non-zeroableMichael Brown2006-05-021-15/+3Star