aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/core
Commit message (Collapse)AuthorAgeFilesLines
...
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-15/+2
|
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-193-6/+132
|
* Userland test infrastructureAlex Auvolat2015-02-191-1/+1
|
* Several things :Alex Auvolat2015-02-192-3/+3
| | | | | | | - disambiguate syscall.h : kernel syscall.h moved to sct.h - fix btree_remove_v !! (munmap fucked up stuff before) - make nullfs's directory listing non-exclusive (it actually copies the listing on open() and readdir()'s from that copy)
* Fix mchmap. Lesson : invalid pointer dereferences happen! with unexpected ↵Alex Auvolat2015-02-141-7/+9
| | | | results.
* Many things :Alex Auvolat2015-02-145-57/+33
| | | | | | - fix context switching (it actually worked only because of optimizations!) - complete mchmap implementation - adjust elf parser to load binaries correctly even without FM_MMAP
* Add first btree test ; fix first btree test.Alex Auvolat2015-02-142-3/+3
|
* Rearrange testing architecture : just type 'make run_tests'Alex Auvolat2015-02-142-190/+22
|
* Change hashtbl memory freeing methodAlex Auvolat2015-02-141-4/+4
|
* Begin implementation of syscalls.Alex Auvolat2015-02-133-7/+10
|
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-133-14/+29
|
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-131-4/+2
|
* Implement some handling of user stuff...Alex Auvolat2015-02-133-7/+12
|
* Implement switching to usermode.Alex Auvolat2015-02-132-2/+24
|
* Add stubs for process-related functions.Alex Auvolat2015-02-131-5/+13
|
* Prepare for user memory management and usermode codeAlex Auvolat2015-02-133-46/+78
|
* Isolate cmdline test ; rename tests.Alex Auvolat2015-02-131-16/+27
|
* Cleanup output.Alex Auvolat2015-02-133-50/+76
|
* Begin implementation of nullfs.Alex Auvolat2015-02-121-3/+1
|
* Adjust nullfs headerAlex Auvolat2015-02-121-2/+10
|
* kmain.c is kind of an example of how the VFS should be used from the outside...Alex Auvolat2015-02-121-13/+18
|
* Nullfs in good shape : can read a ram file.Alex Auvolat2015-02-091-1/+12
|
* Remove file that shouldn't be here.Alex Auvolat2015-02-091-3/+14
|
* Work on nullfsAlex Auvolat2015-02-091-5/+8
|
* Make way for nullfsAlex Auvolat2015-02-091-7/+48
|
* Start work on filesystems.Alex Auvolat2015-02-091-16/+33
|
* Change semantics of pd_map_page to return true on success, false on error.Alex Auvolat2015-02-093-10/+13
|
* Change readme, remove unused code, changed hashtbl to add key freeing function.Alex Auvolat2015-02-091-2/+2
|
* Reorganize all.Alex Auvolat2015-02-0913-0/+2052