aboutsummaryrefslogtreecommitdiff
path: root/src/lib/libkogata
Commit message (Expand)AuthorAgeFilesLines
* Terminal inside Lua window managerAlex Auvolat2018-04-011-4/+16
* Bug fixAlex Auvolat2017-05-061-1/+1
* Stuff works but we need to fix region_alloc.cAlex Auvolat2017-05-041-4/+0
* Window moving :)Alex Auvolat2017-05-041-6/+21
* Drawing in subregionAlex Auvolat2017-05-041-10/+138
* Beginning of tk.luaAlex Auvolat2017-05-041-3/+30
* Truetype fontsAlex Auvolat2017-05-032-6/+4174
* Stuff ? (keyboard...)Alex Auvolat2017-05-032-11/+7
* Mouse cursor!Alex Auvolat2017-05-032-9/+7272
* more glitch art :)Alex Auvolat2017-04-211-5/+15
* Can plot on a surface from luaAlex Auvolat2017-04-211-8/+22
* Make way for libc implementationAlex Auvolat2016-07-163-12/+12
* Move stuff around, againAlex Auvolat2016-07-1510-453/+15
* Add Lua source, not compiled yet as libc/libm functions remain unimplementedAlex Auvolat2016-07-153-16/+14
* 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
* Factorize region allocator between kernel and user processes (same code was t...Alex Auvolat2015-03-144-367/+8
* 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-132-1/+68
* Basis for a shell.Alex Auvolat2015-03-132-1/+68
* Fix keyboard handling.Alex Auvolat2015-03-131-5/+10
* Begin implement terminalAlex Auvolat2015-03-132-1/+9
* Add keyboard handling code. New font thanks to Muazzam from OSDev!Alex Auvolat2015-03-114-7/+153
* 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-112-0/+8
* Add simple drawing code & font loading.Alex Auvolat2015-03-112-1/+318
* Clear screen from GIP client (in login)Alex Auvolat2015-03-112-10/+13
* Begin work on GIP (Graphics Initiation Protocol)Alex Auvolat2015-03-113-2/+345
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-102-3/+3
* Add mk_shm syscall ; replace get_mode by fctl.Alex Auvolat2015-03-101-2/+5
* Implement select ; add two tests for channels.Alex Auvolat2015-03-081-3/+5
* Implement missing syscalls.Alex Auvolat2015-03-081-0/+21
* Add tests.Alex Auvolat2015-03-071-3/+3
* Implement some missing syscalls.Alex Auvolat2015-03-071-0/+14
* Add prototypes for process management...Alex Auvolat2015-03-031-5/+2
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-021-2/+2
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-241-0/+73
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-5/+2
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-0/+4
* Add syscall for ioctl on open handleAlex Auvolat2015-02-191-0/+3
* Implement basic syscalls...Alex Auvolat2015-02-191-1/+42
* Implement userspace mallocAlex Auvolat2015-02-196-11/+446
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-144-0/+6
* Change a bit of structureAlex Auvolat2015-02-141-6/+1
* Begin implementation of syscalls.Alex Auvolat2015-02-132-6/+17
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-131-2/+5
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-135-0/+54