summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [iobuf] Add iob_split() to split an I/O buffer into portionsMichael Brown2014-12-181-0/+30
* [malloc] Report caller address as soon as memory corruption is detectedMichael Brown2014-12-151-1/+21
* [malloc] Check integrity of free listMichael Brown2014-12-151-1/+59
* [malloc] Sanity check parameters to alloc_memblock() and free_memblock()Michael Brown2014-12-151-0/+6
* [malloc] Tidy up debug outputMichael Brown2014-12-151-19/+23
* [ping] Allow "ping" command output to be inhibitedMichael Brown2014-10-231-3/+5
* [ping] Allow termination after a specified number of packetsMichael Brown2014-10-231-2/+37
* [ping] Report timed-out pings via the callback functionMichael Brown2014-10-231-1/+12
* [build] Expose build timestamp, build name, and product namesMichael Brown2014-06-242-3/+51
* [debug] Allow debug message colours to be customised via DBGCOL=...Michael Brown2014-06-161-3/+14
* [libc] Prevent strndup() from reading beyond the end of the stringMichael Brown2014-05-181-3/+1Star
* [profile] Allow interrupts to be excluded from profiling resultsMichael Brown2014-05-041-0/+3
* [librm] Allow interrupts in protected modeMichael Brown2014-04-291-0/+1
* [downloader] Profile receive datapathMichael Brown2014-04-281-0/+15
* [profile] Add generic profiling infrastructureMichael Brown2014-04-281-0/+269
* [libc] Add isqrt() function to find integer square rootsMichael Brown2014-04-261-0/+52
* [libc] Add inline assembly implementation of flsl() using BSR instructionMichael Brown2014-04-241-13/+0Star
* [serial] Enable UART FIFOsPeter Pickford2014-04-221-2/+2
* [console] Fix display of characters with top bit setMichael Brown2014-03-131-1/+1
* [monojob] Reset timeout when progress is madeMichael Brown2014-03-101-11/+18
* [image] Ensure every image has a fully resolved URIMichael Brown2014-02-271-12/+4Star
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-180/+330
* [params] Use reference counters for form parameter listsMichael Brown2014-02-272-45/+33Star
* [settings] Remove "uristring" setting typeMichael Brown2014-02-271-49/+5Star
* [fbcon] Allow ANSI CUP with missing argumentsMichael Brown2014-01-221-2/+2
* [fbcon] Allow for an arbitrary margin around the text areaMichael Brown2014-01-221-12/+27
* [fbcon] Centre background picture on consoleMichael Brown2014-01-221-243/+116Star
* [libc] Add isprint()Michael Brown2014-01-061-3/+2Star
* [console] Add concept of a "magic" colourMichael Brown2013-12-091-4/+34
* [console] Add centralised concept of colours and colour pairsMichael Brown2013-12-092-0/+283
* [fbcon] Always draw cursor using current foreground and background coloursMichael Brown2013-12-091-5/+3Star
* [fbcon] Update the console width and height after changing modeMichael Brown2013-12-061-0/+4
* [console] Allow consoles to update the recorded console sizeMichael Brown2013-12-061-0/+9
* [settings] Merge SETTING_IPv4 and SETTING_IPv6Michael Brown2013-12-051-1/+1
* [settings] Allow for multiple definitions of each predefined settingMichael Brown2013-12-051-4/+30
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-052-21/+20Star
* [settings] Add fetch_ipv6_setting()Michael Brown2013-12-051-0/+38
* [settings] Allow for IPv6 setting types in non-IPv6 buildsMichael Brown2013-12-051-24/+55
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-053-192/+258
* [fbcon] Add support for displaying a cursorMichael Brown2013-12-021-25/+95
* [console] Allow '?' as an intermediate byte in ANSI escape sequencesMichael Brown2013-12-021-1/+2
* [fbcon] Add generic concept of a frame buffer consoleMichael Brown2013-11-281-0/+732
* [console] Add concept of generic console configurationMichael Brown2013-11-282-0/+36
* [console] Allow console input and output to be disabled independentlyMichael Brown2013-11-282-25/+13Star
* [image] Add image_pixbuf() to create pixel buffer from imageMichael Brown2013-11-271-0/+26
* [image] Allow for non-executable image formatsMichael Brown2013-11-271-0/+2
* [pixbuf] Add generic concept of a pixel bufferMichael Brown2013-11-271-0/+75
* [console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown2013-11-271-4/+6
* [main] Defer "initialising devices" message until initialising devicesMichael Brown2013-11-271-1/+3
* [settings] Move user-class setting from dhcp.c to settings.cMichael Brown2013-11-141-0/+8