| Commit message (Expand) | Author | Age | Files | Lines |
* | Introducing FWIK, the userland C++ framework. Far from complete. | Alex AUVOLAT | 2012-05-19 | 2 | -1/+14 |
* | Added ANSI support, minimal readline-like library. | Alex AUVOLAT | 2012-05-19 | 2 | -0/+16 |
* | Added process arguments when loaded as modules. | Alex AUVOLAT | 2012-05-18 | 1 | -0/+4 |
* | A bit of a change in the directory layout. | Alex AUVOLAT | 2012-05-18 | 1 | -2/+1 |
* | Beginning of a VFS implemented. C++ is great. | Alex AUVOLAT | 2012-05-17 | 2 | -4/+32 |
* | Nothing, just reverted some shit. | Alex AUVOLAT | 2012-05-17 | 1 | -12/+12 |
* | Added some documentation about the coming VFS. | Alex AUVOLAT | 2012-05-17 | 2 | -2/+57 |
* | Preparations. | Alex AUVOLAT | 2012-05-04 | 1 | -17/+17 |
* | Now using Doug Lea's malloc for userland too. And improved stability. | Alex AUVOLAT | 2012-05-01 | 1 | -3/+2 |
* | Now using Doug Lea's malloc in kernel land. Next: same in userland. | Alex AUVOLAT | 2012-05-01 | 1 | -1/+6 |
* | Some cleanup ; relocated the kernel at 0xC0000000 | Alex AUVOLAT | 2012-05-01 | 5 | -106/+33 |
* | Removed all old object/request/... stuff (that was crap) | Alexis211 | 2010-09-10 | 6 | -136/+80 |
* | Each thread has its own stack. Added simple unit tests for kmalloc,kfree | Alexis211 | 2010-09-10 | 1 | -0/+1 |
* | 0.0.4 is out | Alexis211 | 2010-04-08 | 1 | -2/+2 |
* | More work on IPC. | Alexis211 | 2010-04-05 | 1 | -0/+17 |
* | Shared memory segment manager in userland | Alexis211 | 2010-03-31 | 1 | -3/+2 |
* | More work on IPC and userland tools. | Alexis211 | 2010-03-30 | 4 | -1/+24 |
* | IPC documented, still not tested. | Alexis211 | 2010-03-26 | 1 | -0/+75 |
* | IPC not tested but suposedly working. | Alexis211 | 2010-03-24 | 2 | -3/+32 |
* | More work on IPC | Alexis211 | 2010-03-23 | 3 | -0/+26 |
* | old uncommited changes commited | Alexis211 | 2010-03-02 | 1 | -0/+1 |
* | Added thread_new syscall | Alexis211 | 2010-02-09 | 1 | -0/+2 |
* | More work on tasking, paging, syscalls, stuff. | Alexis211 | 2010-02-05 | 1 | -1/+3 |
* | Start work on syscalls, advanced tasking, segmentation | Alexis211 | 2010-02-05 | 1 | -1/+1 |
* | Start syscall work | Alexis211 | 2010-02-03 | 1 | -0/+11 |