- Remove memtrack and use tags instead (ExAllocatePoolWithTag/ExFreePoolWithTag)
[reactos.git] / reactos / include /
2009-11-16 Christoph von Wittichadd MUI error codes from wine
2009-11-15 Christoph von Wittichsync mshtml to wine 1.1.33
2009-11-15 Christoph von Wittichsync crypt32 with wine 1.1.33
2009-11-14 Aleksey Bragin- Add VK_ICO_* codes.
2009-11-13 Johannes Anderwald[PSDK]
2009-11-13 Aleksey Bragin- Sync rpcrt4 with Wine-1.1.32. ReactOS-specific change...
2009-11-13 Christoph von Wittichsync dwmapi with wine 1.1.32
2009-11-11 KJK::HyperionMore _CRTIMP love for non-ANSI symbols
2009-11-11 Johannes Anderwald- Fix problem with ASSERT & ASSERTMSG when compiled...
2009-11-11 KJK::HyperionNon-ANSI names need _CRTIMP too
2009-11-10 Stefan Ginsberg- Fix HalDisableSystemInterrupt -- it doesn't return...
2009-11-09 Stefan Ginsberg- Add KCALLOUT_FRAME to define the kernel callback...
2009-11-09 Stefan Ginsberg- Implement the generic bus handler support and initial...
2009-11-09 Johannes Anderwald- Fix bug introduced 18942 revisions ago
2009-11-08 Stefan Ginsberg- Disable the MiCacheImageSymbols call in MmLoadSystemI...
2009-11-07 Aleksey Bragin- Add defines needed by explorer-new. Fixes build.
2009-11-07 Aleksey Bragin- Remove accidentally committed Wineisms. Build is...
2009-11-07 Aleksey Bragin- Update commctrl.h to Wine-1.1.31.
2009-11-07 Johannes Anderwald- Add a few constants and types required event handling
2009-11-04 Christoph von Wittichsync wininet with wine 1.1.32
2009-11-02 Stefan Ginsberg- Fix leftover from 43912: Add KdRefreshDebuggerNotPres...
2009-11-02 Stefan Ginsberg- Fix support for /CRASHDEBUG and /NODEBUG; we didn...
2009-10-31 Andrew Hill[includes]
2009-10-31 Andrew Hill[browseui, shell32, explorer_new, include]
2009-10-31 Stefan Ginsberg- Add 'simple' implementation of MmDbgCopyMemory to...
2009-10-30 Stefan Ginsberg- Restructure HAL bus routines a bit.
2009-10-29 Cameron Gutman - Header updates for winsock rewrite
2009-10-29 Stefan Ginsberg- INITIAL_STALL_COUNT makes more sense in decimal ...
2009-10-29 Stefan Ginsberg- Implement the ThreadDescriptorTableEntry case for...
2009-10-28 Johannes AnderwaldAdd StringFromIID prototype
2009-10-27 Timo Kreuzermerge r43777 from amd64 branch
2009-10-27 James Tabor- Move TI flages to main header file.
2009-10-27 Stefan GinsbergRelease atsmedia.h, ddkernel.h, dmemmgr.h, dvp.h, ntstr...
2009-10-27 Johannes Anderwald- Add missing types
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-26 Johannes Anderwald[WDMAUD.DRV][WDMAUD_KERNEL][MMEBUDDY]
2009-10-26 Cameron Gutman - Update AFD's shared header
2009-10-26 Johannes Anderwald[WDMAUD.DRV]
2009-10-25 Christoph von Wittich-sync rsaenh with wine 1.1.32
2009-10-25 Christoph von Wittich-sync netapi32 with wine 1.1.32
2009-10-25 Johannes Anderwald- Partially sync winmm
2009-10-25 Gregor Schneider[win32k] GetTransform:
2009-10-25 Christoph von Wittichadd define for LOCALE_RETURN_GENITIVE_NAMES
2009-10-25 Stefan Ginsberg- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol...
2009-10-23 Stefan Ginsberg- Replace RtlpGetExceptionAddress by the _ReturnAddress...
2009-10-22 Stefan Ginsberg- Fix 43192 -- MAXUINT and MAXULONGLONG are only define...
2009-10-22 Timo Kreuzerrevert the KD_CONTEXT change
2009-10-22 Timo Kreuzer[KDCOM]
2009-10-21 Johannes Anderwald- Fix building on linux
2009-10-21 James Tabor- [User32] Rein Klazes : Handle MN_GETHMENU in PopupMen...
2009-10-20 Christoph von Wittich-sync mapi32 with wine 1.1.31
2009-10-20 Christoph von Wittich-sync mshtml with wine 1.1.31
2009-10-19 Christoph von Wittichupdate libxml2 to version 2.7.6
2009-10-19 Christoph von Wittichupdate libxslt headers as well
2009-10-19 Christoph von Wittich-sync jscript with wine 1.1.31
2009-10-18 Dmitry GorbachevUpdate cvconst.h file, from Wine.
2009-10-17 Christoph von Wittichsync msi to wine 1.1.31
2009-10-17 Timo KreuzerAdd some structure offset macros to asm.h for amd64
2009-10-17 Timo Kreuzerdisable ROS_LONG64 hack for amd64
2009-10-17 Timo KreuzerMerge 41030 from amd64 branch
2009-10-17 Stefan Ginsberg- Add STATUS_SUCCESS to asm.h and make use of it.
2009-10-16 Cameron Gutman - Define GUIDs correctly to prevent "multiple definiti...
2009-10-15 Aleksey Bragin[PSDK]
2009-10-15 ReactOS Portable... - Multiple Virtual Memory API fixes:
2009-10-15 ReactOS Portable... - Multiple PEB/TEB creation fixes:
2009-10-15 James Tabor- Revert 43470.
2009-10-15 ReactOS Portable... - Define KeInitializeSpinLock for ARM to unbreak build.
2009-10-15 Cameron Gutman - Fix a typo
2009-10-15 Cameron Gutman - Import Alex's dnslib
2009-10-14 Timo KreuzerDefine __unaligned to nothing on gcc, we don't need...
2009-10-14 Stefan GinsbergMove x86 assembly macros into the x86 directory.
2009-10-14 Timo KreuzerFix definition of PORT_MAXIMUM_MESSAGE_LENGTH for 64 bit
2009-10-14 Timo KreuzerAdd back PORT_MAXIMUM_MESSAGE_LENGTH for user mode...
2009-10-14 Timo Kreuzer[NDK] remove PORT_MAXIMUM_MESSAGE_LENGTH, it's defined...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-13 Christoph von Wittich[BDASUP]
2009-10-13 Johannes Anderwald- Fix interface definition
2009-10-12 Johannes Anderwald- Add more types
2009-10-12 Johannes Anderwald- Add missing types
2009-10-12 Stefan Ginsberg- Fix usbdlib.h -- don't assume that the basic calling...
2009-10-12 Dmitry Chapyshev- Add some structures
2009-10-12 Dmitry Gorbachev- Remove svn:needs-lock, svn:eol-type, and svn:eol...
2009-10-12 Dmitry Gorbachev[CHEW]
2009-10-10 Stefan GinsbergKD64 Compatibility Bringup:
2009-10-10 Aleksey Bragin[wtsapi32]
2009-10-10 James Tabor- [Win32k] Implement AttachThreadInput, not yet connect...
2009-10-09 Timo KreuzerFix SECURITY_DESCRIPTOR_RELATIVE that I broke, spotted...
2009-10-09 Stefan Ginsberg- Fix DbgLoadImageSymbols -- it doesn't return anything.
2009-10-09 Stefan GinsbergActually define STATUS_ASSERTION_FAILURE (missed in...
2009-10-05 Dmitry GorbachevModify DPRINT / DRPINT1 macros, check if DbgPrint crash...
2009-10-04 Stefan Ginsberg- Add STATUS_ASSERTION_FAILURE status code required...
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-10-04 Stefan Ginsberg- Convert remaining KEBUGCHECK to KeBugCheck.
2009-10-01 Stefan Ginsberg- Fix MSVC YieldProcessor macro
2009-09-30 Johannes Anderwald- Add usbdlib.h
2009-09-30 Stefan GinsbergReactOS SMP Bringup Lite:
2009-09-30 Stefan Ginsberg- Remove the remaining __USE_W32API, deprecated for...
2009-09-29 Aleksey Bragin[fullfat]
2009-09-28 Stefan GinsbergErm, thanks Timo...
2009-09-28 Aleksey Bragin- Import FullFAT and add it to build.
next