aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Terminal inside Lua window managerAlex Auvolat2018-04-012-4/+18
* themesretrowaveAlex Auvolat2018-04-011-1/+1
* Make memory allocator a bit faster ?Alex Auvolat2017-05-311-9/+13
* Implement tk.boxAlex Auvolat2017-05-082-6/+6
* Bug fixAlex Auvolat2017-05-061-1/+1
* Stuff works but we need to fix region_alloc.cAlex Auvolat2017-05-042-4/+2
* Window moving :)Alex Auvolat2017-05-041-6/+21
* Drawing in subregionAlex Auvolat2017-05-042-12/+158
* Beginning of tk.luaAlex Auvolat2017-05-042-5/+32
* Truetype fontsAlex Auvolat2017-05-0312-137/+5083
* Stuff ? (keyboard...)Alex Auvolat2017-05-032-11/+7
* Mouse cursor!Alex Auvolat2017-05-033-10/+7275
* more glitch art :)Alex Auvolat2017-04-212-6/+17
* Can plot on a surface from luaAlex Auvolat2017-04-213-14/+32
* Lua initAlex Auvolat2017-04-211-1/+5
* include lua_cmsgpack and implement select bindingAlex Auvolat2017-04-211-0/+2
* First lua appAlex Auvolat2017-04-191-2/+0
* First code for lx (Lua eXtended)Alex Auvolat2017-04-192-4/+2
* Mini reorganizationAlex Auvolat2017-04-194-7/+7
* More luaAlex Auvolat2017-01-262-1/+6
* More Lua worksAlex Auvolat2017-01-143-7/+58
* Noncommited changes.Alex Auvolat2017-01-142-25/+84
* Fix stuffAlex Auvolat2016-07-301-1/+2
* Release mode (enables some optimizations) ; fix tests.Alex Auvolat2016-07-302-13/+18
* Use elf symbol table instead of map file for kernelAlex Auvolat2016-07-302-21/+52
* Progress on stdio impementationAlex Auvolat2016-07-163-41/+192
* Got Lua running \o/Alex Auvolat2016-07-168-124/+192
* Make way for libc implementationAlex Auvolat2016-07-1619-211/+299
* Add stubs for many libc functions, and a few implemenations tooAlex Auvolat2016-07-1617-39/+581
* Move stuff around, againAlex Auvolat2016-07-1519-42/+44
* Move stuff aroundAlex Auvolat2016-07-1520-4/+3
* Add Lua source, not compiled yet as libc/libm functions remain unimplementedAlex Auvolat2016-07-1577-21/+23242
* Fix sme warnings...Alex Auvolat2016-07-143-4/+14
* Integration of scan-build and splintAlex Auvolat2016-07-141-0/+2
* Migrate to BAM build toolAlex Auvolat2016-07-132-13/+4
* Adjustments in region allocation code (fix first_bigger ??)Alex Auvolat2015-03-141-2/+2
* Factorize region allocator between kernel and user processes (same code was t...Alex Auvolat2015-03-145-401/+8
* Fix write of null length to channel ; fix cat.Alex Auvolat2015-03-141-0/+2
* Fix blocking channel && channel write on circular-overflow. (see ipc.c)Alex Auvolat2015-03-141-7/+2
* Fix region allocator (see changes in region.c!) ; debug spam control.Alex Auvolat2015-03-141-2/+12
* Shell begins to be usefull.Alex Auvolat2015-03-133-1/+78
* Basis for a shell.Alex Auvolat2015-03-133-1/+82
* Fix keyboard handling.Alex Auvolat2015-03-133-5/+12
* Begin implement terminalAlex Auvolat2015-03-134-2/+13
* Add keyboard handling code. New font thanks to Muazzam from OSDev!Alex Auvolat2015-03-116-7/+206
* Add better stack tracing technology (now uses kernel memory map!)Alex Auvolat2015-03-111-1/+1
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...Alex Auvolat2015-03-113-1/+10
* Add simple drawing code & font loading.Alex Auvolat2015-03-114-1/+394
* Refactor ; add default font (8x16 standard VGA font).Alex Auvolat2015-03-111-3/+3
* Clear screen from GIP client (in login)Alex Auvolat2015-03-113-11/+14