History for ubixos-old / src / sys / kernel
2004-07-21
@reddawg
fixed the typos
reddawg committed on 21 Jul 2004
@reddawg
fixed check pid status
reddawg committed on 21 Jul 2004
@reddawg
A Quick tweak I'm going to clean up some unused variables in sched.h
reddawg committed on 21 Jul 2004
@reddawg
devfs: renamed functions ...
reddawg committed on 21 Jul 2004
2004-07-20
@reddawg
assert: remade assert
reddawg committed on 20 Jul 2004
@reddawg
Let me commit before we start to overlap
reddawg committed on 20 Jul 2004
@reddawg
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
@reddawg
Removed SMP code from kernel
reddawg committed on 20 Jul 2004
@reddawg
Works perfectly here
reddawg committed on 20 Jul 2004
@reddawg
spinlock: made them non inline functions I think this actually fixed the problem
reddawg committed on 20 Jul 2004
@reddawg
Few fixes
reddawg committed on 20 Jul 2004
@reddawg
sched: hold that was my error
reddawg committed on 20 Jul 2004
2004-07-18
@reddawg
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
@reddawg
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
@reddawg
Cleaned out the rest of debuging code also temporarily disabled the ip stack to improve boot time
reddawg committed on 18 Jul 2004
@reddawg
vitals: cleaned up all defaults this should not cause any problems in the future
reddawg committed on 18 Jul 2004
@reddawg
schedDeleteTask: I am pondering the possability that this could not finish in a quantum....
reddawg committed on 18 Jul 2004
@reddawg
fork: no mem leaks here
reddawg committed on 18 Jul 2004
@reddawg
Fixens
reddawg committed on 18 Jul 2004
2004-07-17
@reddawg
Few changes to spinlock hopefully it will cure our deadlock
reddawg committed on 17 Jul 2004
@reddawg
shell: fixed stress testing ...
reddawg committed on 17 Jul 2004
@reddawg
kmalloc: added assert() ...
reddawg committed on 17 Jul 2004
2004-07-16
@reddawg
assert()
reddawg committed on 16 Jul 2004
@reddawg
Added asscerts
reddawg committed on 16 Jul 2004
@reddawg
Added asserts no problems thusfar
reddawg committed on 16 Jul 2004
@reddawg
Clean
reddawg committed on 16 Jul 2004
@reddawg
Tune ups this stuff should of been taken care of months ago
reddawg committed on 16 Jul 2004
2004-07-15
@reddawg
time: Fixed a few order of opperations
reddawg committed on 15 Jul 2004
2004-07-09
@reddawg
time: timeInit to time_init ...
reddawg committed on 9 Jul 2004
@reddawg
sched: schedInit to sched_init ...
reddawg committed on 9 Jul 2004