- KdDebuggerNotPresent should be FALSE by default.
[reactos.git] / reactos / ntoskrnl /
2007-01-10 Alex Ionescu- Fix build.
2007-01-10 Alex Ionescu- Commit NTLPC and remove old implementation.
2007-01-10 Alex Ionescu- Implement ObReferenceProcessHandleTable and ObDerefer...
2007-01-10 Alex Ionescu- Fix a bug in ExfWakePushLock.
2007-01-09 Alex Ionescu- Heavy cleanup of locking and lookup macros in ob_x.h.
2007-01-09 Alex Ionescu- Fix Port and Section Object Type creation by specifyi...
2007-01-09 Alex Ionescu- Hold reference to the current directory and to the...
2007-01-09 Alex Ionescu- Complete the hack that's already in SeAccessCheck...
2007-01-09 Alex Ionescu- Add missing code to ObpLookupDirectoryEntry.
2007-01-09 Alex Ionescu- Enable sanity check in ObInsertObject to catch asshol...
2007-01-09 Alex Ionescu- Merge some local changes from my version of ObpLookup...
2007-01-09 Alex Ionescu- Add internal macros for acquiring the object director...
2007-01-08 Alex Ionescu- Make ObpReleaseCapturedName an actual function and...
2007-01-08 Alex Ionescu- Implement ObpCreateSymbolicLinkName and enable call...
2007-01-08 Alex Ionescu- Implement ObFindHandleForObject and add it to the...
2007-01-08 Alex Ionescu- Fix kmtest's inclusion of the NDK.
2007-01-08 Alex Ionescu- Fix build. Sorry, forgot that the last commit also...
2007-01-08 Alex Ionescu- Add authors' names.
2007-01-08 Alex Ionescu- Delete /fs directory.
2007-01-08 Alex Ionescu- Fix ObReferenceObjectByName to do proper name validat...
2007-01-08 Alex Ionescu- Changes to lookup context set-up as place-holder...
2007-01-08 Alex Ionescu- Validate lookup context in ObpInsertEntryDirectory.
2007-01-08 Alex Ionescu- Set an invalid pointer as the object header's type...
2007-01-08 Alex Ionescu- Implement ObCheckCreateObjectAccess, ObpCheckTraverse...
2007-01-08 Alex Ionescu- Fix a bug in ExReleasePushLock which broken contentio...
2007-01-08 Alex Ionescu- Fix _PsProcessType for MSVC compilation.
2007-01-07 Alex Ionescu- Fix multiple bugs in HalpCalculateChsValues.
2007-01-06 Aleksey BraginDmitry G. Gorbachev (hto at mail cnt dot ru):
2007-01-06 Maarten BosmaTwo more formating and debug output changes from cc...
2007-01-06 Maarten BosmaSome formating and debug output changes based on cc...
2007-01-06 Maarten BosmaDbgPrint => DPRINT1
2007-01-05 Aleksey BraginDon't call ReadCacheSegmentChain() twice (thanks Maarten).
2007-01-05 Saveliy TretiakovFix bsod when executing IntLoadKeyboardLayout. (NtOpenK...
2007-01-04 Alex Ionescu- Fix a bug in KeLeaveCriticalRegion which was deliveri...
2007-01-02 Magnus Olsenremove #define IMAGE_FILE_MACHINE_* from elf32.c it...
2007-01-02 Maarten BosmaComment out definition of IMAGE_FILE_MACHINE_ARM to...
2007-01-01 Hervé PoussineauBetter support for non X86 systems
2006-12-29 Alex Ionescu- Fix OB_SECURITY_METHOD prototype, callers, and implem...
2006-12-29 Alex Ionescu- Fix some subtle bugs in NtWaitForMultipleObjects...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-10 Peter Ward- Fix GCC 4.1.2 build. Patch by Usurp.
2006-12-10 Peter WardFix compilation \ -> /.
2006-12-10 Alex Ionescu- Add missing header.
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-08 Christoph von Wittichfix a typo in ObFindObject patch by hto
2006-12-08 Christoph von Wittichfix gcc 4.1.2 build patch by Coviti
2006-12-07 Peter Ward- Fix for "pice.sys gets loaded unexpectedly".
2006-12-06 Aleksey BraginAdd KdChangeOption() stub
2006-12-06 Aleksey Bragin- vfat now checks what CcCopyRead() returned, and retur...
2006-12-03 Alex Ionescu- Fix IopSecurityFile to send the IRP to the right...
2006-12-03 Aleksey BraginNCI interface auditing, sysfuncs.lst.
2006-12-02 Alex Ionescu- Implement V86 trap fixup during traps and interrupts.
2006-12-01 Alex Ionescu- Kill some debug prints.
2006-12-01 Alex Ionescu- Write DLL Being mapped into NtTib->ArbitraryUserPoint...
2006-11-30 Alex Ionescu- Fix a bug in DbgkCreateThread which wasn't saving...
2006-11-30 Alex Ionescu- Implement support for DEBUG_PROCESS in CreateProcess...
2006-11-30 Alex Ionescu- Properly set and check the image notification flag...
2006-11-30 Alex Ionescu- Remove Dbgk entries from KrnlFun.c, the subsystem...
2006-11-30 Alex Ionescu- Update Dbgk test application to test Win32 as well...
2006-11-30 Alex Ionescu- Fix a bug in DbgkOpenHandles which was causing file...
2006-11-30 Alex Ionescu- Fix critical I/O bugs in IopParseFile which were...
2006-11-30 Alex Ionescu- Raw test app for DbgUi+Dbgk Debugging Subsystem ...
2006-11-30 Alex Ionescu- Client IDs were OK, I incorrectly assumed they weren...
2006-11-30 Alex Ionescu- Fix some bugs in NtWaitForDebugEvent which caused...
2006-11-30 Alex Ionescu- Fix DbgkSectionHandleToFileHandle.
2006-11-30 Alex Ionescu- Fix a bug in NtWaitForDebugEvent.
2006-11-30 Alex Ionescu- Implement an unhandled case in DbgkSetProcessDebugPor...
2006-11-30 Alex Ionescu- Forgot to actually initialize Dbgk during system...
2006-11-30 Alex Ionescu- Implement DbgkPostFakeThreadMessages.
2006-11-29 Alex Ionescu- Don't freeze on spurious interrupt.
2006-11-29 Alex Ionescu- Swap the IDT where we should, in KiSystemStartup...
2006-11-29 Alex Ionescu- Finally figured out a way to make the old HAL IRQ...
2006-11-29 Alex Ionescu- Fixup all the file headers with proper paths and...
2006-11-29 Alex Ionescu- There's no such thing as Phase 2 HAL init.
2006-11-29 Alex Ionescu- Test for High-Precision Timer (QueryPeformanceCounter...
2006-11-28 Alex Ionescu- Cleanup more code in the deprecated IRQ implementatio...
2006-11-28 Alex Ionescu- Fix prototype/definition of HalCalibratePerformanceCo...
2006-11-27 Alex Ionescu- Cleanup HAL initialization code:
2006-11-22 Aleksey BraginThe code expects synchronous behaviour here, so until...
2006-11-22 Alex Ionescu- Update kernel fun.
2006-11-20 Aleksey BraginFix warning when compiled with DBG=0
2006-11-19 Alex Ionescu- Change kdcom.sys to kdcom.dll.
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-11-19 Aleksey Bragin- Add a null-check to the IopLoadServiceModule.
2006-11-16 Aleksey BraginUse Uint32x32To64() function instead of ULONG * ULONG...
2006-11-15 Thomas BluemelFix some compilation errors
2006-11-15 Alex Ionescu- Export ExiTryToAcquireFastMutex from ntoskrnl, I...
2006-11-14 Alex Ionescu- Implement HalSystemVectorDispatchEntry, KeFlushWriteB...
2006-11-13 Alex Ionescu- Fix a typo in DbgkCreateThread which caused a boot...
2006-11-12 Alex Ionescu- FSTUB Patch for Mount Manager Support, Part 1:
2006-11-12 Alex Ionescu- Move out SEH-support routines from ntoskrnl/rtl to...
2006-11-12 Alex Ionescu- Implement IoSetCompletionRoutineEx, which is a safe...
2006-11-12 Alex Ionescu- Argh, another forgotten file. Too many local changes :(
2006-11-12 Alex Ionescu- Apologies, forgot these two files for the Dbgk patch.
2006-11-12 Alex Ionescu- Implement MmAddVerifierThunks, MmIsDriverVerifying...
2006-11-12 Alex Ionescu- Fix flags in DbgkpSectionToFileHandle
2006-11-12 Alex Ionescu- Cleanup fastio.c
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-11-07 Alex Ionescu- Remove WRITE/READ_REG_XXX functions written in C...
2006-11-05 Peter Ward- Added missing variable for the SMP build, noticed...
next