summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-019-629/+0
|
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-106-336/+7
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-1/+18
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Using a cross-compiler. Better makefile system.Alexis2112010-08-103-35/+11
|
* More work on managerAlexis2112010-04-077-12/+189
|
* Some stuff added to userland.Alexis2112010-04-052-1/+40
|
* More work on IPC.Alexis2112010-04-054-6/+15
|
* Shared memory segment manager in userlandAlexis2112010-03-314-6/+147
|
* More work on IPC and userland tools.Alexis2112010-03-306-3/+450
|
* IPC not tested but suposedly working.Alexis2112010-03-241-0/+36
|
* More work on IPCAlexis2112010-03-234-16/+16
|
* old uncommited changes commitedAlexis2112010-03-022-0/+5
|
* Added thread_new syscallAlexis2112010-02-092-0/+5
|
* Added user mode support and monitor_writeDecAlexis2112010-02-091-1/+3
|
* ReorganisationAlexis2112010-02-065-0/+104