summaryrefslogtreecommitdiff
path: root/Source/Library/Userland/Binding
Commit message (Collapse)AuthorAgeFilesLines
* Some changesAlexis2112009-12-091-0/+3
|
* Change on memory handling, and .iface.h files documented.Alexis2112009-12-091-4/+4
|
* Added a game of life simulator demoAlexis2112009-11-131-0/+17
|
* Introduced PaperWork : our init/login manager.Alexis2112009-11-082-2/+8
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* More work on syscalls : userland applications can run other apps.Alexis2112009-10-241-0/+22
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-245-19/+98
| | | | TextFile now is a common (= kernel and userland) library.
* Added some screenshots (\o/) and implemented mkdir in userland.Alexis2112009-10-231-0/+5
|
* Some changes, and implemented rm in userland shell.Alexis2112009-10-234-12/+40
|
* More work on syscalls and shellAlexis2112009-10-231-1/+19
|
* More work on syscalls and shellAlexis2112009-10-233-0/+36
|
* Started working on user managmentAlexis2112009-10-211-0/+10
|
* More workAlexis2112009-10-211-2/+8
|
* Started working on a userland shellAlexis2112009-10-202-1/+28
| | | | This means I'll have to do syscalls for everything I need.
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-203-3/+3
|
* We now have call tables for ressources.Alexis2112009-10-203-17/+28
| | | | instead of adding calls to ressource in the constructor.
* More work on syscallsAlexis2112009-10-181-0/+11
|
* Heap included as well in userland libraryAlexis2112009-10-181-0/+3
|
* More work on syscallsAlexis2112009-10-183-0/+60