aboutsummaryrefslogtreecommitdiff
path: root/src/apps
Commit message (Collapse)AuthorAgeFilesLines
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-021-22/+36
|
* PCI enumeration ; rename dev:/ to io:/Alex Auvolat2015-02-241-3/+3
|
* 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-192-0/+27
|
* 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-132-3/+7
|
* 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-133-0/+53