[CRT_APITEST] Add tests for data exports
[reactos.git] / sdk /
2021-08-04 Timo Kreuzer[CRT] Fix some _CRTIMP
2021-08-04 Timo Kreuzer[CRT] Fix CRT headers a bit
2021-08-04 Timo Kreuzer[CRT] Remove _fmode and _commode initialization
2021-08-03 Jérôme Gardou[CMAKE] Update DLL base addresses
2021-08-02 Victor Perevertkin[CMAKE] Add memcmp to libntoskrnl for both clang and...
2021-08-02 Victor Perevertkin[MSVCRTEX] Add some routines required for clang optimiz...
2021-07-31 Roman Masanin[ARM/CRT] Refactor several functions (#3865) 3865/head
2021-07-30 Stanislav Motylkov[CRT/ARM] __fto64: Assembly wrappers are actually not...
2021-07-30 Victor Perevertkin[FFS] Remove the FFS/UFS driver 3837/head
2021-07-30 Victor Perevertkin[REISERFS] Remove the ReiserFS driver
2021-07-30 Roman Masanin[CRT/ARM] Implement __dtoi64/dtou64/stoi64/stou64 funct...
2021-07-29 Roman Masanin[CRT/ARM] Fix modulus on division (#3856) 3856/head
2021-07-27 Timo Kreuzer[CRT] Fix _matherror and _setusermatherror
2021-07-27 Timo Kreuzer[CRT] Define NULL in crtdefs.h
2021-07-27 Timo Kreuzer[CRT/arm] Update file headers to new format and change...
2021-07-26 Serge Gautherie[CPPRT] arm: Add 2 'MSVCRTEX_eh_vector_*structor_iterat...
2021-07-25 Katayama Hirofumi MZ[IMM32] Imm(Lock|Unlock)ImeDpi and ImmSetOpenStatus...
2021-07-25 Katayama Hirofumi MZ[IMM32] Improve ImmUnlockClientImc and Imm32HeapAlloc...
2021-07-24 Roman Masanin__rt_div fixes for arm (#3843)
2021-07-23 Mark Jansen[SHELLUTILS] Fix FAILED_UNEXPECTEDLY macro evaluating... 3829/head
2021-07-23 Mark Jansen[FONTEXT] Cache attributes, handle sorting
2021-07-23 Timo Kreuzer[CMAKE] Turn all warnings into errors on MSVC x86
2021-07-23 Timo Kreuzer[REACTOS] Silence warnings in 3r-party code
2021-07-23 Timo Kreuzer[REACTOS] Fix a number of MSVC warnings
2021-07-23 Timo Kreuzer[PSDK][NDK] Use hex to define MIN/MAX constants like...
2021-07-20 Timo Kreuzer[CRT] Remove checkstk_ms from build (it was unused)
2021-07-20 Timo Kreuzer[CRT] Refactor CMake files
2021-07-15 George Bișoc[NTOS:SE] Implement logon session termination notification
2021-07-13 Katayama Hirofumi MZ[IMM32_APITEST] Add clientimc testcase (#3815)
2021-07-13 Katayama Hirofumi MZ[IMM32] Rewrite ImmGetCompositionFontA/W (#3813)
2021-07-11 Timo Kreuzer[CRT] Add some missing #pragma function
2021-07-11 Timo Kreuzer[CRT] Fix handling of intrinsics and inline functions
2021-07-11 Timo Kreuzer[CMAKE] Don't turn C4101 (unreferenced local variable...
2021-07-11 Katayama Hirofumi MZ[IMM32] Add some candidate handlings (#3799)
2021-07-09 Katayama Hirofumi MZ[SDK][INCLUDE] Add offset info to INPUTCONTEXT (#3809)
2021-07-08 Eric Kohl[SETUPAPI] PNP_RegisterNotification: Parameter 8 seems...
2021-07-08 Eric Kohl[IDL] Formatting: Add a missing space
2021-07-07 Eric Kohl[DDK] Add missing types DOMAIN_DISPLAY_USER, DOMAIN_DIS...
2021-07-05 Hervé Poussineau[PSDK] Add missing field 'pdo' in VIDEO_MONITOR_DEVICE...
2021-07-03 Katayama Hirofumi MZ[IMM32] Rewrite ImmGetDescriptionA/W (#3780)
2021-07-03 Timo Kreuzer[RTL/x64] Properly handle UNW_FLAG_CHAININFO
2021-06-29 Jérôme Gardou[CRT] Revert unwanted part of f30136bc79109af5df3352697...
2021-06-29 Jérôme Gardou[NTOS:KE] Test spinlock ownership on both UP & MP build
2021-06-29 Jérôme Gardou[NTOS:KD][NTOS:KD64][NTOS:KDBG] Fix IRQL & spinlock use
2021-06-29 Jérôme Gardou[CMAKE:GCC] Produce RosSym data even when building...
2021-06-28 Hermès Bélusca-Maïto[CONUTILS:PAGER][MORE] Implement text line caching...
2021-06-28 Hermès Bélusca-Maïto[CONUTILS:PAGER] Extract the character-specific handlin...
2021-06-28 Hermès Bélusca-Maïto[CONUTILS:PAGER][MORE] Fix the default paging region.
2021-06-28 Hermès Bélusca-Maïto[CONUTILS:PAGER][MORE] Code style/formatting.
2021-06-28 Victor Perevertkin[CMAKE] Use BUILD_MP CMake option correctly
2021-06-28 Jérôme Gardou[PSDK] Alias _Check_return_ annotation to warn_unused_r...
2021-06-28 Jérôme Gardou[CRT] Put __MINGW_EXTENSION (whatever that means) in...
2021-06-28 Jérôme Gardou[SDK] Add GCC overrides for SAL annotations
2021-06-28 Jérôme Gardou[NDK][XDK] Remove _Must_inspect_result_ from RtlTimeFie...
2021-06-28 Jérôme Gardou[DDK] Do not put _Must_inspect_result_ on function...
2021-06-28 Jérôme Gardou[WDF] Synchronize function attributes between declarati...
2021-06-28 Jérôme Gardou[RTL] In RtlReleasePrivilege, raise exception if restor...
2021-06-28 Jérôme Gardou[RTL] When taking system volume ownership, assert that...
2021-06-28 Jérôme Gardou[RTL] Check and cascade down RtlGUIDFromString value
2021-06-28 Timo Kreuzer[SDK] Add missing sal annotations in driverspecs.h...
2021-06-28 Hermès Bélusca-Maïto[SHELL32] Add the handy WHICH_DEFAULT value to the...
2021-06-27 Katayama Hirofumi MZ[SHELL32] Implement PathResolveW function (#3762)
2021-06-27 Joachim Henze[DSOUND][WAVE] Workaround crash when recording sound...
2021-06-27 Hervé Poussineau[TCPIP] Fix bugcheck when using fragmented datagrams
2021-06-24 He Yang[ATL] Close m_hKey in CRegKey destructor and when attac...
2021-06-21 Jérôme Gardou[TCPIP][IP] Use an ERESOURCE as mutex for address files...
2021-06-20 Dmitry Borisov[ISAPNP] Disable bus scan on unsupported platforms
2021-06-19 Mark Jansen[SDK] Add script to check includes with modified struct...
2021-06-19 Timo Kreuzer[NTOS:KE] Fix usage of KTHREAD::SwapBusy
2021-06-11 Victor Perevertkin[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing... 3742/head
2021-06-10 Serge Gautherie[CMAKE] host-tools: Define ROS_SAVED_* for MSVC_IDE...
2021-06-10 Timo Kreuzer[HIDPARSER] Don't include pshpack1.h before including...
2021-06-09 Katayama Hirofumi MZ[MORE][CONUTILS] Implement missing features of the...
2021-06-09 Jérôme Gardou[NTOS:MM] Implement proper refcounting of page tables...
2021-06-06 George Bișoc[NTOS:PS] Enable alignment probing for thread/process... 2874/head
2021-06-05 Mark Jansen[HOST-TOOLS] Block sending telemetry when spawning...
2021-06-05 Mark Jansen[ATL] Implement CString 'operator !='
2021-06-05 Timo Kreuzer[RTL] Fix RtlWalkFrameChain and wrap it in SEH
2021-06-05 Timo Kreuzer[RTL] Simplify RtlRaiseException
2021-06-05 Timo Kreuzer[RTL] Implement RtplUnwindInternal and wrap RtlUnwindEx...
2021-06-05 Timo Kreuzer[RTL] Improve RtlVirtualUnwind
2021-06-05 Timo Kreuzer[RTL] Move exception handling code to except.c
2021-06-05 Timo Kreuzer[RTL] Improve / fix the SList code
2021-06-05 Timo Kreuzer[CRT] Implement __C_specific_handler
2021-06-02 Timo Kreuzer[NTOS:KE/x64] Implement KiSetTrapContext
2021-06-02 Timo Kreuzer[RTL/x64] Implement RtlpCaptureNonVolatileContextPointe...
2021-06-02 Stanislav Motylkov[CRT][ARM] Fix uninitialized variables caught by RTC
2021-05-29 Timo Kreuzer[RTL/x64] Implement RtlRestoreContext
2021-05-29 Timo Kreuzer[RTL/x64] Improve RtlCaptureContext
2021-05-29 Timo Kreuzer[RTL/x64] Improve RtlInitializeContext
2021-05-28 Timo Kreuzer[CRT] Use the asm version of sqrt on amd64
2021-05-28 Timo Kreuzer[NTOS:KE] Add IRQL checks and fix KiInitiateUserApc
2021-05-28 Timo Kreuzer[ASM] Clear interrupt flag in ExitTrap before returning
2021-05-25 Hermès Bélusca-Maïto[CONUTILS] Implement ConSetThreadUILanguage() as a...
2021-05-25 Hermès Bélusca-Maïto[CONUTILS][CMD] Add and use a helper ConStdStreamsSetCa...
2021-05-25 Hermès Bélusca-Maïto[CONUTILS] Update some documentation.
2021-05-25 Hervé Poussineau[SMLIB] Implement SmStartCsr and SmStopCsr
2021-05-24 Mark Jansen[HOST-TOOLS] Configure environment for MSVC cross-compiling
2021-05-24 Mark Jansen[SDK] Remove duplicate definition
2021-05-24 Mark Jansen[CMAKE] Add some arm/arm64 specific paths
next