aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include
Commit message (Collapse)AuthorAgeFilesLines
* Terminal inside Lua window managerAlex Auvolat2018-04-011-0/+2
|
* Drawing in subregionAlex Auvolat2017-05-041-2/+20
|
* Beginning of tk.luaAlex Auvolat2017-05-041-2/+2
|
* Truetype fontsAlex Auvolat2017-05-033-55/+223
|
* Mouse cursor!Alex Auvolat2017-05-031-1/+3
|
* more glitch art :)Alex Auvolat2017-04-211-1/+2
|
* Can plot on a surface from luaAlex Auvolat2017-04-211-4/+8
|
* include lua_cmsgpack and implement select bindingAlex Auvolat2017-04-211-0/+2
|
* First lua appAlex Auvolat2017-04-191-2/+0
|
* Mini reorganizationAlex Auvolat2017-04-192-5/+1
|
* More Lua worksAlex Auvolat2017-01-141-1/+1
|
* Noncommited changes.Alex Auvolat2017-01-141-0/+3
|
* Use elf symbol table instead of map file for kernelAlex Auvolat2016-07-301-1/+3
|
* Progress on stdio impementationAlex Auvolat2016-07-161-4/+12
|
* Got Lua running \o/Alex Auvolat2016-07-162-15/+16
|
* Make way for libc implementationAlex Auvolat2016-07-167-58/+68
|
* Add stubs for many libc functions, and a few implemenations tooAlex Auvolat2016-07-166-37/+52
|
* Move stuff around, againAlex Auvolat2016-07-158-8/+8
|
* Move stuff aroundAlex Auvolat2016-07-153-3/+3
|
* Add Lua source, not compiled yet as libc/libm functions remain unimplementedAlex Auvolat2016-07-1514-5/+279
|
* 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 ↵Alex Auvolat2015-03-141-34/+0
| | | | there twice)
* Fix write of null length to channel ; fix cat.Alex Auvolat2015-03-141-0/+2
|
* Shell begins to be usefull.Alex Auvolat2015-03-131-0/+10
|
* Basis for a shell.Alex Auvolat2015-03-131-0/+14
|
* Fix keyboard handling.Alex Auvolat2015-03-132-0/+2
|
* Begin implement terminalAlex Auvolat2015-03-132-1/+4
|
* Add keyboard handling code. New font thanks to Muazzam from OSDev!Alex Auvolat2015-03-112-0/+53
|
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ↵Alex Auvolat2015-03-111-1/+2
| | | | waiters.
* Add simple drawing code & font loading.Alex Auvolat2015-03-112-0/+76
|
* Refactor ; add default font (8x16 standard VGA font).Alex Auvolat2015-03-111-3/+3
|
* Clear screen from GIP client (in login)Alex Auvolat2015-03-111-1/+1
|
* Begin work on GIP (Graphics Initiation Protocol)Alex Auvolat2015-03-113-0/+220
|
* Add mk_shm syscall ; replace get_mode by fctl.Alex Auvolat2015-03-101-1/+2
|
* Rename & cleanup.Alex Auvolat2015-03-101-4/+4
|
* Implement select ; add two tests for channels.Alex Auvolat2015-03-081-1/+2
|
* Implement missing syscalls.Alex Auvolat2015-03-081-2/+8
|
* Implement some missing syscalls.Alex Auvolat2015-03-071-0/+1
|
* Add prototypes for process management...Alex Auvolat2015-03-031-2/+1
|
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-021-1/+1
|
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-241-1/+15
|
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-2/+1
|
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-0/+1
|
* Add syscall for ioctl on open handleAlex Auvolat2015-02-191-0/+1
|
* Implement basic syscalls...Alex Auvolat2015-02-191-0/+17
|
* Implement userspace mallocAlex Auvolat2015-02-192-0/+39
|
* Moving files.Alex Auvolat2015-02-151-1/+1
|
* Begin implementation of syscalls.Alex Auvolat2015-02-131-0/+6
|
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-131-0/+12