reactos.git
2021-07-04 George Bișoc[NPFS] The function call expects a pool type value... 3791/head
2021-07-04 George Bișoc[NTOS:SE] Allocate pool memory for security descriptor...
2021-07-03 Katayama Hirofumi MZ[IMM32] Rewrite ImmGetDescriptionA/W (#3780)
2021-07-03 Doug Lyons[WORDPAD] Fix icons for toolbar and formatbar (#3792...
2021-07-03 Jose Carlos... [SERVMAN] Add Portuguese (pt-PT) Translation
2021-07-03 Jose Carlos... [BOOTDATA] Add Portuguese translation to shortcuts.inf
2021-07-03 Jose Carlos... [MSCUTILS][EVENTVWR] Add Portuguese PT translation
2021-07-03 Jose Carlos... [USETUP] Update Portuguese PT translation
2021-07-03 Oleg Dubinskiy[NTOS:IO] OpenRegistryHandlesFromSymbolicLink: Use...
2021-07-03 George Bișoc[NTOS:SE] Assign the control flag bits to the newly...
2021-07-03 Eric Kohl[SAMSRV] Older functions should call newer functions
2021-07-03 Joachim Henze[RAPPS] Kill 2x EOL white-space in loaddlg.cpp
2021-07-03 Timo Kreuzer[NETAPI32] Zero out lpNameBuffer in NetGetJoinInformation
2021-07-03 Timo Kreuzer[RTL/x64] Properly handle UNW_FLAG_CHAININFO
2021-07-03 Timo Kreuzer[ROSAUTOTEST] Run tests with current dir set to the...
2021-07-02 Doug Lyons[WIN32K] Revert NtGdiStretchDIBitsInternal to Previous...
2021-07-01 Katayama Hirofumi MZ[IMM32] ImmDisableIME calls NtUserDisableThreadIme...
2021-06-30 Katayama Hirofumi MZ[SHELL32] Implement PathResolveA function (#3771)
2021-06-29 Jérôme Gardou[CRT] Revert unwanted part of f30136bc79109af5df3352697...
2021-06-29 Jérôme Gardou[NTOS:KE] Unconditionally check IRQL when acquiring...
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-29 Jérôme Gardou[NTOS:KD] Release lock before calling KdpPrint
2021-06-29 Jérôme Gardou[NTOS:KD64][NTOS:KDBG] Fix spinlocks use
2021-06-29 Jérôme Gardou[CMAKE] Get rid of freeldr_pe_dbg target
2021-06-29 Jérôme Gardou[NTOS:KDBG] Use internal KdpDPrintf instead of DbgPrint
2021-06-29 Jérôme Gardou[WIN32K:NTUSER] Do not pass NULL keyboard layout to...
2021-06-29 Jérôme Gardou[KMTESTS] Fix tests for uniprocessor checked build
2021-06-29 Jérôme Gardou[NTOS:KE] Implement KeAcquireInStackQueuedSpinLockForDp...
2021-06-29 Jérôme Gardou[HAL] Hack KeTryToAcquireQueuedSpinlock & KeTryToAcquir...
2021-06-29 Jérôme Gardou[NTOS:MM] Fix another instance of reentrant spinlock...
2021-06-28 Hermès Bélusca... [CONUTILS:PAGER][MORE] Implement text line caching...
2021-06-28 Hermès Bélusca... [CONUTILS:PAGER] Extract the character-specific handlin...
2021-06-28 Hermès Bélusca... [CONUTILS:PAGER][MORE] Fix the default paging region.
2021-06-28 Hermès Bélusca... [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[NTOS:FSRTL] Check return status of FsRtl locking functions
2021-06-28 Jérôme Gardou[WDF] Synchronize function attributes between declarati...
2021-06-28 Jérôme Gardou[NTOS:CONFIG] Do not ignore Rtl*String functions return...
2021-06-28 Jérôme Gardou[NTOS:OB] Use RtlInitUnicodeString for constant string
2021-06-28 Jérôme Gardou[NTOS:SE] Do not ignore SepAccessCheckAndAuditAlarmWork...
2021-06-28 Jérôme Gardou[NTOS:PO] Do not ignore IoRegisterPlugPlayNotification...
2021-06-28 Jérôme Gardou[NTOS:INBV] Do not ignore RtlUnicodeStringToOemString...
2021-06-28 Jérôme Gardou[NTOS:IO] Do not ignore RtlDuplicateUnicodeString retur...
2021-06-28 Jérôme Gardou[NTOS:EX] Do not ignore PsCreateSystemThread return...
2021-06-28 Jérôme Gardou[NTOS:EX] Do not ignore RtlAnsiStringToUnicodeString...
2021-06-28 Jérôme Gardou[NTOS:MM] Check result of RtlCreateUnicodeString in...
2021-06-28 Jérôme Gardou[NTOS:IO] Check RtlCreateUnicodeString return value...
2021-06-28 Jérôme Gardou[NTOS:IO] Check RtlAnsiStringToUnicodeString return...
2021-06-28 Jérôme Gardou[NTOS:IO] Check RtlAnsiStringToUnicodeString return...
2021-06-28 Jérôme Gardou[NSLOOKUP] Check WSAStartup return value
2021-06-28 Jérôme Gardou[NET] Properly check return value of EnumServicesStatus...
2021-06-28 Jérôme Gardou[FLTMC] Do not ignore failures of some functions
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 Jérôme Gardou[FREELDR] Check HwInterrupt return value
2021-06-28 Timo Kreuzer[SDK] Add missing sal annotations in driverspecs.h...
2021-06-28 Hermès Bélusca... Revert "[SHELL32] Don't check for link files being...
2021-06-28 Hermès Bélusca... [SHLWAPI] Fix a trivial bug in PathFileExistsDefExtW...
2021-06-28 Hermès Bélusca... [SHELL32] Add the handy WHICH_DEFAULT value to the...
2021-06-28 Hermès Bélusca... [SHELL32] Don't check for link files being targets...
2021-06-28 Joachim Henze[COMCTL32] Addendum to last commit (#3674) CORE-17199
2021-06-27 Doug Lyons[COMCTL32] Sync datetime.c to Wine-6.0 (#3674) CORE...
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-27 Joachim Henze[EXT2] Fix filesystem corruption regressions CORE-17572...
2021-06-26 Timo Kreuzer[HAL:APIC] Improve code
2021-06-25 George Bișoc[CSRSS] Fix MSVC AMD64 build
2021-06-25 George Bișoc[CSRSS] Enable compilation of raise hard error function...
2021-06-25 George Bișoc[CSRSS] Do not give IOPL to the Client/Server native... 3756/head
2021-06-25 George Bișoc[NTOS:PS] Fix several issues within info classes in...
2021-06-25 Jérôme Gardou[NTOS:MM] Implement MmFlushImageSection(MmFlushForDelete)
2021-06-25 Jérôme Gardou[NTOS:MM] Simplify refcounting when adding/deleting...
2021-06-25 Jérôme Gardou[NTOS:MM] Do not call ExAllocatePool* with PFN lock...
2021-06-24 He Yang[ATL] Close m_hKey in CRegKey destructor and when attac...
2021-06-24 Jérôme Gardou[NTOSKRNL] Enforce -fno-common on GCC & CLang builds
2021-06-24 Jérôme Gardou[NTOSKRNL] Deduplicate some symbols
2021-06-24 Jérôme Gardou[NTOS:MM] Fix-up call site of traced PFNs when serving...
2021-06-24 Jérôme Gardou[NTOS:MM] Save caller address when tracing PFNs
2021-06-24 Jérôme Gardou[CMD] Do not use an intermediate buffer when reading...
2021-06-24 Jérôme Gardou[CMD] Improve performance a bit
2021-06-23 Joachim Henze[WIN32K] CreateDIBPalette addendum to #3758 CORE-17626
2021-06-23 Joachim Henze[WIN32K] CreateDIBPalette SEH Simplification #3758...
2021-06-22 Jérôme Gardou[NTOS:MM] Fix one occurrence of MiDeletePte instead...
2021-06-22 Serge Gautherie[NTOS:CC] CcRosFlushVacb(): Fix Iosb annotation
2021-06-22 Serge Gautherie[NTOS:MM] MmFlushSegment(): Fix Iosb annotation
2021-06-21 Stanislav Motylkov[XBOX][FREELDR] Initialize PCI-AGP bridge BAR values
2021-06-21 Eric Kohl[UMPNPMGR] PNP_GetDeviceStatus: Add status checks as...
2021-06-21 Eric Kohl[SAMSRV] Fix call to SamrCloseHandle in SamrGetDomainPa...
2021-06-21 Eric Kohl[UMPNPMGR] Add missing parameter checks to PNP_GetDevic...
2021-06-21 Jérôme Gardou[NTOS:KE] Do not allow waiting at IRQL >= DISPATCH_LEVE...
2021-06-21 Jérôme Gardou[TCPIP][IP] Use an ERESOURCE as mutex for address files...
next