Commit graph

64335 commits

Author SHA1 Message Date
Thomas Faber 40beab051e [ACPI]
- Completely duplicate CompatibleIdList before freeing the original in acpi_bus_add. Fixes use after free

svn path=/trunk/; revision=69901
2015-11-16 20:01:04 +00:00
Thomas Faber 87a055b175 [PARPORT]
- Initialize DeviceRelations->Count in FdoQueryBusRelations
- Don't fake success for unsupported PNP minor functions, it makes the kernel very unhappy
Powered by Special Pool

svn path=/trunk/; revision=69900
2015-11-16 19:56:00 +00:00
Thomas Faber ad4ae38293 [ACPI]
- Addendum to r69867: free device info pointer at the end of acpi_bus_add to avoid use after free.
Powered by Special Pool

svn path=/trunk/; revision=69899
2015-11-16 14:20:25 +00:00
Thomas Faber 352bcdb0e1 [FASTFAT]
- Correctly track the buffer length in VfatGetAllInformation. Fixes pool corruption when running ntdll_winetest:file

svn path=/trunk/; revision=69898
2015-11-16 13:58:39 +00:00
Thomas Faber 187db82af7 [KMTESTS:IO]
- Add a test for FileAllInformation

svn path=/trunk/; revision=69897
2015-11-16 13:53:03 +00:00
Thomas Faber 5a28e79ccc [CDFS]
- Don't access file name buffer if its Length is zero in CdfsMakeAbsoluteFilename
CORE-10459

svn path=/trunk/; revision=69896
2015-11-16 11:01:36 +00:00
Thomas Faber 043845e1cd [NTDLL_APITEST]
- Add a test for RtlImageRvaToVa
CORE-10523

svn path=/trunk/; revision=69895
2015-11-16 09:48:39 +00:00
Eric Kohl 273416bcd3 [SYSSETUP]
Add a hack to set the Primary Domain Name (Workgroup Name).
#CORE-10459 #comment Does this fix the bug?

svn path=/trunk/; revision=69894
2015-11-15 20:54:12 +00:00
Hermès Bélusca-Maïto 428cebf114 [CSRSRV][CONSRV]: Remove the DPRINTs introduced for solving CORE-10510 and CORE-9742.
svn path=/trunk/; revision=69893
2015-11-15 15:18:59 +00:00
Eric Kohl 8d8012fbfb [FASTFAT]
Ooops! That should not have been committed!

svn path=/trunk/; revision=69892
2015-11-14 21:10:02 +00:00
Eric Kohl ad4b705148 [FASTFAT]
VfatGetAllInformation: Return as much information as possible, but do not fail if the name string does not fit into the buffer.

svn path=/trunk/; revision=69891
2015-11-14 20:41:59 +00:00
Hermès Bélusca-Maïto 1ec8189e87 [CLIPBRD]
- Change SetDIBitsToDeviceFromClipboard to correctly use the requested format instead of always using CF_DIBV5
- Enable/Disable the menu point "Save as..." dynamically
- Remove unneeded import libraries
- Add WS_EX_ACCEPTFILES window style and handle WM_DROPFILES
- Add some defines and structures for handling clipboard files (work in progress)
- Add Open and Save dialogs
Patch by Ricardo Hanke. CORE-10520

svn path=/trunk/; revision=69890
2015-11-14 16:45:41 +00:00
Hermès Bélusca-Maïto 9bccd93655 [CONSRV]: Use NtDuplicateObject with DUPLICATE_CLOSE_SOURCE to close a duplicated handle in a target process (instead of erroneously call NtClose on it). Should fix CORE-10510 and CORE-9742. Thanks to Thomas Faber for having pointed me to the source of the problem.
svn path=/trunk/; revision=69889
2015-11-14 16:20:00 +00:00
Amine Khaldi 9086f2a059 [INCLUDE/REACTOS] Move the debug macros from mmebuddy.h to mmebuddy_debug.h. [SNDBLST][MMENT4][MMEBUDDY] Use mmebuddy_debug.h where needed. [WDMAUD.DRV] Enable PCH again and use mmebuddy_debug.h where needed.
svn path=/trunk/; revision=69888
2015-11-14 16:19:07 +00:00
Amine Khaldi 94a73db543 [KERNEL32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69887
2015-11-14 14:57:11 +00:00
Amine Khaldi a4f40a675a [WDMAUD.DRV] You don't deserve PCH.
svn path=/trunk/; revision=69886
2015-11-14 14:52:15 +00:00
Sylvain Petreolle 7031914e90 [WDMAUD]
Define NDEBUG before the includes, otherwise its a no-op.
CORE-7716

svn path=/trunk/; revision=69885
2015-11-14 14:00:29 +00:00
Sylvain Petreolle 6c4eee79d5 [UMPNPMGR]
Improve traces.

svn path=/trunk/; revision=69884
2015-11-14 13:28:03 +00:00
Thomas Faber 4c091ac8d1 [NTOS:KD]
- Actually write back the response to the user buffer in KdpPrompt

svn path=/trunk/; revision=69883
2015-11-14 08:55:46 +00:00
Hermès Bélusca-Maïto 4a866698e3 Fix cast type.
svn path=/trunk/; revision=69882
2015-11-13 20:01:53 +00:00
Hermès Bélusca-Maïto 8f3b6120b2 [CSRSRV][CONSRV][USERSRV]: Display complementary redundant information to try to understand problems in CORE-9742 and CORE-10510 (any discrepancy in the redundant info should be the sign of some corruption).
svn path=/trunk/; revision=69881
2015-11-13 19:56:22 +00:00
Eric Kohl 014a85563d [FASTFAT]
Deny access when trying to overwrite a read-only file.

svn path=/trunk/; revision=69880
2015-11-13 19:03:34 +00:00
Hermès Bélusca-Maïto 5b9077f992 [CONSRV]
Add diagnostic dprints to try to understand the problems described in CORE-9742 and CORE-10510

svn path=/trunk/; revision=69879
2015-11-12 20:24:18 +00:00
Thomas Faber 57dd4b34c7 [KMTESTS:IO]
- Add a test trying assorted path variations to open files
CORE-10483

svn path=/trunk/; revision=69878
2015-11-12 13:13:54 +00:00
Thomas Faber 8160fdc383 [KMTESTS:IO]
- Add a test verifying that opening a file using different parent directories still yields handles to the same file
CORE-10483

svn path=/trunk/; revision=69877
2015-11-12 12:55:26 +00:00
Eric Kohl 607f4f62b8 [NTMARTA]
AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation.

svn path=/trunk/; revision=69876
2015-11-12 12:30:12 +00:00
Giannis Adamopoulos 0b81e76316 [SHELL32]
- CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some flickering will go unnoticed.

svn path=/trunk/; revision=69873
2015-11-10 22:57:24 +00:00
Thomas Faber c7278f382c [ACPI]
- Remove the HPET hack, which is finally no longer needed (presumably thanks to the ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK fixes).
CORE-10509

svn path=/trunk/; revision=69872
2015-11-10 19:14:03 +00:00
Amine Khaldi 9f8c4e2628 [WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69871
2015-11-10 17:41:55 +00:00
Thomas Faber 04d16609e0 [ACPICA]
- Update to version 20150930
CORE-10509 #resolve

svn path=/trunk/; revision=69870
2015-11-10 16:56:46 +00:00
Robert Naumann eb779cd089 [SHELL32] -Use a 32bit masked icon for "Open With" Dialog items
-Fix icon ID for the "Open With" Dialog 
-Patches by Jared Smudde CORE-10500 CORE-10502

svn path=/trunk/; revision=69869
2015-11-10 16:31:37 +00:00
Thomas Faber 1ac3551821 [ACPICA]
- Update to version 20150410
CORE-10509

svn path=/trunk/; revision=69868
2015-11-10 15:20:17 +00:00
Thomas Faber 480cf4df92 [ACPI]
- Fix memory leak in acpi_bus_add. CID 731690

svn path=/trunk/; revision=69867
2015-11-10 14:15:52 +00:00
Thomas Faber 95a246ddd5 [ACPICA]
- Update to version 20141107
- Get rid of the ROS diffs in actypes.h by making use of the new ACPI_USE_SYSTEM_INTTYPES define

svn path=/trunk/; revision=69866
2015-11-10 13:51:38 +00:00
Amine Khaldi 8283006e8b [HAL] Fix HalpInitializeTsc prototype.
svn path=/trunk/; revision=69865
2015-11-10 13:19:40 +00:00
Amine Khaldi 0e92f5f736 [MESA] Addendum to r60576.
svn path=/trunk/; revision=69864
2015-11-10 13:11:09 +00:00
Thomas Faber 88b3e30fe5 [ACPICA]
- Fix GCC versions of ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK. It now generates the same code as the original
CORE-10509

svn path=/trunk/; revision=69863
2015-11-10 12:43:58 +00:00
Amine Khaldi de1c000c42 [FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall.
svn path=/trunk/; revision=69862
2015-11-10 12:14:56 +00:00
Amine Khaldi c89c575aff [USER32] Improve the check for item in MENU_FindItem().
svn path=/trunk/; revision=69861
2015-11-10 12:11:10 +00:00
Thomas Faber e9415580c5 [ACPICA]
- Mark ReactOS modifications as such
CORE-10509

svn path=/trunk/; revision=69860
2015-11-10 11:12:54 +00:00
Hermès Bélusca-Maïto c603449bec [NETWORK]: s/laod/load/
svn path=/trunk/; revision=69859
2015-11-09 18:01:54 +00:00
Thomas Faber 94b3bf2df8 [WS2_32_NEW]
- Remove unnecessary dnsapi dependency
- Fix some comments and a DPRINT
Brought to you by Peter Hater.
CORE-10440

svn path=/trunk/; revision=69858
2015-11-09 17:46:54 +00:00
Thomas Faber d410f53b84 [WS2_32_NEW]
- Enable NDEBUG
CORE-10440

svn path=/trunk/; revision=69857
2015-11-09 17:19:33 +00:00
Thomas Faber 3cb72d305d [MSAFD]
- SO_LINGER is not supported for datagram sockets. Patch by Peter Hater.
CORE-10440

svn path=/trunk/; revision=69856
2015-11-09 17:00:26 +00:00
Robert Naumann 6abffdf0ac [SHELL32] Add a missing icon to the folder options "View" tab. the remaining missing icons of the other tabs are dynamical, they have to be implemented.
svn path=/trunk/; revision=69855
2015-11-08 18:03:33 +00:00
Hermès Bélusca-Maïto d58cfffc62 [SHELL32]: Update French translation.
svn path=/trunk/; revision=69854
2015-11-08 16:31:42 +00:00
Daniel Reimer 70452865a7 [NTVDM]
Update German translation

svn path=/trunk/; revision=69853
2015-11-08 16:27:39 +00:00
Daniel Reimer af93ca92aa [BROWSEUI]
Update German translation

svn path=/trunk/; revision=69852
2015-11-08 16:19:56 +00:00
Robert Naumann 84b0040ce1 [BROWSEUI] Pass the Resource string directly instead of using an additional buffer. Remove the NULL characters from the strings. Fix return value handling of LoadStringW()
svn path=/trunk/; revision=69851
2015-11-08 15:44:18 +00:00
Hermès Bélusca-Maïto 4888f694bd [BROWSEUI]
- Apply the same fix as r69849, but for the Forward tooltip. Also it would be nice to use ATL strings to retrieve the resources & not hardcoding an extra NULL character inside the resource string.
- Add a missing string resource in romanian RC file.

svn path=/trunk/; revision=69850
2015-11-08 14:41:26 +00:00