- 30.09.2017 13 коммитов
-
-
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
-
-
- 29.09.2017 8 коммитов
-
-
-
-
Jérôme Gardou создал
- Add CFI annotations to debug functions CORE-8531 svn path=/trunk/; revision=75990
-
Jérôme Gardou создал
- Add CFI annotation macros CORE-13850 #resolve svn path=/trunk/; revision=75989
-
Colin Finck создал
[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+ Previously, the Printing Stack was a mix of GPLed and LGPLed code. Having everything under GPL-2.0+ makes things consistent and allows me to import code from most Open Source licenses. Given that the Printing Stack components are exchangeable with their Windows counterparts and implement documented interfaces, this license change doesn't impose any additional restrictions on dependent components (like printer drivers). svn path=/trunk/; revision=75988
-
Colin Finck создал
[VGAFONTEDIT] Use the new header with SPDX license identifier and make the entire application GPL-2.0+ The code of the single GPL-2.0 only file "misc.c" was originally derived from GPL-2.0 only devmgmt. I have now replaced it with the same code from LGPL-2.1+ mmc, which makes my application a full GPL-2.0+ work. This is legit, because I know that Thomas Weidenmueller is the original author of the "misc.c" code. svn path=/trunk/; revision=75987
-
Colin Finck создал
[FASTFAT_NEW] [FULLFAT] Remove the FullFAT-based "fastfat_new" driver and the third-party FullFAT library itself. Our driver has not seen any development since 2010 and the current fastfat driver has long surpassed it. Even more important, FullFAT is licensed under a modified version of GPLv3 that forbids commercial usage. Shipping it as a ReactOS dependency would render the OS unusable for commercial scenarios. If anybody wants to resurrect the driver, you can always get it from the repository history. svn path=/trunk/; revision=75986
-
Colin Finck создал
[HEADERS] Use the new header with SPDX license identifier for host headers I've contributed to and ensure license compliance for pshpack/poppack. - The pshpack and poppack headers were rewritten from scratch as their current versions came with no license information and included obsolete checks (e.g. for an ancient FreeBSD version). I have put the new ones under CC0-1.0, which is equivalent to Public Domain but legally valid also in jurisdictions which have no concept of Public Domain (e.g. Germany). - Relicense nls.h under CC0-1.0 too. I'd recommend the same for typedefs.h, but I'm not the only contributor to that file. svn path=/trunk/; revision=75985
-
- 28.09.2017 6 коммитов
-
-
Colin Finck создал
[BOOTSECTORS] Use the new header with SPDX license identifier for the ISO boot sector files I contributed to. Remove the unmaintained .asm files. svn path=/trunk/; revision=75984
-
Colin Finck создал
- The original header committed in 2004 clearly indicated "or any later version", so use GPL-2.0+ That header has since been removed in r33507 by some "Colin Finck" guy ;) - Add Hermès to the list of copyright holders, since he rewrote most of this in r62694. svn path=/trunk/; revision=75983
-
Sylvain Petreolle создал
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 svn path=/trunk/; revision=75982
-
Eric Kohl создал
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. svn path=/trunk/; revision=75981
-
James Tabor создал
- Patch by MudHead : Should test for invalid parent parameter. See CORE-13718. svn path=/trunk/; revision=75980
-
James Tabor создал
- Patch by MudHead : Not setting error on success. See CORE-13717. svn path=/trunk/; revision=75979
-
- 27.09.2017 1 коммит
-
-
Pierre Schweitzer создал
- 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() svn path=/trunk/; revision=75978
-
- 26.09.2017 11 коммитов
-
-
Hermès Bélusca-Maïto создал
[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. svn path=/trunk/; revision=75977
-
Eric Kohl создал
Revert r75975 because of failures in the advpack files winetest. svn path=/trunk/; revision=75976
-
Eric Kohl создал
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. svn path=/trunk/; revision=75975
-
-
Giannis Adamopoulos создал
[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. svn path=/trunk/; revision=75973
-
Eric Kohl создал
Implement NetStatisticsGet() and move NetpNtStatusToApiStatus(). svn path=/trunk/; revision=75972
-
Eric Kohl создал
Rename misc.c to utils.c because misc.c will be used for something else. svn path=/trunk/; revision=75971
-
Eric Kohl создал
Add proper client implementations for NetQueryDisplayInformation() and NetGetDisplayInformationIndex(). svn path=/trunk/; revision=75970
-
Pierre Schweitzer создал
W2K3ify GetVolumeInformationA(). Also fix a regression brought by GetVolumeInformationW() rewrite (yay, winetests!). svn path=/trunk/; revision=75969
-
Hermès Bélusca-Maïto создал
[TIMEOUT]: Implement the TIMEOUT utility (found on Win2k3 and upwards). This is an improved "pause" command, with elapsed time count display. Based from a patch by Lee Schröder, with modifications by myself. CORE-10044 #resolve svn path=/trunk/; revision=75968
-
Pierre Schweitzer создал
- Implement IsThisARootDirectory() - Reimplement GetVolumeInformationW() to make it w2k3 compliant. This fixes a few winetests and makes fsutil fsinfo ntfsinfo work in ROS :-) svn path=/trunk/; revision=75967
-
- 25.09.2017 1 коммит
-
-
Pierre Schweitzer создал
- Modify OpenVolume so that it can restrict volume opening to a NTFS volume (broken on ROS...) - Implement fsutil fsinfo ntfsinfo svn path=/trunk/; revision=75966
-