Casper Hornstrup
e2b29d7f6c
2004-03-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* regtests/Makefile: Make REGTEST_TARGETS depend on *.c.
* regtests/kmregtests/driver.c: Update call to PerformTests().
* regtests/kmrtint/kmrtint.c (RegTestMain): Update to match prototype.
* regtests/kmrtint/kmrtint.def (RegTestMain): Ditto.
* regtests/kmrtint/kmrtint.edf (RegTestMain): Ditto.
* regtests/win32base/tests/ws2event.c: New file.
* regtests/regtests/regtests.c (OUPUT_MODE_DbgPrint,
OUPUT_MODE_OutputDebugString, OUPUT_MODE_printf): Define.
(OutputMode): New variable.
(OutputRoutine): New function.
(RunTestDriver): Add TestName parameter.
(main): Parse command line to find output routine and test name.
* regtests/shared/regtests.c (PerformTest): Use specified output routine
if specified. Run only specified test if specified.
(PerformTests): Update call to PerformTest().
* regtests/shared/regtests.h (TestOutputRoutine): Add prototype.
(TestDriverMain): Add OutputRoutine and TestName parameter.
(PerformTests): Ditto.
* regtests/win32base/Makefile (TARGET_SDKLIBS): Add ws2_32.a.
* regtests/win32base/driver.c (RegTestMain): Update to match prototype.
* regtests/win32base/win32base.def (RegTestMain): Ditto.
* regtests/win32base/win32base.edf (RegTestMain): Ditto.
* tools/regtests.c (UMSTUB): Update call to PerformTests().
svn path=/trunk/; revision=8617
2004-03-09 22:08:04 +00:00
David Welch
6616abd532
- Forgot this one.
...
svn path=/trunk/; revision=8616
2004-03-09 22:04:47 +00:00
David Welch
1fbda72a7a
- Replaced some common sequences of inline assembly with macros. Avoid
...
having compiler checks scattered all over the place.
- Added some disabled code to KiDumpTrapFrame that dumps every address
on the stack that could be a return address. This is quite handy for
debugging crashes in modules compiled with fpo.
svn path=/trunk/; revision=8615
2004-03-09 21:49:54 +00:00
David Welch
e04ce16d15
- Fixed check for an out of range index in {Get/Set}{Class/Window}Long
...
(signed vs. unsigned arithmetic). Fixes crash in 'user32_test win'.
svn path=/trunk/; revision=8614
2004-03-09 21:21:39 +00:00
David Welch
860bde3b68
- Disabled double lock message in NDEBUG builds since it is triggered
...
whenever there is contention for the same object.
svn path=/trunk/; revision=8613
2004-03-09 20:34:28 +00:00
Filip Navara
9c45d9475e
- Uncomment NDEBUG.
...
svn path=/trunk/; revision=8612
2004-03-09 18:56:32 +00:00
Filip Navara
daae8270b7
- Implemented VideoPortQueryPerformanceCounter and all video port spinlock functions.
...
- Added more debug info to VideoPortGetAccessRanges.
svn path=/trunk/; revision=8611
2004-03-09 17:28:49 +00:00
Aleksey Bragin
e4ac5bf4f4
Added more (in case we run on PowerPC) processor ids returned by GetSystemInfo(), by Christoph von Wittich.
...
svn path=/trunk/; revision=8610
2004-03-09 16:35:15 +00:00
Aleksey Bragin
b6ead4d81a
Added more processor defines to SYSINFO struct, by Christoph von Wittich.
...
svn path=/trunk/; revision=8609
2004-03-09 16:33:22 +00:00
Eric Kohl
282e78244f
Create a logon token and use it to start the shell process.
...
svn path=/trunk/; revision=8608
2004-03-09 15:08:12 +00:00
Eric Kohl
e380640f44
LogonUserW(): Fix key name.
...
svn path=/trunk/; revision=8607
2004-03-09 15:04:28 +00:00
Filip Navara
bea52f9dbe
- Minor correction to DMA routines.
...
svn path=/trunk/; revision=8606
2004-03-09 14:16:39 +00:00
Gé van Geldorp
1bb065b4f4
Correct menu bars for windows not originating at top-left of screen.
...
This fixes bug #234 .
svn path=/trunk/; revision=8605
2004-03-09 14:03:18 +00:00
Gé van Geldorp
97ce8d58b4
Fix SPMajorVersion for Nt4SP5, spotted by Christoph_vW
...
svn path=/trunk/; revision=8604
2004-03-09 12:59:13 +00:00
Richard Campbell
442842230e
noncopyrighted icon FIXED
...
svn path=/trunk/; revision=8603
2004-03-09 10:59:26 +00:00
Richard Campbell
462be9c136
noncopyrighted icon
...
svn path=/trunk/; revision=8602
2004-03-09 10:56:16 +00:00
Richard Campbell
847c530813
please don't commit copyrighted microsoft icons to cvs!
...
svn path=/trunk/; revision=8601
2004-03-09 10:55:44 +00:00
Filip Navara
1a34bfa768
- Added Event Log stubs copied from Wine. It seems it's needed for Visual Basic runtime.
...
svn path=/trunk/; revision=8600
2004-03-08 21:58:17 +00:00
Filip Navara
dbce1b766d
- Do the real memory allocation in context of CSRSS process. Suggested by David Welch.
...
svn path=/trunk/; revision=8599
2004-03-08 21:45:39 +00:00
Filip Navara
70acaf22e8
- Added service pack numbers to application compatibility settings.
...
svn path=/trunk/; revision=8598
2004-03-08 21:21:28 +00:00
Filip Navara
03e7c82dd2
- Mask out VIDEO_MEMORY_SPACE_DENSE flag, because it's specific to ALPHA processors. This gets Matrox Mystique driver working.
...
svn path=/trunk/; revision=8597
2004-03-08 20:54:10 +00:00
David Welch
2b4fa805eb
- Hacky implementation of some dma related functions.
...
svn path=/trunk/; revision=8596
2004-03-08 20:27:33 +00:00
Richard Campbell
5df0488416
one more change.
...
svn path=/trunk/; revision=8595
2004-03-08 20:19:54 +00:00
Richard Campbell
f350173836
fix corrupted GPL problem
...
svn path=/trunk/; revision=8594
2004-03-08 20:16:45 +00:00
Steven Edwards
41a3435039
Get MSYS and a few others working again....
...
svn path=/trunk/; revision=8593
2004-03-08 18:09:05 +00:00
Filip Navara
a8d7de6a74
- Fixed DPRINT.
...
svn path=/trunk/; revision=8592
2004-03-08 14:31:49 +00:00
Thomas Bluemel
e63f7f9cd0
added basic skeleton for the system control panel
...
svn path=/trunk/; revision=8591
2004-03-08 14:24:47 +00:00
Filip Navara
06f1206cf2
- Fixed DPRINT.
...
svn path=/trunk/; revision=8590
2004-03-08 14:22:30 +00:00
Thomas Bluemel
246677c52f
little fixes
...
svn path=/trunk/; revision=8589
2004-03-08 14:20:14 +00:00
Art Yerkes
0c76856d9c
More support for IOCTL_TCP_QUERY/SET_INFORMATION_EX
...
Connected ControlChannel handle type.
Allowed empty EaInfo in create -> ControlChannel.
Added TDI entity for interfaces.
Fixed IPSnmpInfo interface number report.
Fixed returned buffer size report in DispTdiQueryInformationExComplete
Added IPROUTE_ENTRY struct.
What works:
tcpquery lists three entities, two builtin and one IF_ENTITY
tcpquery -i reports 1 interface and 1 address for me (addr=127.0.0.1)
TODO:
Type information for each entity (only two builtin entities are supported now)
Interface info out (IFEntry)
Route info in/out (IPRouteEntry)
svn path=/trunk/; revision=8588
2004-03-08 10:20:18 +00:00
Martin Fuchs
9183e287b1
new bug reports in TODO list
...
svn path=/trunk/; revision=8587
2004-03-08 09:45:19 +00:00
Eric Kohl
11cc5733d3
Return unique IndexNumber.
...
Minor cleanup.
svn path=/trunk/; revision=8586
2004-03-08 08:51:26 +00:00
Filip Navara
17ad90f8d0
- Implement RtlGetVersion.
...
- Rewrite VideoPortGetVersion using RtlGetVersion.
- Added debugging messages to InternalMapMemory.
- Changed VideoPortAllocateBuffer back to PagedPool.
svn path=/trunk/; revision=8585
2004-03-08 08:05:27 +00:00
David Welch
6c8ead7315
- Added a definition for PEVENT.
...
svn path=/trunk/; revision=8584
2004-03-08 07:41:27 +00:00
David Welch
16473a5114
- Implemented event services.
...
svn path=/trunk/; revision=8583
2004-03-08 07:04:57 +00:00
James Tabor
8311b47fe4
Finish changes to VideoPortGetVersion
...
svn path=/trunk/; revision=8582
2004-03-08 04:41:20 +00:00
James Tabor
2f224f7360
Change NonPagedPool for AllocateBuffer and implemented GetVersion for David Welch.
...
svn path=/trunk/; revision=8581
2004-03-08 04:09:02 +00:00
Andrew Greenwood
0e200b6f99
* Fixed co-ordinate translation for windows that have been moved, adjusting the co-ordinates to take into account the window captions.
...
NOTE: Menu item tracking is still broken for windows that have been moved. Eg, if you move a window, click on a menu, then move the mouse pointer over another item, the new menu will NOT open unless you click.
svn path=/trunk/; revision=8580
2004-03-07 22:13:51 +00:00
Filip Navara
c0b4d77eb9
- Removed the spinlock I added in my last patch, it's wrong!
...
svn path=/trunk/; revision=8579
2004-03-07 21:09:08 +00:00
Hartmut Birr
11897d4d87
- Implemented double buffering for a console windows. Currently the second buffer
...
is a memory bitmap. All screen buffer updates does also write to the bitmap and
the screen is updated by invalidating the update region. The previous version
has released the screen buffer lock while scrolling up. It is not possible to
release the lock while a write to the screen buffer is in progress. If the text
output routines are faster, we should change the second buffer from a bitmap
to character array.
svn path=/trunk/; revision=8578
2004-03-07 21:00:11 +00:00
Filip Navara
84269ab2d2
- Fixed MapWindowPoints for NULL window handles.
...
svn path=/trunk/; revision=8577
2004-03-07 20:38:17 +00:00
Filip Navara
8aad973151
- Changed DbgPrint to DPRINT in DriverEntry.
...
svn path=/trunk/; revision=8576
2004-03-07 20:33:25 +00:00
Filip Navara
877788b63b
- Call create process notify routines from NtCreateProcess.
...
- Protect PiProcessNotifyRoutine by a spinlock.
- Started PsSetLoadImageNotifyRoutine implementation, it just registers the callback, but doesn't call it.
svn path=/trunk/; revision=8575
2004-03-07 20:31:53 +00:00
Hartmut Birr
fa397a0e33
- Added a disk speed test utility.
...
svn path=/trunk/; revision=8574
2004-03-07 20:12:13 +00:00
KJK::Hyperion
61ae1aa515
- Added comments to the fiber test, plus minor fixes
...
- Fixed NT_TIB structure to be compatible with w32api
- Fixed fiber support in kernel32.dll. Now the correct argument is passed to fiber startup routines
svn path=/trunk/; revision=8573
2004-03-07 20:07:05 +00:00
Hartmut Birr
783cbe0718
- Fixed the handling for ctrl and alt keys.
...
svn path=/trunk/; revision=8572
2004-03-07 20:03:43 +00:00
Hartmut Birr
ef908e75fd
- Initialized the object tag to prevent the tag 0xcccccccc.
...
svn path=/trunk/; revision=8571
2004-03-07 19:59:37 +00:00
Hartmut Birr
68ddb0bcdd
- Pre initialized the resulting transfer length for requests which are split.
...
svn path=/trunk/; revision=8570
2004-03-07 19:53:08 +00:00
Hartmut Birr
ec2daabaf9
- Changed the dma capability detection code.
...
- Enabled DMA transfers by default.
- Implemented DMA transfer for atapi devices (CD rom drives).
svn path=/trunk/; revision=8569
2004-03-07 19:48:45 +00:00
Art Yerkes
ce4344ab2c
Added waiting on console handles. We use a thread to poll for input
...
availability.
svn path=/trunk/; revision=8568
2004-03-07 18:06:29 +00:00