Aleksey Bragin
ac9cb4c5a6
Fix warnings by vandread.
...
svn path=/trunk/; revision=9502
2004-05-26 20:37:25 +00:00
Filip Navara
5141945b57
- Return success for SystemFileCacheInformation requests to NtQuerySystemInformation, so we can see some information in the Task Manager.
...
svn path=/trunk/; revision=9501
2004-05-26 19:56:35 +00:00
Filip Navara
72afcc3bb8
- Fixed the third passed parameter to NtSetInformationThread call in ImpersonateLoggedOnUser.
...
svn path=/trunk/; revision=9500
2004-05-26 19:53:48 +00:00
Thomas Bluemel
cb1ea2ade7
selecting a new clipping region into a dc doesn't return the previous clipping region handle
...
svn path=/trunk/; revision=9499
2004-05-26 18:59:21 +00:00
Thomas Bluemel
6248b04e6f
fixed returning uninitialized variable in NtGdiSelectVisRgn() and NtGdiExtSelectClipRgn()
...
svn path=/trunk/; revision=9498
2004-05-26 18:49:06 +00:00
Eric Kohl
8158fc02d0
Append two newlines to the "Press any key to boot form CD....." string.
...
svn path=/trunk/; revision=9497
2004-05-26 10:58:29 +00:00
Thomas Bluemel
d7d7bbef13
added stubs for SetFileSecurityW(), GetNamedSecurityInfoA/W() and SetNamedSecurityInfoA/W()
...
svn path=/trunk/; revision=9496
2004-05-26 09:50:10 +00:00
Filip Navara
0fc5792047
- Set CurrentThread->u1.ExitTime to exit time in PsTerminateCurrentThread. Patch by Alex Ionescu.
...
svn path=/trunk/; revision=9495
2004-05-25 22:03:48 +00:00
Filip Navara
d35144407f
- Enabled the 'Press any key to boot from CD' message in the ISO
...
boot code and show it only when some hard disk is present.
- Adjusted detection timeouts for PS/2 and RS232 to the minimum
allowed by the specifications so we don't spend ages in hardware detection.
- Experimental NTFS reading support. (No boot code, no attribute lists, no decompression)
svn path=/trunk/; revision=9494
2004-05-25 21:47:39 +00:00
Filip Navara
470210fb06
- Enabled the 'Press any key to boot from CD' message in the ISO
...
boot code and show it only when some hard disk is present.
- Adjusted detection timeouts for PS/2 and RS232 to the minimum
allowed by the specifications so we don't spend ages in hardware detection.
- Experimental NTFS reading support. (No boot code, no attribute lists, no decompression)
svn path=/trunk/; revision=9493
2004-05-25 21:31:27 +00:00
Filip Navara
5a22e5bcf0
- Fixed definition of assert macro.
...
- Fixed few DPRINTs to compile.
- Handle OF_CREATE flag of OpenFile.
svn path=/trunk/; revision=9492
2004-05-25 20:04:14 +00:00
Aleksey Bragin
f11893f56e
Sample man files
...
svn path=/trunk/; revision=9491
2004-05-25 18:50:54 +00:00
Aleksey Bragin
0f711c642b
New version of man by Semyon Novikov. Manual pages should be located in c:\\man for now, later it will be enhanced to environment variable.
...
I have changed the makefile so it is compatible with ReactOS, and compiles just by running 'make'. There are some warnings also, but I didn't have time to fix them.
svn path=/trunk/; revision=9490
2004-05-25 18:49:04 +00:00
Filip Navara
7a98b74d8b
- Run Task Manager when CTRL-ALT-DEL is pressed.
...
svn path=/trunk/; revision=9489
2004-05-25 15:53:16 +00:00
Filip Navara
6368fbd7a8
- Support for window-less hotkeys.
...
- Send hotkeys even if there's no focus window.
svn path=/trunk/; revision=9488
2004-05-25 15:52:45 +00:00
Hartmut Birr
e58206820b
- Implemented ScsiPortGetPhysicalAddress also for addresses from sense info buffer.
...
- Allocated the sense info buffer within contiguous physical memory.
- Don't send an sence request after an error if the miniport driver is autosense-capable.
svn path=/trunk/; revision=9487
2004-05-24 20:33:41 +00:00
Eric Kohl
b718b8e348
Implement kernel-mode range lists.
...
Install target must not rebuild executables.
svn path=/trunk/; revision=9486
2004-05-24 12:08:55 +00:00
Eric Kohl
82a4c658f4
Implement kernel-mode range lists.
...
svn path=/trunk/; revision=9485
2004-05-24 12:05:54 +00:00
Eric Kohl
47f7ff67c1
Implement RtlInvertRangeList() and RtlMergeRangeList().
...
svn path=/trunk/; revision=9484
2004-05-24 12:03:24 +00:00
Hartmut Birr
8c86d7049f
- Fixed my copy-and-paste bug. Thanks to Royce III.
...
svn path=/trunk/; revision=9483
2004-05-23 15:49:56 +00:00
Thomas Bluemel
5096908ac7
ignore the hInstance field while searching classes if it's NULL
...
svn path=/trunk/; revision=9482
2004-05-23 14:04:58 +00:00
Hartmut Birr
924e3b2bea
- Don't return a file or allocation size for directories.
...
svn path=/trunk/; revision=9481
2004-05-23 13:34:32 +00:00
Hartmut Birr
84d6759c0a
- Fixed the calculated file attribute in CdfsFileFlagsToAttributes.
...
svn path=/trunk/; revision=9480
2004-05-23 13:27:26 +00:00
Eric Kohl
fc9d0d4b4d
- Implement RtlFindRange().
...
- Add documentation.
svn path=/trunk/; revision=9479
2004-05-23 11:56:16 +00:00
Thomas Bluemel
27119bd65c
fixed typos
...
svn path=/trunk/; revision=9478
2004-05-23 09:36:47 +00:00
Royce Mitchell III
fffba95c47
remove UNIMPLEMENTED from NtUserIsClipboardFormatAvailable and replace it with a DPRINT1 warning that it is not implemented. This change gets Irfanview working.
...
svn path=/trunk/; revision=9477
2004-05-23 04:04:10 +00:00
Filip Navara
11a1d291a0
- Disable NtGdiRealizePalette. It has a lot of bugs and really doesn't do any of the work it should do.
...
svn path=/trunk/; revision=9474
2004-05-22 22:07:42 +00:00
Thomas Bluemel
f2992e0c09
prevent memory leaks if callbacks to usermode never return
...
svn path=/trunk/; revision=9473
2004-05-22 21:12:15 +00:00
Hartmut Birr
ef7b36dd46
- Do not immediately write the zeroed region to the disk for a cached file.
...
- Fixed a problem, which does occur if the cluster size is lower than the segment size.
svn path=/trunk/; revision=9472
2004-05-22 18:28:18 +00:00
Thomas Bluemel
d805aabcae
silence debug message
...
svn path=/trunk/; revision=9471
2004-05-22 17:51:08 +00:00
Thomas Bluemel
c6bdf3f977
1. added basic reference counting for message queues
...
2. fixed memory leak when a thread terminates while dispatching a message
3. wake the sender's thread in case of 2.
svn path=/trunk/; revision=9470
2004-05-22 16:48:50 +00:00
Martin Fuchs
4307e3115e
code comments
...
svn path=/trunk/; revision=9469
2004-05-22 13:18:45 +00:00
Filip Navara
86ada6ab1c
- Revert change to VGA register values that I accidently commited.
...
svn path=/trunk/; revision=9468
2004-05-22 12:23:12 +00:00
Eric Kohl
a197c442b7
Center install wizard.
...
Don't skip to next page as long as required data have not been entered.
svn path=/trunk/; revision=9467
2004-05-22 12:04:10 +00:00
Thomas Bluemel
dd55a50761
1. reverted my last change to SendMessageTimeout() which was wrong
...
2. fixed UserGetWindowIcon(), SendMessageTimeout() usually overwrites the result variable, even if it failed!
svn path=/trunk/; revision=9466
2004-05-22 09:22:41 +00:00
Filip Navara
1404258b13
- Remove WinLogon icon, because it's copyrighted by Microsoft.
...
svn path=/trunk/; revision=9465
2004-05-22 09:10:33 +00:00
Filip Navara
ed16c950dc
- Check buffer sizes and color counts for IOCTL_VIDEO_SET_COLOR_REGISTERS request.
...
svn path=/trunk/; revision=9464
2004-05-22 08:53:26 +00:00
Filip Navara
1c1f4e3945
- Don't delete icons that we got by WM_GETICON or GetClassIcon.
...
svn path=/trunk/; revision=9463
2004-05-22 08:35:38 +00:00
Thomas Bluemel
4c8d47cc6b
fixed SendMessageTimeout() to return the correct result even when it timed out
...
svn path=/trunk/; revision=9462
2004-05-22 08:27:15 +00:00
Hartmut Birr
a4931b6ee8
- removed an obsolete call to ExAllocatePool in CHECKPOINT
...
svn path=/trunk/; revision=9461
2004-05-22 08:12:49 +00:00
Art Yerkes
a31ff7a76b
I forgot to increase the number of strings loaded from the registry. fixed.
...
svn path=/trunk/; revision=9460
2004-05-22 02:54:32 +00:00
Art Yerkes
7f1e933e8e
Blight pointed out that we didn't have all the registers in js. This fixes
...
that.
svn path=/trunk/; revision=9459
2004-05-22 02:50:25 +00:00
Art Yerkes
6f17d958c6
Blight pointed out that I was missing some regs from the end of the trap frame.
...
These are now fixed.
svn path=/trunk/; revision=9458
2004-05-22 01:55:31 +00:00
Filip Navara
17983ae6be
- Added support for special value "LiveCD" of SystemPath option
...
for loading ReactOS. It uses the known boot drive information
as the boot path.
svn path=/trunk/; revision=9457
2004-05-21 20:29:56 +00:00
Filip Navara
1c9e1c3a8b
- Fixed a bug in IsoSearchDirectoryBufferForFile. Compare the offset first, so we don't access invalid memory.
...
svn path=/trunk/; revision=9456
2004-05-21 20:06:09 +00:00
Filip Navara
ce81c53f81
- End-Of-Line marker at the real end of line shouldn't advance the vertical offset.
...
svn path=/trunk/; revision=9455
2004-05-21 17:34:24 +00:00
Filip Navara
d76f0c8745
- Support for the End-Of-Line RLE mark.
...
- Treat the bitmap header field bV5ClrUsed correctly if it's set to zero.
svn path=/trunk/; revision=9454
2004-05-21 17:05:46 +00:00
Thomas Bluemel
08855e847a
don't clip moving rectangles to the work area for topmost windows
...
svn path=/trunk/; revision=9453
2004-05-21 12:46:59 +00:00
Thomas Bluemel
03de8510c2
removed obsolete fields from the W32PROCESS structure
...
svn path=/trunk/; revision=9452
2004-05-21 10:31:00 +00:00
Thomas Bluemel
4349fe8990
implemented DisableProcessWindowsGhosting() (window ghosting is not yet implemented though)
...
svn path=/trunk/; revision=9451
2004-05-21 10:09:31 +00:00