2004-07-18 |
We don't need no steek'n mans
reddawg
committed
on 18 Jul 2004
|
---|---|
|
|
gen: no we dont want man pages they are evil
reddawg
committed
on 18 Jul 2004
|
|
quad: everything compiles
reddawg
committed
on 18 Jul 2004
|
|
string: all of string compiles a billion more to go
reddawg
committed
on 18 Jul 2004
|
|
Removal of man pages for now will save us CVS updating time
reddawg
committed
on 18 Jul 2004
|
|
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
|
|
cleaned out some debug code
reddawg
committed
on 18 Jul 2004
|
|
vmmPageFault: had a potential memory leak here for one page it was still using sysID on certain COW scenarios
reddawg
committed
on 18 Jul 2004
|
|
memory.c: added spinlocks to vmmFindFreePage and vmmFreePage to prevent two tasks from possibly allocating the same page
reddawg
committed
on 18 Jul 2004
|
|
vmmCopyVirtualSpace: cleaned up one full page memory leak we were still using old sysID over pid
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
|
|
video: added spinLock protection
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
|
HEre
reddawg
committed
on 17 Jul 2004
|
|
Hmm
reddawg
committed
on 17 Jul 2004
|
|
kmalloc: added assert()
reddawg
committed
on 17 Jul 2004
|
|
ne2k: added assert hopefully it will help me solve this dma size 0 random error
reddawg
committed
on 17 Jul 2004
|
|
Made It Stically Linked
reddawg
committed
on 17 Jul 2004
|
|
|
|
|
|
Opps
reddawg
committed
on 17 Jul 2004
|
|
compile: changes to the way we link the kernel should prevent future errors
reddawg
committed
on 17 Jul 2004
|
|
2004-07-16 |
let me know if this works
reddawg
committed
on 16 Jul 2004
|
Going to laptop to finish up
reddawg
committed
on 16 Jul 2004
|