[NTOS:MM] Add a few MiP*eToP*e helpers
[reactos.git] / sdk /
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
2021-05-24 Eric Kohl[dnsapi][dnsrslvr] Implement DnsFlushResolverCacheEntry...
2021-05-22 Mark Jansen[CMAKE] Store and re-use M4 and BISON_PKGDATADIR env... 3579/head
2021-05-22 Mark Jansen[RTL][KERNEL32] Move the STUB printing code to a place...
2021-05-19 Jérôme Gardou[RTL] SAL-annotate RtlUnicodeStringToCountedOemString
2021-05-19 Jérôme Gardou[NLS] Use files provided by Microsoft to generate most...
2021-05-19 Jérôme Gardou[TXT2NLS] Rewrite the tool
2021-05-19 Jérôme Gardou[SDK] Turn txt2nls into a host tool
2021-05-19 Jérôme Gardou[RTL] Properly truncate 8dot3 names when using a MultiB...
2021-05-19 Jérôme Gardou[RTL] Fix RtlIsValidOemCharacter implementation for...
2021-05-19 Jérôme Gardou[RTL] Properly implement RtlUnicodeToOemN
2021-05-19 Jérôme Gardou[NTDLL_APITEST] Add some tests for RtlUnicodeStringToCo...
2021-05-19 Dmitry Borisov[XDK] Update the prototype of IO_COMPLETION_ROUTINE
2021-05-19 Jérôme Gardou[CMAKE] Allow compiling amd64 port with GCC on Windows
2021-05-12 Jérôme Gardou[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e...
2021-05-09 Dmitry Borisov[PEFIXUP] Fixup of resource sections in GCC builds...
2021-05-09 George Bișoc[NDK][NTOS:SE] Fix the member offsets in TOKEN, again...
2021-05-09 George Bișoc[NDK][NTOS:SE] Add the missing "LogonSession" member...
2021-05-08 Hermès Bélusca-Maïto[PEFIXUP] Add support for overriding the attributes... 3598/head
2021-05-08 Mark Jansen[RTL] Implement RtlGetLengthWithoutLastFullDorOrNtPathE...
2021-05-08 Mark Jansen[RTL] Implement RtlpApplyLengthFunction
2021-05-08 Katayama Hirofumi MZ[INCLUDE][XDK] Add FILE_ATTRIBUTE_VIRTUAL macro into...
2021-05-06 Serge Gautherie[SDK] wine/typeof.h: Remove duplicate ImeGetRegisterWor...
2021-05-05 Hermès Bélusca-Maïto[PEFIXUP] Section names are case-sensitive, so we can...
2021-05-05 Hermès Bélusca-Maïto[PEFIXUP] Avoid multi-level nesting of code with the...
2021-05-05 Hermès Bélusca-Maïto[PEFIXUP] Only recalculate the PE checksum if the image...
2021-05-05 Hermès Bélusca-Maïto[PEFIXUP] Use vfprintf() with the va_args list. (#3598)
2021-05-05 Hermès Bélusca-Maïto[PSDK] Remove a buggy GNU-specific "PACKED" attribute...
2021-05-04 Jérôme Gardou[NTOS:MM] First shot for Working Set list support
2021-05-04 Jérôme Gardou[NDK] Make kefuncs.h C++ aware
2021-05-03 Jérôme Gardou[PSEH] Fix use of dummy implementation in C++
2021-05-03 Jérôme Gardou[PSEH] Use dummy PSEH for clang(-cl) amd64 build
2021-05-03 Jérôme Gardou[CMAKE] Do not use a flag which clang doesn't know
2021-05-03 Jérôme Gardou[KERNEL32] Sync NLS RC files with wine 6.7
2021-05-03 Jérôme Gardou[CRT] Also use alias _rot functions for clang-cl amd64...
2021-05-03 Jérôme Gardou[CRT] Do not define builtin functions if not needed
2021-05-03 Jérôme Gardou[CMAKE] Always use cl to build host tools
2021-05-03 Jérôme Gardou[FRAMEDYN] Fix the whole situation with regards to...
2021-05-03 Jérôme Gardou[SPEC2DEF] Fix imports of C++ stdcall exports
2021-05-03 Jérôme Gardou[CMAKE] Use SEH exceptions for c++ in clang amd64 build
2021-05-03 Jérôme Gardou[CRT] Fix SEH macros for clang x64
2021-05-03 Jérôme GardouRevert "[CMAKE] Disable SSE instruction on GCC amd64...
2021-05-02 George Bișoc[NTOS:PS] Add some data structures 2906/head
2021-05-01 Serge Gautherie[PSDK] UnlockResource(): Improve definition
2021-04-28 Jérôme Gardou[CRT] Sync tlssup.c with mingw-w64
2021-04-28 Jérôme Gardou[CRT] We never use the mthread library
2021-04-28 Jérôme Gardou[SDK] Use GAS SEH capabilities instead of CFI
2021-04-28 Jérôme Gardou[CMAKE] Disable SSE instruction on GCC amd64 builds
2021-04-28 Jérôme Gardou[PSEH] Add implementation for GCC amd64
2021-04-28 Jérôme Gardou[CRT] Do not include unneeded PSEH header
2021-04-28 Jérôme Gardou[REACTOS] Explicitly link against pseh & include pseh...
2021-04-28 Jérôme Gardou[CMAKE] Introduce a GCC plugin for helping with amd64...
2021-04-28 Jérôme Gardou[RTL] Use addressing relative to rip
2021-04-28 Jérôme Gardou[PSEH] Make the dummy PSEH at least usable.
2021-04-28 Jérôme Gardou[CRT] Fix __ll_lshift, __ll_rshift and __ull_rshift...
2021-04-28 Jérôme Gardou[CMAKE:GCC] Enforce file alignment on driver & kernel...
2021-04-28 Jérôme Gardou[NDK] Add some missing defines for EFLAGS on amd64
2021-04-28 Jérôme Gardou[PSDK] Do not compare to max value if we can make sure...
2021-04-28 Jérôme Gardou[CRT] Add macros to disable diagnostics from GCC and...
2021-04-28 Jérôme Gardou[SDK] Make sure we build pefixup with AMD64 definitions
2021-04-28 Jérôme Gardou[SDK] Fix definition of IMAGE_NT_HEADERS64 in host...
2021-04-27 George Bișoc[NTOS:SE] Implement the NtImpersonateAnonymousToken...
2021-04-27 Jérôme Gardou[CMAKE] Fix compilation with newer windres versions
2021-04-27 Jérôme Gardou[PSDK] Import winuser.rh from wine 6.7
2021-04-27 Serge Gautherie[CRT] exp2*.c: Add an explicit type for 'TWO' variable
2021-04-27 Serge Gautherie[CRT] intrin_x86.h: Fix '_InterlockedIncrement64' copypasta
2021-04-27 Serge Gautherie[CMAKE] config.cmake: Fix 'STEQUAL' typo, in a comment
2021-04-25 Konrad Dybcio[HHPCOMP] Add ARM64/AArch64 types 3599/head
2021-04-25 Katayama Hirofumi MZ[SDK][INCLUDE] Fix offsetof and CCSIZEOF_STRUCT for...
2021-04-18 Serge Gautherie[WINLOGON][MPR][SDK] WNetClearConnections: Fix function...
2021-04-15 Victor Perevertkin[CMAKE] Rely less on CMAKE_BUILD_TYPE variable 3604/head
2021-04-15 Victor Perevertkin[CMAKE] Unify configs for architectures
2021-04-12 Serge Gautherie[BOOTDATA][CMAKE] Sort 2 directories out
2021-04-09 Jérôme Gardou[CRT] Properly declare rot functions in public headers
2021-04-09 Jérôme Gardou[CRT] Fix rot functions aliases in non-x86 clang builds
next