summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a temporary snprintf, so that safely-written code can at leastMichael Brown2006-04-301-0/+11
* Fix up prototype of strtoul() to match POSIX.Michael Brown2006-04-301-1/+1
* Move init.h to gpxe/init.h.Michael Brown2006-04-306-6/+6
* Added basic code for implementing co-operative multitasking.Michael Brown2006-04-291-0/+56
* Add an explicit failure debug messageMichael Brown2006-04-281-0/+2
* Glenn managed to shrink .text by 5 more bytes.Michael Brown2006-04-251-3/+6
* Fixed erroneous comparisonMichael Brown2006-04-251-1/+1
* Removed incorrect comment; malloc() is inefficient only when theMichael Brown2006-04-251-5/+0Star
* Now passes trivial tests. free_memblock() needs neatening up.Michael Brown2006-04-251-15/+34
* Updated memory allocator to improve support for unaligned or partiallyMichael Brown2006-04-251-118/+158
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-243-4/+4
* Header rearrangement.Michael Brown2006-04-242-5/+6
* First draft of a dynamic memory allocatorMichael Brown2006-04-241-0/+209
* Update now that if_ether.h has moved.Michael Brown2006-04-191-1/+1
* Moved if_ether.h and if_arp.h to include/gpxe, for consistency with LinuxMichael Brown2006-04-191-5/+17
* Assertions are now handled via the POSIX-like <assert.h>.Michael Brown2006-03-232-7/+9
* Merge from Etherboot 5.4Michael Brown2006-03-161-2/+4
|\
* | Merge from Etherboot 5.4Michael Brown2006-03-163-14/+58
|\|
* | Added documentation and ASSERT() statements.Michael Brown2005-06-061-1/+39
* | Allow data blocks to be less than sizeof ( struct buffer_free_block ) inMichael Brown2005-06-061-110/+64Star
* | Always include code for sending multicast packets.Michael Brown2005-06-021-4/+0Star
* | IGMP protocol now uses the generic background protocol mechanism.Michael Brown2005-06-021-156/+3Star
* | Add generic mechanism for background protocols (e.g. ARP, IGMP)Michael Brown2005-06-021-0/+47