2004-07-18
@reddawg
cleaned out some debug code
reddawg committed on 18 Jul 2004
@reddawg
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
@reddawg
memory.c: added spinlocks to vmmFindFreePage and vmmFreePage to prevent two tasks from possibly allocating the same page
reddawg committed on 18 Jul 2004
@reddawg
vmmCopyVirtualSpace: cleaned up one full page memory leak we were still using old sysID over pid
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
video: added spinLock protection
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
HEre
reddawg committed on 17 Jul 2004
@reddawg
Hmm
reddawg committed on 17 Jul 2004
@reddawg
kmalloc: added assert()
reddawg committed on 17 Jul 2004
@reddawg
ne2k: added assert hopefully it will help me solve this dma size 0 random error
reddawg committed on 17 Jul 2004
@reddawg
Made It Stically Linked
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
@reddawg
Opps
reddawg committed on 17 Jul 2004
@reddawg
compile: changes to the way we link the kernel should prevent future errors
reddawg committed on 17 Jul 2004
2004-07-16
@reddawg
let me know if this works
reddawg committed on 16 Jul 2004
@reddawg
Going to laptop to finish up
reddawg committed on 16 Jul 2004
@reddawg
assert()
reddawg committed on 16 Jul 2004
@reddawg
Added asscerts
reddawg committed on 16 Jul 2004
@flameshadow
chg: cleaned up code; added assert() statements
flameshadow committed on 16 Jul 2004
@reddawg
Added asserts no problems thusfar
reddawg committed on 16 Jul 2004
@reddawg
Fixed a potential problem which will break compiling
reddawg committed on 16 Jul 2004
@reddawg
Modified assert it now invokes kPanic it is very nifty
reddawg committed on 16 Jul 2004
@reddawg
Fixed a few problems
reddawg committed on 16 Jul 2004
@reddawg
assert: you have assert I believe
reddawg committed on 16 Jul 2004
@flameshadow
add: added assert() statements to src/sys/ubixfs/ubixfs.c
flameshadow committed on 16 Jul 2004