- Make the NDK compatible with the MSDDK again.
[reactos.git] / reactos / ntoskrnl / ex /
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-26 Hartmut BirrFix a typo in my last commit.
2005-11-26 Hartmut BirrDon't use the OldIrql value from fmutex after releasing it.
2005-11-26 Hartmut BirrSave the old irql in ExTryToAcquireFastMutex.
2005-11-25 Casper HornstrupMerge duplicate definitions
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-22 Filip NavaraChange some FS:x reading macros for better compatibilit...
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-14 Gé van GeldorpTwoTailedFox <twotailedfox@gmailcom>:
2005-11-13 Hartmut BirrShutdown the process manager before shutdown the registry.
2005-11-13 Gé van GeldorpSpelling fixes. Thanks to Royce for pointing them out.
2005-11-12 Gé van GeldorpAdd some more shutdown messages
2005-11-09 Gé van GeldorpWe need to call HalReleaseDisplayOwnership before killi...
2005-11-08 Brandon TurnerChange KEBUGCHECK -> KEBUGCHECKEX
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-10-28 Thomas Bluemelsimplify returning the previous count in NtReleaseMutant
2005-10-27 Christoph von Wittichrenamed some .S files (msvc fix)
2005-10-13 Thomas Bluemelproperly reset the reference counter in ExReInitializeR...
2005-10-10 Thomas Bluemelconvert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
2005-10-09 Gregor AnichAdd /BREAK option.
2005-09-26 Alex Ionescu- Put executive atom functions in the executive folder...
2005-09-24 Gunnar Dalsnesuncomment and add mutex asserts
2005-09-15 Hartmut BirrFixed the MP build.
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-21 Thomas Bluemeluse inlined probing macros for basic types
2005-08-07 Thomas Bluemeldirectly translate handles to indexes in ex/handle.c
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-08-07 Thomas Bluemelfixed uninitialized variables warnings
2005-08-07 Filip Navara- Fix size check in SystemBasicInformation and SystemTi...
2005-08-05 Filip NavaraRevert change to ExSystemExceptionFilter.
2005-08-05 Filip NavaraProtect NtQuerySystemInformation with SEH.
2005-08-05 Alex Ionescu- Protect semaphore release with SEH, since it can...
2005-08-05 Alex Ionescu - Add comments to code and clean it up
2005-08-05 Alex Ionescu- Optimize locking so that the Wake Lock is only entere...
2005-08-05 Alex Ionescu- Move ExCreateUUID to uuid.c
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-07-26 Hartmut Birrreverted last change
2005-07-26 Hartmut BirrLock the handle table if we trying to get a pointer...
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-05 Thomas Bluemelfix warnings with -Wsign-compare for MP builds
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Filip Navara- Convert pure inline assembler .c files to .S files.
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-26 Alex IonescuImitate NT and set some of the private object info...
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-19 Alex IonescuFix Build
2005-06-19 Alex IonescuUse RTL_CONSTANT_STRING instead of RtlRos macro
2005-06-19 Alex IonescuSome more NDK fixes
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-18 Filip NavaraFix position of the STDCALL keyword. Spotted by KJK...
2005-06-14 Filip Navara- Fix the declarations of PDRIVER_CANCEL, KeGetCurrentP...
2005-06-04 Hartmut BirrMake the bochs debug output in the very early boot...
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Hartmut BirrPut the assembler functions into the .text section.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-20 Steven Edwardsstarted moving tags to a private internal header
2005-05-18 Alex IonescuPrettify usetup a bit, show a warranty page before...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-13 Alex IonescuFix lookaside structures, rewrite lookaside code to...
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-06 Thomas Bluemelupgrade to PSEH2 (note, the new macros are still named...
2005-05-05 Hartmut BirrFixed InterlockedClearBit.
2005-05-05 Hervé PoussineauRtlFreeUnicodeString -> ExFreePool changes
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuAnd these should've been added...
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...
2005-04-18 Thomas Bluemelfix uninitialized variable
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuRemove excess debugging
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-07 Thomas Bluemel- don't redefine public structures in taskmgr
next