bugfixes to new <if> and related code
[reactos.git] / reactos / ntoskrnl /
2005-01-13 Royce Mitchell IIIfix variable cases
2005-01-12 Royce Mitchell IIIsupport for <if> tag
2005-01-09 Casper Hornstrup* Nasm support
2005-01-09 Casper HornstrupGCC assembler support.
2005-01-09 Casper HornstrupPrecondition dependencies.
2005-01-08 Casper HornstrupInvocation of buildtool modules.
2005-01-08 Royce Mitchell III<include> now has attribute 'base' which allows to...
2005-01-08 Casper HornstrupStatic library module type.
2005-01-07 Casper HornstrupInclude and define support.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-04 Royce Mitchell IIIxml file for ntoskrnl module
2005-01-02 KJK::HyperionRelaxed the validity checks for PE executables yet...
2005-01-02 Filip NavaraRename MmOpenMemoryAreaBy[Address/Region] to MmLocateMe...
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
2005-01-02 Emanuele AlibertiReplace
2005-01-02 Alex IonescuFix more wrong Mm definitions and constants and sync...
2005-01-02 Alex IonescuFix some wrong Mm definitions and sync up with proper...
2005-01-02 Alex IonescuFix horribly wrong defintions of ULONG32 and ULONG...
2005-01-02 Alex IonescuDon't use MmLowestUserAddress as a ULONG!
2005-01-01 Alex IonescuMore LDR constants changes.
2005-01-01 Alex IonescuUse W32API/PSDK structures/constants. The whole /ldr...
2005-01-01 Alex IonescuRemove unneeded defines and fix hal operation function...
2005-01-01 Hartmut Birr- Fixed a debug message in KeConnectInterrupt.
2005-01-01 Hartmut Birr- Check the caller pointers in all cases.
2005-01-01 Hartmut Birr- Fixed a length calculation in IopInitializeDriverModule.
2005-01-01 Hartmut Birr- Fixed the return values in some unimolemented functions.
2005-01-01 Hartmut Birr- Loaded symbols also for kernel mode dll's.
2005-01-01 Hartmut Birr- Simplified KeSetSystemAffinityThread and KeRevertToUs...
2005-01-01 Martin Fuchseliminate 'using uninitialized variable' warning
2005-01-01 Hartmut Birr- Fixed the access to the KPCR in KiQuantumEnd.
2005-01-01 Hartmut Birr- Implemented KeAcquireInterruptSpinLock and KeReleaseI...
2005-01-01 Hartmut Birr- Used interlocked functions to modify the values for...
2005-01-01 Hartmut Birr- Implemented Ke386TestAndClearBit and Ke386TestAndSetBit.
2005-01-01 Hartmut Birr- Fixed the releasing of the memory from the init section.
2005-01-01 Hartmut Birr- Set the page protection for the section header.
2005-01-01 Alex IonescuFix DMA_OPERATIONS to use stdcall.
2005-01-01 Alex IonescuFix more old cruft.
2005-01-01 Alex IonescuFix work item enumaration values.
2005-01-01 Alex IonescuUse PROCESSOR_FEATURE_MAX instead of PROCESSOR_FEATURES...
2005-01-01 Alex IonescuUse proper name for the NtSetInformationKey Info classe...
2005-01-01 Alex IonescuFix my previous NtDelayExecution patch. Fix Cc function...
2005-01-01 Alex IonescuModified NtDelayExecution Prototype/Function to use...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Alex IonescuAdded SEH support to NtReadVirtualMemory. Allows OllyDb...
2004-12-30 Alex IonescuImplemented:
2004-12-30 KJK::HyperionDisable debug messages
2004-12-30 KJK::HyperionELF_support, welcome to HEAD! (just in time for the...
2004-12-30 KJK::Hyperion - PSEH changes imported in the main tree
2004-12-30 Gunnar Dalsnesfilelock.c:
2004-12-27 Eric KohlEnumerate FILE_DEVICE_BUS_EXTENDER and FILE_DEVICE_ACPI...
2004-12-26 Gé van GeldorpMove the I/O completion port setting to second stage...
2004-12-26 Filip Navara- Export ExSemaphoreObjectType.
2004-12-26 Gé van GeldorpSet I/O completion port on completion of the IRP
2004-12-26 Gé van GeldorpImplement IoSetIoCompletion()
2004-12-25 Filip Navara- Fix a typo.
2004-12-25 Filip Navara- Fix comparsion that I broke with my last commit.
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-24 Gunnar Dalsnes-add some asserts to catch abuse (double insertions...
2004-12-24 Gunnar Dalsnesadd bugcode: INVALID_WORK_QUEUE_ITEM
2004-12-23 Eric KohlPass create parameters for named pipes and mailslots...
2004-12-23 Filip Navara- Check the return value of LdrProcessModule instead...
2004-12-23 Eric KohlFix the signature of Nt/ZwCreateNamedPipe, the 8th...
2004-12-23 Eric KohlMerge EXTENDED_IO_STACK_LOCATION into IO_STACK_LOCATION...
2004-12-23 Gé van GeldorpCVS maintenance
2004-12-22 Royce Mitchell IIIMiQueryVirtualMemory(): created because ZwQueryVirtualM...
2004-12-21 Gé van Geldorp- Standardize I/O Completion Port initialization function
2004-12-21 Royce Mitchell IIIblasted sym files just aren't always in address-order...
2004-12-21 Royce Mitchell IIIwrap stack walks in SEH - this doesn't fix page faults...
2004-12-21 Gunnar DalsnesNtRemoveIoCompletion: didn't check for possible NTSTATU...
2004-12-20 Eric KohlNtAllocateUuids(): Improve randomness of initial sequen...
2004-12-19 Filip Navara- Remove unused and broken MmSplitMemoryArea function.
2004-12-19 Eric KohlNtAllocateUuids(): Load and save sequence counter.
2004-12-19 Royce Mitchell IIIsmall bugfix to KeRosDumpStackFrames
2004-12-18 Royce Mitchell IIIadded non-magic-dependant double-free detection via...
2004-12-18 Royce Mitchell IIIuse KeRosPrintAddress in RPoolMgr
2004-12-18 Gé van GeldorpSet version info to NT 4.0 Build 1381 Service Pack...
2004-12-18 Royce Mitchell IIIfix stack dumps from printing an infinite amount of...
2004-12-18 Gregor AnichFix handling of breakpoint exceptions in KDB.
2004-12-18 Hartmut Birr- PsUnblockThread must be called with dispatcher databa...
2004-12-18 Eric KohlImplement NtAllocateUuids() partially.
2004-12-17 Royce Mitchell IIIBUGFIX: stabs lookup ( particularly line # lookup )
2004-12-17 Royce Mitchell IIIcompletely rewritten PagedPool.
2004-12-17 Aleksey BraginInclude link to IoCsq...() funcs
2004-12-16 Gé van GeldorpImplement NtFlushInstructionCache()
2004-12-15 Royce Mitchell IIIRSYM: force all sym files to have 0-based function...
2004-12-14 Gé van GeldorpMake GDB work again
2004-12-14 Royce Mitchell IIIfix infinite loop in KeRosDumpStackFrames()
2004-12-14 Gunnar Dalsneszw.h: correct ZwDuplicateToken proto.
2004-12-13 Art YerkesAdded stack frames and Tag printing to used blocks...
2004-12-12 Filip Navara- Acquire the dispatcher lock in KeRevertToUserAffinity...
2004-12-12 Eric KohlReplace assert by ASSERT.
2004-12-12 Eric Kohl- Replace hive locks and hive list lock by a global...
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-12 Hartmut Birr- Split KdInitSystem in two phases, to enable debug...
2004-12-12 Hartmut Birr- Used the lock prefix on smp builds.
2004-12-12 Hartmut Birr- Improved KeBugCheckWithTf for smp machines.
2004-12-12 Hartmut Birr- Redefined OldIrql. It was lost while my code cleanup.
2004-12-12 Hartmut Birr- Replaced PiThreadLock with the dispatcher databae...
2004-12-11 Royce Mitchell IIIPagedPool improvements: differenciate between hiredzone...
2004-12-10 Gregor AnichUse static buffer for DbgPrint message queueing instead...
next