Sync to trunk head (35333)
[reactos.git] / reactos / include / ddk / winddk.h
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-10 Hervé PoussineauOn newer versions, vDbgPrintEx and vDbgPrintExWithPrefi...
2008-08-07 Timo Kreuzeradd macro definitions for KeQuerySystemTime, KeQueryTic...
2008-08-04 Stefan Ginsberg- Export KeI386MachineType and KeInitializeThreadedDpc
2008-07-31 Timo Kreuzer- update KPCR and KIPCR
2008-07-30 Timo Kreuzer- add some definitions to winddk.h
2008-07-30 Timo Kreuzer- fix ExQueryPoolBlockSize prototype
2008-07-29 Timo Kreuzerremove useless cast
2008-07-29 Timo Kreuzer- fix InterlockedExchangeAddSizeT
2008-07-28 Timo Kreuzer- add missing 64 bit intrinsic Interlocked functions
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 Samuel SerapionFix x86 ntoskrnl build.
2008-07-28 Timo Kreuzerfix interlocked stuff in winddk, maybe not 100%, but...
2008-07-28 Timo Kreuzeranother Interlocked fix, still it's not all perfect
2008-07-27 Timo Kreuzer"Interlocked stuff is still a bit broken." ... yeah...
2008-07-27 Samuel SerapionRemove multiple declarations and minor fixes.
2008-07-26 Timo Kreuzeron amd64 KfAcquireSpinLock, KfReleaseSpinLock, KeAcquir...
2008-07-26 Timo Kreuzer- add KI_USER_SHARED_DATA and KeGetCurrentIrql() protot...
2008-07-26 Timo Kreuzer- add a hack to basetsd.h to undefine _X86_ on amd64...
2008-07-25 Timo KreuzerSync with trunk head (34777)
2008-07-24 Timo Kreuzeradd KeGetCurrentThread prototype to winddk
2008-07-24 Timo Kreuzerddk: update AMD64 intrinsic Interlocked functions
2008-07-23 Timo Kreuzerwinddk.h:
2008-07-20 ReactOS Portable... - Fix the way NlsOemLeadByteInfo is exported.
2008-07-19 ReactOS Portable... - Fixup some more structure and prototype details to...
2008-06-18 Aleksey Bragin- Add a bit more DPFLTR items.
2008-05-05 Hervé PoussineauFix assert
2008-04-25 Aleksey Bragin- Add more MDL flags.
2008-04-22 Aleksey BraginBug fixes from Alex:
2008-03-31 Aleksey Bragin- Fix PARTITION_STYLE enum to include PARTITION_STYLE_RAW.
2008-02-15 ReactOS Portable... We now define KUSER_SHARED_DATA per architecture, since...
2008-02-12 ReactOS Portable... Added cache sweeping code into the HAL, for ARM926EJ...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-07 Colin FinckRevert the winddk.h changes of r32197 to make the hal...
2008-02-07 ReactOS Portable... We can now build the ARM kernel (but not link it).
2008-02-07 ReactOS Portable... We now generate the correct ARM syscall stub code for...
2008-02-07 ReactOS Portable... We don't define types which are usually documented...
2008-02-05 ReactOS Portable... Add basic arm target support to the build system.
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-07 Aleksey Bragin- Add declaration for KdChangeOption exported native...
2007-12-28 Hervé PoussineauAdd vDbgPrintEx/vDbgPrintExWithPrefix prototypes
2007-12-26 Hervé PoussineauAdd more DPFLTR_*_ID constants
2007-12-21 Aleksey Bragin- Isolate Hal* #defines, which are absent in WDK, they...
2007-12-16 Hervé PoussineauUse kernel facilities to change debug level at runtime
2007-12-14 Hervé PoussineauAdd missing forward declaration.
2007-12-11 Aleksey Bragin- Add missing types to DDK.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-31 Hervé PoussineauFix two typos
2007-10-23 Mike Nordell[FORMATTING] Tab -> spc consistency.
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-26 Aleksey Bragin- Implement InterlockedExchangeAdd/Decrement/Increment16.
2007-09-24 Aleksey Bragin- Add Ex*Spinlock macros and FLUSH_MULTIPLE_MAXIMUM...
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-08-23 Aleksey Bragin- Small NDK headers update
2007-08-19 Colin Finck- mkhive's "registry.c" used wcsncmp for comparing...
2007-08-04 Aleksey Bragin- WDK and MSVC compatibility fixes.
2007-07-08 Andrew GreenwoodA few modifications necessary to get PortCls and KS...
2007-06-12 Magnus Olsenfixing some header problem for portcls
2007-05-13 Alex Ionescu- Fix critical bug in CmpCopyName, it wasn't compressin...
2007-05-10 Alex Ionescu- Add more code to CmpInitializeMachineDependentConfigu...
2007-05-09 Alex Ionescu- Stripped down ntstrafe.h routines required for a...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-17 Hervé PoussineauAdd some missing definitions
2007-03-05 Alex Ionescu- Detect if reparsing is being used during IRP completi...
2007-03-02 Alex Ionescu- Fix multiple WDK compatibilities issues.
2007-03-02 Christoph von Wittichfix mkhive on x86_64 hosts
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-22 Alex Ionescu- Rename ModuleListHead to PsLoadedModulesList.
2007-02-20 Alex Ionescu- Add ExceptionRecord32To64.
2007-02-18 Alex Ionescu- Add EXCEPTION_RECORD64 and LIST_ENTRY64, KeTryToAcqui...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-05 Aleksey BraginThose Wmi*() are not kernel APIs.
2007-02-04 Aleksey BraginA stub driver for wmilib.sys. Since we don't implement...
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-21 Thomas BluemelFix the NdisQueryBufferOffset and the ARGUMENTS_PRESENT...
2007-01-18 Alex Ionescu- Fix __rdtsc so it's considered volatile by GCC instea...
2007-01-16 Alex Ionescu- Implement ExReferenceCallBackBlock and ExDereferenceC...
2007-01-15 Alex Ionescu- Add KeAreAllApcsDisabled to DDK.
2007-01-01 Hervé PoussineauBetter support for non X86 systems
2007-01-01 Art Yerkes- most of the churn here is from code and headers impor...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-06 Aleksey BraginAdd KdChangeOption() stub
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-19 Aleksey BraginAdd PsInitialSystemProcess declaration into winddk...
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-11-15 Thomas BluemelFix some compilation errors
2006-11-14 Alex Ionescu- Implement HalSystemVectorDispatchEntry, KeFlushWriteB...
2006-10-23 Alex Ionescu- Properly implement inline versions of KeGetCurrentThr...
2006-10-15 Hervé PoussineauInclude intrin.h only if compiler is GCC.
2006-10-08 Alex Ionescu- Add RtlInitEmptyAnsiString to DDK.
2006-10-08 Thomas BluemelSome header fixes
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-04 Alex Ionescu- Fix KUSER_SHARED_DATA in winddk.h
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
next