aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Alex Auvolat2015-03-145-401/+8
| | | | there twice)
* 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
| | | | waiters.
* 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
|
* Begin work on GIP (Graphics Initiation Protocol)Alex Auvolat2015-03-116-2/+565
|
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-102-3/+3
|
* Add mk_shm syscall ; replace get_mode by fctl.Alex Auvolat2015-03-102-3/+7
|
* Rename & cleanup.Alex Auvolat2015-03-101-4/+4
|
* Implement select ; add two tests for channels.Alex Auvolat2015-03-082-4/+7
|
* Implement missing syscalls.Alex Auvolat2015-03-082-2/+29
|
* Add tests.Alex Auvolat2015-03-071-3/+3
|
* Implement some missing syscalls.Alex Auvolat2015-03-072-0/+15
|
* Add prototypes for process management...Alex Auvolat2015-03-032-7/+3
|
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-022-3/+3
|
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-242-1/+88
|
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-202-7/+3
|
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-192-0/+5
|
* Add syscall for ioctl on open handleAlex Auvolat2015-02-192-0/+4
|
* Implement basic syscalls...Alex Auvolat2015-02-192-1/+59
|
* Implement userspace mallocAlex Auvolat2015-02-198-11/+485
|
* Moving files.Alex Auvolat2015-02-151-1/+1
|
* 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-133-6/+23
|
* 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-136-0/+66