Revert, thx Thomas, wasnt sure.
[reactos.git] / reactos / ntoskrnl /
2006-01-06 Thomas Bluemelfixed uninitialized variable warnings
2006-01-06 Hartmut BirrFixed the register saving in ExfInterlockedCompareExcha...
2006-01-06 Alex Ionescu- Fix Status/WaitStatus/Thread->WaitStatus confusion...
2006-01-06 Alex Ionescu- Invert CONFIG_SMP defines as requested by Hartmut
2006-01-06 Alex Ionescu- Fix some bugs in Kernel Queue implementation:
2006-01-05 Thomas BluemelFixed uninitialized variable warning with GCC4
2006-01-05 Alex Ionescu- New ERESOURCE implementation: fixes the return value...
2006-01-05 Alex Ionescu- Change dispatcher lock release to be more like docume...
2006-01-05 Alex Ionescu- Disable commented out define-check which i had only...
2006-01-05 Hervé PoussineauAdd some exports to ntdll
2006-01-05 Alex Ionescu- Implemented Queued and In-Stack Queued Spinlocks...
2006-01-05 Hartmut BirrKefReleaseSpinLockFromDpcLevel needs the address of...
2006-01-05 Alex IonescuFix stack corruption. Thanks to Waxdragon and the fact...
2006-01-05 Alex Ionescu- Optimized the dispatcher lock. It is now gone on...
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...
2006-01-02 Hartmut BirrImplemented the 'red zone check' for the non paged...
2006-01-02 Hartmut BirrSimplified the definition of the interrupt handlers...
2006-01-02 Hartmut BirrFixed the size of the allocated port structure.
2006-01-01 Thomas Bluemelfixed uninitialized variable warning
2006-01-01 Gé van GeldorpRevert part of r20493. Created bug 1229 to keep track...
2005-12-31 Gé van GeldorpOn FAT16 partitions smaller than 128MB, the cluster...
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-30 Alex IonescuMake sure compiler doesn't optimize our wait loop away...
2005-12-30 Thomas Bluemelprotect access to buffers with SEH in NtSetSecurityObje...
2005-12-29 Thomas Bluemelfixed uninitialized variable error
2005-12-29 Alex Ionescu- Fix InterlockedBitTestAndReset and InterlockedBitTest...
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 IonescuFix build
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-29 Ged Murphychange service pack from 6 to 4
2005-12-27 Alex Ionescu- Added support for NTLDR style freeloader GUI. To...
2005-12-17 Thomas Bluemeluse the captured link target string length in NtCreateS...
2005-12-15 Hervé PoussineauSet the ConfigFlags value in registry if not present
2005-12-15 Hervé PoussineauSet DNF_ASSIGNING_RESOURCES, DNF_RESOURCE_ASSIGNED...
2005-12-12 Hervé PoussineauFix the case when IRP_MN_QUERY_DEVICE_TEXT returns...
2005-12-11 Hartmut BirrAllocate a tem buffer for the module names in LdrpQuery...
2005-12-10 Thomas Bluemeldon't touch the key handle in NtOpenKey in failure...
2005-12-10 Thomas Bluemel- support for kernel handles
2005-12-10 Filip NavaraUntil the kernel handle support is finished or bootvid...
2005-12-09 Aleksey BraginDPRINT->DPRINT1 in key places (when something fails...
2005-12-08 Thomas Bluemel- fixed definition of RtlImageRvaToVa
2005-12-08 Aleksey BraginRespect the fact, that the driver can return NULL-point...
2005-12-08 Aleksey BraginRespect the fact, that the driver can return NULL-point...
2005-12-08 Aleksey BraginAdd a little more DPRINTs, they will save some debuggin...
2005-12-07 Aleksey BraginReformat to the generic style of this file (indentation...
2005-12-07 Thomas Bluemelimplemented sweeping of handle tables
2005-12-06 Hartmut BirrRelease the rmap list lock after cleaning the head...
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-12-02 Alex Ionescu- Correctly zero out esi. Thanks to Patrick Baggett.
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Gé van GeldorpFactor out probe and capture code from private ntoskrnl...
2005-12-01 Thomas Bluemelset the MaximumLength in ProbeAndCaptureUnicodeString
2005-11-30 Hartmut Birr- Used the already detected cache line size for RtlPref...
2005-11-29 Thomas Bluemelpreliminary comment out the self-modifying code for...
2005-11-29 Hartmut BirrCleanup isn't necessary after calling the driver in...
2005-11-29 Thomas Bluemelfixed some more warnings
2005-11-29 Thomas Bluemelproperly capture the file name in NtQueryDirectoryFile
2005-11-29 Hartmut BirrAllocate the memory for the search pattern in kernel...
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-29 Thomas Bluemelfixed registry querying code in Ki386SetProcessorFeatures
2005-11-29 Alex Ionescu- Implement RtlPrefectMemoryNonTemporal. Patch by Patri...
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-27 Gé van GeldorpTell others to leave our port alone
2005-11-27 Brandon TurnerStructure member name changes. Alex just told me what...
2005-11-27 Alex Ionescu- Fix compile issues caused by previous patch.
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-27 Hartmut BirrLock the MainResource from fcb, if we are trying to...
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-26 Thomas BluemelRevert Filip's last 4 changes on his request as they...
2005-11-26 Hartmut BirrFix a typo in my last commit.
2005-11-26 Filip NavaraFix splitting of cells (noticed by Hartmut).
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-26 Hartmut BirrFixed CcTryToAcquireBrokenMutex.
2005-11-26 Filip NavaraDon't make cells smaller than they are.
2005-11-26 Hartmut BirrDefine the DPRINT and CHECKPOINT macro depend from...
2005-11-26 Gé van GeldorpSilence debug messages
2005-11-25 Thomas Bluemelfixed uninitialized variable warning
2005-11-25 Casper HornstrupSpeed up compilation of ntoskrnl
2005-11-25 Royce Mitchell IIImore descriptive debug message
2005-11-25 Casper HornstrupMerge duplicate definitions
2005-11-24 Hervé PoussineauDetect devices using the NULL driver, and set the START...
2005-11-23 Hartmut BirrUsed the size of the data cell instead of the previous...
2005-11-22 Alex IonescuFix boot regression.
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-22 Alex Ionescu- Don't use EXPORTED
next