Commit graph

18709 commits

Author SHA1 Message Date
Gé van Geldorp
c20dd5efa7 Multiple interrupt status bits can be active at the same time, process them
all instead of just one and ignoring the rest.
On an active network card, this would eventually cause all transmit buffers
to be marked "in use", blocking all transmits. Sinds no TCP acks would go out,
it would block TCP receives too.

svn path=/trunk/; revision=20043
2005-12-10 22:21:28 +00:00
Sebastian Gasiorek
22da8ae308 merged changes from wine to edit control.
svn path=/trunk/; revision=20042
2005-12-10 20:44:57 +00:00
Aleksey Bragin
e1624c6a81 Fix for bug #932 (should go into 0.2.9 also)
svn path=/trunk/; revision=20041
2005-12-10 19:22:43 +00:00
Thomas Bluemel
b1a1d2bbbb fixed calls to NtDuplicateObject
svn path=/trunk/; revision=20040
2005-12-10 17:09:35 +00:00
Thomas Bluemel
1f7f1f3fe5 don't touch the key handle in NtOpenKey in failure cases
svn path=/trunk/; revision=20039
2005-12-10 17:00:54 +00:00
Thomas Bluemel
656411d9b8 - support for kernel handles
- attach to owning process before accessing the handle table if necessary

svn path=/trunk/; revision=20038
2005-12-10 16:38:04 +00:00
Thomas Bluemel
1c08d2c447 fixed compiling with -Wwrite-strings
svn path=/trunk/; revision=20037
2005-12-10 15:53:27 +00:00
Christoph von Wittich
d9fe039238 add QueryServiceConfig2W stub to get ros-msconfig working again
svn path=/trunk/; revision=20036
2005-12-10 15:40:52 +00:00
Filip Navara
6cdc65dae1 Until the kernel handle support is finished or bootvid support is rewritten not to use driver objects open & close the handle every time (in the correct context).
svn path=/trunk/; revision=20035
2005-12-10 14:36:39 +00:00
Aleksey Bragin
b2a69d9d5e Move xbox's i2c support to a separate file, and add support of xbox's LEDs switching. Currently it initializes leds to red, and immediately after base init is done (means video has been initialized) they are turned to orange (good for debugging).
svn path=/trunk/; revision=20034
2005-12-10 13:50:36 +00:00
Magnus Olsen
9c79acf7f8 Bug fix DD_Cleanup thx w3seek, Implement second check for DrvGetDrawInfo,
svn path=/trunk/; revision=20033
2005-12-10 00:28:41 +00:00
Sebastian Gasiorek
87c69dc1fe merged changes from wine to button and combobox code.
svn path=/trunk/; revision=20032
2005-12-10 00:15:17 +00:00
Thomas Bluemel
711bd1e8ae fixed difference in signedness warning
svn path=/trunk/; revision=20031
2005-12-10 00:07:40 +00:00
Christoph von Wittich
af69de1b67 fix uninitialized variable warning
svn path=/trunk/; revision=20030
2005-12-10 00:06:42 +00:00
Christoph von Wittich
7df88f7230 add CertVerifyCertificateChainPolicy stub. now Genuine Check from MS reports "unsupported operating system" instead of not running at all
svn path=/trunk/; revision=20029
2005-12-09 22:58:14 +00:00
Gé van Geldorp
6ee5d41a66 Prefer reactos.org over reactos.com
svn path=/trunk/; revision=20028
2005-12-09 22:39:42 +00:00
Filip Navara
8b3e341aaa Add prototypes needed for GDI_DEBUG.
svn path=/trunk/; revision=20027
2005-12-09 22:36:49 +00:00
Gé van Geldorp
9d4e6ac04f reactos.org is the preferred name these days
svn path=/trunk/; revision=20026
2005-12-09 22:14:27 +00:00
Thomas Bluemel
3b82b7735b implemented DeviceProblemTextA/W()
svn path=/trunk/; revision=20025
2005-12-09 21:57:24 +00:00
Gé van Geldorp
9492c63876 Work around lack of MSG_PEEK
svn path=/trunk/; revision=20024
2005-12-09 21:51:50 +00:00
Gé van Geldorp
4f147d70ec Remove Wine-ism
svn path=/trunk/; revision=20022
2005-12-09 21:50:10 +00:00
Gé van Geldorp
39d9a25f05 Tell shdocvw where to get the Mozilla control
svn path=/trunk/; revision=20020
2005-12-09 21:39:50 +00:00
Magnus Olsen
c83173ced9 take care of NtGdiDdDeleteDirectDrawObject Attempted to lock object 0x8d1f9ad8 that is deleted! problem.
svn path=/trunk/; revision=20019
2005-12-09 21:25:39 +00:00
Magnus Olsen
c5218fae18 Adding more debug string on dx api that are being calling
svn path=/trunk/; revision=20018
2005-12-09 20:58:32 +00:00
Magnus Olsen
c05565862c Take care of one BSOD in NtGdiDdCreateDirectDrawObject, it is not correct fix, it is a work around, the HDC can be NULL. it prevent some bsod for my new test apps for directx
svn path=/trunk/; revision=20017
2005-12-09 20:40:52 +00:00
Aleksey Bragin
3390cf5cda DPRINT->DPRINT1 in key places (when something fails we shouldn't keep silence).
svn path=/trunk/; revision=20016
2005-12-09 19:28:04 +00:00
Filip Navara
1c93c8782a Do not revoke the display ownership until the bootvid thread is terminated.
svn path=/trunk/; revision=20015
2005-12-09 19:00:13 +00:00
Christoph von Wittich
873e87742a move declaration of IntGdiExtSelectClipRgn to a win32k header
fix compile problem with path.c

svn path=/trunk/; revision=20014
2005-12-09 18:42:27 +00:00
Sebastian Gasiorek
2d6db118c9 convert strings to lower case in CharLowerA.
fixes loading of plugins in FAR.

svn path=/trunk/; revision=20013
2005-12-09 18:36:53 +00:00
Christoph von Wittich
e01c928700 implemented NtGdiSelectClipPath and PATH_FillPath
svn path=/trunk/; revision=20012
2005-12-09 18:06:19 +00:00
Gé van Geldorp
d224b2b02f Never allocate 0 bytes. Fixes bug 1082.
svn path=/trunk/; revision=20010
2005-12-09 17:56:26 +00:00
Filip Navara
188a82d7eb Fix a Mach-O magic check. Spotted by mbealby@gmail.com.
svn path=/trunk/; revision=20009
2005-12-09 17:11:20 +00:00
Filip Navara
b596e807a6 Fix a buffer overflow in OutputDebugStringA. Spotted by mbealby@gmail.com.
svn path=/trunk/; revision=20008
2005-12-09 17:06:02 +00:00
Thomas Bluemel
4ee0dcb186 Patch by FRy2oo5 <fRy2oo5@gmail.com>:
- Updated German translation of devmgr.dll

svn path=/trunk/; revision=20007
2005-12-09 14:59:10 +00:00
Gé van Geldorp
4a5c2d8537 Synthesize FILE_ATTRIBUTE_NORMAL on NetworkOpenInformation query too.
This fixes the final problem with the Firefox installer.

svn path=/trunk/; revision=20005
2005-12-09 13:23:33 +00:00
Steven Edwards
3b5049b3a5 remove another unused folder
svn path=/trunk/; revision=20004
2005-12-09 09:22:29 +00:00
Steven Edwards
db50f7ffa0 remove test cases. sorry I ment to do this before the first commit
svn path=/trunk/; revision=20003
2005-12-09 09:19:18 +00:00
Gé van Geldorp
870c58de2c un.real <battal84@gmail.com>:
Add Turkish translation

svn path=/trunk/; revision=20002
2005-12-09 08:41:09 +00:00
Christoph von Wittich
1ea6880faa add myself to credits too.
svn path=/trunk/; revision=19998
2005-12-09 01:39:42 +00:00
Brandon Turner
0fb9a64a94 Add myself to credits. 3 more left!
svn path=/trunk/; revision=19997
2005-12-09 01:36:03 +00:00
Thomas Bluemel
7cd675cdf9 SVN maintainance: set eol-style to native
svn path=/trunk/; revision=19996
2005-12-09 01:35:29 +00:00
Christoph von Wittich
64e97bc9dc added stubs for CertGetNameStringA/W needed by eMule
(now it crashes in current winsock2 code)

svn path=/trunk/; revision=19995
2005-12-09 01:28:30 +00:00
Christoph von Wittich
59737afcce added msconfig to bootcd
svn path=/trunk/; revision=19994
2005-12-09 01:17:44 +00:00
Christoph von Wittich
ded44ae906 set eol-style:native
svn path=/trunk/; revision=19993
2005-12-09 01:13:31 +00:00
Christoph von Wittich
7b341aecfa added german translation
svn path=/trunk/; revision=19992
2005-12-09 01:08:47 +00:00
Christoph von Wittich
7d995d69cb changed formatting in german rc file
svn path=/trunk/; revision=19991
2005-12-09 00:49:48 +00:00
Hervé Poussineau
ab0692d3c7 Use correct format for arguments in debug messages
svn path=/trunk/; revision=19990
2005-12-09 00:18:28 +00:00
Christoph von Wittich
20f8a4d7f6 set eol-style:native
svn path=/trunk/; revision=19989
2005-12-08 23:55:40 +00:00
Thomas Bluemel
ca9005ad4e set eol-style to native
svn path=/trunk/; revision=19988
2005-12-08 23:56:12 +00:00
Thomas Bluemel
84649db0e9 - fixed definition of RtlImageRvaToVa
- imported the Ldr resource functions from wine and share them in lib/rtl

svn path=/trunk/; revision=19987
2005-12-08 23:55:34 +00:00