| 2004-07-21 |
fixed the typos
reddawg
committed
on 21 Jul 2004
|
|---|---|
|
fixed check pid status
reddawg
committed
on 21 Jul 2004
|
|
|
A Quick tweak I'm going to clean up some unused variables in sched.h
reddawg
committed
on 21 Jul 2004
|
|
|
|
|
| 2004-07-20 |
assert: remade assert
reddawg
committed
on 20 Jul 2004
|
|
Let me commit before we start to overlap
reddawg
committed
on 20 Jul 2004
|
|
|
CFLAGS: I updated cflags so optimizations are consistant on all files different optimization levels maybe the source of some of our problems?
reddawg
committed
on 20 Jul 2004
|
|
|
Removed SMP code from kernel
reddawg
committed
on 20 Jul 2004
|
|
|
Works perfectly here
reddawg
committed
on 20 Jul 2004
|
|
|
spinlock: made them non inline functions I think this actually fixed the problem
reddawg
committed
on 20 Jul 2004
|
|
|
Few fixes
reddawg
committed
on 20 Jul 2004
|
|
|
sched: hold that was my error
reddawg
committed
on 20 Jul 2004
|
|
| 2004-07-18 |
sched: we now set task status to dead which then makes the scheduler do some clean it could be some minor overhead but i feel this is our most efficient approach right now to prevent corruption of the queues
reddawg
committed
on 18 Jul 2004
|
|
We do some propper task cleanup now when they exit... such as close open FD for LD and delete task from the task list
reddawg
committed
on 18 Jul 2004
|
|
|
Cleaned out the rest of debuging code also temporarily disabled the ip stack to improve boot time
reddawg
committed
on 18 Jul 2004
|
|
|
vitals: cleaned up all defaults this should not cause any problems in the future
reddawg
committed
on 18 Jul 2004
|
|
|
schedDeleteTask: I am pondering the possability that this could not finish in a quantum....
reddawg
committed
on 18 Jul 2004
|
|
|
fork: no mem leaks here
reddawg
committed
on 18 Jul 2004
|
|
|
Fixens
reddawg
committed
on 18 Jul 2004
|
|
| 2004-07-17 |
Few changes to spinlock hopefully it will cure our deadlock
reddawg
committed
on 17 Jul 2004
|
|
|
|
|
|
|
| 2004-07-16 |
assert()
reddawg
committed
on 16 Jul 2004
|
|
Added asscerts
reddawg
committed
on 16 Jul 2004
|
|
|
Added asserts no problems thusfar
reddawg
committed
on 16 Jul 2004
|
|
|
Clean
reddawg
committed
on 16 Jul 2004
|
|
|
Tune ups this stuff should of been taken care of months ago
reddawg
committed
on 16 Jul 2004
|
|
| 2004-07-15 |
time: Fixed a few order of opperations
reddawg
committed
on 15 Jul 2004
|
| 2004-07-09 |
|
|
|