Commit graph

31936 commits

Author SHA1 Message Date
KJK::Hyperion 25225baded modified include/reactos/libs/pseh/pseh2.h
Did you know gcc doesn't let PSEH deter it from inlining a function? Allocate the frame with __builtin_alloca so that this doesn't cause issues

svn path=/trunk/; revision=38476
2008-12-30 20:02:03 +00:00
Christoph von Wittich a1ffc8d05a fix some more security winetests
svn path=/trunk/; revision=38475
2008-12-30 17:10:40 +00:00
Christoph von Wittich 45bacdf407 fix some more security winetests
svn path=/trunk/; revision=38474
2008-12-30 16:01:13 +00:00
Christoph von Wittich fd09fafa0b fix some security winetests
svn path=/trunk/; revision=38472
2008-12-30 15:12:17 +00:00
Christoph von Wittich fa4a7deb60 get icmp.dll to work
svn path=/trunk/; revision=38471
2008-12-30 13:55:52 +00:00
Christoph von Wittich 8aaeedbb99 fix a winetest failure
svn path=/trunk/; revision=38470
2008-12-30 13:37:31 +00:00
Christoph von Wittich 2b9b7c7ab7 fix iphlpapi winetests
svn path=/trunk/; revision=38469
2008-12-30 12:04:47 +00:00
Aleksey Bragin bd0cab21cc - Silence debug output.
svn path=/trunk/; revision=38468
2008-12-30 10:32:23 +00:00
Christoph von Wittich 3241a12ecb add iphlpapi_winetest to bootcd
svn path=/trunk/; revision=38467
2008-12-30 09:11:13 +00:00
Christoph von Wittich 6951e57b2d add ws2_32_winetest to bootcd
svn path=/trunk/; revision=38465
2008-12-30 09:04:34 +00:00
Dmitry Chapyshev bba74c7731 - Implement FreeContextBuffer
svn path=/trunk/; revision=38463
2008-12-30 08:29:46 +00:00
Dmitry Chapyshev af929be7de - Implement InitSecurityInterfaceA/W
svn path=/trunk/; revision=38462
2008-12-30 08:06:39 +00:00
KJK::Hyperion 26d5b48792 modified lib/pseh/framebased-gcchack.c
modified   lib/pseh/i386/framebased-gcchack.S
   Correctly handle exceptions thrown during unwinding
   Renamed some internal routines to more appropriate names

svn path=/trunk/; revision=38460
2008-12-30 04:00:45 +00:00
Dmitry Gorbachev d3c81b34be Fix UTF-8 -> Wide Char conversion bug #3990.
svn path=/trunk/; revision=38459
2008-12-29 20:16:22 +00:00
Dmitry Chapyshev cb89e7b0bd - Remove lpAddress check, this is broken trunk
svn path=/trunk/; revision=38458
2008-12-29 17:14:17 +00:00
Dmitry Gorbachev 93f8f62632 Fix translations. Patch by Mario Kacmar. Bug #3955.
svn path=/trunk/; revision=38457
2008-12-29 14:26:01 +00:00
Dmitry Gorbachev 05530904b8 - Fix more ICU warnings
svn path=/trunk/; revision=38456
2008-12-29 13:10:33 +00:00
Dmitry Gorbachev 5341c63e40 - Fix indentation.
- Fix bug #3920 (at line 736).

svn path=/trunk/; revision=38455
2008-12-29 11:50:09 +00:00
Stefan Ginsberg ed14235592 - Fix ICU warnings
svn path=/trunk/; revision=38454
2008-12-29 11:05:00 +00:00
Stefan Ginsberg 6f2c60aa34 - Silence riched20 format warnings
svn path=/trunk/; revision=38453
2008-12-29 11:04:13 +00:00
Stefan Ginsberg 6d9a712475 - Silence Uniata warnings, add a .diff and remove allowwarnings=true
svn path=/trunk/; revision=38452
2008-12-29 11:03:54 +00:00
Christoph von Wittich 3d7aac0b8d add crypt32_winetest to bootcd
svn path=/trunk/; revision=38450
2008-12-29 10:11:32 +00:00
Christoph von Wittich fbe14c277d add wintrust_winetest to bootcd
svn path=/trunk/; revision=38448
2008-12-29 09:58:56 +00:00
Christoph von Wittich a2666bfc50 add jscript_winetest to bootcd
svn path=/trunk/; revision=38446
2008-12-29 09:44:03 +00:00
Johannes Anderwald 8c6c01539d - Add IIrpTarget, IKsWorkSink, IKsShellTransport, IIrpStream, IIrpStreamVirtual IIrpStreamPhysical, IPortFilterWaveCyclic, IPortPinWaveCyclic
svn path=/trunk/; revision=38444
2008-12-29 08:55:12 +00:00
Christoph von Wittich da37905468 sync urlmon.idl to wine 1.1.11
svn path=/trunk/; revision=38442
2008-12-29 08:35:12 +00:00
Christoph von Wittich 715d203273 fix "Primary mouse button changes prematurely."
See issue #3949 for more details.

svn path=/trunk/; revision=38440
2008-12-29 07:14:35 +00:00
Christoph von Wittich ea025bdb03 fix doxygen @name for ExpSystemErrorHandler patch by <aspotashev at gmail.com>
See issue #3963 for more details.

svn path=/trunk/; revision=38439
2008-12-29 06:24:46 +00:00
Dmitry Gorbachev 482d311a98 Add Slovak koruna to Calculator, update Korean file.
Patch by Mario Kacmar, with some modifications.
Bug #3867.

svn path=/trunk/; revision=38438
2008-12-29 03:53:13 +00:00
James Tabor 07ebe48b4c - Support MOVEFILE_WRITE_THROUGH flag.
svn path=/trunk/; revision=38437
2008-12-29 02:30:09 +00:00
Johannes Anderwald 56c55c3ff7 - Add IPowerNotify interface
svn path=/trunk/; revision=38435
2008-12-28 21:30:58 +00:00
Johannes Anderwald 9831e4a668 - Add IPinCount interface
svn path=/trunk/; revision=38431
2008-12-28 17:51:57 +00:00
Johannes Anderwald eae7530166 - Add ISubdevice interface
- This interface is used as the generic interface for all IPort drivers when connecting with ks.sys

svn path=/trunk/; revision=38430
2008-12-28 17:28:23 +00:00
Johannes Anderwald 3ae6d9fb3c - Acquire lock before deleting
svn path=/trunk/; revision=38429
2008-12-28 17:19:18 +00:00
Dmitry Chapyshev e4739139f7 - Fix GetLogicalDriveStringsA/W. +5 passed tests
- Add params check for GetVolumeNameForVolumeMountPointW

svn path=/trunk/; revision=38428
2008-12-28 15:38:17 +00:00
Dmitry Chapyshev 21421f90d2 - Fix build ;)
svn path=/trunk/; revision=38422
2008-12-28 13:48:52 +00:00
Dmitry Chapyshev 3c0e179f92 - Add check of params for VirtualAllocEx and VirtualFreeEx
- Implement GetWriteWatch (based on Wine)
- Fix VirtualQueryEx

svn path=/trunk/; revision=38421
2008-12-28 13:03:05 +00:00
Dmitry Gorbachev c3963a9ccd Fix bug #3984.
svn path=/trunk/; revision=38419
2008-12-28 12:53:08 +00:00
Dmitry Gorbachev 5ee921c371 Fix bug #3975.
svn path=/trunk/; revision=38418
2008-12-28 12:32:20 +00:00
Christoph von Wittich 2057ac87a7 add some missing GUIDs
svn path=/trunk/; revision=38410
2008-12-28 10:41:07 +00:00
Christoph von Wittich e970a33b95 update system restore header
svn path=/trunk/; revision=38405
2008-12-28 10:23:32 +00:00
Dmitry Gorbachev fa287a1e62 Do not return garbage in cbSize field of CURSORINFO.
svn path=/trunk/; revision=38402
2008-12-28 07:35:26 +00:00
Dmitry Gorbachev eb68ff54ba - Change description of what OARCH option does.
- Add a separate TUNE option.

svn path=/trunk/; revision=38401
2008-12-28 05:12:45 +00:00
Daniel Reimer 88eef194a9 Bug 3983: notepad update by Mario Kacmar
+ Tab -> 4-Spaces
+ Applied to all other languages
+ cleaned up menu parts

svn path=/trunk/; revision=38400
2008-12-28 02:41:35 +00:00
Daniel Reimer 293626395b Ctrl -> Strg
svn path=/trunk/; revision=38399
2008-12-28 00:57:53 +00:00
Stefan Ginsberg 81484cd1c5 - IoStartPacket: Use the correct IRQL when releasing the Cancel Spinlock
svn path=/trunk/; revision=38397
2008-12-27 19:49:29 +00:00
Hervé Poussineau e79c502488 Fix InstallHinfSectionW:
- need to call SetupInstallServicesFromInfSection() to install services
- handle reboot if requested to

svn path=/trunk/; revision=38396
2008-12-27 18:38:32 +00:00
Dmitry Chapyshev 46df3d3fe2 - Move ReplaceFileA/W to file.c
- Implement ReplaceFileA
- Partial implement ReplaceFileW. Parametres checked and function return TRUE.

svn path=/trunk/; revision=38395
2008-12-27 17:24:07 +00:00
Michael Martin ca9d98020a - Fixes VideoPortGetAccessRanges.
- Previous implementation was missing the Device number when searching the bus resulting in failure to find Device and Vendor ID. 
- Function was also passing NULL for first 4 parameters of HalAssignSlotResources causing failure.
- Due to this, the device object was then deleted causing failure when trying to find the display device in Csrss:CsrpInitVideo().
- Part 3 of ? fixes for bug 2286.

svn path=/trunk/; revision=38394
2008-12-27 17:16:07 +00:00
Christoph von Wittich 943a74b328 forgot these...
svn path=/trunk/; revision=38392
2008-12-27 15:12:15 +00:00