aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Migrate to BAM build toolAlex Auvolat2016-07-136-33/+9
* Adjustments in region allocation code (fix first_bigger ??)Alex Auvolat2015-03-141-20/+53
* Factorize region allocator between kernel and user processes (same code was t...Alex Auvolat2015-03-143-1/+422
* Fix region allocator (see changes in region.c!) ; debug spam control.Alex Auvolat2015-03-141-4/+1
* Fix a bug: malloc() with wrong sizeAlex Auvolat2015-03-141-1/+1
* Add mutexes everywhere ; spam debug log (sorry)Alex Auvolat2015-03-142-1/+14
* Add missing mutex-locking in procesc.c ; discovered design fault somewhere.Alex Auvolat2015-03-133-30/+31
* Add keyboard handling code. New font thanks to Muazzam from OSDev!Alex Auvolat2015-03-111-1/+19
* Add better stack tracing technology (now uses kernel memory map!)Alex Auvolat2015-03-111-44/+48
* Change thread waiting technology. Slower but does not do crappy things like m...Alex Auvolat2015-03-111-2/+2
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...Alex Auvolat2015-03-112-3/+41
* Add pckbd driver.Alex Auvolat2015-03-111-0/+20
* Add simple drawing code & font loading.Alex Auvolat2015-03-111-6/+8
* Refactor ; add default font (8x16 standard VGA font).Alex Auvolat2015-03-111-2/+8
* Fix process exiting.Alex Auvolat2015-03-111-4/+3
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-101-3/+4
* Implement VESA ioctl (not tested).Alex Auvolat2015-03-101-2/+2
* Add mk_shm syscall ; replace get_mode by fctl.Alex Auvolat2015-03-101-3/+9
* Rename & cleanup.Alex Auvolat2015-03-107-21/+35
* VESA mode setting ; displays kogata logo!Alex Auvolat2015-03-092-1/+20
* Implement select ; add two tests for channels.Alex Auvolat2015-03-083-2/+17
* Implement missing syscalls.Alex Auvolat2015-03-081-3/+9
* Tokens.Alex Auvolat2015-03-081-13/+17
* Channels.Alex Auvolat2015-03-082-1/+12
* Implement wait and exec.Alex Auvolat2015-03-071-2/+2
* Implement some missing syscalls.Alex Auvolat2015-03-071-2/+5
* Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.Alex Auvolat2015-03-042-0/+18
* Implement process termination and cleaning up (not completely though)Alex Auvolat2015-03-031-1/+6
* Add prototypes for process management...Alex Auvolat2015-03-032-14/+22
* 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-242-9/+55
* Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.Alex Auvolat2015-02-241-0/+1
* More preparation for iso9660Alex Auvolat2015-02-241-0/+3
* Make way for ISO 9660 driver.Alex Auvolat2015-02-242-1/+14
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-202-4/+5
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-192-4/+6
* Add syscall for ioctl on open handleAlex Auvolat2015-02-192-2/+4
* Several things :Alex Auvolat2015-02-191-1/+1
* Implement basic syscalls...Alex Auvolat2015-02-192-23/+23
* Implement userspace mallocAlex Auvolat2015-02-191-0/+6
* Add precision to common readmeAlex Auvolat2015-02-151-1/+1
* Moving files.Alex Auvolat2015-02-152-2/+2
* Add btree_remove_v to selectively remove bindings that have a keyAlex Auvolat2015-02-142-0/+57
* Add lower/upper bound test ; fix id_key_cmp_fun.Alex Auvolat2015-02-142-1/+2
* Add first btree test ; fix first btree test.Alex Auvolat2015-02-141-3/+3
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-147-68/+441
* Change hashtbl memory freeing methodAlex Auvolat2015-02-142-22/+47
* Begin implementation of syscalls.Alex Auvolat2015-02-132-1/+41
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-1310-12/+41
* Begin implementation of nullfs.Alex Auvolat2015-02-124-5/+12