Eric Kohl
dd0027ba19
[STORPORT] Initialize the port configuration and pass it to the HwFindAdapter routine.
2017-10-15 13:10:08 +02:00
Pierre Schweitzer
eb05356a26
[KERNEL32_APITEST] Add a few tests for GetVolumeInformation that were used to fix previous issues
2017-10-15 10:44:50 +02:00
Pierre Schweitzer
5bfc68cc14
[KERNEL32] Fix buffer size for allocation in GetVolumeInformationW(). This fixes function failing with big enough buffer.
2017-10-15 10:43:49 +02:00
Eric Kohl
42cb5353b8
[STORORT] Allocate the miniport device extension and use it the calls to HwFindAdapter and HwInitialize.
...
CORE-13866
2017-10-15 00:06:22 +02:00
Pierre Schweitzer
dc8bfeabcf
[KERNEL32] Use proper size for allocating buffer in GetVolumeInformationA(). This was leading to allocate a too small buffer under certain conditions and to overrun it.
...
This fixes JRE7 setup.
This regression was brought in by r75969.
CORE-13888
2017-10-14 23:19:12 +02:00
Eric Kohl
8dea67f8ba
[STORPORT] Initialize a miniport object and call the miniport HwFindAdapter and HwInitialize routines.
...
CORE-13866
2017-10-14 19:12:24 +02:00
Giannis Adamopoulos
da5b61f32f
[EXPLORER] Remove an unnecessary refresh of the rebar and its bands.
2017-10-14 18:42:37 +03:00
Eric Kohl
804092f41b
[BOOTDATA]: Add the storport and storahci to the boot configuration.
...
Enable 'PCI\CC_0106 = storahci' and disable 'PCI\CC_0106 = uniata' in order to enable the storahci driver for AHCI controllers.
2017-10-14 00:22:36 +02:00
Thomas Faber
bf74391dcd
[USBPORT] Avoid more integer overflows.
2017-10-13 23:36:29 +02:00
Thomas Faber
a45779a12f
[USBPORT] Avoid a benign integer overflow in USBHI_QueryDeviceInformation (CID 1419219).
2017-10-13 23:36:29 +02:00
Thomas Faber
45741cdf3a
[USBPORT] Remove unnecessary null check in USBPORT_HandleSubmitURB (CID 1419367).
2017-10-13 23:36:29 +02:00
Thomas Faber
a237edf4bb
[USBPORT] Fix ControllerName leak in USBPORT_GetUnicodeName (CID 1419258).
2017-10-13 23:36:29 +02:00
Thomas Faber
b5289a2f6e
[USBPORT] Fix level check in USBDI_QueryBusInformation (CID 1419403).
2017-10-13 23:36:29 +02:00
Serge Gautherie
41b94fd17b
[INTL]: Simplify code (addendum to r74582). ( #41 )
...
CORE-13242
2017-10-13 22:24:37 +02:00
Eric Kohl
28f30ba854
[STORAHCI] Make the storahci driver build on gcc and add it to the build.
2017-10-13 21:52:38 +02:00
Waritnan Sookbuntherng
1128447196
[WIN32K][DESK.CPL]: Add fit and fill background placement options ( #28 )
...
- WIN32K and DESK.CPL: Add fit and fill background placement options.
- DESK.CPL: Define wallpaper placement constants; update translations.
- WIN32K: Fix coding style.
CORE-13360
2017-10-13 21:44:02 +02:00
Hermès Bélusca-Maïto
30bfd8afad
[STORPORT]: Fix build: declare STORPORT_API functions as exports.
2017-10-12 23:14:08 +02:00
EricKohl
b2c6c07d0f
[STORPORT] Start the implementation of the storport driver and add it to the build.
...
CORE-13866
2017-10-12 22:41:47 +02:00
gedmurphy
637276f1ab
Merge branch 'master' of https://github.com/reactos/reactos
2017-10-12 21:36:29 +01:00
Ged Murphy
650cca217a
[FLTMGR]
...
- Implement FltGetVolumeProperties
- Internal structs taken from public pdbs
2017-10-12 21:32:21 +01:00
gedmurphy
1473c522cf
[FLTMGR]
...
- Implement FltGetVolumeProperties
- Internal structs taken from public pdbs
2017-10-12 21:06:41 +01:00
EricKohl
2a4ea213fa
[SRVSVC] Implement NetrServerStatisticsGet().
2017-10-12 17:57:45 +02:00
Ged Murphy
9d15fb9279
Start to implement fltmgr tests [WIP] ( #52 )
...
[FLTMGR]
- Partially implement registering contexts
- Add a misc file which contains stubs of the APIs needed in the test suite
- Export some APIs needed by the test suite
[KMTESTS]
- Create a File System Mini-filter wrapper to host drivers for the filter manager tests
- Add a test file which will be used for testing that mini-filters load correctly
- Add a test file which will be used to write tests for IRP_MJ_CREATE requests
2017-10-12 15:32:30 +01:00
Alisson Lauffer
5d0a122ff6
[TRANSLATION]: Brazilian Portuguese translation update for input.cpl ( #51 )
2017-10-12 00:10:23 +02:00
EricKohl
5048dc8930
[WKSSVC] Implements NetrWorkstationStatisticsGet().
...
Should fix CORE-13867 and CORE-13868.
2017-10-11 22:55:01 +02:00
Jared Smudde
a8ad1702da
[SYSSETUP] Change "Select the theme you prefer" to "Select the theme you prefer." to fit in with the other titles in second stage setup.
2017-10-11 13:22:24 +02:00
Serge Gautherie
9b1e056e8f
[FREELDR] Discard empty entries in PcMemGetBiosMemoryMap. CORE-13332
...
Improve a TRACE() from f588de2e79
.
2017-10-11 13:20:15 +02:00
Pierre Schweitzer
78e5caaec2
[RDBSS] Fix broken cast when comparing DFS magic values
...
CID 1419139
2017-10-11 08:38:26 +02:00
Pierre Schweitzer
f9b26bc0f2
[RXCE] Don't remove uninitialized list entry
...
CID 1419234
2017-10-11 08:31:36 +02:00
Pierre Schweitzer
151869c6ef
[RDBSS] Avoid uninit var usage.
...
CID 1419475
2017-10-11 08:20:48 +02:00
Stopkin Sergey
74cc91524a
[GETUNAME] Update the Russian translation. #45 CORE-13222
2017-10-10 13:03:32 +01:00
Adam Słaboń
9c790dfc3b
Polish translation update ( #29 )
...
* Polish translation update
2017-10-10 12:14:38 +02:00
Amine Khaldi
cf8c9bc312
[TRAVIS-CI] We only need to keep going despite errors in the ninja step.
2017-10-09 23:22:08 +01:00
Hermès Bélusca-Maïto
496b1cb951
Don't stop compilation at the first error.
...
This gives developers a chance to see at once all the potential
errors that can exist which could make further compilations fail.
2017-10-09 20:59:26 +02:00
Amine Khaldi
54e277d6b5
[CMAKE] Update baseaddress.cmake for the GCC builds.
2017-10-09 12:35:20 +01:00
Mark Jansen
4dafcc5ea2
[MSI] Fix a buffer overrun in build_default_format CORE-13881
...
Imported wine commit:
f517022: msi: Fix an invalid write in build_default_format (Valgrind).
2017-10-09 12:33:18 +01:00
Amine Khaldi
15786900c9
[MSI] Addendum to 71bffdc
as I removed this unintentionally.
2017-10-09 12:32:09 +01:00
Alexander Shaposhnikov
48b2714578
README.md: Fix missing links
2017-10-09 05:03:46 +03:00
Alexander Shaposhnikov
7cffc6d5ce
README.md: Added badges
...
Added various badges: CI, SourceForge, GitHub stats etc.
Centered image
Fixed some typos
2017-10-09 04:56:51 +03:00
Sergey Stopkin
c8d97709cb
CORE-13875 Added russian translation for timeout util
2017-10-08 18:14:44 +02:00
Victor Kukshiev
2ece6171c0
ru calculator translation update
2017-10-08 18:12:09 +02:00
Timo Kreuzer
c22817db06
[NDK] Improve NDK tests for KTHREAD and add them to build
2017-10-08 18:11:07 +02:00
Timo Kreuzer
b8bd38c860
[NDK] Add Win8+ version of KTHREAD
2017-10-08 18:11:07 +02:00
Timo Kreuzer
d176ddedd6
[XDK] Fix KWAIT_BLOCK definition for Win8+
2017-10-08 18:11:07 +02:00
Adam Stachowicz
8b8108ddee
[TRAVIS-CI] Fix formatting and move "./RosBEBinFull/RosBE.sh < tmp_file" to script for better 'Job Log' readability.
2017-10-08 14:54:43 +01:00
Hermès Bélusca-Maïto
d260385023
[KERNEL32]: Add a .gitattributes file for the winnls resource files.
...
The .nls files in winnls are actual resource text files for kernel32 and not binary NLS files.
Therefore treat them as such.
2017-10-08 15:48:07 +02:00
Hermès Bélusca-Maïto
0436a4c73b
Add a small descriptive comment for the reason why the chosen files are specified in a .gitattributes file.
2017-10-08 15:48:07 +02:00
Amine Khaldi
e7054d7688
[AMSTREAM] We don't need to define WIDL_C_INLINE_WRAPPERS here anymore.
2017-10-08 14:32:50 +01:00
Amine Khaldi
e38cdd2f62
[MSCOREE] Fix build.
2017-10-08 14:28:58 +01:00
Amine Khaldi
6cdefd33e1
[PSDK] Update unknwn.idl. CORE-13762
2017-10-08 14:07:28 +01:00