aboutsummaryrefslogtreecommitdiff
path: root/src/sysbin
Commit message (Expand)AuthorAgeFilesLines
* Stuff ? (keyboard...)Alex Auvolat2017-05-033-0/+139
* Mouse cursor!Alex Auvolat2017-05-032-3/+137
* Gui startAlex Auvolat2017-04-251-2/+2
* more glitch art :)Alex Auvolat2017-04-211-11/+167
* Can plot on a surface from luaAlex Auvolat2017-04-216-8/+189
* Lua initAlex Auvolat2017-04-217-81/+278
* include lua_cmsgpack and implement select bindingAlex Auvolat2017-04-214-2/+1013
* First lua appAlex Auvolat2017-04-191-1/+194
* Lua shell :)Alex Auvolat2017-04-194-46/+288
* First code for lx (Lua eXtended)Alex Auvolat2017-04-193-1/+440
* Mini reorganizationAlex Auvolat2017-04-195-2/+1069
* Release mode (enables some optimizations) ; fix tests.Alex Auvolat2016-07-301-19/+20
* Got Lua running \o/Alex Auvolat2016-07-161-1/+2
* Make way for libc implementationAlex Auvolat2016-07-167-97/+76
* Move stuff around, againAlex Auvolat2016-07-156-32/+30
* Add Lua source, not compiled yet as libc/libm functions remain unimplementedAlex Auvolat2016-07-151-3/+4
* Fix sme warnings...Alex Auvolat2016-07-141-4/+5
* Migrate to BAM build toolAlex Auvolat2016-07-137-62/+25
* Adjustments in region allocation code (fix first_bigger ??)Alex Auvolat2015-03-145-5/+3
* Begin implement escape sequence handling in terminal.Alex Auvolat2015-03-142-46/+167
* Fix write of null length to channel ; fix cat.Alex Auvolat2015-03-141-3/+2
* Fix blocking channel && channel write on circular-overflow. (see ipc.c)Alex Auvolat2015-03-141-2/+30
* Shell begins to be usefull.Alex Auvolat2015-03-133-13/+49
* Basis for a shell.Alex Auvolat2015-03-134-25/+107
* Begin implement terminalAlex Auvolat2015-03-133-116/+281
* Add keyboard handling code. New font thanks to Muazzam from OSDev!Alex Auvolat2015-03-111-0/+8
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...Alex Auvolat2015-03-112-5/+22
* Add pckbd driver.Alex Auvolat2015-03-111-2/+42
* Add simple drawing code & font loading.Alex Auvolat2015-03-112-18/+27
* Refactor ; add default font (8x16 standard VGA font).Alex Auvolat2015-03-112-3/+3
* Clear screen from GIP client (in login)Alex Auvolat2015-03-112-11/+45
* Begin work on GIP (Graphics Initiation Protocol)Alex Auvolat2015-03-116-21/+164
* Fix process exiting.Alex Auvolat2015-03-111-0/+6
* Add mutex to pciide driver (fixes some stuff)Alex Auvolat2015-03-101-1/+1
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-107-0/+327