summaryrefslogtreecommitdiff
path: root/doc/syscalls.txt
Commit message (Expand)AuthorAgeFilesLines
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-181-0/+4
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-171-4/+29
* Nothing, just reverted some shit.Alex AUVOLAT2012-05-171-12/+12
* Added some documentation about the coming VFS.Alex AUVOLAT2012-05-171-2/+2
* Preparations.Alex AUVOLAT2012-05-041-17/+17
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-1/+6
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-011-32/+0
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-101-91/+30
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-0/+1
* More work on IPC and userland tools.Alexis2112010-03-301-1/+3
* IPC documented, still not tested.Alexis2112010-03-261-0/+75
* IPC not tested but suposedly working.Alexis2112010-03-241-0/+15
* More work on IPCAlexis2112010-03-231-0/+4
* old uncommited changes commitedAlexis2112010-03-021-0/+1
* Added thread_new syscallAlexis2112010-02-091-0/+2
* More work on tasking, paging, syscalls, stuff.Alexis2112010-02-051-1/+3
* Start work on syscalls, advanced tasking, segmentationAlexis2112010-02-051-1/+1
* Start syscall workAlexis2112010-02-031-0/+11