summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
...
* [serial] Use new UART abstraction in serial console driverMichael Brown2015-06-292-254/+137Star
* [gdb] Use new UART abstraction in GDB serial transportMichael Brown2015-06-291-8/+45
* [serial] Add general abstraction of a 16550-compatible UARTMichael Brown2015-06-291-0/+135
* [settings] Add "base64" setting typeMichael Brown2015-04-241-0/+41
* [base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown2015-04-241-54/+46Star
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-242-89/+30Star
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-054-4/+20
* [malloc] Rewrite unrelicensable portions of malloc.cMichael Brown2015-03-031-22/+41
* [settings] Rewrite unrelicensable portions of settings.cMichael Brown2015-03-031-6/+13
* [settings] Use list_first_entry() when unregistering child settingsMichael Brown2015-03-031-2/+2
* [libc] Rewrite unrelicensable portions of ctype.hMichael Brown2015-03-021-3/+4
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0211-11/+51
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-023-3/+15
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0252-52/+244
* [libc] Rewrite strtoul()Michael Brown2015-02-194-126/+134
* [ipv4] Rewrite inet_aton()Michael Brown2015-02-191-23/+0Star
* [libc] Rewrite string functionsMichael Brown2015-02-171-258/+273
* [libc] Remove unused string functionsMichael Brown2015-02-161-188/+0Star
* [build] Allow command help text URI to be customised via config/branding.hMichael Brown2015-02-111-1/+2
* [build] Move branding information to config/branding.hMichael Brown2015-02-111-0/+1
* [uri] Allow tftp_uri() to construct a URI with a custom portMichael Brown2015-02-061-1/+8
* [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