aboutsummaryrefslogtreecommitdiff
path: root/src/apps/init/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Userland test infrastructureAlex Auvolat2015-02-191-26/+1
|
* Several things :Alex Auvolat2015-02-191-18/+21
| | | | | | | - 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)
* Implement basic syscalls...Alex Auvolat2015-02-191-0/+25
|
* Implement userspace mallocAlex Auvolat2015-02-191-0/+26
|
* Moving files.Alex Auvolat2015-02-151-2/+0
|
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-141-0/+1
|
* Begin implementation of syscalls.Alex Auvolat2015-02-131-2/+6
|
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-131-1/+1
|
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-131-0/+9