[HEADERS]
[reactos.git] / reactos / include / ddk /
2009-08-07 Stefan Ginsberg- Don't use dllexport for dxapi -- we have a .spec
2009-08-07 Stefan Ginsberg- Remove HalDisplayString from the DDK as it doesn...
2009-08-07 Christoph von Wittichstub bdasup
2009-08-07 Christoph von Wittichadd bdasup.h
2009-08-07 Stefan Ginsberg- winddk.h: Don't define NTSYSAPI and NTSYSCALLAPI...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-03 Johannes Anderwald- Add swenum.h (written from scratch)
2009-08-03 Stefan Ginsberg- strmini.h: Include windef.h so CDECL gets defined...
2009-08-02 Stefan Ginsberg- npapi.h: Correct definitions of function pointer...
2009-08-01 Stefan Ginsberg- Properly define dummy unions/structs for MSVC too.
2009-07-30 Johannes Anderwald- Add RtlConvertLongToLuid, RtlConvertUlongToLuid
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 Timo KreuzerHey Arch, thanks for breaking other architectures...
2009-07-26 Stefan Ginsberg- Misc fixes for msvc:
2009-07-25 Stefan Ginsberg- RamdiskWorkerThread: Don't return IoCompleteRequest...
2009-07-25 Stefan Ginsberg- FIELD_OFFSET returns LONG, not LONG_PTR or size_t.
2009-07-25 Stefan Ginsberg- Leftover from previous commit
2009-07-25 Stefan Ginsberg- Fix most of the network stack for msvc (except tcpip...
2009-07-25 Stefan Ginsberg- Make ks and portcls compile under msvc
2009-07-25 Stefan Ginsberg- Make most of the the video stack compile with msvc
2009-07-24 Dmitry Gorbachev- Turn a macro into an inline function to avoid a warning.
2009-07-23 Johannes Anderwald- fix clobering of stack in the event, property, method...
2009-07-20 Dmitry GorbachevFix compilation of drmk.sys
2009-07-16 Stefan GinsbergFix definition of KeInitializeSpinLock for x86 - it...
2009-07-12 ReactOS Portable... Header fixes for ARM to deal with the header cleanup...
2009-07-11 ReactOS Portable... KeGetDCacheFillSize is arch-specific, so define it...
2009-06-28 Aleksey Bragin- Prevent PEVENT type redifinition (which is fine with...
2009-06-28 Aleksey Bragin- Add ENG_EVENT structure definition (from MSDN) to...
2009-06-28 Johannes Anderwald- Fix build
2009-06-26 Johannes Anderwald- Add STREAM_DEBUG_LEVEL
2009-06-26 Johannes Anderwald- Write strmini.h for stream class driver
2009-06-22 KJK::HyperionCorrect placement of calling convention attribute
2009-06-21 ReactOS Portable... - Add missing flags for MmAllocatePagesForMdlEx.
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-19 Stefan Ginsberg- Define noreturn attribute for KeBugCheck/Ex in a...
2009-06-19 Johannes Anderwald- Make ks.h and drmk.h msvc compatible
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-06-16 Stefan Ginsberg- Replace "VOLATILE" with "volatile"
2009-06-11 Michael Martin - Add IoGetDeviceAttachmentBaseRef, IoGetDiskDeviceObj...
2009-06-01 Cameron Gutman - Include initguid.h so the GUIDs actually get initialized
2009-06-01 Cameron Gutman - Add GUID_DEVINTERFACE_NET
2009-05-31 Cameron Gutman - Add TDI_REGISTER_CALLBACK and TDI_PNP_HANDLER
2009-05-31 Cameron Gutman - Add NDIS_PACKET_STACK and NDIS_BLOCK_INITIALIZER
2009-05-27 Johannes Anderwald- define PORT_MAXIMUM_MESSAGE_LENGTH
2009-05-27 Dmitry GorbachevFix warnings that are issued by new GCC versions.
2009-05-27 James Tabor- Add more missing structures to winddiui.h.
2009-05-27 Cameron Gutman - Add definition of NDIS_TASK_OFFLOAD_HEADER
2009-05-26 James Tabor- Implementation of gdi printing support. Work in progr...
2009-05-23 Timo Kreuzerndis.h: Fix definition of NdisQueryPacketLength
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-21 Timo Kreuzerwdm.h: fix definition of 64bit SLIST_HEADER
2009-05-16 Cameron Gutman - Fix NDIS 3.0 miniport characteristics based on MSDN...
2009-05-16 Cameron Gutman - Add definition of NDIS_DEVICE_PNP_EVENT
2009-05-08 Johannes Anderwald- Add IID_IAllocatorMXF guid
2009-05-08 Johannes Anderwald- Fix interface definition for IMiniportMidi
2009-05-06 Johannes Anderwald- Try fix boot
2009-05-06 Johannes Anderwald- Move INTERFACE_TYPE, IO_RESOURCE_DESCRIPTOR, IO_RESOU...
2009-05-06 Cameron Gutman - Add definition of IOCTL_NDIS_QUERY_GLOBAL_STATS
2009-05-05 Stefan Ginsberg- Fix definition of POINTER_ALIGNMENT for 64-bit. Probl...
2009-05-05 Johannes Anderwald- Add IPortWaveRT, IPortWaveRTStream, IMiniportWaveRTSt...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-28 Cameron Gutman - Remove BINARY_COMPATIBLE concept
2009-04-27 Johannes Anderwald- Fix warning
2009-04-22 Cameron Gutman - Fix a typo
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-14 Johannes Anderwald- Fix warning
2009-04-06 Timo Kreuzerrevert miniport.h changes for now
2009-04-06 Timo KreuzerDDK update
2009-03-29 Aleksey Bragin- Implement KeTestSpinLock.
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-18 Timo KreuzerAdd DDI_DRIVER_VERSION_NT5_01_SP1
2009-03-18 Timo Kreuzeradd missing definition of MultiplyHigh and UnsignedMult...
2009-03-01 Johannes Anderwald- Disable ASSERTMSG macro to fix compilation
2009-03-01 Johannes Anderwald- Add missing guids, interfaces, structs to get CMIDriv...
2009-02-25 Dmitry Chapyshev- Fix build. Sorry
2009-02-25 Andrew GreenwoodSet svn:eol-style native on ntstrsafe.h
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-16 Aleksey Bragin- Add declarations for unsafe fastmutex functions.
2009-02-15 Andrew GreenwoodSplit custom ReactOS-only non-standard extensions from...
2009-02-14 Timo KreuzerRevert last commit. MS doesn't want poor ddk users...
2009-02-14 Timo KreuzerAdd PPROCESSOR_IDLE_FUNCTION, fix PROCESSOR_POWER_STATE
2009-02-14 Timo KreuzerGet rid of VOLATILE, use volatile instead and fix PENTE...
2009-02-10 Timo KreuzerFix some hal function declarations
2009-02-10 Timo KreuzerFix a copy paste error
2009-02-10 Timo KreuzerMove the declarations from winnt4.h, win2k.h and winxp...
2009-02-10 Timo Kreuzer- Move interlocked functions from winddk.h to wdm.h
2009-02-10 Timo Kreuzerfix a typo
2009-02-10 Timo Kreuzer- Move Ex* and Rtl* functions and a bunch of types...
2009-02-09 Timo KreuzerRename ntddk.h include guard to _NTDDK_ as it's suppose...
2009-02-08 Timo KreuzerFix definition of IoSetCancelRoutine.
2009-02-07 Timo KreuzerAdd InitializeSListHead and QueryDepthSList to winbase.h
2009-02-07 Timo Kreuzerdefine BitScanReverse to _BitScanReverse, add BitScanFo...
2009-02-06 Timo Kreuzermerge from amd64 branch:
2009-02-06 Timo Kreuzermerge from amd64 branch:
2009-02-06 Timo Kreuzerwinddk: Move mm definitions into arch specific area
2009-02-06 Timo Kreuzerwinddk.h add amd64 CONTEXT
2009-02-05 Timo KreuzerMerge 37493,37494 from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
next