reactos/reactos/ntoskrnl/ke
2005-05-08 16:07:43 +00:00
..
i386 Changed the trap prolog, each exception can have its own trap handler. 2005-05-08 16:07:43 +00:00
apc.c Use official THREAD_STATE enumeration for thread states 2005-04-18 15:49:57 +00:00
bug.c fixed some warnings with gcc4 (mostly assignment differs in signedness warnings) 2005-05-01 19:30:06 +00:00
catch.c KD System Rewrite: 2005-04-25 14:44:48 +00:00
clock.c
device.c IO Manager Cleanup continues: 2005-04-28 00:54:59 +00:00
dpc.c Update KPROCESS structure to latest version and document all its fields on the Wiki page. Move Kernel Structures to ke.h from ps.h, remove stuff from ntifs.h that shouldnt be there 2005-05-05 22:40:05 +00:00
event.c Update KPROCESS structure to latest version and document all its fields on the Wiki page. Move Kernel Structures to ke.h from ps.h, remove stuff from ntifs.h that shouldnt be there 2005-05-05 22:40:05 +00:00
gate.c Kernel Gates. Ultra-lightweight and exclusive Wait Objects used in NT 5.2+ as high-speed events. Code is untested, so it's not added to the build until I'm back in May. 2005-04-13 01:12:08 +00:00
gmutex.c fixed some warnings with gcc4 (mostly assignment differs in signedness warnings) 2005-05-01 19:30:06 +00:00
ipi.c
kqueue.c IO Manager Cleanup continues: 2005-04-28 00:54:59 +00:00
kthread.c Update KPROCESS structure to latest version and document all its fields on the Wiki page. Move Kernel Structures to ke.h from ps.h, remove stuff from ntifs.h that shouldnt be there 2005-05-05 22:40:05 +00:00
main.c Replaced a dirty hack by another. 2005-04-25 17:57:57 +00:00
mutex.c release the dispatcher lock in KeReleaseMutant before raising an exception and handle the exception in NtReleaseMutant 2005-03-28 15:17:54 +00:00
process.c Update KPROCESS structure to latest version and document all its fields on the Wiki page. Move Kernel Structures to ke.h from ps.h, remove stuff from ntifs.h that shouldnt be there 2005-05-05 22:40:05 +00:00
profile.c
queue.c Fix WaitAll bug. Previously, not all Wait Objects in a WaitAll were checked for signaling, which meant as soon as one was signaled, all were supposed to be satisfied. Worse however, only one object would get satisfied anyways, because of a second bug which hid the first during my testing. Now, all wait all objects must be signaled before satsifcation, and satisfaction is correctly done on all the objects. Reg tested with multithrdwin, which did not properly work before. Thanks to w3seek for notifying me of this bug. 2005-04-16 17:48:46 +00:00
sem.c
spinlock.c
timer.c
usercall.c Correct NtW32call to call correct kernel function, add placeholder for SEH, implement KeUserModeCallback (right now a copy of the old code). Part I of an incomplete W32Callback rewrite, just to set up the groundwork to make testing easier. Might look ugly/messy now but it'll be clean soon 2005-03-19 20:26:46 +00:00
wait.c Use official THREAD_STATE enumeration for thread states 2005-04-18 15:49:57 +00:00