Ros-diffs September 2020

ros-diffs@reactos.org
  • 25 participants
  • 382 discussions

[reactos] 24/179: [WINESYNC] dbghelp: Map SIMD dwarf registers on ARM64.
by winesync
4 years, 8 months

[reactos] 23/179: [WINESYNC] dbghelp: Read the stabs nlist entry corresponding to the target's architecture.
by winesync
4 years, 8 months

[reactos] 22/179: [WINESYNC] dbghelp: Translate the 32-bit Mach-O section header to the 64-bit one.
by winesync
4 years, 8 months

[reactos] 21/179: [WINESYNC] dbghelp: Read the Mach-O segment command corresponding to the target's architecture.
by winesync
4 years, 8 months

[reactos] 20/179: [WINESYNC] dbghelp: Pass an image_file_map to macho_enum_load_commands().
by winesync
4 years, 8 months

[reactos] 19/179: [WINESYNC] dbghelp: Read the 32-bit Mach-O header.
by winesync
4 years, 8 months

[reactos] 18/179: [WINESYNC] dbghelp: Determine the target Mach-O architecture from the process's architecture.
by winesync
4 years, 8 months

[reactos] 17/179: [WINESYNC] dbghelp: Read the r_debug and link_map structs corresponding to the target's architecture.
by winesync
4 years, 8 months

[reactos] 16/179: [WINESYNC] dbghelp: Translate the 32-bit ELF symbol struct to the 64-bit one.
by winesync
4 years, 8 months

[reactos] 15/179: [WINESYNC] dbghelp: Read the Elf_auxv_t struct corresponding to the target's architecture.
by winesync
4 years, 8 months

[reactos] 14/179: [WINESYNC] dbghelp: Read the Elf_Dyn struct corresponding to the target's architecture.
by winesync
4 years, 8 months

[reactos] 13/179: [WINESYNC] dbghelp: Read the ELF program header corresponding to the target's architecture.
by winesync
4 years, 8 months

[reactos] 12/179: [WINESYNC] dbghelp: Add a missing include to fix the build.
by winesync
4 years, 8 months

[reactos] 11/179: [WINESYNC] dbghelp: Translate the 32-bit ELF section header to the 64-bit one.
by winesync
4 years, 8 months

[reactos] 10/179: [WINESYNC] dbghelp: Translate the 32-bit ELF header to the 64-bit one.
by winesync
4 years, 8 months

[reactos] 09/179: [WINESYNC] dbghelp: Detect ELF architecture before reading the whole header.
by winesync
4 years, 8 months

[reactos] 08/179: [WINESYNC] dbghelp: Don't enforce child architecture in elf_map_file().
by winesync
4 years, 8 months

[reactos] 07/179: [WINESYNC] dbghelp: Correctly determine the wine loader base address.
by winesync
4 years, 8 months

[reactos] 06/179: [WINESYNC] dbghelp: Determine the wine loader name from the target process's architecture.
by winesync
4 years, 8 months

[reactos] 05/179: [WINESYNC] dbghelp: Add a helper to check if a given module is the Wine loader.
by winesync
4 years, 8 months

[reactos] 04/179: [WINESYNC]: revert wine-staging patchset for dbghelp
by Jérôme Gardou
4 years, 8 months

[reactos] 03/179: [WINESYNC] Add dbghelp entry
by Jérôme Gardou
4 years, 8 months

[reactos] 02/179: [LIBWINE] make wine_get_dos_file_name available
by Jérôme Gardou
4 years, 8 months

[reactos] 01/179: [CRT] Let's have llabs for every compiler out there
by Jérôme Gardou
4 years, 8 months

[reactos] 01/01: [RAPPS] Fix of unhandled exception when trying to modify/uninstall without selection (#3185)
by Kyle Katarn
4 years, 8 months

[reactos] 01/01: [MMIXER] Fix NULL dereference CORE-17276
by Joachim Henze
4 years, 8 months

[reactos] 01/01: [VIDEOPRT] Add global variable for debugging video drivers (#3080)
by Dmitry Borisov
4 years, 8 months

[reactos] 01/01: [PCIIDEX] Implement missing PciIdeXDebugPrint function (#3146)
by Dmitry Borisov
4 years, 8 months

[reactos] 01/01: [BROWSEUI][USER32] Explicitly use MAKEINTRESOURCEW() for consistency (#3192)
by Serge Gautherie
4 years, 8 months

[reactos] 01/01: [KDBG] Fixed handle leak in KdbpSymLoadModuleSymbols() when RosSymCreateFromFile() fails (#3184)
by Michael Stamper
4 years, 8 months

[reactos] 01/01: [WDMAUD.DRV] Workaround multiple issues with AC97 driver from rapps
by Joachim Henze
4 years, 8 months

[reactos] 01/01: [SHELL32_APITEST] Strengthen ShellExecCmdLine testcase (#3164)
by Katayama Hirofumi MZ
4 years, 8 months

[reactos] 01/01: [SHELL32] Fix boot to shell, addendum to commit 14599b0a.
by Hermès Bélusca-Maïto
4 years, 8 months

[reactos] 01/01: [PROGMAN][CRT][USER32] Do not use LoadLibraryEx() NT6+ flags (#3152)
by Serge Gautherie
4 years, 8 months

[reactos] 01/01: [TRANSLATION][SHELL32] Localization of "System Folder" in My Computer types (#3168)
by Kyle Katarn
4 years, 8 months

[reactos] 01/01: [TRANSLATION][SCREENSAVERS][SYSSETUP] Add Portuguese (PT) translation (#3156)
by Jose Carlos Jesus
4 years, 8 months

[reactos] 01/01: [RAPPS][CONSRV] French translation update (#3160)
by Kyle Katarn
4 years, 8 months

[reactos] 01/01: [SHELL32] Improve Format dialog debug log (trivial) (#3176)
by Kyle Katarn
4 years, 8 months

[reactos] 01/01: [FORMAT] Fix of output text overlap in console when finished (#3177)
by Kyle Katarn
4 years, 8 months

[reactos] 01/01: [FORMAT] French translation fix (#3178)
by Kyle Katarn
4 years, 8 months

[reactos] 04/04: [CMD] Document the two extra file attributes the enhanced batch/FOR variables %~aX could handle on Windows >= 8.
by Hermès Bélusca-Maïto
4 years, 8 months

[reactos] 03/04: [CMD] SHIFT: Use _istdigit().
by Hermès Bélusca-Maïto
4 years, 8 months

[reactos] 02/04: [CMD] Use pointers to const strings in error functions, where applicable.
by Hermès Bélusca-Maïto
4 years, 8 months

[reactos] 01/04: [CMD] Minor formatting only.
by Hermès Bélusca-Maïto
4 years, 8 months

[reactos] 01/01: [SHELL32][SHLWAPI] Forward shell32.ShellMessageBoxW directly to shlwapi.ShellMessageBoxWrapW. (#3179)
by Hermès Bélusca-Maïto
4 years, 8 months

[reactos] 01/01: [RAPPS] Update Chinese Simplified (zh-CN) translation (#3155)
by He Yang
4 years, 8 months

[reactos] 01/01: [NTOBJSHEX] Update Polish (pl-PL) translation (#3175)
by Adam Stachowicz
4 years, 8 months

[reactos] 03/03: [MSVCRT] Add vista exports
by Timo Kreuzer
4 years, 8 months

[reactos] 02/03: [MSVCRT] -i386 -> -arch=i386 for consistency
by Timo Kreuzer
4 years, 8 months

[reactos] 01/03: [MSVCRT] Fix some architecture specific exports
by Timo Kreuzer
4 years, 8 months
Results per page: