- Fix crashes in calls to ScmAssignNewTag.
[reactos.git] / reactos / w32api / include / ddk /
2005-12-29 Alex IonescuMove pushlock definition. It is gone from MS headers...
2005-12-26 Eric KohlAdd CMP_Init_Detection and CMP_Report_LogOn prototypes.
2005-12-17 Eric Kohl- Implement CM_Disable_DevNode[_Ex], CM_Enable_DevNode...
2005-12-04 Thomas Bluemeladded missing constants
2005-12-03 Magnus OlsenCorrect some prototypes and struct, Adding some missing...
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-27 Alex Ionescu- Add DDK alignment macros and move/rename the ones...
2005-11-25 Thomas BluemelSome header fixes by Sebastian Gąsiorek <zebasoftis...
2005-11-23 Alex IonescuFix msvc/gcc NDK problem
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-22 Filip NavaraPut the function type declarations at the right place...
2005-11-22 Filip NavaraChange some FS:x reading macros for better compatibilit...
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-19 Hervé PoussineauSorry, I forgot to commit this file...
2005-11-18 Aleksey BraginAdded structs and other needed stuff for PCI_DEVICE_PRE...
2005-11-16 Steven Edwardsno op header change. Correct some of the header guards...
2005-11-09 Hervé Poussineau- pciidex: Fix Hardware IDs returned for channel PDOs
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-05 Alex Ionescu- Move some NDK definitions (Cm Callbacks) to the DDK...
2005-10-29 Maarten BosmaDefine the GUIDs and other stuff.
2005-10-29 Maarten BosmaDefine COM-Interfaces for IDirectDrawKernel and Surfac...
2005-10-28 Maarten BosmaImplement some DirectDraw related COM-Interfaces.
2005-10-23 Magnus Olsenfix the thrunk so it compiles again after me
2005-10-23 Magnus Olsenfix the ddrawint.h no typo remove one extra member...
2005-10-23 Magnus Olsenfix some typo error in DD_VIDEOPORTCALLBACKS
2005-10-23 Magnus OlsenMove struct DDARGB to right include file, Adding GUID...
2005-10-23 Magnus Olsenadding DD_VIDEOPORT_LOCAL struct
2005-10-20 Hervé PoussineauAdd pciidex (controller driver) and pciide (miniport...
2005-10-17 Hervé PoussineauAdd PCI_WHICHSPACE_CONFIG and PCI_WHICHSPACE_ROM constants
2005-10-16 Magnus OlsenUpdate directx header and correct more info.
2005-10-15 Magnus Olsenforget remove struct _SURFACEALIGNMENT for it have...
2005-10-15 Magnus OlsenFixing directx headers from wine, by adding alot of...
2005-10-15 Magnus Olsenset eol-style : native
2005-10-15 Magnus OlsenFixing directx headers from wine, by adding alot of...
2005-10-14 Magnus OlsenFixing directx headers from wine, by adding alot of...
2005-10-07 Magnus Olsenmake ddraw compile again
2005-10-07 Magnus OlsenUpdating ddrawint.h header with some new struct and...
2005-10-06 Thomas Bluemelfixed warnings when compiled with -Wmissing-declarations
2005-10-02 Eric KohlImplement CM_Request_Eject_PC[_Ex].
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-25 Eric Kohl- Implement CM_Is_Dock_Station_Present[_Ex]
2005-09-24 Hartmut Birr- Moved the definition of REG_NOTIFY_CLASS from cm...
2005-09-12 Royce Mitchell IIIpatch by Alex_Ionescu - fixes crash in usb driver on...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-10 Eric KohlImplement CM_Delete_Class_Key[_Ex].
2005-09-06 Alex Ionescu- Use DDK macros to speed up size calculations on singl...
2005-09-06 Alex IonescuA couple more fixes to prepare for the final patch
2005-09-06 Alex Ionescu- Some more MSDDK/IFS compatibility fixes.
2005-09-05 Alex Ionescu- More NDK + MSDDK/IFS Compatibility fixes
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-04 Alex Ionescu- Fix kernel32 and ntoskrnl build issues.
2005-09-04 Alex Ionescu- Define NTSYSAPI and NTSYSCALLAPI
2005-09-04 Alex Ionescu- Fix incorrect PFILE_MAILSLOT_SET_INFORMATION definition
2005-09-04 Alex Ionescu- Fix incompatible IO_STACK_LOCATION definition in...
2005-09-03 Eric KohlFix GUID->String conversion.
2005-08-28 Eric KohlImplement CM_Get_Class_Key_Name[_Ex]A/W and CM_Open_Cla...
2005-08-24 Filip NavaraFix the NDIS_RW_LOCK structure.
2005-08-24 Filip NavaraFix few macros to work with the corrected declarations.
2005-08-23 Hervé PoussineauRemove incorrect definition of NLS_MB_CODE_PAGE_TAG...
2005-08-23 Filip NavaraMS DDK compatibility fixes.
2005-08-22 Filip NavaraAdd missing definitions for HalDispatchTable callbacks.
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-14 Royce Mitchell IIIfix declaration of DbgQueryDebugFilterState()
2005-08-11 Hervé PoussineauBYTE -> UCHAR. Thanks Alex
2005-08-11 Hervé PoussineauAdd STARTING_LCN_INPUT_BUFFER and VOLUME_BITMAP_BUFFER...
2005-08-11 Hartmut BirrMoved the pragma to the correct position.
2005-08-11 Steven Edwardsremove ros specific functions from public header
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-08-06 Maarten Bosmaadd case if _NO_COM is defined structure _DDRAWI_DDRAWS...
2005-08-06 Magnus Olsenadd #define DDRAWISURFGBL_NOTIFYWHENUNLOCKED
2005-08-05 Maarten BosmaAdd more DDRAWISURFs and remove useless #ifndefs.
2005-08-03 Eric Kohl- Add registry property constants.
2005-08-02 Thomas Bluemelfixed the CONTAINING_RECORD macro
2005-08-01 Eric KohlImplement CM_Get_DevNode_Registry_Property[_Ex]A/W...
2005-08-01 Filip NavaraFix prototype of RtlCreateHeap and respect the CommitRo...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-29 Thomas Bluemeladded a forward declaration to _DRIVE_LAYOUT_INFORMATIO...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-23 Eric Kohl- Implement CM_Get_Child_Ex, CM_Get_Parent_Ex, CM_Get_S...
2005-07-20 Filip NavaraGet rid of windows.h include in win32k. Fixes bug ...
2005-07-17 Eric Kohl- Implement CM_Locate_DevNode_ExW, CM_Get_Device_ID_Siz...
2005-07-12 Eric KohlAdd CM_Get_Global_State and CM_Get_Global_State_Ex...
2005-07-10 Eric Kohl- Implement CM_Get_Global_State/CM_Get_Global_State_Ex.
2005-07-06 Eric KohlMove undocumented GUIDs to a new NDK header file.
2005-07-03 Eric Kohl- Move definitions from ntpnp.h into NDK and DDK
2005-06-30 Alex IonescuDelete ddentry.h and create official ddrawgdi.h header...
2005-06-28 Alex IonescuMove MS DDK files to DDK
2005-06-28 Alex IonescuAdd PSDK headers from ./include to ./w32api, delete...
2005-06-26 Alex IonescuDelete last trace of old headers in NDIS, and clean...
2005-06-26 Alex IonescuFix kdbg build and some more header cleanups: add csq...
2005-06-26 Alex IonescuFixes for NDK compatibily (and plain ol' good design...
2005-06-25 Alex IonescuAdd many more structures to NDK which were incorrectly...
2005-06-24 Alex IonescuAdd missing privileges to winddk
2005-06-24 Alex IonescuForgot to commit this fix to ntifs
2005-06-23 Alex IonescuRevert accidental change
2005-06-23 Alex Ionescufix build...sigh...sorry, my ntoskrnl builds with NDK
2005-06-23 Alex IonescuFix more ddk/ndk missing defintions
next