Hervé Poussineau
6ca346d8d4
Use memory wrappers instead of ExAllocatePool/ExFreePool directly
...
svn path=/trunk/; revision=42974
2009-08-30 19:20:30 +00:00
Stefan Ginsberg
e6097bec74
- %llx -> %I64x
...
- Don't pass a string literal to strcmp
svn path=/trunk/; revision=42973
2009-08-30 18:40:58 +00:00
Stefan Ginsberg
8d854b2802
- Add missing prototype
...
svn path=/trunk/; revision=42972
2009-08-30 18:25:38 +00:00
Stefan Ginsberg
a8206018e6
- Fix some inflib warnings
...
svn path=/trunk/; revision=42971
2009-08-30 18:11:09 +00:00
Stefan Ginsberg
b0f1241ccb
- gcc 4.4.0 bringup 1 of ?:
...
- servman: Disable unused, static function
- explorer, mpu401: Fix "deprecated conversion from string constant to 'xxx'" under
- ws2_32_new, portcls: Hack around bogus uninitialized variable usage warning for
- glu32: Fix various warnings and errors
svn path=/trunk/; revision=42970
2009-08-30 15:53:16 +00:00
Stefan Ginsberg
07d6ee8ed5
- Make ddraw test compile warning free under gcc 4.4.0
...
svn path=/trunk/; revision=42969
2009-08-30 15:36:37 +00:00
Stefan Ginsberg
a557cda82c
- Fix gdb2 and regexpl warnings under gcc 4.4.0
...
svn path=/trunk/; revision=42968
2009-08-30 15:35:14 +00:00
Daniel Reimer
a8d673a487
OK, I give up. Pigglesworth, HAALP. What do I do wrong??!
...
svn path=/trunk/; revision=42967
2009-08-30 11:35:28 +00:00
Daniel Reimer
ed373a444a
Next try. This time I reverted most of my header changes and just needed to add some and edit two of them.
...
svn path=/trunk/; revision=42966
2009-08-30 00:12:52 +00:00
Timo Kreuzer
2441eec072
Update DM_XXX constants and move some from winuser.h to wingdi.h where they belong, sort COLOR_XXX constants by number
...
svn path=/trunk/; revision=42965
2009-08-30 00:08:21 +00:00
Cameron Gutman
be53da4398
- Implement AFD_INFO_GROUP_ID_TYPE
...
svn path=/trunk/; revision=42964
2009-08-29 17:53:45 +00:00
Daniel Reimer
7a6738ff89
Revert my recent changes.
...
svn path=/trunk/; revision=42963
2009-08-29 17:01:29 +00:00
Daniel Reimer
18a7c5443a
Sync ddraw, d3d8 and d3d9 + wined3d to wine 1.1.28
...
Succesfully builds warning free under GCC 4.1 and 4.4
svn path=/trunk/; revision=42961
2009-08-29 14:24:48 +00:00
Hervé Poussineau
b6f0ced7a5
[ntoskrnl] Check if caller has valid access before opening a registry key
...
Assign security descriptor to new keys we're creating
svn path=/trunk/; revision=42960
2009-08-29 10:35:30 +00:00
Cameron Gutman
291b697b95
- Check that AFD succeeded the create request
...
- Use NtCreateFile instead of ZwCreateFile
svn path=/trunk/; revision=42959
2009-08-27 22:25:59 +00:00
Cameron Gutman
0ea9c96b9c
- Check that we got a valid socket before trying to bind
...
svn path=/trunk/; revision=42958
2009-08-27 21:31:49 +00:00
KJK::Hyperion
895075e99c
Add a missing include
...
"msc_helper" -> "rbuild_helper" in error messages
svn path=/trunk/; revision=42957
2009-08-27 19:34:19 +00:00
Matthias Kupfer
1abc5e10f8
- revert change from revision 41251, because it introduce more problems then it fixes
...
- basic problem still unsolved, window z-ordering doesn't work properly
svn path=/trunk/; revision=42956
2009-08-27 14:55:54 +00:00
Daniel Reimer
e75fc4e648
forgot these
...
svn path=/trunk/; revision=42949
2009-08-27 00:15:47 +00:00
Daniel Reimer
7b0250f20b
Bug 4805: Bulgarian translation update by CCTAHEB (except the wine synced files)
...
Bug 4081: Japanese translation for ReactOS Application Manager by pcds90net
Bug 4797: Norwegian translate update (17.08.09) by Lars Martin Hambro
Bug 4786: Translation patch, Dutch for usetup by Jan Roeloffzen
svn path=/trunk/; revision=42948
2009-08-27 00:11:01 +00:00
Dmitry Chapyshev
d3bda8e821
- Fix problem with uTorrent deinstallation
...
- Closing of keys at list updating
svn path=/trunk/; revision=42946
2009-08-26 19:03:32 +00:00
Dmitry Chapyshev
e7f2c45f58
- Fix typo in Russian translation
...
svn path=/trunk/; revision=42944
2009-08-26 17:46:48 +00:00
Stefan Ginsberg
ff4df4d6b2
- Fix a typo -- check if memory allocation failed instead of checking if a variable's stack address is NULL.
...
svn path=/trunk/; revision=42943
2009-08-26 17:41:01 +00:00
Stefan Ginsberg
f11466d9c0
- Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se.
...
- Don't call ExSystemExceptionFilter() if we know the caller is user mode.
- Get rid of a couple of dependencies on the NTSTATUS being initialized with STATUS_SUCCESS -- indicate success where properly instead.
svn path=/trunk/; revision=42942
2009-08-26 17:31:02 +00:00
Stefan Ginsberg
08db367162
- Fix a bug in KiRaiseException from 42923 -- a _SEH2_LEAVE wasn't converted to _SEH2_YIELD
...
svn path=/trunk/; revision=42937
2009-08-26 14:52:00 +00:00
James Tabor
6d8d6a8fc5
- Fix a crash in SetMenuInfo.
...
svn path=/trunk/; revision=42934
2009-08-26 01:07:32 +00:00
Dmitry Chapyshev
a5e2e10413
- Use iswspace instead isspace. Patch by Alexander Yastrebov (menone7[at]gmail[dot]com)
...
svn path=/trunk/; revision=42933
2009-08-25 09:45:07 +00:00
Gregor Schneider
b6cecfd934
chklib: print function pointer as a pointer, gcc 4.4 warning
...
svn path=/trunk/; revision=42932
2009-08-25 00:31:45 +00:00
Gregor Schneider
e45de08eec
tftpd: add parenthesis around AND statements embedded in OR statements, use const char* for string constants (gcc 4.4 warnings)
...
svn path=/trunk/; revision=42931
2009-08-25 00:13:15 +00:00
Gregor Schneider
32f5ad4ca6
systeminfo: use strcmp to compare strings, gcc 4.4 warning
...
svn path=/trunk/; revision=42930
2009-08-24 23:48:57 +00:00
Stefan Ginsberg
9b25f7a883
- Make use of _SEH2_YIELD in Mm
...
svn path=/trunk/; revision=42929
2009-08-24 20:39:23 +00:00
Dmitry Gorbachev
0811de4790
... and kernel32, too.
...
svn path=/trunk/; revision=42928
2009-08-24 20:10:05 +00:00
Dmitry Gorbachev
3d0a8cc2a9
... and dxg,
...
svn path=/trunk/; revision=42927
2009-08-24 20:10:03 +00:00
Dmitry Gorbachev
d412903cb1
Sprinkle win32k with some explicit voids,
...
svn path=/trunk/; revision=42926
2009-08-24 20:09:58 +00:00
Stefan Ginsberg
4a1bc02d08
- ...fix typo
...
svn path=/trunk/; revision=42925
2009-08-24 20:08:45 +00:00
Stefan Ginsberg
9bf4e79360
- Add a comment and debug print
...
svn path=/trunk/; revision=42924
2009-08-24 20:07:12 +00:00
Stefan Ginsberg
f022f9092b
- Use _SEH2_YIELD when returning from an exception instead of returning outside the SEH block. Avoids unnecessary status checks for the most common case (no exception). Move the cleanup code into the handler too in favor of the no-exception case. Futhermore, don't call ExSystemExceptionFilter when we know we are called from user mode. Finally, only enter SEH if we need to do any probing.
...
- Re-enable user mode probes in KiRaiseException; they do not seem to be an issue anymore -- booting and running the ntdll exception Winetest didn't reveal any issue. Put a breakpoint there in case this code is ever hit (unlikely).
svn path=/trunk/; revision=42923
2009-08-24 19:58:15 +00:00
Stefan Ginsberg
87db4c425c
- "BIG0" isn't a reserved tag, but "BIG " is.
...
svn path=/trunk/; revision=42922
2009-08-24 18:36:03 +00:00
Dmitry Gorbachev
59c14c8c0f
Fix Czech file.
...
svn path=/trunk/; revision=42921
2009-08-24 18:21:48 +00:00
Stefan Ginsberg
beba1269e6
- Get rid of TAG() from the kernel
...
- mmtypes.h: Goodbye TAG(), you won't be missed
svn path=/trunk/; revision=42920
2009-08-24 18:19:53 +00:00
Stefan Ginsberg
77fc26f56a
- Deprecate TAG() in rostests
...
svn path=/trunk/; revision=42918
2009-08-24 17:41:36 +00:00
Stefan Ginsberg
53cbc6c4a3
- Missed these in 42915
...
svn path=/trunk/; revision=42917
2009-08-24 17:38:50 +00:00
Stefan Ginsberg
67e0101546
- Actually commit prntfont.h change (leftover from 42915)
...
svn path=/trunk/; revision=42916
2009-08-24 17:36:23 +00:00
Stefan Ginsberg
ea23cd10c2
- Start deprecating TAG()
...
- Fix inverted tags in prntfont.h, stdunk.h and win32k/objects/font.c
svn path=/trunk/; revision=42915
2009-08-24 17:12:25 +00:00
Johannes Anderwald
7776fec6ce
- Check that all pins have been closed when the last filter reference is gone
...
- Fix freeing of stream data (hacked atm)
- Implement retrieving of all property items for PinWaveCyclic
svn path=/trunk/; revision=42913
2009-08-24 13:00:14 +00:00
Sylvain Petreolle
ae0ddccd63
temporarily disable kernel32:pipe tests.
...
the testing process seems to go further if this test crashes,
looking at testman output.
svn path=/trunk/; revision=42912
2009-08-24 12:57:34 +00:00
Christoph von Wittich
694741e9f9
sync user32 winetest with wine 1.1.28
...
svn path=/trunk/; revision=42911
2009-08-24 12:42:47 +00:00
Johannes Anderwald
63b3ed6d1e
- Fix calling property handler in IKsFilter_DispatchDeviceIoControl
...
- Found by [[Amine Khaldi]]
- Implement handling of KSPROPERTY_TYPE_BASICSUPPORT
svn path=/trunk/; revision=42910
2009-08-24 12:21:20 +00:00
Christoph von Wittich
e080831a72
sync kernel32 profile with wine 1.1.28
...
svn path=/trunk/; revision=42909
2009-08-24 12:17:02 +00:00
Gregor Schneider
2296d0a5dd
gdb2: Use const char* for string constants, gcc 4.4 warnings
...
svn path=/trunk/; revision=42908
2009-08-24 12:06:53 +00:00