reactos/reactos/ntoskrnl
Gunnar Dalsnes b424efdf6b kill.c: remove useless call to KeRemoveAllWaitsThread + misc
usecall.c: fix apc delivery
debug.c: add irql asserts

svn path=/trunk/; revision=11759
2004-11-21 18:42:58 +00:00
..
cc Use upper-case ASSERT macros. 2004-10-22 20:19:58 +00:00
cm - Allocate buffer for sub keys from NonPagedPool in order to prevent crashes in CmiAddKeyToList where the buffer is accessed at DISPATCH_LEVEL. 2004-11-20 21:14:16 +00:00
dbg Changed kdbg a bit by adding some new flags (and a new command): 2004-11-18 02:10:28 +00:00
ex work.c: reimpl. using kernel queues 2004-11-21 18:38:51 +00:00
fs Revert: 2004-11-21 17:47:22 +00:00
inbv 2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-08-15 16:39:12 +00:00
include kill.c: remove useless call to KeRemoveAllWaitsThread + misc 2004-11-21 18:42:58 +00:00
io 1) Updated KUSER_SHARED_DATA to NT5+ exported documented defintiion, which meant the removal of DosDevices. Used proper NT _DEVICE_MAP Structure for this, but did it in a "hack" way, ie, not a fully implementation, but enough to keep the basic old functionality as before. This will need an review once the Ob Manager is overhaulted. Modified kernel32 to request the _DEVICE_MAP for the current process, implemented the query routine (but made it return the default systme device map intead of per process) and changed the kernel code to use the default device map instead. 2004-11-21 06:51:18 +00:00
kd - Set also FS and GS on a debug service call. 2004-11-21 11:37:22 +00:00
ke kill.c: remove useless call to KeRemoveAllWaitsThread + misc 2004-11-21 18:42:58 +00:00
ldr - Removed some unnecessary type casts. 2004-11-13 22:27:16 +00:00
lpc - Removed some unnecessary type casts. 2004-11-13 22:27:16 +00:00
mm call KiDeliverAPc at correct irql 2004-11-21 18:37:56 +00:00
nt Fixed debug build 2004-10-25 14:22:21 +00:00
ob properly copy the device map - it's still not initialized properly 2004-11-21 10:59:11 +00:00
objects added cvsignore file so that dir gets created 2000-07-09 17:32:49 +00:00
po more prototype fixes 2004-10-24 20:37:27 +00:00
ps kill.c: remove useless call to KeRemoveAllWaitsThread + misc 2004-11-21 18:42:58 +00:00
rtl - Make InitializeListHead, InsertHeadList, InsertTailList and 2004-10-30 14:02:04 +00:00
se add missing KeEnter/LeaveCriticalRegion before/after aquireing/releasing resource lock 2004-11-21 18:35:05 +00:00
tests 2004-11-20 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-11-20 17:56:23 +00:00
.cvsignore 2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-08-15 16:39:12 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
Makefile - Move NtAllocateUuids from the Security Reference Monitor to the Executive. 2004-11-12 12:06:54 +00:00
Makefile.i386 Implemented KeAreApcsDisabled, KeFlushEntireTb, KeIsExecutingDpc, KeSetKernelStackSwapEnable, KeQueryPriorityThread, KeRevertToUserAffinityThread, KeSetIdealProcessorThread, KeSetSystemAffinityThread, KeTerminateThread, KeStackAttachProcess, KeUnstackDetachProcess 2004-10-13 01:42:14 +00:00
mkconfig.c More sensible dependencies scheme for configuration 2001-04-10 22:13:23 +00:00
ntoskrnl.dbg.lnk - Put all init functions in a special section and do free 2003-10-12 17:37:08 +00:00
ntoskrnl.def - Fix prototype of FsRtlInitializeLargeMcb and FsRtlInitializeMcb. 2004-11-21 16:34:57 +00:00
ntoskrnl.lnk - Put all init functions in a special section and do free 2003-10-12 17:37:08 +00:00
ntoskrnl.mc - Bugcheck on a page fault, if the reason was code executing in a non executable area (only available on a AMD64). 2004-10-05 19:11:17 +00:00
ntoskrnl.rc - Centralize definition of version resource 2004-10-16 20:27:43 +00:00
ntoskrnl.txt Initial revision 1998-08-25 04:27:26 +00:00