aboutsummaryrefslogtreecommitdiff
path: root/src/common/libkogata
Commit message (Collapse)AuthorAgeFilesLines
* Make memory allocator a bit faster ?Alex Auvolat2017-05-311-3/+17
|
* Fix region_alloc.cAlex Auvolat2017-05-041-105/+99
|
* Truetype fontsAlex Auvolat2017-05-031-1/+1
|
* Add stubs for many libc functions, and a few implemenations tooAlex Auvolat2016-07-161-0/+57
|
* Move stuff around, againAlex Auvolat2016-07-156-5/+576
|
* Add Lua source, not compiled yet as libc/libm functions remain unimplementedAlex Auvolat2016-07-151-3/+0
|
* Fix sme warnings...Alex Auvolat2016-07-141-8/+10
|
* Migrate to BAM build toolAlex Auvolat2016-07-132-11/+3
|
* Adjustments in region allocation code (fix first_bigger ??)Alex Auvolat2015-03-141-20/+53
|
* Factorize region allocator between kernel and user processes (same code was ↵Alex Auvolat2015-03-142-1/+390
| | | | there twice)
* Fix region allocator (see changes in region.c!) ; debug spam control.Alex Auvolat2015-03-141-4/+1
|
* Add mutexes everywhere ; spam debug log (sorry)Alex Auvolat2015-03-141-0/+12
|
* Add missing mutex-locking in procesc.c ; discovered design fault somewhere.Alex Auvolat2015-03-131-1/+2
|
* Add better stack tracing technology (now uses kernel memory map!)Alex Auvolat2015-03-111-44/+48
|
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-133-0/+321