aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Lua initAlex Auvolat2017-04-2111-143/+449
* include lua_cmsgpack and implement select bindingAlex Auvolat2017-04-218-3/+1061
* First lua appAlex Auvolat2017-04-196-20/+341
* Lua shell :)Alex Auvolat2017-04-197-61/+445
* First code for lx (Lua eXtended)Alex Auvolat2017-04-196-6/+443
* Mini reorganizationAlex Auvolat2017-04-1910-32/+17
* More luaAlex Auvolat2017-01-264-2/+52
* More Lua worksAlex Auvolat2017-01-144-7/+77
* Noncommited changes.Alex Auvolat2017-01-142-25/+84
* Fix stuffAlex Auvolat2016-07-305-4/+6
* Release mode (enables some optimizations) ; fix tests.Alex Auvolat2016-07-3021-198/+229
* Use elf symbol table instead of map file for kernelAlex Auvolat2016-07-308-57/+113
* Progress on stdio impementationAlex Auvolat2016-07-166-139/+309
* Got Lua running \o/Alex Auvolat2016-07-1611-169/+269
* Make way for libc implementationAlex Auvolat2016-07-1627-277/+370
* Add stubs for many libc functions, and a few implemenations tooAlex Auvolat2016-07-1623-45/+740
* Move stuff around, againAlex Auvolat2016-07-1545-99/+99
* Move stuff aroundAlex Auvolat2016-07-1521-8/+10
* Add Lua source, not compiled yet as libc/libm functions remain unimplementedAlex Auvolat2016-07-1592-39/+24374
* Fix nasty task switching buAlex Auvolat2016-07-155-14/+21
* Fix sme warnings...Alex Auvolat2016-07-1417-235/+260
* Integration of scan-build and splintAlex Auvolat2016-07-146-4/+16
* Add delta wrt. function in stack dumpAlex Auvolat2016-07-138-18/+32
* Fix testsAlex Auvolat2016-07-135-7/+6
* Migrate to BAM build toolAlex Auvolat2016-07-1339-211/+165
* Adjustments in region allocation code (fix first_bigger ??)Alex Auvolat2015-03-1410-31/+77
* Factorize region allocator between kernel and user processes (same code was t...Alex Auvolat2015-03-1410-452/+100
* Begin implement escape sequence handling in terminal.Alex Auvolat2015-03-147-48/+182
* Fix write of null length to channel ; fix cat.Alex Auvolat2015-03-143-3/+8
* Fix blocking channel && channel write on circular-overflow. (see ipc.c)Alex Auvolat2015-03-145-25/+75
* Fix region allocator (see changes in region.c!) ; debug spam control.Alex Auvolat2015-03-1411-35/+59
* Fix a bug: malloc() with wrong sizeAlex Auvolat2015-03-143-4/+8
* Add mutexes everywhere ; spam debug log (sorry)Alex Auvolat2015-03-1410-43/+118
* Add missing mutex-locking in procesc.c ; discovered design fault somewhere.Alex Auvolat2015-03-139-58/+140
* Shell begins to be usefull.Alex Auvolat2015-03-139-18/+131
* Basis for a shell.Alex Auvolat2015-03-137-26/+189
* Fix keyboard handling.Alex Auvolat2015-03-133-5/+12
* Begin implement terminalAlex Auvolat2015-03-137-118/+294
* Give more RAM to VMs.Alex Auvolat2015-03-132-2/+2
* Include kernel.map in tests.Alex Auvolat2015-03-116-9/+16
* Add keyboard handling code. New font thanks to Muazzam from OSDev!Alex Auvolat2015-03-119-9/+234
* Add better stack tracing technology (now uses kernel memory map!)Alex Auvolat2015-03-1115-96/+171
* Change thread waiting technology. Slower but does not do crappy things like m...Alex Auvolat2015-03-117-89/+83
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...Alex Auvolat2015-03-1113-50/+127
* Add pckbd driver.Alex Auvolat2015-03-116-4/+209
* Add simple drawing code & font loading.Alex Auvolat2015-03-118-32/+453
* Refactor ; add default font (8x16 standard VGA font).Alex Auvolat2015-03-115-14/+20
* Clear screen from GIP client (in login)Alex Auvolat2015-03-116-23/+64
* Begin work on GIP (Graphics Initiation Protocol)Alex Auvolat2015-03-1114-26/+732
* Fix process exiting.Alex Auvolat2015-03-116-40/+54