Eric Kohl
df0af98c1b
Reimplemented dispatcher database lock and synchronization primitives.
...
This fixes bug #26 .
svn path=/trunk/; revision=6502
2003-11-02 01:16:21 +00:00
Martin Fuchs
de4f0fd8ab
full-docu
...
svn path=/trunk/; revision=6501
2003-11-02 00:25:54 +00:00
Martin Fuchs
624b756507
work around for make GPF bug
...
svn path=/trunk/; revision=6500
2003-11-02 00:18:01 +00:00
Martin Fuchs
05175c5ffa
insert docu generation date
...
svn path=/trunk/; revision=6499
2003-11-01 23:32:21 +00:00
Martin Fuchs
d1cbf8d6a1
terminate sed command
...
svn path=/trunk/; revision=6498
2003-11-01 23:27:38 +00:00
Martin Fuchs
1a4db60836
added updatefooter script
...
svn path=/trunk/; revision=6497
2003-11-01 23:26:44 +00:00
Vizzini
24f99a1f1c
fixed the 8-ping limit
...
svn path=/trunk/; revision=6496
2003-11-01 23:24:00 +00:00
Martin Fuchs
fa46e0b6c4
add footer template file
...
svn path=/trunk/; revision=6495
2003-11-01 23:18:27 +00:00
Martin Fuchs
3b223f7e1b
extend doxygen documentation
...
svn path=/trunk/; revision=6494
2003-11-01 23:17:59 +00:00
Martin Fuchs
ec73f42181
added doxygen targets to Makefile
...
svn path=/trunk/; revision=6493
2003-11-01 17:04:20 +00:00
Eric Kohl
06a85f7e81
Implemented ScsiClassAsynchronousCompletion() and ScsiClassReleaseQueue().
...
svn path=/trunk/; revision=6492
2003-11-01 16:33:39 +00:00
Martin Fuchs
9ecaadc7e6
activate Doxygen Flag JAVADOC_AUTOBRIEF
...
svn path=/trunk/; revision=6491
2003-11-01 13:49:02 +00:00
Filip Navara
8f0c69a7d6
- Added French and German keyboard DLLs to makefile, registry and CD-ROM layout script.
...
svn path=/trunk/; revision=6490
2003-11-01 13:28:54 +00:00
Hartmut Birr
d8042fe330
- Check if a requested fixed address range is valid for the address space.
...
- This fixes bug #34 .
svn path=/trunk/; revision=6489
2003-11-01 12:59:38 +00:00
Martin Fuchs
06f5aba298
added Doxygen configuration file
...
svn path=/trunk/; revision=6488
2003-11-01 12:24:10 +00:00
Hartmut Birr
49a370ce14
- Check for the current irql, if there is a call to IoStartNextPacket.
...
If it is necessary, raise the irql to DISPATCH_LEVEL.
svn path=/trunk/; revision=6487
2003-11-01 10:42:32 +00:00
Filip Navara
7e110a9faa
- Small bugfixes.
...
svn path=/trunk/; revision=6486
2003-11-01 04:06:59 +00:00
Art Yerkes
ba98b29885
Added p_dup_handle test.
...
svn path=/trunk/; revision=6485
2003-10-31 21:41:52 +00:00
Art Yerkes
0f8d274449
This test case test ROS' ability to duplicate a process handle, give the
...
handle to the child process, then have the child process give back its
own handle. This is used by cygwin during fork and vfork.
svn path=/trunk/; revision=6484
2003-10-31 21:41:32 +00:00
Thomas Bluemel
cef6a8899c
this temporarily fixes the crash displaying ansi messageboxes (Royce)
...
svn path=/trunk/; revision=6483
2003-10-31 20:49:45 +00:00
Art Yerkes
e15344ddce
Added map_dup_inherit test case (currently, failing).
...
svn path=/trunk/; revision=6482
2003-10-31 20:27:16 +00:00
Art Yerkes
1a752ef4ba
This is a simplified case of something cygwin does:
...
1) Create a shared memory are using CreateFileMapping with SEC_RESERVE set.
2) Make the handle inheritable.
3) Call CreateProcess with inherit = TRUE
4) Map the region using MapViewOfFile.
5) Commit pages using VirtualAlloc.
See: MSDN's documentation on CreateFileMapping and VirtualAlloc.
When the test runs correctly, "%d: starting" is printed twice, with no other
output.
svn path=/trunk/; revision=6481
2003-10-31 20:26:14 +00:00
Filip Navara
15da259ba7
- Fixed the last patch by Mark Tempel to really work correctly.
...
svn path=/trunk/; revision=6480
2003-10-31 18:25:56 +00:00
Filip Navara
f18cbd53ba
- Added stack trace reporting in exception handler.
...
svn path=/trunk/; revision=6479
2003-10-31 16:27:01 +00:00
Filip Navara
65a44fd9e2
- Fixed passing of integer named controls in dialogs. Previously an integer was passed directly to CreateWindowEx, but that could not work, because it treats it as a string. After reading Microsoft documentation the correct way is to pass a string in form "#num".
...
- Fixed getting of integer names in STATIC control. Is this the right place?
- Fixed icon support in STATIC control.
svn path=/trunk/; revision=6478
2003-10-31 16:25:08 +00:00
Eric Kohl
c3b4b58a78
Use synchronous IO for screen and keyboard and get rid of the input event object.
...
svn path=/trunk/; revision=6477
2003-10-31 11:09:38 +00:00
Gunnar Dalsnes
888ca1574d
improved IoMapTransfer (hopefylly)
...
svn path=/trunk/; revision=6476
2003-10-31 01:08:00 +00:00
Gunnar Dalsnes
b872ea2cad
-impl. KeRemoveEntryDeviceQueue
...
-added irql asserts
-misc. small fixes and cleanups
svn path=/trunk/; revision=6475
2003-10-31 00:14:09 +00:00
Mark Tempel
286ec91295
Changing the DbgPrint outputs to be a bit more usefull.
...
svn path=/trunk/; revision=6474
2003-10-30 22:06:42 +00:00
Mark Tempel
98ec124b3d
Update to add in a first attempt to send the WM_MOUSEACTIVATE message to windows when the user clicks the mouse over them.
...
TODO: Fix the PostMessage for WM_MOUSEACTIVATE to a SendMessage and check the return to see what to do with the origional mouse message.
svn path=/trunk/; revision=6473
2003-10-30 22:03:00 +00:00
Mark Tempel
555931d0f4
Update to implement WindowFromPoint by delegating to NtUserWindowFromPoint:
...
svn path=/trunk/; revision=6472
2003-10-30 21:58:42 +00:00
Mark Tempel
c8f5c0a9bd
Update to implement NtUserWindowFromPoint:
...
TODO-- Fix the check for static windows, and validate that this version works the same way as WindowFromPoint in Windows...
svn path=/trunk/; revision=6471
2003-10-30 21:57:21 +00:00
Mark Tempel
2095d78af2
Update to specify the parameters to NtUserWindowFromPoint.
...
svn path=/trunk/; revision=6470
2003-10-30 21:54:35 +00:00
Eric Kohl
bd908afdf1
Issue a work item only if an object will be deleted.
...
Fixes bug #14 .
svn path=/trunk/; revision=6469
2003-10-30 21:34:54 +00:00
Gé van Geldorp
d6e366fb65
Fix problem introduced when fixing bitblt'ing to monochrome bitmaps
...
svn path=/trunk/; revision=6468
2003-10-30 18:27:33 +00:00
Filip Navara
e11fa90a59
- Fixed loading of symbols when compiled with DBG=1 (again).
...
svn path=/trunk/; revision=6467
2003-10-30 18:16:25 +00:00
Art Yerkes
f382315b71
Set the lpvReserved parameter of DllMain according to whether the DLL was
...
loaded using LoadLibrary or at start time by the system loader. DLLs use
this mechanism to determine how they were loaded.
svn path=/trunk/; revision=6466
2003-10-30 15:52:29 +00:00
Gunnar Dalsnes
39dca294c5
fixed a call to IoAllocateAdapterChannel
...
svn path=/trunk/; revision=6465
2003-10-30 13:34:47 +00:00
Gunnar Dalsnes
3186456e36
some fixes
...
svn path=/trunk/; revision=6464
2003-10-30 13:33:43 +00:00
Gunnar Dalsnes
454e9ef133
added some sugar
...
svn path=/trunk/; revision=6463
2003-10-30 13:29:38 +00:00
Gunnar Dalsnes
2b75113a2b
added a comment
...
svn path=/trunk/; revision=6462
2003-10-30 13:25:38 +00:00
Gé van Geldorp
c3fc013ce4
Changes for W32API
...
svn path=/trunk/; revision=6461
2003-10-30 08:56:38 +00:00
Gé van Geldorp
51140532fa
Create monochrome palette when selecting 1bpp bitmap into DC
...
svn path=/trunk/; revision=6460
2003-10-29 22:46:56 +00:00
Gé van Geldorp
6a8700f4b2
Fix DIB_1BPP_PutPixel
...
svn path=/trunk/; revision=6459
2003-10-29 22:45:45 +00:00
Martin Fuchs
f2be62ff1a
add some calls to SHRestricted to replace awfull Registry reading
...
svn path=/trunk/; revision=6458
2003-10-29 21:37:14 +00:00
Filip Navara
4a4b64e0e7
- Fixed few more bugs reported by Wine user32 window test. 4/373 tests fails now. The rest is caused propably by incomplete NtUserDestroyWindow.
...
- Fixed locking of DCs in NtGdiBitBlt when hDCSrc == hDCDest.
svn path=/trunk/; revision=6457
2003-10-29 16:25:00 +00:00
Filip Navara
ac96511aae
- Fixed more bugs reported by Wine user32 window test. (7/373 tests fails now)
...
svn path=/trunk/; revision=6456
2003-10-29 10:04:55 +00:00
Filip Navara
3247a4d444
- Fixed few more bugs reported by Wine user32 window test. (68/373 tests fails now)
...
svn path=/trunk/; revision=6455
2003-10-29 08:49:56 +00:00
Gé van Geldorp
ce50eff0b5
Allow environment variable ROS_INSTALL to set installation dir
...
svn path=/trunk/; revision=6454
2003-10-29 08:40:38 +00:00
Gé van Geldorp
fd5226dd32
Changes for W32API
...
svn path=/trunk/; revision=6453
2003-10-29 08:38:55 +00:00