aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user
Commit message (Expand)AuthorAgeFilesLines
* Release mode (enables some optimizations) ; fix tests.Alex Auvolat2016-07-301-0/+1
* Fix sme warnings...Alex Auvolat2016-07-143-20/+20
* Add delta wrt. function in stack dumpAlex Auvolat2016-07-131-1/+1
* Begin implement escape sequence handling in terminal.Alex Auvolat2015-03-141-0/+2
* Fix write of null length to channel ; fix cat.Alex Auvolat2015-03-141-0/+4
* Fix blocking channel && channel write on circular-overflow. (see ipc.c)Alex Auvolat2015-03-141-14/+41
* Fix region allocator (see changes in region.c!) ; debug spam control.Alex Auvolat2015-03-143-13/+10
* Fix a bug: malloc() with wrong sizeAlex Auvolat2015-03-142-3/+7
* Add mutexes everywhere ; spam debug log (sorry)Alex Auvolat2015-03-144-26/+83
* Add missing mutex-locking in procesc.c ; discovered design fault somewhere.Alex Auvolat2015-03-131-12/+78
* Shell begins to be usefull.Alex Auvolat2015-03-131-2/+2
* Add better stack tracing technology (now uses kernel memory map!)Alex Auvolat2015-03-112-12/+12
* Change thread waiting technology. Slower but does not do crappy things like m...Alex Auvolat2015-03-111-40/+40
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...Alex Auvolat2015-03-111-3/+3
* Clear screen from GIP client (in login)Alex Auvolat2015-03-111-1/+5
* Begin work on GIP (Graphics Initiation Protocol)Alex Auvolat2015-03-111-2/+2
* Fix process exiting.Alex Auvolat2015-03-111-27/+28
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-101-3/+18
* Add mk_shm syscall ; replace get_mode by fctl.Alex Auvolat2015-03-104-10/+29
* Pass more information to FS driver on some ops (TODO bugcheck).Alex Auvolat2015-03-103-54/+60
* Add simple shared memory facility to IPC (no syscall yet)Alex Auvolat2015-03-104-4/+86
* VESA mode setting ; displays kogata logo!Alex Auvolat2015-03-091-13/+58
* Implement V86 monitor and VESA mode detection.Alex Auvolat2015-03-091-0/+2
* Finish implementation of VFS pager.Alex Auvolat2015-03-091-24/+66
* Remove kernel region pf handlers ; fix forget-to-zero-out bug.Alex Auvolat2015-03-092-6/+12
* Partial implement VFS pager (enough for ISO9660!)Alex Auvolat2015-03-095-37/+130
* Nullfs now uses pager.Alex Auvolat2015-03-094-104/+219
* Add pager interface ; implement basic functionnality to replace private maps.Alex Auvolat2015-03-092-46/+230
* Require all fs_handle_t objects to point to a node.Alex Auvolat2015-03-093-40/+73
* Implement select ; add two tests for channels.Alex Auvolat2015-03-084-1/+86
* Implement missing syscalls.Alex Auvolat2015-03-081-0/+83
* Tokens.Alex Auvolat2015-03-081-0/+114
* Change prototypes for read, write, readdir, close ; implement blocking IPC.Alex Auvolat2015-03-083-62/+79
* Channels.Alex Auvolat2015-03-081-0/+162
* Change VFS a bit in preparation for IPC code : ...Alex Auvolat2015-03-081-11/+13
* Implement wait and exec.Alex Auvolat2015-03-072-5/+190
* Implement some missing syscalls.Alex Auvolat2015-03-072-21/+205
* Fix stupid forget-to-unreference bug.Alex Auvolat2015-03-041-1/+5
* Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.Alex Auvolat2015-03-042-41/+66
* TY tito.Alex Auvolat2015-03-031-0/+1
* Implement process termination and cleaning up (not completely though)Alex Auvolat2015-03-032-25/+137
* Add prototypes for process management...Alex Auvolat2015-03-032-10/+34
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-024-127/+68
* Fix VFS reference counting.Alex Auvolat2015-03-021-17/+16
* More uses of free_some_memory()Alex Auvolat2015-03-021-4/+3
* Setup critical section management for parts that must not be interrupted.Alex Auvolat2015-03-021-1/+1
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-243-2/+118
* Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.Alex Auvolat2015-02-242-42/+53
* Change mode of operation for mmap_file (see readme)Alex Auvolat2015-02-203-20/+30
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-203-44/+6