- 03.10.2017 3 коммита
-
-
Colin Finck создал
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
-
Pierre Schweitzer создал
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. svn path=/trunk/; revision=76032
-
Pierre Schweitzer создал
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! svn path=/trunk/; revision=76031
-
- 02.10.2017 3 коммита
-
-
Hermès Bélusca-Maïto создал
- 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. svn path=/trunk/; revision=76029
-
Eric Kohl создал
Prepare the storport header file for the new storport driver. svn path=/trunk/; revision=76028
-
Pierre Schweitzer создал
Avoid an use-after-free in GetVolumeNameForRoot() svn path=/trunk/; revision=76027
-
- 01.10.2017 19 коммитов
-
-
-
Pierre Schweitzer создал
- 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 Note that I dropped copyrights in the header, as everything got reimplemented svn path=/trunk/; revision=76025
-
-
Hermès Bélusca-Maïto создал
[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 svn path=/trunk/; revision=76023
-
Hermès Bélusca-Maïto создал
[CONUTILS]: Add some string resources functions that can support a specified hModule parameter, and add small construction helpers for CON_SCREEN and CON_PAGER. svn path=/trunk/; revision=76022
-
-
-
-
Pierre Schweitzer создал
Define REPARSE_DATA_BUFFER so that we can stop redefining it everywhere... svn path=/trunk/; revision=76018
-
-
Timo Kreuzer создал
This file is not used, since we don't even build the mpu401 driver. svn path=/trunk/; revision=76016
-
-
-
-
Pierre Schweitzer создал
Implement GetVolumePathNamesForVolumeNameW() svn path=/trunk/; revision=76012
-
-
-
Hermès Bélusca-Maïto создал
- 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. svn path=/trunk/; revision=76009
-
-
- 30.09.2017 15 коммитов
-
-
-
-
David Quintana создал
Improve the error checking and error messages a bit. svn path=/trunk/; revision=76005
-
Hermès Bélusca-Maïto создал
CORE-13856 #resolve #comment Committed in r76004, thanks! svn path=/trunk/; revision=76004
-
-
-
-
Hermès Bélusca-Maïto создал
- 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. svn path=/trunk/; revision=76000
-
Hermès Bélusca-Maïto создал
- Use ARRAYSIZE() instead of hardcoding string buffer max. number of chars. - Un-globalize a variable; remove dead defines. - Minor code formatting fixes. svn path=/trunk/; revision=75999
-
Timo Kreuzer создал
How did CRTDLL, which forwards _pwctype_dll to msvcrt._pwctype, ever link? svn path=/trunk/; revision=75998
-
Hermès Bélusca-Maïto создал
- 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. svn path=/trunk/; revision=75997
-
Hermès Bélusca-Maïto создал
[ASM]: CORE-13850 #comment Fix MASM compilation errors with the CFI annotation macros substitutes (broken by r75989). svn path=/trunk/; revision=75996
-
-
Hermès Bélusca-Maïto создал
For few translations, the COLOR command help contained a deprecated /F switch, which was changed long time ago to the /-F switch ("Does not fill the console blank space with color attribute"). Also, remove a now-unneeded localized informative string for the COLOR command (which rendered it Windows-incompatible). svn path=/trunk/; revision=75994
-
-