Filip Navara
b5cbaeae0c
- Don't stop backtrace at the first address that can't be displayed with module name (ie. backtrace over syscalls).
...
svn path=/trunk/; revision=11931
2004-12-04 22:13:09 +00:00
Filip Navara
f8e3085f08
- Don't try to delete stock font.
...
svn path=/trunk/; revision=11930
2004-12-04 22:09:02 +00:00
Filip Navara
bf002ea532
- Correct freeing of heap memory.
...
svn path=/trunk/; revision=11929
2004-12-04 22:08:30 +00:00
Filip Navara
86d655cae7
- Set the ownership of NCUpdateRegion before returning the WM_NCPAINT message, so it's possible to delete it.
...
svn path=/trunk/; revision=11928
2004-12-04 22:07:24 +00:00
Gé van Geldorp
14db5c210e
Forgot to remove the space reservation for hal_pagetable
...
svn path=/trunk/; revision=11927
2004-12-04 21:48:45 +00:00
Gé van Geldorp
6352c035d1
Add beginnings of HAL for Xbox
...
svn path=/trunk/; revision=11926
2004-12-04 21:43:37 +00:00
Gé van Geldorp
a0422cb524
Use MmMapIoSpace() instead of messing around with the page tables directly
...
when mapping the video frame buffer for HAL
svn path=/trunk/; revision=11925
2004-12-04 21:40:55 +00:00
Gé van Geldorp
eb23bc5111
Current versions of VMware provide a correct BIOS memory map
...
svn path=/trunk/; revision=11924
2004-12-04 20:58:13 +00:00
Filip Navara
5958bb419b
- Implement SetMenuItemInfo[AW].
...
svn path=/trunk/; revision=11923
2004-12-04 19:53:55 +00:00
Filip Navara
495274f192
- Implement lstr[i]cmp[AW] using CompareString[AW] and properly handle NULL parameters.
...
svn path=/trunk/; revision=11922
2004-12-04 19:52:55 +00:00
Filip Navara
7b11cf526c
- Implement QueueUserAPC.
...
svn path=/trunk/; revision=11921
2004-12-04 19:45:56 +00:00
Filip Navara
8ea045450c
- Fix the return value of WaitForMultipleObjectsEx.
...
svn path=/trunk/; revision=11920
2004-12-04 19:31:26 +00:00
Filip Navara
2cb4c8a744
- Implement QueueUserAPC.
...
svn path=/trunk/; revision=11919
2004-12-04 19:30:09 +00:00
Thomas Bluemel
5070bf0c61
fixed some function prototypes
...
svn path=/trunk/; revision=11918
2004-12-04 19:28:47 +00:00
Gé van Geldorp
529f4da133
Let HAL handle its own mapping of the video frame buffer
...
svn path=/trunk/; revision=11917
2004-12-04 17:22:47 +00:00
Gregor Anich
0291044900
Remove some unused files, little cosmetic changes.
...
svn path=/trunk/; revision=11916
2004-12-04 17:10:52 +00:00
Gregor Anich
7acc56f32e
Added InterlockedCompareExchangePointer macro and 64 bit versions for Interlocked[Compare]ExchangePointer macros for use in ntoskrnl.
...
svn path=/trunk/; revision=11915
2004-12-04 16:56:20 +00:00
Gregor Anich
666228254c
Use InterlockedCompareExchange64 instead of InterlockedCompareExchange for 64bit builds.
...
svn path=/trunk/; revision=11914
2004-12-04 15:49:20 +00:00
Gregor Anich
0467e4ac56
Remove "lib" suffix from "libwine" because it's added by the build system automatically.
...
svn path=/trunk/; revision=11913
2004-12-04 15:45:38 +00:00
Hartmut Birr
88ab19cd71
- Split up the handling if the fsd returns STATUS_NOT_IMPLEMENTED in MoveFileWithProgressW.
...
- Converted the destination name before calling NtSetInformationFile in MoveFileWithProgressW.
svn path=/trunk/; revision=11912
2004-12-04 15:38:22 +00:00
Eric Kohl
98ac389c31
Implement GetSystemDefaultUILanguage() and IsValidLocale().
...
svn path=/trunk/; revision=11911
2004-12-04 13:59:41 +00:00
Gregor Anich
181afb23d6
Prefix libs in dk/w32 and dk/nkm with "lib" to make use of GCC -l switch possible.
...
svn path=/trunk/; revision=11910
2004-12-03 23:37:44 +00:00
Gé van Geldorp
92ed2da0da
Reorganise HAL so multiple HAL versions can be built in parallel
...
svn path=/trunk/; revision=11909
2004-12-03 20:10:45 +00:00
James Tabor
bd2288fed5
Fix and add missing files, and will allow the use of bison as an option of choice.
...
svn path=/trunk/; revision=11907
2004-12-03 06:21:44 +00:00
Thomas Bluemel
67ca81e36d
no need to copy the buffers to the stack
...
svn path=/trunk/; revision=11906
2004-12-02 21:22:36 +00:00
Thomas Bluemel
9786cae211
the time zone buffers need to be large enough, applications like firefox might attempt to write into it
...
svn path=/trunk/; revision=11905
2004-12-02 21:19:56 +00:00
Filip Navara
3c09abb096
- Remove duplicate definitions.
...
svn path=/trunk/; revision=11904
2004-12-02 21:01:11 +00:00
Filip Navara
44ed30d08a
*** empty log message ***
...
svn path=/trunk/; revision=11903
2004-12-02 19:46:16 +00:00
Filip Navara
80686a352c
- Update OLEAUT32 to Wine-20041202
...
svn path=/trunk/; revision=11902
2004-12-02 19:38:49 +00:00
Eric Kohl
ccfff75080
Use the GMT timezone by default.
...
svn path=/trunk/; revision=11901
2004-12-02 14:09:25 +00:00
Eric Kohl
9fbe02e539
- RegQueryValueExA: Return the correct data size for binary data types.
...
svn path=/trunk/; revision=11900
2004-12-02 14:08:27 +00:00
Gregor Anich
bfbb47d39e
Fixed handling of exceptions in memory read/write functions, moved ASSERT(0) to the right place.
...
svn path=/trunk/; revision=11898
2004-12-02 01:33:02 +00:00
Emanuele Aliberti
78b654db33
I removed an old comment about replacing PAGESIZE with PAGE_SIZE, which somebody else already did.
...
svn path=/trunk/; revision=11897
2004-12-01 23:51:11 +00:00
Gregor Anich
383304c284
Catch hang-up regtests, added _DispatcherTimeout macros for tests to specify timeout (default is 5000ms)
...
svn path=/trunk/; revision=11896
2004-12-01 23:23:47 +00:00
Emanuele Aliberti
550e5093ca
*** empty log message ***
...
svn path=/trunk/; revision=11895
2004-12-01 23:05:37 +00:00
Magnus Olsen
70f9a164de
Thx filps
...
> This is wrong and this file should be autogenerated. Only the
> dinput.spec file should be in CVS!
>
> - Filip
svn path=/trunk/; revision=11894
2004-12-01 20:46:33 +00:00
Filip Navara
b1ac258a6d
- Get full OLEAUT32 to compile.
...
svn path=/trunk/; revision=11893
2004-12-01 20:06:15 +00:00
Thomas Bluemel
18ef45edfe
Always use the PSEH names for NLG to avoid conflicts when _SEH_NO_NATIVE_NLG is defined but <setjmp.h> is included nevertheless. This fixes the use of PSEH in win32k. Also declared the _SEHCompilerSpecificHandler as __inline so that GCC will ignore it when it's unused. This fixes the inclusion of <pseh.h> in a PCH
...
Patch by KJK
svn path=/trunk/; revision=11892
2004-12-01 19:20:53 +00:00
Thomas Bluemel
572a3a13c5
removed unused definitions
...
svn path=/trunk/; revision=11891
2004-12-01 18:38:04 +00:00
Magnus Olsen
a5e8dcaa7d
add
...
opengl32.dll, glu32.dll, dinput.dll, dinput8.dll to reactos bootcd
svn path=/trunk/; revision=11890
2004-12-01 16:09:03 +00:00
Magnus Olsen
ed830f0425
Build
...
Dxguid, dinput and dinput8
from reactos make file
svn path=/trunk/; revision=11889
2004-12-01 16:07:57 +00:00
Magnus Olsen
3da7540959
forget add file dinput.spec.def
...
other wise dinput8 will not build
svn path=/trunk/; revision=11888
2004-12-01 16:05:39 +00:00
Magnus Olsen
d77247b55e
forget add file dinput.spec.def
...
other wise dinput will not build
svn path=/trunk/; revision=11887
2004-12-01 15:58:32 +00:00
Magnus Olsen
3e1bd42330
forget add file dinput.spec.def
...
other wise dinput will not build
svn path=/trunk/; revision=11886
2004-12-01 15:20:13 +00:00
Eric Kohl
019c9076ee
Set timezone without changing the local time.
...
svn path=/trunk/; revision=11885
2004-12-01 14:28:54 +00:00
Art Yerkes
ceeb351515
- sanity check: assert DISPATCH_LEVEL for the dpc.
...
- Added a DEBUG_LOCK that shows lock activity.
- Moved crummy externs from event.c to tcp.h
- Withdraw TCPCancelReceiveRequest: i didn't mean to commit that
- Added signalled sockets list to TCP so that we don't do reentrant stuff from
inside oskit. The signal list holds sockets that have been identified by
oskit as needing service.
- After packet receive and on the timer we drain this list, designalling each
socket and completing relevant irps.
- According to msdn, the io cancellation routine must release the cancel spin
lock, but we're entered with it acquired. Our implementation in ntoskrnl
matches this so the tcpip implementation was wrong. Removed acquire.
- DDKAPI on DispCancelRequest. Avoid some stack corruption on DPCs that now
shows up.
- Make sure to IpMarkIrpPending and not edit flags by hand on Irps in dispatch.
svn path=/trunk/; revision=11884
2004-12-01 08:14:15 +00:00
Art Yerkes
89dd06fa40
miniport:
...
Make sure MiniQueueDpc is not called from PASSIVE_LEVEL.
Moved NdisMQueryInformationComplete so that the function and not the macro
is called from the DPC. This was breaking stuff severely.
The adapter lock needn't be held when doing MiniDequeueWorkItem because we're
at DISPATCH_LEVEL already by virtue of being in a DPC target.
protocol:
Make sure MiniQueueWorkItem is called at DISPATCH_LEVEL.
svn path=/trunk/; revision=11883
2004-12-01 08:02:28 +00:00
Richard Campbell
ad7e640f0c
msiexec requires msi, so don't build that either, as it breaks the tree.
...
svn path=/trunk/; revision=11882
2004-12-01 05:49:23 +00:00
Magnus Olsen
c40648eb2d
add mouse support to dinput
...
note the mouse buffer are bit broke. do not expect some games working with the mouse
I hope this will dispary when gdi hooks comes
svn path=/trunk/; revision=11881
2004-11-30 20:29:48 +00:00
Thomas Bluemel
6f1f653942
don't build msi for now as it uses a 3rd party build utility until situation is cleared
...
svn path=/trunk/; revision=11880
2004-11-30 20:21:33 +00:00