index
:
TCE.git
master
old_c
std_c_userland
Hobby OS experiment
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
task
/
task.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Each thread has its own stack. Added simple unit tests for kmalloc,kfree
Alexis211
2010-09-10
1
-13
/
+16
*
Some changes to stack tracing.
Alexis211
2010-08-13
1
-7
/
+2
*
Added priorities to the scheduler.
Alexis211
2010-08-10
1
-3
/
+3
*
No more global list of threads, one list of threads per process.
Alexis211
2010-08-10
1
-20
/
+17
*
Now using a simple Round Robin scheduler.
Alexis211
2010-08-10
1
-19
/
+11
*
thread_sleep functions redone.
Alexis211
2010-08-10
1
-21
/
+1
*
Added a lot of comments in kernel code. A bit of cleaning too.
Alexis211
2010-08-10
1
-13
/
+42
*
More work on manager
Alexis211
2010-04-07
1
-22
/
+47
*
More work on IPC.
Alexis211
2010-04-05
1
-3
/
+9
*
More work on IPC and userland tools.
Alexis211
2010-03-30
1
-0
/
+24
*
IPC not tested but suposedly working.
Alexis211
2010-03-24
1
-1
/
+6
*
More work on IPC
Alexis211
2010-03-23
1
-5
/
+13
*
old uncommited changes commited
Alexis211
2010-03-02
1
-3
/
+15
*
Added thread_new syscall
Alexis211
2010-02-09
1
-2
/
+7
*
Added user mode support and monitor_writeDec
Alexis211
2010-02-09
1
-5
/
+51
*
Reorganisation
Alexis211
2010-02-06
1
-0
/
+245