reactos.git
2021-06-19 Serge Gautherie[UNIATA] Workaround random crashes on Virtual PC (... pr3377
2021-06-19 Serge Gautherie[UNIATA] BusMasterAdapters[]: 8086:7111 is really PIIX4...
2021-06-19 Eric Kohl[SAMLIB] Check the server name in the binding routine
2021-06-19 Eric Kohl[SAMLIB] SamConnect: Pass a zero-terminated server...
2021-06-19 Stanislav Motylkov[PCI] Filter out devices with null vendor and device ID 3750/head
2021-06-19 Doug Lyons[WIN32K] Revert incorrect part of R50928 for RealizePal...
2021-06-19 Joachim Henze[NTGDI] Fix potential BSOD 0x1E CORE-17626
2021-06-19 Mark Jansen[SDK] Add script to check includes with modified struct...
2021-06-19 Timo Kreuzer[NTOS][SETUP] Add x64 SMP kernel and make SMP the defau...
2021-06-19 Timo Kreuzer[HAL] Add smp component and build x64 smp hal
2021-06-19 Timo Kreuzer[NTOS:MM] Improve an ASSERT
2021-06-19 Timo Kreuzer[NTOS:MM] Fix PFN lock usage
2021-06-19 Timo Kreuzer[NTOS:KE] Fix usage of KTHREAD::SwapBusy
2021-06-19 Timo Kreuzer[NTOS:KE] Fix some locking issues
2021-06-19 Timo Kreuzer[NTOS:KE] Fix KxReleaseSpinLock for 64 bit SMP builds
2021-06-19 Timo Kreuzer[NTOS] Fix build with CONFIG_SMP
2021-06-19 Timo Kreuzer[HAL] Fix build with CONFIG_SMP
2021-06-19 Timo Kreuzer[FREELDR/x64] Allow using memory above 4GB on x64
2021-06-19 Timo Kreuzer[NTOS:MM/x64] Fix Interlocked(Compare)ExchangePte and...
2021-06-18 George Bișoc[NTOS:SE] Minor refactor on NtOpenThreadTokenEx
2021-06-17 Timo Kreuzer[HAL] Add APIC hals to setup and livecd
2021-06-17 Timo Kreuzer[HAL:APIC] Fix interrupt assignment
2021-06-17 Timo Kreuzer[HAL:APIC] Remove obsolete hacks
2021-06-17 Timo Kreuzer[HAL:APIC] Code fixes
2021-06-17 Timo Kreuzer[MINIHAL] Compile less stuff
2021-06-17 Timo Kreuzer[HAL] Rename apic.h to apicp.h and move it back to...
2021-06-16 Hermès Bélusca... [NTOS:IOPNP] Both PNP_PROPERTY_REMOVAL_POLICY_OVERRIDE...
2021-06-16 Hermès Bélusca... [NTOS:IO] Comment out (and explain why it is there...
2021-06-16 Hermès Bélusca... [NTOS:IO] Revert part of commit a82ff90b2: don't do...
2021-06-16 Hermès Bélusca... [NTOS:IO] Fix driverName.Buffer leak in some failure...
2021-06-16 Hermès Bélusca... [NTOS:IO] Fix basicInfo handling in IopGetDriverNames().
2021-06-16 Hermès Bélusca... [NTOS:IO] Fix similar bugs in IopGetDriverNames(),...
2021-06-16 Hermès Bélusca... [NTOS:IO] Minor code style changes...
2021-06-16 Joachim Henze[LDR] Restore Logging when images overlap CORE-17635
2021-06-16 Victor Perevertkin[NTOS:MM] Fix placing entries into MmNonPagedPoolFreeLi...
2021-06-16 Joachim Henze[COMCTL32] Strip EOL whitespace within ifdef __REACTOS_...
2021-06-13 Joachim Henze[MSI] Enumerate only type DRIVE_FIXED CORE-17623 (...
2021-06-12 Victor Perevertkin[GITIGNORE] Add compile_commands.json and .cache folder...
2021-06-12 Adam Słaboń[WIN32K] Add x64/arm exports
2021-06-11 Victor Perevertkin[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing... 3742/head
2021-06-11 Hermès Bélusca... [NTOS:IO] Modify when 'PartitionBuffer' and how 'DriveL...
2021-06-11 Hermès Bélusca... [NTOS:IO/FSTUB] Fix the determination of 'SingleDisk...
2021-06-11 Hermès Bélusca... [NTOS:IO] Avoid hardcoding variable types in sizeofs...
2021-06-11 Hermès Bélusca... [NTOS:IO] Minor code style fixes (typos; improve commen...
2021-06-10 Katayama Hirofumi MZ[SHELL32_APITEST] Improve ShellExecCmdLine testcase...
2021-06-10 Serge Gautherie[CMAKE] host-tools: Define ROS_SAVED_* for MSVC_IDE...
2021-06-10 Oleg Dubinskiy[SOUNDS] Add new Recycle Bin system sound
2021-06-10 Mark Jansen[RAPPS] Fix double free when closing rapps
2021-06-10 Timo Kreuzer[HIDPARSER] Don't include pshpack1.h before including...
2021-06-10 Hermès Bélusca... [MORE] Use positional elements to build the MORE prompt...
2021-06-10 Hermès Bélusca... [MORE] Update and complete MORE's help usage.
2021-06-09 Jérôme Gardou[WIN32K:ENG] In EngLockDriverObj, properly return NULL...
2021-06-09 Katayama Hirofumi MZ[MORE][CONUTILS] Implement missing features of the...
2021-06-09 Jérôme Gardou[NTOS:MM] Handle PT references for page table faults...
2021-06-09 Jérôme Gardou[NTOS:MM] Get rid of MiQueryPageTableReferences
2021-06-09 Timo Kreuzer[NTOS] Implement MiIsPageTablePresent as a replacement...
2021-06-09 Jérôme Gardou[NTOS:MM] In MiMakePdeExistAndValid, do not overly...
2021-06-09 Jérôme Gardou[NTOS:MM] Implement proper refcounting of page tables...
2021-06-09 Jérôme Gardou[NTOS:MM] Make MiIsEntireRangeCommitted 64-bits aware
2021-06-09 Jérôme Gardou[NTOS:MM] Add some DPRINTs when incrementing or decreme...
2021-06-09 Jérôme Gardou[NTOS:MM] Make MiCalculatePageCommitment 64-bits aware
2021-06-09 Jérôme Gardou[NTOS:MM] Add a few MiP*eToP*e helpers
2021-06-09 Jérôme Gardou[NTOS:MM] Properly initialize initial process address...
2021-06-09 Jérôme Gardou[NTOS:MM] Unconditionally delete the PFN in MiDeletePte...
2021-06-09 Jérôme Gardou[NTOS:MM] Remove some dead code from legacy Mm
2021-06-09 Jérôme Gardou[CMD] Use GetFullPathName instead of copying buffers...
2021-06-09 Katayama Hirofumi MZ[USER32_APITEST] Add SetFocus testcase (#3732)
2021-06-08 Victor Perevertkin[HIVESYS] Use "Primary Disk" writing for this driver...
2021-06-08 George Bișoc[NTOS:SE] Use IQS_NONE for the first class which is... 3734/head
2021-06-08 George Bișoc[NTOS:PS] Use IQS_NONE for classes that do not exist
2021-06-08 George Bișoc[NTOSKRNL] Use CHAR for non existent classes
2021-06-07 Katayama Hirofumi MZ[SHELL32_APITEST] Strengthen ShellExecuteEx testcase...
2021-06-07 Jérôme Gardou[NTOS:MM] Fix remnants of CORE-17587
2021-06-07 Jérôme Gardou[NTOS:MM] Make MI_MAKE_HARDWARE_PTE_KERNEL actually...
2021-06-07 Katayama Hirofumi MZ[CPL][APPWIZ] Follow-up of #3726
2021-06-07 Piotr Hetnarowicz[USETUP] Polish translation update (#3715)
2021-06-06 Eric Kohl[VIDEOPRT] Fix monitor ID decoding issues
2021-06-06 George Bișoc[NTOS:PS] Enable alignment probing for thread/process... 2874/head
2021-06-06 Joachim Henze[SHELL32_APITEST] ShellHook testcase Fix compiler error...
2021-06-06 Eric Kohl[LSASRV] Notify all authentication packages of a sessio...
2021-06-05 Katayama Hirofumi MZ[SHELL32_APITEST] Follow-up of #3723
2021-06-05 Mark Jansen[HOST-TOOLS] Block sending telemetry when spawning...
2021-06-05 Katayama Hirofumi MZ[SHELL32_APITEST] Add FindExecutable testcase (#3723)
2021-06-05 Hervé Poussineau[VBE] Check if DDC is supported before trying to read...
2021-06-05 Hervé Poussineau[VIDEOPRT] Report monitor name instead of the generic...
2021-06-05 Hervé Poussineau[VIDEOPRT] Give to each device its own entry in HKLM...
2021-06-05 Mark Jansen[ATL_APITEST] Add some testcases for CString 'operator !='
2021-06-05 Mark Jansen[ATL] Implement CString 'operator !='
2021-06-05 Mark Jansen[SYSSETUP] Use the calculated full path
2021-06-05 Joachim Henze[MSI] setup should not enumerate read-only CDRoms as...
2021-06-05 Serge Gautherie[MPR] spec: Add stubs, document parameter types, stub...
2021-06-05 Timo Kreuzer[RAPPS] Implement support for architecture specific...
2021-06-05 Timo Kreuzer[RTL][KMTEST] RtlPcToFileHeader doesn't handle user...
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
next