rename tests to dllname_winetest to make it less trouble on exception to change build...
[reactos.git] / reactos / ntoskrnl /
2005-08-07 Thomas Bluemelfixed uninitialized variables warnings
2005-08-07 Alex IonescuFix NtSignalAndwaitForSingleObject: Use SEH when approp...
2005-08-07 Filip Navara- Fix size check in SystemBasicInformation and SystemTi...
2005-08-07 Alex IonescuAnd here goes another test for two unsupported flags.
2005-08-07 Alex IonescuOne more test can't hurt.
2005-08-07 Alex IonescuAdd failure cases for more things then a WINE test...
2005-08-05 Alex Ionescu- FS Devices don't need a device queue, optimize the...
2005-08-05 Alex Ionescu- DeviceExtension should be NULL if the caller didn...
2005-08-05 Filip NavaraRevert change to ExSystemExceptionFilter.
2005-08-05 Filip NavaraDon't save and restore previous mode in trap handlers...
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- Makefile change for previous commit.
2005-08-05 Alex Ionescu- Move ExCreateUUID to uuid.c
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-08-02 Filip NavaraMove #endif one line down to make the source code balanced.
2005-08-02 Alex Ionescu- Remove CmpFindObject hack and use ObFindObject with...
2005-08-02 Filip NavaraFix some pointer casts.
2005-08-02 Filip Navara- Remove the DoneInitYet hack.
2005-08-01 Filip NavaraDon't do linear search for exports, it's not needed.
2005-08-01 Filip NavaraVarious LdrGetProcedureAddress fixes:
2005-08-01 Thomas Bluemelcompile release builds with -O3 instead of -Os because...
2005-08-01 Filip NavaraPass correct pool type to PsChargePoolQuota.
2005-08-01 Thomas Bluemeldon't count references for the default quota block...
2005-08-01 Filip NavaraFix a typo. Thanks to Hervé Poussineau for noticing.
2005-08-01 Filip NavaraAdd pool type masks and use them.
2005-08-01 Filip NavaraSetup quota blocks for processes.
2005-08-01 Filip NavaraSetup quota blocks for processes.
2005-08-01 Filip NavaraCleanup SID initialization and fill all SeExports fields.
2005-08-01 Filip NavaraFix LdrAccessResource for ordinary mapped files.
2005-08-01 Filip NavaraFix DPRINT.
2005-08-01 Hartmut BirrUsed MmFreeVirtualMemory in MmDeleteTeb because MmFreeM...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Thomas Bluemelfixed success check in RtlpCreateAtomHandle, ExCreateHa...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Filip NavaraFix NULL-terminating of symbol image names.
2005-07-31 Filip NavaraImplement the magic flag in RtlImageDirectoryEntryToDat...
2005-07-31 Filip NavaraRevert #16904 and clarify the comment about the race...
2005-07-30 Alex IonescuDon't use CSRSS handles if we alreay have some (so...
2005-07-30 Alex IonescuDecrease quantum during wait and during no-wait......
2005-07-30 Filip NavaraFix a race condition in quantum code. Spotted by Shmuel...
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-29 Thomas Bluemeldon't limit read/write access for kdb to umode mem
2005-07-29 Filip NavaraStop abusing the non-paged pool.
2005-07-29 Filip NavaraIoAllocateAdapterChannel should set CurrentIrp field...
2005-07-29 Filip NavaraIoAllocateAdapterChannel should set CurrentIrp field...
2005-07-29 Filip NavaraInitialize DescriptorTranslated->u.Interrupt.Level...
2005-07-29 Filip NavaraProperly propagate the SL_PENDING_RETURNED flag to...
2005-07-28 Alex Ionescu - Fix/update w32api PE headers
2005-07-27 Alex Ionescu - Combine some assembly files together and move them...
2005-07-26 Hartmut Birrreverted last change
2005-07-26 Hartmut BirrLock the handle table if we trying to get a pointer...
2005-07-26 Hartmut BirrUsed IoQueryFileInformation and IoSetInformation instea...
2005-07-26 Hartmut BirrSilence debug messages.
2005-07-26 Hartmut Birr- Remove the permanent flag from an object if ObInserOb...
2005-07-26 Hartmut BirrAcquire always the apc lock if we are modifying the...
2005-07-26 Hartmut Birr- Forgot one change to KeAcquireSpinLockAtDpcLevel.
2005-07-26 Hartmut Birr- Fixed the broken implementation of KeFlushQueueApc.
2005-07-26 Alex Ionescu- Allow file debug prints to happen at IRQL > DISPATCH_...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-26 Filip NavaraProperly setup the I/O stack location in IopSecurityFile.
2005-07-26 Alex Ionescu- Remove ROSRTL. The era is over. Thanks to Filip for...
2005-07-26 Alex Ionescu- Final ROSRTL removal patch. The next patch will remov...
2005-07-26 Alex Ionescu- Fix compilation if redzone detection is diabled.
2005-07-24 Hartmut Birr- Removed R_EXTRA_STACK because R_EXTRA_STACK and R_STA...
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile and ZwSetInformationFile...
2005-07-23 Alex Ionescu - Disable APC Queuing & Flush APC queues during thread...
2005-07-23 Hartmut BirrFixed an uninitialized variable error.
2005-07-23 Hartmut BirrFixed an uninitialized variable error.
2005-07-23 Hartmut BirrSplit the page fault handler from the trap handler.
2005-07-23 Hartmut BirrIf a page fault occurs in user mode, we must deliver...
2005-07-22 Thomas Bluemel- replaced IopCreateUnicodeString with RtlCreateUnicode...
2005-07-22 Thomas Bluemelallocate LogFileName and HiveFileName from paged pool
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-21 Eric KohlMake IoGetDeviceObjectFromDeviceInstance work without...
2005-07-21 Hartmut BirrSet MmUserProbeAddress and MmHighestUserAddress accordi...
2005-07-21 Thomas Bluemelremoved the ros-specific (and unused) functions ExRosDu...
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-20 Thomas Bluemelfixed kdbg build
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-07-19 Alex Ionescu - Update ASM header file with more offsets.
2005-07-18 Alex Ionescu - Fix nasty APC delivery bug (in case a Kernel-Mode...
2005-07-17 Hartmut BirrIf the user mode is intercepted by an interrupt, we...
2005-07-17 Hartmut Birr- PsKillMostProcesses must be running in the context...
2005-07-17 Hartmut BirrRequest the APC_INTERRUPT for the correct processor...
2005-07-17 Hartmut BirrInitialized SetMember as mask of the current processor.
2005-07-16 Hartmut BirrReplaced KERNEL_BASE by MmSystemRangeStart.
2005-07-16 Hartmut Birr- Fixed the size of the hyperspace area (thanks to...
2005-07-13 Art Yerkesstop exporting MmCopyFromCaller and kin and make a...
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-08 KJK::HyperionPE loader: corrected an assertion (fixes bug reported...
2005-07-07 Hartmut BirrFixed a bug which was introduced by r16441.
2005-07-06 Eric KohlMove undocumented GUIDs to a new NDK header file.
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-06 Filip NavaraPut the page tables and hyperspace at the right place...
2005-07-05 Thomas Bluemelfix warnings with -Wsign-compare for MP builds
next