aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user
Commit message (Collapse)AuthorAgeFilesLines
...
* Begin implementation of syscalls.Alex Auvolat2015-02-132-1/+89
|
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-132-0/+78
|
* Implement some handling of user stuff...Alex Auvolat2015-02-131-37/+145
|
* Implement switching to usermode.Alex Auvolat2015-02-131-4/+42
|
* Add stubs for process-related functions.Alex Auvolat2015-02-131-1/+124
|
* Cleanup output.Alex Auvolat2015-02-131-0/+3
|
* Complete nullfs : create, delete, trunc, read, writeAlex Auvolat2015-02-132-11/+169
|
* Unlink function now called delete() (becaue that's what it does)Alex Auvolat2015-02-132-9/+9
|
* Change semantics of VFS :Alex Auvolat2015-02-131-10/+48
| | | | | - nodes can be loaded in ram only once (nodes identified by their path) - unlink() can only be called if the node to be deleted is not used (not in ram)
* Begin implementation of nullfs.Alex Auvolat2015-02-122-232/+291
|
* Adjust nullfs headerAlex Auvolat2015-02-121-3/+11
|
* Implement walk_path_except_lastAlex Auvolat2015-02-121-5/+52
|
* Begin ajusting vfs.cAlex Auvolat2015-02-121-14/+144
|
* Add ioctl support in nullfs.Alex Auvolat2015-02-091-1/+13
|
* Add stating on open filesAlex Auvolat2015-02-091-4/+50
|
* Forgot somethingAlex Auvolat2015-02-091-1/+3
|
* Nullfs in good shape : can read a ram file.Alex Auvolat2015-02-092-10/+116
|
* Work on nullfsAlex Auvolat2015-02-092-7/+149
|
* Make way for nullfsAlex Auvolat2015-02-091-3/+11
|
* Start work on filesystems.Alex Auvolat2015-02-093-20/+159
|
* Reorganize all.Alex Auvolat2015-02-091-0/+30