reactos.git
2018-01-06 Timo Kreuzer[NTOS:MM] Add support for NX page-faults
2018-01-06 Timo Kreuzer[NTOS:MM] Make use of FaultCode and MI_IS_NOT_PRESENT_F...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass The FaultCode to MmArmAcceessFault as...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass page fault code to MmAccessFault
2018-01-06 Luo Yufan[TRANSLATION] Update Simplified Chinese translations...
2018-01-06 Timo Kreuzer[NDK] Fix some ob types (64 bit)
2018-01-06 Timo Kreuzer! Fix build of tracert
2018-01-06 Pierre Schweitzer[FLTMGR] Properly allocate CCB in CreatePortCCB()
2018-01-06 Colin Finck[NTOS:CM] Improve code in cmsysini.c (#216)
2018-01-06 Pierre Schweitzer[USETUP] When opening the target file for dropping...
2018-01-06 Mark Jansen[DRWTSN32] Implement basic crash report functionality
2018-01-05 Luo Yufan[TRANSLATION] Improve Simplified Chinese Translations...
2018-01-05 Giannis Adamopoulos[SHELL32] CMenuToolbarBase: Use COLOR_MENUTEXT color...
2018-01-04 Giannis Adamopoulos[COMCTL32] tab: Use DrawThemeText when drawing text...
2018-01-04 Pierre Schweitzer[USETUP] When overwriting a file, if open fails, it...
2018-01-04 Timo Kreuzer[NTOS:EX] Don't dereference ExpCritSecOutOfMemoryEvent...
2018-01-04 David Quintana[PSDK] Change #if to #ifdef, to be more consistent...
2018-01-04 David Quintana[PSDK] Add ICMP_ECHO_REPLY32 needed by 64-bit code...
2018-01-04 Giannis Adamopoulos[COMCTL32] toolbar: Draw checked and not hot buttons...
2018-01-04 Katayama Hirofumi MZ[NTOS:KDBG] Fix DPRINT format specifier in KdPortInitia... 263/head
2018-01-03 Timo Kreuzer[NTOS:MM] Use MiResolveDemandZeroFault instead of MiDis...
2018-01-03 Timo Kreuzer[NTOS:MM] Implement resolving PXE/PPE page table demand...
2018-01-03 Timo Kreuzer[NTOS:MM] Increment Prcb->MmDemandZeroCount while holdi...
2018-01-03 Timo Kreuzer[NTOS/MM] Add Protection parameter to MiResolveDemandZe...
2018-01-03 Bișoc George[DLL][WIN32][NEWDEV] Wrong character in the Romanian...
2018-01-03 Stanislav Motylkov[SYSSETUP] Add marquee progress bar to show setup is...
2018-01-03 Bișoc George[RAPPS] Romanian translation update
2018-01-03 Bișoc George[RAPPS] Italian translation update
2018-01-03 Joachim Henze[RAPPS] update translation de-DE.rc for CORE-13789
2018-01-03 Alexander Shaposhnikov[RAPPS] Make selection global 257/head
2018-01-03 Pierre Schweitzer[DISKPART] Don't crash on input if user provided no...
2018-01-03 Hermes Belusca... [NTOS:INBV] Simplify a little bit the BootLogoFadeIn...
2018-01-03 Stanislav Motylkov[NTOS:INBV] Implement rotation bar for boot screen
2018-01-02 Bișoc George[REACTOS] Italian translation update. #255
2018-01-02 Luo Yufan[TRANSLATIONS] Simplified Chinese translation update...
2018-01-02 Ged Murphy[TRACERT] Rewrite tracert
2018-01-02 Alexander Shaposhnikov[RAPPS] Simplified string creation in CAvailableApps
2018-01-01 Thomas Faber[CMAKE] Allow overriding the .dll extension for delay... 246/head
2018-01-01 Pierre Schweitzer[FASTFAT] When overwriting a file with FILE_OVERWRITE...
2018-01-01 Pierre Schweitzer[FASTFAT] On file overwrite, deny it if file as HIDDEN...
2018-01-01 Timo Kreuzer[NTOS:KE] Fix pushing of fake error code in KiDoubleFau...
2018-01-01 Timo Kreuzer[RTL] Fix amd64 version of DebugService2
2018-01-01 Timo KreuzerAmd64/misc 64bit fixes (#236)
2018-01-01 Hermès Bélusca... [CHARMAP:NEW] Fix newlines and whitespace.
2017-12-31 Hermès Bélusca... [REACTOS] Switch to year 2018...
2017-12-31 Pierre Schweitzer[NTFS] Start using different tags for allocations.
2017-12-31 Bișoc George[CHARMAP:NEW] Adding some indentation (#241)
2017-12-31 Bișoc George[CHARMAP:NEW] Italian language implementation (#243)
2017-12-31 Bișoc George[CHARMAP:NEW] Romanian language implementation (#242)
2017-12-31 Thomas Faber[DXTN] Fix MSVC build with runtime checks. 247/head
2017-12-31 Mark Jansen[SHLEXTDBG] Add utility to run / debug shell extensions. 232/head
2017-12-31 Mark Jansen[ROSDLGS] Add SetWizardButtons to CPropertyPageImpl
2017-12-31 Mark Jansen[COM_APITEST] Add zipfldr tests.
2017-12-31 Pierre Schweitzer[NTFS] Fix a memory leak on error
2017-12-31 Pierre Schweitzer[NTFS] Use LookasideList allocations for FILE_RECORD_HE...
2017-12-31 Pierre Schweitzer[NTFS] Use LookasideList allocations for NTFS_ATTR_CONTEXT.
2017-12-31 Pierre Schweitzer[NTFS] Rewrite ReleaseAttributeContext() so that its...
2017-12-31 Pierre Schweitzer[NTFS] Don't dereference NULL IRP
2017-12-31 Pierre Schweitzer[NTFS] Don't leak memory in case of failure while creat...
2017-12-31 Pierre Schweitzer[NTFS] Don't leak attributes contextes in the btree...
2017-12-31 Pierre Schweitzer[NTFS] Don't leak memory when reading or writing non...
2017-12-31 Hermès Bélusca... [SETUPAPI] Fix extraction of files from a cabinet file...
2017-12-31 Hermès Bélusca... [SETUPAPI] Add __REACTOS__ guards around our own code...
2017-12-30 Alexander Shaposhnikov[RAPPS] Replaced "..." with "…" for resource unification
2017-12-30 Bișoc George[CHARMAP] Tiny update for Italian translation
2017-12-30 Thomas Faber[LIBS] Use KeClearEvent instead of KeResetEvent where... 238/head
2017-12-30 Thomas Faber[KMTESTS] Use KeClearEvent instead of KeResetEvent...
2017-12-30 Thomas Faber[NTOS] Use KeClearEvent instead of KeResetEvent where...
2017-12-30 Thomas Faber[DRIVERS] Use KeClearEvent instead of KeResetEvent...
2017-12-30 Timo Kreuzer[KSPROXY] Fix MSVC build
2017-12-29 Bișoc George[RAPPS] Romanian translation update 233/head
2017-12-29 Pierre Schweitzer[NTOSKRNL] Print tags which contains numerics in the...
2017-12-29 Pierre Schweitzer[NTOSKRNL] In the memory dumper, print in the direct...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Add support for verbose output in the !poolu...
2017-12-29 Timo Kreuzer[NTOS:EX] Fix handle table code for x64.
2017-12-29 Pierre Schweitzer[NTOSKNRL] Addendum to 9a633f7
2017-12-29 Pierre Schweitzer[NTOSKRNL] Fix MSVC build
2017-12-29 Pierre Schweitzer[NTOSKRNL] Add support for the ? wildcard in the !poolu...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Allow filtering !poolused output using a tag
2017-12-29 Pierre Schweitzer[NTOSKRNL] Now that the memory dumper handles paged...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Add support for the paged pool in the memory...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Prettify the memory dumper output and add...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Make the memory dumper available as a kdbg...
2017-12-29 Katayama Hirofumi MZ[TRANSLATION] Use correct font name in Korean resources...
2017-12-29 Katayama Hirofumi MZ[TRANSLATION][BASE][FDEBUG][MODULES][WIN32SS] Use corre...
2017-12-29 Katayama Hirofumi MZ[TRANSLATION][APPLICATIONS] Use correct font name in...
2017-12-28 B. George[TRANSLATION][RAPPS] Update for the Italian translation...
2017-12-28 Stanislav Motylkov[RASAPI32] Add stub for RasGetConnectionStatistics
2017-12-28 Timo Kreuzer[WIN32K] Check for empty output rect in GreGradientFill
2017-12-27 Joachim Henze[COMCTL32] use previous version of cursor files CORE...
2017-12-27 Giannis Adamopoulos[ATL] CWindow: Add an overload of GetDlgItemText which...
2017-12-27 Giannis Adamopoulos[ATL] -Add COMMAND_CODE_HANDLER macro
2017-12-27 Katayama Hirofumi MZ[SHELLEXT] Use correct font name in Chinese resources...
2017-12-27 Katayama Hirofumi MZ[TRANSLATION] Use correct font name in Chinese resource...
2017-12-27 Katayama Hirofumi MZ[TRANSLATION] Use correct font name in Chinese resource...
2017-12-27 Katayama Hirofumi MZ[TRANSLATION] Use correct font name in Chinese resource...
2017-12-27 Serge GautherieCORE-13332. PcMemGetBiosMemoryMap(): Update ACPI (Exten...
2017-12-26 Katayama Hirofumi MZ[REACTOS][WELCOME] Use correct font name in Chinese...
2017-12-26 Katayama Hirofumi MZ[CPL] Control Panel Applets: Use correct font name...
2017-12-26 Lauri Ojansivu[TRANSLATION] Translate Explorer into Finnish, by Lauri...
next