Of course, I forgot to commit the new file in revision 22049...
[reactos.git] / reactos / ntoskrnl / ex /
2006-05-25 Alex Ionescu- Get rid of the intriguing idea that exported/public...
2006-05-25 Alex Ionescu- Convert all Win32k Object callback functions to the...
2006-05-25 Alex Ionescu- Rewrite Desktop/WindowsStation parsing to follow...
2006-05-25 Alex Ionescu- Get rid of OB_ROS_PARSE_METHOD and use OB_PARSE_METHO...
2006-05-24 Alex Ionescu- Rewrote the Object Directory implementation to follow...
2006-05-24 Alex Ionescu- Thomas Weidenmueller (w3seek@reactos.org)
2006-05-23 Aleksey Bragin- Thomas Weidenmuller: Fix calculating the string offset.
2006-05-19 Alex Ionescu- Use the proper HANDLE_TABLE and HANDLE_TABLE_ENTRY...
2006-05-18 Aleksey Bragin[AUDIT]
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-04-23 Magnus Olsenpatch from w3seek : create smss with a current director...
2006-04-16 Magnus Olsenaudlt lock
2006-04-16 Magnus Olsenkjk_hyperion : "Breaking auditing lock for a temporary...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-01-17 Alex Ionescu* Implement 3 out of 4 486-compatible ExInterlocked...
2006-01-13 Alex IonescuAcquire dispatcher lock if we're going to be expanding...
2006-01-13 Alex IonescuFix typos
2006-01-13 Alex IonescuFix boost loop
2006-01-12 Alex IonescuDon't release dispatcher lock in ExpBoostThread, we...
2006-01-11 Hartmut Birr- We cannot access the OwnerTable without locking the...
2006-01-11 Alex Ionescu- Fix accidental build breakage.
2006-01-10 Gé van GeldorpOlder binutils don't understand qword ptr
2006-01-06 Hartmut BirrFixed the register saving in ExfInterlockedCompareExcha...
2006-01-05 Alex Ionescu- New ERESOURCE implementation: fixes the return value...
2006-01-05 Alex IonescuFix stack corruption. Thanks to Waxdragon and the fact...
2006-01-05 Alex Ionescu- fix build on dbg=0. Thanks to Andrew
2006-01-04 Gé van GeldorpFix (so far harmless) typo
2006-01-04 Alex Ionescu- Fix worker thread priorities. A quick check of the...
2006-01-03 Alex Ionescu- Implement Pushlocks. Only Waking, and Exclusive Acqui...
2006-01-03 Alex Ionescu- Fix shamefully dangerously broken Work Thread/Queue...
2005-12-31 Alex Ionescu- Cleanup assembly files and create a header for the...
2005-12-30 Alex Ionescu- Rewrite Executive Interlocked Functions to actually...
2005-12-29 Thomas Bluemelfixed uninitialized variable error
2005-12-29 Alex Ionescu- Implemented InterlockedBitTestAndReset, InterlockedBi...
2005-12-29 Alex Ionescu- Fix formatting and a bug in NtSetSystemTime.
2005-12-29 Alex Ionescu- Fix some small formatting issues.
2005-12-29 Alex Ionescu- Formatting fixes
2005-12-29 Alex Ionescu- Fix some formatting.
2005-12-29 Alex Ionescu- Fix some small formatting issues.
2005-12-29 Alex IonescuMove some profile stuff to NDK and fix some bugs in...
2005-12-29 Alex IonescuFix kernel-mode executive atom implementation (mostly...
2005-12-27 Alex Ionescu- Added support for NTLDR style freeloader GUI. To...
2005-12-10 Thomas Bluemel- support for kernel handles
2005-12-07 Thomas Bluemelimplemented sweeping of handle tables
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
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...
next