reactos.git
2018-08-17 Katayama Hirofumi MZ[FONT][WIN32SS] Ignore identical mapping in IntLoadFont...
2018-08-17 Serge Gautherie[REACTOS] Warn if not using RosBE custom CMake
2018-08-16 Pierre Schweitzer[NTOSKRNL] Only allow page file on a few specific devic...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Don't need all access for file object
2018-08-16 Pierre Schweitzer[NTOSKRNL] Add a check commented out for now.
2018-08-16 Pierre Schweitzer[NTOSKRNL] MmTotalCommitLimit and MmTotalCommitLimitMax...
2018-08-16 Oleksandr Shaposhnikov[CONFIGURE] Added support for new VS 19.15.x
2018-08-16 Timo Kreuzer[NTOS:MM] Make SLIST handling for kernel stacks portable
2018-08-16 Timo Kreuzer[NTOS:SE] Fix SeSetSecurityDescriptorInfoEx to prevent...
2018-08-16 Getequ[ADVAPI32][SHELL32][DESK.CPL] Kill copy-paste of RegLoa...
2018-08-16 Serge Gautherie[NTOS:MM] Update a DPRINT string (#760)
2018-08-16 Katayama Hirofumi MZ[FONT][WIN32SS] Support MS symbol encoding (#759)
2018-08-16 Thomas Faber[USBPORT] Fix 64 bit warnings.
2018-08-16 Thomas Faber[USBPORT] Specify the correct length for the root hub...
2018-08-16 Thomas Faber[USBPORT] Remove an unnecessary check in USBPORT_Alloca...
2018-08-16 Thomas Faber[USBPORT] Remove an unnecessary check in USB2_ConvertFr...
2018-08-16 Thomas Faber[USBPORT] Accept negative BusTime in USB2_MoveTtEndpoin...
2018-08-16 Thomas Faber[WIN32K:NTUSER] Fix type confusion in MsgMemorySize.
2018-08-16 Pierre Schweitzer[NTOSKRNL] Start making our MMPAGING_FILE struct look...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Store page file sizes in pages, not in bytes
2018-08-16 Pierre Schweitzer[NTOSKRNL] Store page file minimum size and use it...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Page files don't have an init size, but...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Drop the MmPagingFile spin lock in favor...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Drop the alloc map from page file
2018-08-16 Pierre Schweitzer[NTOSKRNL] Stub page file extension support
2018-08-15 Katayama Hirofumi MZ[WIN32SS] Fix DrawText wrt DT_CALCRECT | DT_VCENTER...
2018-08-15 Stanislav Motylkov[SYSDM] Use single string control for system version
2018-08-15 Katayama Hirofumi MZ[SYSSETUP] Fix the button sizes of theme selection...
2018-08-15 Mike SwansonRemove unnecessary executable bits
2018-08-15 Denis Malikov[WIN32SS][USER] fixing couple typos for WINVER >= 0x600
2018-08-15 Pierre Schweitzer[BTRFS] Leak the root stream file object on mount.
2018-08-15 Pierre Schweitzer[BTRFS] Allow driver to start at first stage when no...
2018-08-13 Mark Jansen[APPHELP_APITEST] Fix rc dependency. 477/head
2018-08-13 Mark Jansen[RTL][KERNEL32] Add a comment indicating we need SEH...
2018-08-13 Mark Jansen[LDR] Guard some sections where we grab a lock.
2018-08-13 Mark Jansen[NTDLL_APITEST] Show behavior with exceptions in DllMain.
2018-08-13 Mark Jansen[LDR] Add debug logging when we encountered an exceptio...
2018-08-13 Mark Jansen[LDR] Protect calls from LdrpCallInitRoutine and LdrpCa...
2018-08-13 Pierre Schweitzer[NTOSKRNL] Don't use anonymus allocations for MM objects
2018-08-13 Pierre Schweitzer[NTOSKRNL] Keep page file name along the page file...
2018-08-13 Pierre Schweitzer[NTOSKRNL] Dereference page file objects in MM shutdown...
2018-08-13 Pierre Schweitzer[NTOSKRNL] Close page files (and delete them!) on shutdown
2018-08-13 Pierre Schweitzer[NTOSKRNL] Stub MM shutdown
2018-08-12 Eric Kohl[UMPNPMGR] Partially implement ReenumerateDeviceInstanc...
2018-08-12 Stanislav Motylkov[SYSTEMINFO] Fix various bugs and add SMBIOS support
2018-08-12 Katayama Hirofumi MZ[WIN32SS][FONT] Fix font metrics (#713)
2018-08-12 Eric Kohl[NETAPI32] Add DFS RPC interface and some DFS stubs
2018-08-12 Stanislav Motylkov[DXDIAG] Fix wrapped controls in russian translation
2018-08-12 Stanislav Motylkov[DXDIAG] Minor code style fixes
2018-08-12 Stanislav Motylkov[DXDIAG] Fix blank system and BIOS values
2018-08-12 Stanislav Motylkov[SDK] Add user-mode DMI/SMBIOS helper library
2018-08-12 Katayama Hirofumi MZ[MSPAINT] Fix interpretation of command line (#707)
2018-08-12 Pierre Schweitzer[KMTESTS:MM] Properly clean up files
2018-08-11 Pierre Schweitzer[NTOSKRNL] Misc fixes:
2018-08-11 Pierre Schweitzer[NTOSKRNL] Rename PagingFileList to MmPagingFile and...
2018-08-11 Pierre Schweitzer[NTOSKRNL] Remove useless define
2018-08-11 Pierre Schweitzer[NTOSKRNL] Replace the alloc map by a bitmap
2018-08-11 Pierre Schweitzer[NTOSKRNL] Drop unused field
2018-08-11 Pierre Schweitzer[NTOSKRNL] Revert r4668 (yeah, that was 15y ago)
2018-08-11 Pierre Schweitzer[NTOSKRNL] Restrict rights on the page file
2018-08-11 Pierre Schweitzer[NTOSKRNL] Deny page file creation on floppy disk
2018-08-11 Pierre Schweitzer[NTOSKRNL] Properly open a page file and set appropriat...
2018-08-11 Pierre Schweitzer[NTOSKRNL] Check that caller has appropriate right...
2018-08-11 Eric Kohl[DLLHOST] Add dllhost to make the device driver extract...
2018-08-10 Katayama Hirofumi MZ[WIN32SS][FONT] Fix the system logical stock font data...
2018-08-10 Katayama Hirofumi MZ[SHELL32] Fix a careless mistake of ShellExecCmdLine...
2018-08-09 Katayama Hirofumi MZ[CONSRV] Implement support for file/directory drag... 692/head
2018-08-08 Serge Gautherie[REACTOS] Improve how some ASSERTMSG() message values... 660/head
2018-08-08 Serge Gautherie[CMLIB] Simplify an ASSERTMSG() as an ASSERT().
2018-08-08 Hermès Bélusca... [BOOTLIB] Fix the implementation of RtlAssert() ('Messa...
2018-08-08 Serge Gautherie[REACTOS] RtlAssert(): use "%lu" as LineNumber format.
2018-08-08 Hermès Bélusca... [CONSRV] Minor code re-organization.
2018-08-08 Hermès Bélusca... [CONSRV] Add a PasteText() helper function and use it.
2018-08-08 Thomas Faber[HAL] Remove misleading debug prints about USB controllers.
2018-08-08 Hermès Bélusca... [CMD] Small translation update.
2018-08-08 Bișoc George[TRANSLATION][WMIC] Add Italian translation
2018-08-07 Eric Kohl[WLNOTIFY] Add sens service stubs
2018-08-07 Serge Gautherie[NTOSKRNL] Round memory size up, "debug log" part
2018-08-07 Jared Smudde[BOOTDATA] Change the default open command for HTA...
2018-08-06 Hermès Bélusca... [CMD] Add speed-optimized checks for dot-directories...
2018-08-06 Hermès Bélusca... [CMD] Fix the way the DIR-command pattern is interprete...
2018-08-06 Hermès Bélusca... [CMD] Code formatting; use LPCTSTR where possible;...
2018-08-06 Katayama Hirofumi MZ[CMD] Create a DirNodeCleanup() helper for cleanup...
2018-08-06 Hermès Bélusca... [CMD] Fix French translation.
2018-08-06 Mark Jansen[NTOSKRNL] Fix a nullptr dereference in IopStartDevice 732/head
2018-08-06 Hermès Bélusca... [WINLOGON] Hack-fix for CORE-14877 ; see commit bcec1fd6.
2018-08-06 Hermès Bélusca... [WINLOGON][MSGINA] Fix typo.
2018-08-05 Eric Kohl[SYSSETUP] SetupStartService: Wait until the service...
2018-08-05 Eric Kohl[ADVAPI32] Add parameter checks to LogonUserExW and...
2018-08-05 Eric Kohl[NETAPI32] Implement I_NetServerSetServiceBits()
2018-08-05 Eric Kohl[NETAPI32] Add annotations and move NetUseGetInfo to...
2018-08-05 Eric Kohl[SRVSVC] Set and retrieve service bits and rename unkno...
2018-08-05 Katayama Hirofumi MZ[SHELL32] Fix handling of multiple parameters in the...
2018-08-05 Thomas Faber[MSCONFIG] Fix buffer overflow when handling long servi...
2018-08-05 Mark Jansen[ZIPFLDR] Add 'Extract All' to individual item context... 728/head
2018-08-05 Mark Jansen[ZIPFLDR] Add 'Extract All' menu item to the folder...
2018-08-05 Mark Jansen[ATL] Fix the CComQIIDPtr template.
2018-08-05 Mark Jansen[ZIPFLDR] Implement RouteTheCall, so that applications...
2018-08-05 Denis Malikov[HAL] Add NT6-compatible version of HalpMapPhysicalMemo... 359/head
2018-08-04 Eric Kohl[LSASRV] Implement and call the policy change notificat...
next