Commit graph

40653 commits

Author SHA1 Message Date
Timo Kreuzer dfe969ab14 [win32k] / [user32]
Merge from amd64 branch:
34780 some DWORD -> DWORD_PTR (Timo Kreuzer)
34781 fix usage of InterlockedCompareExchangePointer (Timo Kreuzer)
34782 fix usage of InterlockedCompareExchangePointer (Timo Kreuzer)
34908 some 64 bit fixes in win32k (Timo Kreuzer)
34909 some more win32k 64 bit fixes (Timo Kreuzer)
34965 Fix typos. (Samuel Serapión)
41479 Remove usage of RETURN() macro (Timo Kreuzer)
41540 Make parameters for NtUserCallOneParam and NtUserCallTwoParam DWORD_PTR instead of DWORD (Timo Kreuzer)
41546 Add _FLOATOBJ_GetFix for non-x86 (Timo Kreuzer)
41547 Only export FLOATOBJ_* api on x86 (Timo Kreuzer)
44238 Fix some 64 bit isues. (Timo Kreuzer)
43969 undefine i386 in the pspec file (Timo Kreuzer)

svn path=/trunk/; revision=44956
2010-01-05 19:26:32 +00:00
Ged Murphy 24e15791e0 Display all service dependants which need stopping
svn path=/trunk/; revision=44955
2010-01-05 19:19:06 +00:00
Ged Murphy 8320c599d1 Switch to crt string safe functions. Remove some commented code
svn path=/trunk/; revision=44954
2010-01-05 18:39:47 +00:00
Ged Murphy a854583327 Forgot the comments in this file
svn path=/trunk/; revision=44953
2010-01-05 18:16:43 +00:00
Timo Kreuzer 927ff64dae [CSRSS]
Merge from ams64 branch:
35805 remove unneeded msvcrt dependency (all win32 projects already depend on it) (Samuel Serapión)
36992 - Fix csrss compilation (treat handles as pointer sized, use SIZE_T where appropriate) (Stefan Ginsberg)
41485 Fix 64bit issues. (Timo Kreuzer)
41531 fix pointer <-> DWORD casts (Timo Kreuzer)
41536 win32csr: convert to spec (Timo Kreuzer)
43838 Fix csrss build. (Samuel Serapión)

svn path=/trunk/; revision=44952
2010-01-05 18:13:00 +00:00
Ged Murphy 40d9015811 - Reimplement service stop routines.
- Stopping single services should now work again, full dependency trees won't yet.

svn path=/trunk/; revision=44951
2010-01-05 18:08:41 +00:00
Timo Kreuzer 05c33f5b6b [ATL]
Merged from amd64 branch:
- add amd64 specific thunkCode
- get rid of a cast

svn path=/trunk/; revision=44950
2010-01-05 17:38:03 +00:00
Ged Murphy bbf8c31b35 More code towards getting servman to stop services again, etc...
(clearly not a message for the changelog)

svn path=/trunk/; revision=44949
2010-01-05 17:14:08 +00:00
Aleksey Bragin 887a166980 Daniel Zimmermann <netzimme@aim.com>
- Implement RtlDnsHostNameToComputerName.
See issue #5092 for more details.

svn path=/trunk/; revision=44948
2010-01-05 16:37:32 +00:00
Aleksey Bragin bb93e5e242 - Implement SystemException and SystemContextSwitch information cases in NtQuerySystemInformation by Samuel Serapion, modified by me (comments, coding style).
See issue #5054 for more details.

svn path=/trunk/; revision=44947
2010-01-05 16:28:47 +00:00
Aleksey Bragin a5a0bfbeb2 Marcus Boillat <ka6602-280@online.de>
- ipconfig should also parse parameters starting with "-" (undocumented feature, tested on Windows XP, Vista and Windows 7).
See issue #5067 for more details.

svn path=/trunk/; revision=44946
2010-01-05 16:18:35 +00:00
James Tabor c2773414b9 [gdi32]
- Run full Attribute and GdiBatch for Region support. Leaving Enh/Meta and mirroring support for regions.

svn path=/trunk/; revision=44943
2010-01-05 03:05:50 +00:00
Timo Kreuzer 4289213dc7 [HAL]
Move x86bios.c into amd64 folder

svn path=/branches/ros-amd64-bringup/; revision=44942
2010-01-05 00:59:00 +00:00
Timo Kreuzer 1f27265ceb [LSALIB]
Fix ULONG -> pointer cast

svn path=/branches/ros-amd64-bringup/; revision=44941
2010-01-05 00:26:54 +00:00
Timo Kreuzer d79f73c174 [MM]
Add missing MmHyperspaceEnd, remove some unused variables

svn path=/branches/ros-amd64-bringup/; revision=44940
2010-01-05 00:24:03 +00:00
Timo Kreuzer 0926f419e7 [HAL]
Include the correct architecture specific headers

svn path=/branches/ros-amd64-bringup/; revision=44939
2010-01-05 00:14:07 +00:00
Timo Kreuzer c6f200a18b Sync to trunk (r44933)
svn path=/branches/ros-amd64-bringup/; revision=44938
2010-01-05 00:11:08 +00:00
Timo Kreuzer bcc7857700 [KE]
Improve KiDoubleFaultAbort

svn path=/branches/ros-amd64-bringup/; revision=44937
2010-01-04 23:00:35 +00:00
Timo Kreuzer ff2823e543 [HAL]
Remove hacks

svn path=/branches/ros-amd64-bringup/; revision=44936
2010-01-04 22:54:12 +00:00
Timo Kreuzer 77c52a8a4b compile x86Bios functions only for amd64
svn path=/branches/ros-amd64-bringup/; revision=44935
2010-01-04 22:51:34 +00:00
Timo Kreuzer 1ee5ad30ab [HAL]
Implement HalInitializeBios, x86BiosAllocateBuffer, x86BiosFreeBuffer, x86BiosReadMemory and x86BiosWriteMemory
Halfplement x86BiosCall (We don't have the necessary emulator yet)

svn path=/branches/ros-amd64-bringup/; revision=44934
2010-01-04 22:12:18 +00:00
James Tabor e94d3dc399 - Revert changes in font.
svn path=/trunk/; revision=44933
2010-01-04 20:48:31 +00:00
James Tabor ae0d45f91c - Sorry I thought I turn the debug off.region.c
svn path=/trunk/; revision=44932
2010-01-04 20:44:48 +00:00
Sylvain Petreolle 09bf249e9d Hackfix wdmaud.drv for now (Johannes Anderwald)
svn path=/trunk/; revision=44931
2010-01-04 18:07:27 +00:00
Dmitry Gorbachev ba52cb038d Chinese translations of NTVDM by Samuel Lee. Bug #5087.
svn path=/trunk/; revision=44930
2010-01-04 16:39:38 +00:00
Ged Murphy e46aff6e85 Rehack the explorer hack for secure CRT usage.
This should fix the build, unless there are any more oddities in our tree.

svn path=/trunk/; revision=44929
2010-01-04 16:10:33 +00:00
Ged Murphy b19ad21200 Fix __STDC_WANT_SECURE_LIB__ redefinition
svn path=/trunk/; revision=44928
2010-01-04 14:02:49 +00:00
Ged Murphy 9282abf812 Add wcsncat back, it was removed accidentally
svn path=/trunk/; revision=44927
2010-01-04 13:47:19 +00:00
Ged Murphy 4afc049223 Add some of the string safe stuff to the headers.
svn path=/trunk/; revision=44926
2010-01-04 13:36:59 +00:00
Aleksey Bragin f727da1fb2 - Remove unnecessary line from FreeEnvironmentStringsW.
See issue #5073 for more details.

svn path=/trunk/; revision=44925
2010-01-04 11:17:57 +00:00
Aleksey Bragin bcfb4adf08 Daniel Zimmermann <netzimme@aim.com>
- Fix missing arguments for the call KdbpPrint() in
differents places in kdbg_cli.c.
See issue #5089 for more details.

svn path=/trunk/; revision=44924
2010-01-04 11:03:23 +00:00
James Tabor 98ba6e212e - Another attempt to fix RGNOBJAPI_Un/Lock SEH issue. Resort code.
svn path=/trunk/; revision=44923
2010-01-04 01:36:24 +00:00
Eric Kohl 7c4d4664f7 Coding-style fixes. No code changes.
svn path=/trunk/; revision=44922
2010-01-03 22:44:10 +00:00
Eric Kohl c5577e9149 [devmgr]
- Display the 'Enumerator' property.

svn path=/trunk/; revision=44921
2010-01-03 22:41:13 +00:00
Dmitry Gorbachev 2f017b2356 - Remove duplicate definitions of context flags (which are already present in NDK);
- combine them using bitwise or (as in CreateFiberEx and ConvertThreadToFiberEx).

svn path=/trunk/; revision=44920
2010-01-03 20:12:56 +00:00
Dmitry Gorbachev 5e3adf9d47 Fix GCC 4.5.0 "operation may be undefined" warning.
svn path=/trunk/; revision=44919
2010-01-03 20:12:43 +00:00
Aleksey Bragin 40da0785e9 Samuel Serapion
- Implement ExSetTimerResolution, tested with a VirtualBox driver.
- Rewrite comments in TimeRefresh lock/unlock functions.

svn path=/trunk/; revision=44918
2010-01-03 18:29:30 +00:00
Aleksey Bragin 56a385c064 [NDK]
- Add forgotten HalSetTimeIncrement prototype to NDK.

svn path=/trunk/; revision=44917
2010-01-03 18:17:21 +00:00
Aleksey Bragin b5bf3cb572 [ntoskrnl/cm]
- advapi32 winetest registry tries to create a non-volatile child of a volatile parent. Comment out the warning ASSERT to let testman pass through this condition.

svn path=/trunk/; revision=44916
2010-01-03 18:14:34 +00:00
Dmitry Gorbachev 92a0a3cda8 Add / update Japanese translations. Patch by Tomoya Kitagawa. Bug #5024.
svn path=/trunk/; revision=44915
2010-01-03 15:53:21 +00:00
Dmitry Gorbachev dfd961974f Traditional and simplified Chinese translations of CSRSS by Samuel Lee (samuel_lee_1991 =AT= hotmail =DOT= com), bug #5082.
svn path=/trunk/; revision=44914
2010-01-03 15:24:58 +00:00
Eric Kohl 7536c9f6ec - Copy property data to the user-mode buffer.
- Return the enumerator name without trailing backslash.

svn path=/trunk/; revision=44913
2010-01-03 15:24:16 +00:00
Eric Kohl d9a4e205a7 Fix indentation. No code changes.
svn path=/trunk/; revision=44912
2010-01-03 15:20:09 +00:00
Matthias Kupfer 302578ff72 - add some German translations
svn path=/trunk/; revision=44911
2010-01-03 13:34:20 +00:00
Christoph von Wittich 4961211732 [crypt32_winetest]
sync crypt32_winetest to wine 1.1.35

svn path=/trunk/; revision=44910
2010-01-03 11:59:59 +00:00
Christoph von Wittich 869db84457 [crypt32]
sync crypt32 to wine 1.1.35

svn path=/trunk/; revision=44909
2010-01-03 11:59:38 +00:00
Christoph von Wittich 009c692de8 [cabinet]
sync cabinet to wine 1.1.35

svn path=/trunk/; revision=44908
2010-01-03 11:51:39 +00:00
Christoph von Wittich 525a6fd682 [advapi32]
reorder functions in cred.c to match wine code for easier syncing

svn path=/trunk/; revision=44907
2010-01-03 11:20:54 +00:00
Christoph von Wittich d8530b148b [gdiplus_winetest]
sync gdiplus_winetest with wine 1.1.35

svn path=/trunk/; revision=44906
2010-01-03 10:54:40 +00:00
Christoph von Wittich 65abaf1120 sync gdiplus with wine 1.1.35
svn path=/trunk/; revision=44905
2010-01-03 10:54:14 +00:00