aboutsummaryrefslogtreecommitdiff
path: root/src/common/include
Commit message (Collapse)AuthorAgeFilesLines
* 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-041-0/+5
| | | | | | | | Threads may now communicate via wait_on(void* ressource) and resume_on (void* ressource). Previous pause() is replaced by wait_on(current_thread) and resume(thread) by resume_on(thread). wait_on(x) may return false, indicating that the reason for returning is NOT that resume_on(x) was called but something else happenned. Typically false indicates that the curent thread is being killed and must terminate its kernel-land processing as soon as possible.
* 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
|
* More preparation for iso9660Alex Auvolat2015-02-241-0/+3
|
* Make way for ISO 9660 driver.Alex Auvolat2015-02-241-0/+1
|
* 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
|
* Implement basic syscalls...Alex Auvolat2015-02-191-22/+22
|
* Implement userspace mallocAlex Auvolat2015-02-191-0/+6
|
* Moving files.Alex Auvolat2015-02-151-0/+0
|
* Add btree_remove_v to selectively remove bindings that have a keyAlex Auvolat2015-02-141-0/+2
|
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-143-23/+79
|
* Change hashtbl memory freeing methodAlex Auvolat2015-02-141-3/+8
|
* Begin implementation of syscalls.Alex Auvolat2015-02-131-0/+40
|
* Begin implementation of nullfs.Alex Auvolat2015-02-122-1/+8
|
* Begin ajusting vfs.cAlex Auvolat2015-02-121-0/+2
|
* kmain.c is kind of an example of how the VFS should be used from the outside...Alex Auvolat2015-02-121-1/+1
|
* DOES NOT COMPILE | VFS structure change (VFS centralises more stuff)Alex Auvolat2015-02-121-5/+24
|
* Add stating on open filesAlex Auvolat2015-02-091-0/+17
|
* Work on nullfsAlex Auvolat2015-02-091-6/+6
|
* Make way for nullfsAlex Auvolat2015-02-091-0/+1
|
* Change readme, remove unused code, changed hashtbl to add key freeing function.Alex Auvolat2015-02-093-44/+8
|
* Reorganize all.Alex Auvolat2015-02-098-0/+193