Commit Graph

  • 051b605766 Merge 52d505f33b into 58bc97e1c4 #30 Amine Khaldi 2017-11-25 08:51:36 +0000
  • 52d505f33b [USBOHCI] Remove unnecessary semicolon. #30 vgalnt 2017-11-25 10:44:46 +0900
  • 3a231a64b5 [USBOHCI] Remove unnecessary assert. vgalnt 2017-11-23 19:40:24 +0900
  • 616cc02275 [USBOHCI] Type-safe function signature (PVOID -> PUSBPORT_SCATTER_GATHER_LIST). vgalnt 2017-11-23 19:36:21 +0900
  • 1b83c085bb [USBOHCI] Type-safe function signature (PVOID -> PUSBPORT_TRANSFER_PARAMETERS). vgalnt 2017-11-23 19:27:12 +0900
  • 7b1c70b54b [USBOHCI] Simplify OHCI_MapTransferToTD(). vgalnt 2017-11-23 19:18:47 +0900
  • 052bc36b29 [USBOHCI] Correcting OHCI_SetEndpointStatus(). vgalnt 2017-11-23 15:22:08 +0900
  • 78afbd5273 [USBOHCI] Simplify OHCI_AbortTransfer(). vgalnt 2017-11-23 15:13:31 +0900
  • 5ab070830d [USBOHCI] Remove unnecessary if. vgalnt 2017-11-23 14:20:38 +0900
  • 0263b9d104 [USBOHCI] Change the code for more readability in OHCI_ProcessDoneTD. vgalnt 2017-11-23 14:15:52 +0900
  • 5d2027c334 [USBOHCI] Simplify the cycle in OHCI_ControlTransfer. vgalnt 2017-11-23 10:33:36 +0900
  • 7255db324b [USBOHCI] Remove unnecessary if. vgalnt 2017-11-23 10:28:34 +0900
  • 6ba99b5b9c [USBOHCI] Correct OHCI_AllocateTD(). vgalnt 2017-11-23 10:23:49 +0900
  • a8b3908344 [USBOHCI] Rename "Result" => "HardwarePresent" in OHCI_InterruptService(). vgalnt 2017-11-23 09:33:43 +0900
  • 7ac5034c8d [USBOHCI] Use 0xFFFFFFFF instead -1 in OHCI_HardwarePresent(). vgalnt 2017-11-23 09:28:29 +0900
  • 0be3d00512 [USBOHCI] Use 0 instead FALSE for bit fields. vgalnt 2017-11-23 09:25:19 +0900
  • 40acbd7951 [USBOHCI] Add "const" in OHCI_StartController(). vgalnt 2017-11-23 09:19:59 +0900
  • 9601729294 [USBOHCI] Use USBPORT_ENDPOINT_REQUIREMENTS instead ULONG[]. vgalnt 2017-11-23 09:13:08 +0900
  • c8ad79c495 [USBOHCI] Type-safe function signature (PVOID -> PUSBPORT_ENDPOINT_PROPERTIES). vgalnt 2017-11-23 07:22:36 +0900
  • 681d213a13 [USBOHCI] Fixing OHCI_RH_ClearFeaturePortOvercurrentChange(). vgalnt 2017-11-23 06:50:22 +0900
  • 830155d652 [USBOHCI] Constant table for Index[]. vgalnt 2017-11-23 00:11:58 +0900
  • c0669821d3 [USBOHCI] Replacing type POHCI_HCD_TD on ULONG for TdPA. vgalnt 2017-11-22 23:40:56 +0900
  • 1da5d6920f [USBOHCI] Add assert in OHCI_InitializeTDs(). vgalnt 2017-11-22 23:33:35 +0900
  • f28d6395a8 [USBOHCI] Correct OHCI_RH_ClearFeaturePortOvercurrentChange(). vgalnt 2017-11-22 23:08:25 +0900
  • f485a35b19 [USBOHCI] Delete unnecessary comments and asserts. vgalnt 2017-11-22 22:30:57 +0900
  • 7526a79057 [USBOHCI] Add constant for OHCI root hub status. vgalnt 2017-11-22 22:23:14 +0900
  • 05dabe7b0a [USBOHCI] Replacing types in "HW" structures for 64-bit compatibility. vgalnt 2017-11-22 21:19:17 +0900
  • 9f61694791 [USBOHCI] Correcting spelling mistakes. vgalnt 2017-11-22 17:19:02 +0900
  • bdfd5be360 [USBOHCI] Add C_ASSERTs in OHCI_OpenInterruptEndpoint() vgalnt 2017-11-22 14:54:12 +0900
  • 293a16c044 [USBOHCI] Add ASSERTs for Port. vgalnt 2017-11-22 14:12:36 +0900
  • fb839e40da [USBOHCI] Replacing portStatus with OhciPortStatus. vgalnt 2017-11-22 13:49:46 +0900
  • 3acbd20f17 [USBOHCI] Correcting _OHCI_REG_RH_PORT_STATUS. vgalnt 2017-11-22 13:39:16 +0900
  • 051868dc11 [USBOHCI] Add C_ASSERTs for bit field structures. vgalnt 2017-11-22 13:18:46 +0900
  • 121c896edf [USBOHCI] Move "hal ntoskrnl" to the end of the import list. vgalnt 2017-11-22 00:00:37 +0900
  • 8ca3fd151a [USBOHCI] Use spaces instead of tabs. vgalnt 2017-11-21 23:29:41 +0900
  • ab5a9d48b7 Merge 28da276922 into 6530b899b3 #8 Deleted user 2017-10-03 07:18:20 +0000
  • 2a79ecdde5 Merge d19699df7d into 6530b899b3 #9 Deleted user 2017-10-03 07:18:20 +0000
  • 6530b899b3 [CLASS2] It's up to class drivers to handle MountMgr requests. So, make it handle them, even though that's just to fail because it's not implemented. This will stop IOCTLs to be sent down in the storage stack. master pschweitzer 2017-10-03 06:40:08 +0000
  • 9cbb9a8675 [KERNEL32] Reimplement GetVolumePathNameW(). This fixes a lot of failing Wine tests. Note that three of them are not fixed, which is a good thing as these also fail in the WHS bot! pschweitzer 2017-10-03 06:19:12 +0000
  • afd0323a9d [CMD]: New CTTY command. - Introduce back the CTTY command (that normally only exists on DOS versions of COMMAND.COM but doesn't on Windows NT' CMD.EXE), whose aim is to "change the active terminal" (syntax: CTTY <dos_device>). To achieve that we actually redirect STDIN, STDOUT and STDERR to read/write handles opened to the <dos_device>. This is very handy when it comes to redirecting all the standard handles to e.g. a serial terminal ("CTTY COM1" for example). - Fix some typos in the resources. hbelusca 2017-10-02 17:03:01 +0000
  • 2473ae5ad0 [DDK] Prepare the storport header file for the new storport driver. ekohl 2017-10-02 12:56:27 +0000
  • 25ae66678a [KERNEL32] Avoid an use-after-free in GetVolumeNameForRoot() pschweitzer 2017-10-01 21:29:53 +0000
  • b330a293c5 [WIN32U] Rename win32kdll to win32u, which is the "official" name on Windows 10 tkreuzer 2017-10-01 17:41:11 +0000
  • f8c289e2f1 [KERNEL32] - Implement the internal functions: GetVolumeNameForRoot(), BasepGetVolumeNameFromReparsePoint(), BasepGetVolumeNameForVolumeMountPoint() that allow querying the volume name (GUID form) given a volume root - Reimplement GetVolumeNameForVolumeMountPointW() with the new internal function BasepGetVolumeNameForVolumeMountPoint() this fixes a few bugs and adds supports for reparse points - Reimplement GetVolumeNameForVolumeMountPointA() to make it w2k3 compliant pschweitzer 2017-10-01 16:36:37 +0000
  • 20626a88ef [CMD]: Fix inclusion order. hbelusca 2017-10-01 16:33:33 +0000
  • ebff9695c4 [CMD]: Use the CONUTILS library (Part 1/x) for an uniform and consistent experience across command-line tools. - Make most of CMD use the conutils library. This means that now we explicitely use the CON_STREAM objects. In particular code handling STDIN/OUT/ERR redirection should be handled with care. - Factor out much of console-related support code into console.c. Code for console input is however not "CON_STREAM-enabled" yet. - Change ConOutPrintfPaging prototype to make it return TRUE/FALSE when it can continue paged-printing or not, respectively. CORE-13860 hbelusca 2017-10-01 16:30:39 +0000
  • 2c60ac42f6 [CONUTILS]: Add some string resources functions that can support a specified hModule parameter, and add small construction helpers for CON_SCREEN and CON_PAGER. hbelusca 2017-10-01 16:03:44 +0000
  • 0fd0914314 [REACTOS] Replace comparison against TRUE with comparison against FALSE Based on patch by Love Nystrom tkreuzer 2017-10-01 14:42:04 +0000
  • 9a26bdf51e [RTL/x64] Fix logic in RtlpTryToUnwindEpilog tkreuzer 2017-10-01 14:36:21 +0000
  • 727a915e76 [RTL/x64] Support frames to skip in flags to RtlWalkFrameChain tkreuzer 2017-10-01 14:34:26 +0000
  • a143bc1dde [NDK] Define REPARSE_DATA_BUFFER so that we can stop redefining it everywhere... pschweitzer 2017-10-01 12:56:00 +0000
  • 77b14ed92d [FREELDR] Simplify DebugDumpBuffer tkreuzer 2017-10-01 11:08:26 +0000
  • d14bf4a799 [MPU401] Move registry entries for mpu401.sys from hivesys.inf to it's own registry inf file. This file is not used, since we don't even build the mpu401 driver. tkreuzer 2017-10-01 10:56:32 +0000
  • eb5cccae4a [VGA_NEW] Remove duplicated enable.c from CMakeLists.txt tkreuzer 2017-10-01 10:25:05 +0000
  • 87bbe772bb [VGA_NEW] Add CMakeLists.txt and fix build tkreuzer 2017-10-01 10:17:30 +0000
  • a8d1945411 [INTRIN] Add missing _cdecl attributes tkreuzer 2017-10-01 10:14:03 +0000
  • af84dfee19 [KERNEL32] Implement GetVolumePathNamesForVolumeNameW() pschweitzer 2017-10-01 08:23:06 +0000
  • 4748a350a3 [GDI32] Remove obsolete function GdiIsHandleValid, which is just a copy of GdiValidateHandle tkreuzer 2017-10-01 07:53:54 +0000
  • 19e2f146a9 [CMD]: Improve ExecuteAutoRunFile() with validity checks. hbelusca 2017-09-30 22:12:21 +0000
  • 74379ccfc7 [CMD]: Small refactoring: - Moving ConGetDefaultAttributes() in console.h; - Moving some SDK inclusions into precomp.h; - Removing extern HANDLE hIn; and localize the SHORT maxx/y variables; - Comment fix; - Whitespace fixes for screen.c. hbelusca 2017-09-30 21:37:34 +0000
  • 927af0ec7c [CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. Part 3/x hbelusca 2017-09-30 21:05:49 +0000
  • baa5547278 [CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. Part 2/x hbelusca 2017-09-30 19:52:30 +0000
  • 21086a7276 [FATTEN] Fix copypasta. dquintana 2017-09-30 19:19:30 +0000
  • 70aa728314 [FATTEN] Improve the error checking and error messages a bit. dquintana 2017-09-30 19:11:22 +0000
  • b4bb768723 [TIMEOUT]: Italian translation by Carlo Bramini. CORE-13856 #resolve #comment Committed in r76004, thanks! hbelusca 2017-09-30 17:34:05 +0000
  • e2b9d98361 [CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. hbelusca 2017-09-30 15:28:06 +0000
  • a04190892a [CMD]: Move console management prototypes to their own header. hbelusca 2017-09-30 15:09:38 +0000
  • 1f303bb92f [CMD]: Addendum to r76000, with ConSetTitle. hbelusca 2017-09-30 14:26:34 +0000
  • 3fc383a32c [CMD]: Little refactoring to lay out the way to using the CONUTILS library in CMD. - Move the code used to beep, clear screen, and color the screen into console.c ; - Rename SetScreenColor into ConSetScreenColor, and invert its second parameter (bNoFill -> bFill); its default behaviour is to fill all the screen. hbelusca 2017-09-30 14:10:21 +0000
  • 6de99814b1 [CMD]: Minor modifications in the files I'm going to touch next: - Use ARRAYSIZE() instead of hardcoding string buffer max. number of chars. - Un-globalize a variable; remove dead defines. - Minor code formatting fixes. hbelusca 2017-09-30 14:04:24 +0000
  • 73109c82e3 [MSVCRT] Export _pwctype How did CRTDLL, which forwards _pwctype_dll to msvcrt._pwctype, ever link? tkreuzer 2017-09-30 12:43:08 +0000
  • 5108623f2a [CMD]: Diverse improvements: - Add pre-support for "enable extensions". - Load CMD settings at startup from the registry (from HKLM and HKCU Software\\Microsoft\\Command Processor reg key), as done by Windows' CMD.EXE. - Add support for CMD.EXE /E(:OFF), /X, /Y command-line switches. - Correctly set the console colors when using CMD.EXE /T: switch. - Start support for two control characters for the completion: the standard CompletionChar and the PathCompletionChar (if one desires to autocomplete *just* directory names -- or associated -- but not everything), as Windows' CMD.EXE offers. hbelusca 2017-09-30 11:39:08 +0000
  • 1cc4b6c276 [ASM]: CORE-13850 #comment Fix MASM compilation errors with the CFI annotation macros substitutes (broken by r75989). hbelusca 2017-09-30 10:29:50 +0000
  • 8c79c32776 [ASM]: Code formatting only. hbelusca 2017-09-30 10:29:06 +0000
  • 653702dc1e [CMD]: Fix translations for the COLOR command. hbelusca 2017-09-30 09:50:08 +0000
  • cadca2a3a5 [CMD]: Fix few comments & use ARRAYSIZE(str) instead of sizeof(str)/sizeof(str[0]) for strings. hbelusca 2017-09-30 09:13:04 +0000
  • 2abbcefd39 [ROSTESTS] Use the new header with SPDX license identifier for my printing-related API tests cfinck 2017-09-29 18:33:04 +0000
  • 4421d56e86 [ROSAUTOTEST] Use the new header with SPDX license identifier and remove dead source files. cfinck 2017-09-29 18:13:54 +0000
  • f604759bb3 [RTL] - Add CFI annotations to debug functions CORE-8531 jgardou 2017-09-29 17:32:11 +0000
  • 28d1b1486a [ASM] - Add CFI annotation macros CORE-13850 #resolve jgardou 2017-09-29 17:31:23 +0000
  • c359d09fcf [PRINTING] [SKIPLIST] Use the new header with SPDX license identifier and relicense the entire Printing Stack as well as its Skiplist dependency under GPL-2.0+ cfinck 2017-09-29 17:18:19 +0000
  • 11344d1deb [VGAFONTEDIT] Use the new header with SPDX license identifier and make the entire application GPL-2.0+ cfinck 2017-09-29 13:58:14 +0000
  • eed2c728d1 [FASTFAT_NEW] [FULLFAT] Remove the FullFAT-based "fastfat_new" driver and the third-party FullFAT library itself. cfinck 2017-09-29 10:21:33 +0000
  • fba5f8d321 [HEADERS] Use the new header with SPDX license identifier for host headers I've contributed to and ensure license compliance for pshpack/poppack. cfinck 2017-09-29 10:10:26 +0000
  • 4ada607664 [BOOTSECTORS] Use the new header with SPDX license identifier for the ISO boot sector files I contributed to. cfinck 2017-09-28 20:21:45 +0000
  • 1553c25eeb [CONTROL] Use the new header with SPDX license identifier. cfinck 2017-09-28 15:47:25 +0000
  • 4a9f9499c9 Set the resolution to 800x600x16 bit onbootcdregtest. This removes the fallback to 640x480x256 colors induced by the lack of 32bits in KVM's cirrus GPU. Fixes: dosbox 2.intro irfanview 2.OpenDocument smplayer 2.play_file spetreolle 2017-09-28 14:43:09 +0000
  • 6afc79b4f3 [PCI] Fix a port base adddress decoding bug. Port base addresses were always decoded like memory base addresses. Because of this bug, a device could have two port address ranges starting at the same base address but with different lengths. ekohl 2017-09-27 22:59:48 +0000
  • cc54bb19a9 [NtUser] - Patch by MudHead : Should test for invalid parent parameter. See CORE-13718. jimtabor 2017-09-27 22:39:17 +0000
  • ee7d1782ba [NtUser] - Patch by MudHead : Not setting error on success. See CORE-13717. jimtabor 2017-09-27 22:35:26 +0000
  • 0678ebe684 [KERNEL32] - Move InternalOpenDirW() to disk.c; that's the last place where it's used - Implement GetVolumePathNamesForVolumeNameA(); its -W implementation is still to be implemented - W2K3ify SetVolumeLabelW() and SetVolumeLabelA() pschweitzer 2017-09-27 17:43:52 +0000
  • 3ecead6a0f [TIMEOUT]: Use a waitable timer to wait for a maximum of 1 second, instead of using some Sleep(100) calls. The only Sleep() call allowed is the Sleep(INFINITE) one. hbelusca 2017-09-26 14:29:25 +0000
  • d9d3ef380a [FASTFAT] Revert r75975 because of failures in the advpack files winetest. ekohl 2017-09-26 13:49:09 +0000
  • 96d767b5c0 [FASTFAT] Terminate the path name at the last slash when a file is opened using the IO_OPEN_TARGET_DIRECTORY option. This fixes some IoCreateFile kernel mode tests. ekohl 2017-09-26 12:36:17 +0000
  • 9694b692ab [NETAPI32] Implement NetLogonSetServiceBits(). ekohl 2017-09-26 09:18:20 +0000
  • e53194b1d6 [WINLOGON][WIN32K][WINSRV] -Silence a lot of debug prints in the shutdown sequence. Add some debug prints in case of error. Also print the name of the processes that get terminated. Keep the debug prints that show the parameters that are passed to SrvExitWindowsEx and WM_LOGONNOTIFY. gadamopoulos 2017-09-26 09:11:51 +0000
  • 807163f8bc [NETAPI32] Implement NetStatisticsGet() and move NetpNtStatusToApiStatus(). ekohl 2017-09-26 09:03:27 +0000
  • 01db294982 [NETAPI32] Rename misc.c to utils.c because misc.c will be used for something else. ekohl 2017-09-26 07:51:56 +0000
  • 9010e01d80 [NETAPI] Add proper client implementations for NetQueryDisplayInformation() and NetGetDisplayInformationIndex(). ekohl 2017-09-26 07:32:49 +0000
  • 52f08b64e0 [KERNEL32] W2K3ify GetVolumeInformationA(). Also fix a regression brought by GetVolumeInformationW() rewrite (yay, winetests!). pschweitzer 2017-09-26 06:18:07 +0000