reactos/reactos/ntoskrnl/ke
Alex Ionescu 36433ba5ec - Fix some warnings.
- Rearrange some code.
- Remove useless/deprecated code.

svn path=/trunk/; revision=25607
2007-01-23 22:46:38 +00:00
..
i386 - Convert KxDelayThreadWait, KxSingleThreadWait, KxMultiThreadWait into macros. 2007-01-23 18:39:47 +00:00
apc.c - Implement new ExHandle* implementation using pushlocks and the Windows 2003 HANDLE_TABLE structure and semantics. Only the currently used base APIs were implemented; support for audit masks still disabled, debug/tracing calls disabled. 2007-01-22 08:15:17 +00:00
bug.c - Added missing variable for the SMP build, noticed by Usurp. 2006-11-05 21:00:42 +00:00
clock.c - Inline and make some slight correctiions to KiInitailizeSystemClock, since it's based on the Ex subsystem, not Ke. Add code for boot-time timezone bias, but currently disabled because I need to implement a function to read configuration registry data at startup. 2006-10-08 04:05:27 +00:00
config.c - Renamed device.c to config.c and removed all irrelevant code from it, leaving only the two KeFindConfigurationEntry*** functions in it. 2006-09-13 02:08:22 +00:00
devqueue.c - Rename kqueue.c to devque. KQUEUE (kernel queues) are implemented in queue.c, and this filename always confused me. Why would you name KDEVICE_QUEUE into kqueue.c, when you already have KQUEUE in queue.c?! 2006-09-13 03:02:40 +00:00
dpc.c - Implement new ExHandle* implementation using pushlocks and the Windows 2003 HANDLE_TABLE structure and semantics. Only the currently used base APIs were implemented; support for audit masks still disabled, debug/tracing calls disabled. 2007-01-22 08:15:17 +00:00
event.c [22 bug fixes]: 2007-01-16 20:49:40 +00:00
except.c set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
freeldr.c - Swap the IDT where we should, in KiSystemStartup instead of the freeldr.c hackfile. This, coupled with the previous patch, should make NTLDR-booting even more succesful since interrupts won't crash/be ignored. 2006-11-29 19:20:17 +00:00
gate.c - Implement new ExHandle* implementation using pushlocks and the Windows 2003 HANDLE_TABLE structure and semantics. Only the currently used base APIs were implemented; support for audit masks still disabled, debug/tracing calls disabled. 2007-01-22 08:15:17 +00:00
gmutex.c - Implement new ExHandle* implementation using pushlocks and the Windows 2003 HANDLE_TABLE structure and semantics. Only the currently used base APIs were implemented; support for audit masks still disabled, debug/tracing calls disabled. 2007-01-22 08:15:17 +00:00
ipi.c - Cleanup ipi.c, reformat, and re-organize. 2006-09-13 02:25:32 +00:00
krnlinit.c - Fix __rdtsc so it's considered volatile by GCC instead of caching it. 2007-01-18 06:23:14 +00:00
mutex.c - Add ASSERT_EVENT. 2006-09-10 19:14:03 +00:00
process.c - Remove hack from KiSetPriorityThread. Now it doesn't dispatch threads anymore, but this cleans up the IRQL/Dispatcher hack (it will still insert the higher priority thread in the right queue though, so there's not much visible change, just that priorities suck a bit more -- but this is temporary). 2007-01-17 21:53:45 +00:00
profile.c Fix build 2005-12-29 18:45:16 +00:00
queue.c - Convert KxDelayThreadWait, KxSingleThreadWait, KxMultiThreadWait into macros. 2007-01-23 18:39:47 +00:00
sem.c - Add ASSERT_EVENT. 2006-09-10 19:14:03 +00:00
spinlock.c - Renamed device.c to config.c and removed all irrelevant code from it, leaving only the two KeFindConfigurationEntry*** functions in it. 2006-09-13 02:08:22 +00:00
thrdobj.c [25 bug fixes]: 2007-01-18 09:44:49 +00:00
thrdschd.c fix gcc4 build 2007-01-18 11:13:43 +00:00
timer.c - Get completely rid of old Dispatcher Lock macros and use new ones. 2006-09-10 18:26:50 +00:00
wait.c - Fix some warnings. 2007-01-23 22:46:38 +00:00