aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add syscall for ioctl on open handleAlex Auvolat2015-02-191-3/+9
* Several things :Alex Auvolat2015-02-191-1/+1
* Implement basic syscalls...Alex Auvolat2015-02-191-2/+6
* Implement userspace mallocAlex Auvolat2015-02-191-4/+1
* Make VFS thread-safe, probably.Alex Auvolat2015-02-191-8/+23
* Moving files.Alex Auvolat2015-02-151-1/+1
* Many things :Alex Auvolat2015-02-141-0/+12
* Use btrees to find memory regions.Alex Auvolat2015-02-141-0/+2
* Change a bit of structureAlex Auvolat2015-02-141-5/+12
* Begin implementation of syscalls.Alex Auvolat2015-02-132-0/+17
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-132-1/+64
* Implement some handling of user stuff...Alex Auvolat2015-02-131-1/+1
* Implement switching to usermode.Alex Auvolat2015-02-132-0/+5
* Add stubs for process-related functions.Alex Auvolat2015-02-133-12/+28
* Prepare for user memory management and usermode codeAlex Auvolat2015-02-133-4/+16
* Cleanup output.Alex Auvolat2015-02-131-1/+1
* Complete nullfs : create, delete, trunc, read, writeAlex Auvolat2015-02-131-0/+1
* Unlink function now called delete() (becaue that's what it does)Alex Auvolat2015-02-131-4/+4
* Change semantics of VFS :Alex Auvolat2015-02-131-3/+11
* Begin implementation of nullfs.Alex Auvolat2015-02-122-12/+9
* Adjust nullfs headerAlex Auvolat2015-02-122-15/+10
* Begin ajusting vfs.cAlex Auvolat2015-02-121-3/+27
* kmain.c is kind of an example of how the VFS should be used from the outside...Alex Auvolat2015-02-121-7/+18
* DOES NOT COMPILE | VFS structure change (VFS centralises more stuff)Alex Auvolat2015-02-122-17/+55
* Add ioctl support in nullfs.Alex Auvolat2015-02-091-3/+4
* Add stating on open filesAlex Auvolat2015-02-092-11/+3
* Nullfs in good shape : can read a ram file.Alex Auvolat2015-02-092-1/+1
* Work on nullfsAlex Auvolat2015-02-092-9/+2
* Make way for nullfsAlex Auvolat2015-02-091-4/+4
* Start work on filesystems.Alex Auvolat2015-02-094-27/+124
* Change semantics of pd_map_page to return true on success, false on error.Alex Auvolat2015-02-091-1/+1
* Reorganize all.Alex Auvolat2015-02-0912-0/+404