aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include
Commit message (Expand)AuthorAgeFilesLines
* 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 t...Alex Auvolat2015-03-141-34/+0
* 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
* 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