Kernel - Fix user handles not being cleared by Threads_Delete
authorJohn Hodge <[email protected]>
Sun, 8 Jun 2014 05:55:32 +0000 (13:55 +0800)
committerJohn Hodge <[email protected]>
Sun, 8 Jun 2014 05:55:32 +0000 (13:55 +0800)
commit2015e19b71476d1fee2480aef4de60d22ed5438d
tree7aec248647bc22437e68af0b7dcccab320a5102c
parent0c2915f7f306013a29fc79ed69039eae3a26f337
Kernel - Fix user handles not being cleared by Threads_Delete

- It would have destroyed the caller's handle list instead
12 files changed:
KernelLand/Kernel/arch/x86/mm_virt.c
KernelLand/Kernel/binary.c
KernelLand/Kernel/include/acess.h
KernelLand/Kernel/include/logdebug.h
KernelLand/Kernel/include/threads.h
KernelLand/Kernel/include/vfs.h
KernelLand/Kernel/include/vfs_threads.h
KernelLand/Kernel/system.c
KernelLand/Kernel/threads.c
KernelLand/Kernel/vfs/handle.c
KernelLand/Kernel/vfs/main.c
KernelLand/Kernel/vfs/open.c

UCC git Repository :: git.ucc.asn.au