reactos.git
21 years agoSupport for VMware video drivers
Gé van Geldorp [Sat, 15 Feb 2003 19:16:34 +0000 (19:16 +0000)]
Support for VMware video drivers

svn path=/trunk/; revision=4151

21 years ago* Implemented/fixed NtSetSecurityObject() and NtQuerySecurityObject().
Eric Kohl [Sat, 15 Feb 2003 18:46:28 +0000 (18:46 +0000)]
* Implemented/fixed NtSetSecurityObject() and NtQuerySecurityObject().
* Updated object security method.
* Added security method for key objects.
* NtDeleteKey() deletes existing values but no subkeys.
* Calculate hive header checksum and increment hive update counters.

svn path=/trunk/; revision=4150

21 years agoCalculate hive header checksum.
Eric Kohl [Fri, 14 Feb 2003 23:01:06 +0000 (23:01 +0000)]
Calculate hive header checksum.
Use update counters for hive flushing.
Invalidate more than one block if a cell crosses block boundaries.

svn path=/trunk/; revision=4149

21 years agoReplaced filesystem list spinlock by an executive resource.
Eric Kohl [Fri, 14 Feb 2003 22:54:38 +0000 (22:54 +0000)]
Replaced filesystem list spinlock by an executive resource.

svn path=/trunk/; revision=4148

21 years agoFixed declarations.
Eric Kohl [Fri, 14 Feb 2003 17:52:31 +0000 (17:52 +0000)]
Fixed declarations.

svn path=/trunk/; revision=4147

21 years agoNew bins should be flushed properly.
Eric Kohl [Fri, 14 Feb 2003 17:48:54 +0000 (17:48 +0000)]
New bins should be flushed properly.
Prepared log file support.

svn path=/trunk/; revision=4146

21 years ago- Ntoskrnl uses for all access to internal structures the SectionObjectPointers from...
Hartmut Birr [Thu, 13 Feb 2003 22:24:19 +0000 (22:24 +0000)]
- Ntoskrnl uses for all access to internal structures the SectionObjectPointers from file object.
- The bcb field is removed from the REACTOS_COMMON_FCB_HEADER structure.
- FSD's store the pointer to the fcb in FsContext from file object. There is no pointer from ccb to the fcb.

svn path=/trunk/; revision=4145

21 years agoImplemented merging of free blocks.
Eric Kohl [Thu, 13 Feb 2003 13:59:57 +0000 (13:59 +0000)]
Implemented merging of free blocks.

svn path=/trunk/; revision=4144

21 years agoAdded hive synchronization to value-related registry functions.
Eric Kohl [Wed, 12 Feb 2003 19:00:23 +0000 (19:00 +0000)]
Added hive synchronization to value-related registry functions.

svn path=/trunk/; revision=4143

21 years agoAdded value delete and enumerate tests.
Eric Kohl [Wed, 12 Feb 2003 18:56:49 +0000 (18:56 +0000)]
Added value delete and enumerate tests.

svn path=/trunk/; revision=4142

21 years agoImplemented IsProcessorFeaturePresent().
Eric Kohl [Wed, 12 Feb 2003 03:44:20 +0000 (03:44 +0000)]
Implemented IsProcessorFeaturePresent().

svn path=/trunk/; revision=4141

21 years ago * include/defines.h: defined INVALID_FILE_SIZE
KJK::Hyperion [Wed, 12 Feb 2003 00:39:31 +0000 (00:39 +0000)]
 * include/defines.h: defined INVALID_FILE_SIZE
 * include/ntos/rtl.h: fixed typo
 * lib/kernel32/file/file.c: fixed GetCompressedFileSizeW
 * lib/kernel32/misc/comm.c: implemented BuildCommDCB and BuildCommDCBAndTimeouts
 * lib/kernel32/misc/handle.c: fixed SetHandleInformation
 * lib/kernel32/misc/time.c: fixed FileTimeToSystemTime
 * lib/kernel32/misc/dllmain.c: shut up a warning
 * lib/kernel32/misc/env.c: ditto
 * lib/kernel32/misc/ldr.c: ditto

svn path=/trunk/; revision=4140

21 years agoAdded two 'create value' tests.
Eric Kohl [Tue, 11 Feb 2003 23:47:04 +0000 (23:47 +0000)]
Added two 'create value' tests.

svn path=/trunk/; revision=4139

21 years agoFont facename is stored in LOGFONTW itself (like in LOGFONT)
Gé van Geldorp [Tue, 11 Feb 2003 23:35:23 +0000 (23:35 +0000)]
Font facename is stored in LOGFONTW itself (like in LOGFONT)

svn path=/trunk/; revision=4138

21 years agoMatch STYPE_* definitions to DDK values
Gé van Geldorp [Tue, 11 Feb 2003 00:16:40 +0000 (00:16 +0000)]
Match STYPE_* definitions to DDK values

svn path=/trunk/; revision=4137

21 years agosorry Casper, I have to insist: OSVERSIONINFOEX *derives* from OSVERSIONINFO. It...
KJK::Hyperion [Mon, 10 Feb 2003 23:18:41 +0000 (23:18 +0000)]
sorry Casper, I have to insist: OSVERSIONINFOEX *derives* from OSVERSIONINFO. It's not just a matter of field names and types, it's a type-checking issue. At least for C++, it has to be inheritance. For C, it's temporarily commented out, until there's a macro to specify if the compiler supports unnamed structure members

svn path=/trunk/; revision=4136

21 years ago2003-02-10 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Mon, 10 Feb 2003 21:29:41 +0000 (21:29 +0000)]
2003-02-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* include/structs.h (OSVERSIONINFOEXA): Expand definition of
OSVERSIONINFOA.
(OSVERSIONINFOEXW): Expand definition of OSVERSIONINFOW.
* lib/msafd/misc/helpers.c (LocateHelperDLL): Cast AddressFamily,
SocketType, and Protocol to INT.
* lib/ws2_32/misc/catalog.c (LocateProvider): Ditto.

svn path=/trunk/; revision=4135

21 years agoUse ERESOURCE instead of spinlock to protect the hive list.
Eric Kohl [Mon, 10 Feb 2003 21:24:45 +0000 (21:24 +0000)]
Use ERESOURCE instead of spinlock to protect the hive list.
Use worker thread to run hive flush routine at dispatch level.
 - Changes by Hartmut Birr!

Delete a key's hash block when the key is deleted.
Update pointers and offsets in a key object when the key cell is deleted.

svn path=/trunk/; revision=4134

21 years agoFixed a typo.
Eric Kohl [Mon, 10 Feb 2003 21:17:37 +0000 (21:17 +0000)]
Fixed a typo.

svn path=/trunk/; revision=4133

21 years agoDefined HTCLOSE. Patch by Richard Campbell.
Eric Kohl [Mon, 10 Feb 2003 15:22:23 +0000 (15:22 +0000)]
Defined HTCLOSE. Patch by Richard Campbell.

svn path=/trunk/; revision=4132

21 years agoNew utility tickcount: displays the kernel tick count in human readable format. Sampl...
KJK::Hyperion [Sun, 9 Feb 2003 21:17:21 +0000 (21:17 +0000)]
New utility tickcount: displays the kernel tick count in human readable format. Sample output:
3 days, 11 hours, 13 minutes, 27 seconds and 943 milliseconds

svn path=/trunk/; revision=4131

21 years agoSome more fixes to tchar.h
KJK::Hyperion [Sun, 9 Feb 2003 21:15:29 +0000 (21:15 +0000)]
Some more fixes to tchar.h

svn path=/trunk/; revision=4130

21 years agoSimplified key deletion.
Eric Kohl [Sun, 9 Feb 2003 19:55:40 +0000 (19:55 +0000)]
Simplified key deletion.
Added workaround to prevent BSOD on missing hives.

svn path=/trunk/; revision=4129

21 years agoDisabled unimplemented tests
Eric Kohl [Sun, 9 Feb 2003 19:11:51 +0000 (19:11 +0000)]
Disabled unimplemented tests

svn path=/trunk/; revision=4128

21 years agoInstall hivetest.
Eric Kohl [Sun, 9 Feb 2003 18:28:16 +0000 (18:28 +0000)]
Install hivetest.

svn path=/trunk/; revision=4127

21 years agoAdded hivetest (modified regtest).
Eric Kohl [Sun, 9 Feb 2003 18:27:29 +0000 (18:27 +0000)]
Added hivetest (modified regtest).
Replaced direct calls to make by $(MAKE).

svn path=/trunk/; revision=4126

21 years agoAdded hivetest (modified regtest).
Eric Kohl [Sun, 9 Feb 2003 18:26:36 +0000 (18:26 +0000)]
Added hivetest (modified regtest).

svn path=/trunk/; revision=4125

21 years agoRemoved the fix for flushing modified cache segments in NtShutdownSystem.
Hartmut Birr [Sun, 9 Feb 2003 18:04:54 +0000 (18:04 +0000)]
Removed the fix for flushing modified cache segments in NtShutdownSystem.

svn path=/trunk/; revision=4124

21 years agoImplemented IRP_MJ_FLUSH_BUFFERS.
Hartmut Birr [Sun, 9 Feb 2003 18:02:56 +0000 (18:02 +0000)]
Implemented IRP_MJ_FLUSH_BUFFERS.
Added cache flushing at shutdown.

svn path=/trunk/; revision=4123

21 years agoAdded hive flushing.
Eric Kohl [Sun, 9 Feb 2003 11:57:14 +0000 (11:57 +0000)]
Added hive flushing.
- Only keys are supported (create / delete).
- No log-file support yet.
- Still a little buggy.

svn path=/trunk/; revision=4122

21 years agoUncommented dependency file generating rule.
Nedko Arnaudov [Sun, 9 Feb 2003 02:18:10 +0000 (02:18 +0000)]
Uncommented dependency file generating rule.
$(EXE_POSTFIX) use instead of ".exe".

svn path=/trunk/; revision=4121

21 years agoReference to web site at geocities removed (site is dropped).
Nedko Arnaudov [Sun, 9 Feb 2003 02:15:23 +0000 (02:15 +0000)]
Reference to web site at geocities removed (site is dropped).

svn path=/trunk/; revision=4120

21 years agoSome minor documentation at last.
Nedko Arnaudov [Sun, 9 Feb 2003 02:13:27 +0000 (02:13 +0000)]
Some minor documentation at last.

svn path=/trunk/; revision=4119

21 years agoFixed a bug in RtlFindSetBits().
Eric Kohl [Sat, 8 Feb 2003 20:59:50 +0000 (20:59 +0000)]
Fixed a bug in RtlFindSetBits().

svn path=/trunk/; revision=4118

21 years agoCopy file dates of source file too.
Eric Kohl [Sat, 8 Feb 2003 00:19:32 +0000 (00:19 +0000)]
Copy file dates of source file too.
Get default install directory from txtsetup.sif.

svn path=/trunk/; revision=4116

21 years ago*** empty log message ***
Nedko Arnaudov [Wed, 5 Feb 2003 03:18:57 +0000 (03:18 +0000)]
*** empty log message ***

svn path=/trunk/; revision=4115

21 years agoSmall fix to tchar.h
KJK::Hyperion [Tue, 4 Feb 2003 01:13:26 +0000 (01:13 +0000)]
Small fix to tchar.h

svn path=/trunk/; revision=4114

21 years agoFix by Royce3 to make _tolower() and _toupper() behave like their
Gé van Geldorp [Mon, 3 Feb 2003 17:05:19 +0000 (17:05 +0000)]
Fix by Royce3 to make _tolower() and _toupper() behave like their
MS counterparts

svn path=/trunk/; revision=4113

21 years agoFix by Royce3
Gé van Geldorp [Mon, 3 Feb 2003 16:59:27 +0000 (16:59 +0000)]
Fix by Royce3

svn path=/trunk/; revision=4112

21 years agoImplemented CancelIo() and SetThreadIdealProcessor().
Eric Kohl [Mon, 3 Feb 2003 14:20:24 +0000 (14:20 +0000)]
Implemented CancelIo() and SetThreadIdealProcessor().

svn path=/trunk/; revision=4111

21 years agoSet page protection for images having section alignment < page size
Gé van Geldorp [Mon, 3 Feb 2003 11:52:46 +0000 (11:52 +0000)]
Set page protection for images having section alignment < page size

svn path=/trunk/; revision=4110

21 years agoSet lpcbData (data length) correctly
Gé van Geldorp [Sun, 2 Feb 2003 22:40:36 +0000 (22:40 +0000)]
Set lpcbData (data length) correctly

svn path=/trunk/; revision=4109

21 years agoMake starting of SERVICES.EXE dependent on registry key
Gé van Geldorp [Sun, 2 Feb 2003 22:38:54 +0000 (22:38 +0000)]
Make starting of SERVICES.EXE dependent on registry key

svn path=/trunk/; revision=4108

21 years agoCleaning up victims of stricter warning checking...
KJK::Hyperion [Sun, 2 Feb 2003 19:27:17 +0000 (19:27 +0000)]
Cleaning up victims of stricter warning checking...

svn path=/trunk/; revision=4107

21 years agoFinally solved some advapi32 nonsense:
KJK::Hyperion [Sun, 2 Feb 2003 19:24:44 +0000 (19:24 +0000)]
Finally solved some advapi32 nonsense:
 - advapi32 doesn't import any more from itself
 - smarter stubbing (look at the files modified in this commit)

svn path=/trunk/; revision=4106

21 years agoVarious makefile fixes:
KJK::Hyperion [Sun, 2 Feb 2003 19:24:16 +0000 (19:24 +0000)]
Various makefile fixes:
 - don't link crt0 and msvcrt by default into system DLLs
 - strict warning checking: all warnings displayed, and treated as errors

svn path=/trunk/; revision=4105

21 years agoDon't link crt0 and msvcrt into system DLLs
KJK::Hyperion [Sun, 2 Feb 2003 17:36:16 +0000 (17:36 +0000)]
Don't link crt0 and msvcrt into system DLLs

svn path=/trunk/; revision=4104

21 years agoReimplemented LoadStringA
KJK::Hyperion [Sun, 2 Feb 2003 17:35:30 +0000 (17:35 +0000)]
Reimplemented LoadStringA
Implemented LoadStringW

svn path=/trunk/; revision=4103

21 years agoFixed compiler warnings.
Eric Kohl [Sun, 2 Feb 2003 17:21:06 +0000 (17:21 +0000)]
Fixed compiler warnings.

svn path=/trunk/; revision=4102

21 years agoImplemented QueryPerformanceCounter() and QueryPerformanceFrequency().
Eric Kohl [Sun, 2 Feb 2003 16:57:49 +0000 (16:57 +0000)]
Implemented QueryPerformanceCounter() and QueryPerformanceFrequency().

svn path=/trunk/; revision=4101

21 years agoImplemented NtQueryPerformanceCounter().
Eric Kohl [Sun, 2 Feb 2003 16:55:56 +0000 (16:55 +0000)]
Implemented NtQueryPerformanceCounter().

svn path=/trunk/; revision=4100

21 years agoCheck the length of the gap if this starts at the begin or end of the area in MmFindGap.
Hartmut Birr [Sun, 2 Feb 2003 08:55:51 +0000 (08:55 +0000)]
Check the length of the gap if this starts at the begin or end of the area in MmFindGap.

svn path=/trunk/; revision=4099

21 years agoFixed a call to ZwFreeVirtualMemory.
Hartmut Birr [Sun, 2 Feb 2003 08:53:32 +0000 (08:53 +0000)]
Fixed a call to ZwFreeVirtualMemory.

svn path=/trunk/; revision=4098

21 years agoOSVERSIONINFO and OSVERSIONINFOEX properly declared
KJK::Hyperion [Sat, 1 Feb 2003 20:00:26 +0000 (20:00 +0000)]
OSVERSIONINFO and OSVERSIONINFOEX properly declared
Corrected some PEB fields

svn path=/trunk/; revision=4096

21 years agoGetVersion, GetVersionExA and GetVersionExW reimplemented correctly (almost)
KJK::Hyperion [Sat, 1 Feb 2003 19:58:17 +0000 (19:58 +0000)]
GetVersion, GetVersionExA and GetVersionExW reimplemented correctly (almost)

svn path=/trunk/; revision=4095

21 years agoReactOS 0.1.0
Jason Filby [Sat, 1 Feb 2003 15:34:35 +0000 (15:34 +0000)]
ReactOS 0.1.0

svn path=/trunk/; revision=4093

21 years agoFixed a wrong DPRINT.
Hartmut Birr [Fri, 31 Jan 2003 21:49:11 +0000 (21:49 +0000)]
Fixed a wrong DPRINT.

svn path=/trunk/; revision=4091

21 years agoRenamed misleading 'BootBackupSector' to 'FsInfoSector'.
Eric Kohl [Fri, 31 Jan 2003 15:55:18 +0000 (15:55 +0000)]
Renamed misleading 'BootBackupSector' to 'FsInfoSector'.

svn path=/trunk/; revision=4089

21 years agoUpdated freeldr.ini to work with latest .ini file changes.
Brian Palmer [Fri, 31 Jan 2003 02:44:32 +0000 (02:44 +0000)]
Updated freeldr.ini to work with latest .ini file changes.

svn path=/trunk/; revision=4088

21 years agoAdded write cache flushing (untested).
Eric Kohl [Thu, 30 Jan 2003 22:09:15 +0000 (22:09 +0000)]
Added write cache flushing (untested).

svn path=/trunk/; revision=4087

21 years agoIncrease the write back count in CcRosFlushDirtyPages
Hartmut Birr [Thu, 30 Jan 2003 18:30:53 +0000 (18:30 +0000)]
Increase the write back count in CcRosFlushDirtyPages
according to the dirty page count from cache manager.

svn path=/trunk/; revision=4086

21 years agoWrite back dirty pages from cache manager at shutdown.
Hartmut Birr [Thu, 30 Jan 2003 18:28:10 +0000 (18:28 +0000)]
Write back dirty pages from cache manager at shutdown.

svn path=/trunk/; revision=4085

21 years agoAdded more install files. Patch by Hartmut Birr.
Eric Kohl [Thu, 30 Jan 2003 17:38:30 +0000 (17:38 +0000)]
Added more install files. Patch by Hartmut Birr.

svn path=/trunk/; revision=4084

21 years agoDistinguish between ini-files and inf/sif-files. Patch by Hartmut Birr.
Eric Kohl [Thu, 30 Jan 2003 17:37:13 +0000 (17:37 +0000)]
Distinguish between ini-files and inf/sif-files. Patch by Hartmut Birr.

svn path=/trunk/; revision=4083

21 years agoAdded some more files to the boot-cd.
Eric Kohl [Thu, 30 Jan 2003 14:45:51 +0000 (14:45 +0000)]
Added some more files to the boot-cd.
Fixed bug in txtsetup.sif.

svn path=/trunk/; revision=4082

21 years ago- Added error messages
Eric Kohl [Thu, 30 Jan 2003 14:41:45 +0000 (14:41 +0000)]
- Added error messages
- Added support for multiple installations

Please wait until the Disk-LED stopps flashing or your installation will be corrupted. :-/

svn path=/trunk/; revision=4081

21 years ago-Using DataBuffer and DataTransferLength from DeviceExtension on read/write requests.
Hartmut Birr [Tue, 28 Jan 2003 17:34:20 +0000 (17:34 +0000)]
-Using DataBuffer and DataTransferLength from DeviceExtension on read/write requests.
-Check if there is a device attached to the ide channel in AtapiFindDevice.

svn path=/trunk/; revision=4080

21 years ago-Do not modify the buffer and length field within the srb for read/write retries.
Hartmut Birr [Tue, 28 Jan 2003 17:33:18 +0000 (17:33 +0000)]
-Do not modify the buffer and length field within the srb for read/write retries.

svn path=/trunk/; revision=4079

21 years agoAdded bootsector installation and boot.ini manipulation.
Eric Kohl [Tue, 28 Jan 2003 17:29:22 +0000 (17:29 +0000)]
Added bootsector installation and boot.ini manipulation.

svn path=/trunk/; revision=4078

21 years ago- Check the returned status after calls to NextCluster/OffsetToCluster
Hartmut Birr [Tue, 28 Jan 2003 16:48:03 +0000 (16:48 +0000)]
- Check the returned status after calls to NextCluster/OffsetToCluster
  to detect a full disk.
- Call NextCluster with the correct parameters (FirstCluster/NextCluster).
- If the size for a file would be reduced, free first the cache segments
  and as second the clusters within the fat.

svn path=/trunk/; revision=4077

21 years agominor update.
Robert Dickenson [Mon, 27 Jan 2003 15:12:12 +0000 (15:12 +0000)]
minor update.

svn path=/trunk/; revision=4076

21 years agobackdoor macro fixed.
Robert Dickenson [Mon, 27 Jan 2003 14:49:18 +0000 (14:49 +0000)]
backdoor macro fixed.

svn path=/trunk/; revision=4075

21 years agoImplemented a couple of stubbed functions. Added several pointer checks.
Eugene Ingerman [Sat, 25 Jan 2003 23:09:40 +0000 (23:09 +0000)]
Implemented a couple of stubbed functions. Added several pointer checks.

svn path=/trunk/; revision=4074

21 years agoMinor bug fix.
Eugene Ingerman [Sat, 25 Jan 2003 23:06:32 +0000 (23:06 +0000)]
Minor bug fix.

svn path=/trunk/; revision=4073

21 years agoMinor changes to palette code.
Eugene Ingerman [Sat, 25 Jan 2003 23:01:24 +0000 (23:01 +0000)]
Minor changes to palette code.

svn path=/trunk/; revision=4072

21 years agoFixed save/restore screen area bug. This bug showed up as a black rectangle on the...
Eugene Ingerman [Sat, 25 Jan 2003 22:53:12 +0000 (22:53 +0000)]
Fixed save/restore screen area bug. This bug showed up as a black rectangle on the vertical scrollbar in winhello test.

svn path=/trunk/; revision=4071

21 years ago-Added some file locking improvements.
Hartmut Birr [Sat, 25 Jan 2003 18:53:27 +0000 (18:53 +0000)]
-Added some file locking improvements.

svn path=/trunk/; revision=4070

21 years ago- Reverted my latest changes to fix the handling of errors/retries.
Hartmut Birr [Sat, 25 Jan 2003 16:19:06 +0000 (16:19 +0000)]
- Reverted my latest changes to fix the handling of errors/retries.
- Set the correct data buffer on retries.

svn path=/trunk/; revision=4069

21 years ago-IoCallDriver didn't set DeviceObject member in next stack location.
Hartmut Birr [Sat, 25 Jan 2003 16:16:54 +0000 (16:16 +0000)]
-IoCallDriver didn't set DeviceObject member in next stack location.
-IofCompleteRequest: fixed broken completion routine handling
(Thanks to Gunnar Andr� Dalsnes)

svn path=/trunk/; revision=4068

21 years ago-IoCancelIrp fixed/improved (Thanks to Gunnar Andr� Dalsnes).
Hartmut Birr [Sat, 25 Jan 2003 16:15:33 +0000 (16:15 +0000)]
-IoCancelIrp fixed/improved (Thanks to Gunnar Andr� Dalsnes).

svn path=/trunk/; revision=4067

21 years ago-Added some irp stack macros (IoSetPreviousIrpStackLocation, IoGetPreviousIrpStackLoc...
Hartmut Birr [Sat, 25 Jan 2003 16:01:49 +0000 (16:01 +0000)]
-Added some irp stack macros (IoSetPreviousIrpStackLocation, IoGetPreviousIrpStackLocation, IoRetardIrpStackLocation).  (Thanks to Gunnar Andr� Dalsnes)

svn path=/trunk/; revision=4066

21 years ago-Implemented vfat file locking. (Thanks to Gunnar Andr� Dalsnes)
Hartmut Birr [Sat, 25 Jan 2003 15:55:08 +0000 (15:55 +0000)]
-Implemented vfat file locking. (Thanks to Gunnar Andr� Dalsnes)

svn path=/trunk/; revision=4065

21 years ago-Added some file locking improvements. (Thanks to Gunnar Andr� Dalsnes)
Hartmut Birr [Sat, 25 Jan 2003 15:52:43 +0000 (15:52 +0000)]
-Added some file locking improvements. (Thanks to Gunnar Andr� Dalsnes)

svn path=/trunk/; revision=4064

21 years ago-Added file locking test application. (Thanks to Gunnar Andr� Dalsnes)
Hartmut Birr [Sat, 25 Jan 2003 15:46:52 +0000 (15:46 +0000)]
-Added file locking test application. (Thanks to Gunnar Andr� Dalsnes)

svn path=/trunk/; revision=4063

21 years agoFixed: locking GDI objects twice when running wm_paint test.
Eugene Ingerman [Fri, 24 Jan 2003 23:25:34 +0000 (23:25 +0000)]
Fixed: locking GDI objects twice when running wm_paint test.

svn path=/trunk/; revision=4062

21 years agoScrollbar improvements
Jason Filby [Fri, 24 Jan 2003 22:42:15 +0000 (22:42 +0000)]
Scrollbar improvements

svn path=/trunk/; revision=4061

21 years agoTurned off SEH in test
Steven Edwards [Fri, 24 Jan 2003 19:48:13 +0000 (19:48 +0000)]
Turned off SEH in test

svn path=/trunk/; revision=4060

21 years agoAdded WM_PAINT test from the Windows2000 graphics API blackbook,
Steven Edwards [Fri, 24 Jan 2003 19:45:57 +0000 (19:45 +0000)]
Added WM_PAINT test from the Windows2000 graphics API blackbook,
used with permission of author under public domain license.

svn path=/trunk/; revision=4059

21 years agoFixed size of BootBackup in the FAT32 bootsector.
Eric Kohl [Fri, 24 Jan 2003 13:42:43 +0000 (13:42 +0000)]
Fixed size of BootBackup in the FAT32 bootsector.

svn path=/trunk/; revision=4058

21 years agoChanges in v1.8.2 (1/24/2003) (ekohl)
Eric Kohl [Fri, 24 Jan 2003 11:25:56 +0000 (11:25 +0000)]
Changes in v1.8.2 (1/24/2003) (ekohl)

- Relaxed check for Int13-Extension support.
  Some BIOSes have a strange opinion about what is supported. :-/

svn path=/trunk/; revision=4057

21 years agoFixed a shameful bug. Color translation should work now.
Eugene Ingerman [Fri, 24 Jan 2003 09:11:03 +0000 (09:11 +0000)]
Fixed a shameful bug. Color translation should work now.

svn path=/trunk/; revision=4056

21 years agoRetrieve startup shell from registry
Gé van Geldorp [Thu, 23 Jan 2003 00:16:47 +0000 (00:16 +0000)]
Retrieve startup shell from registry

svn path=/trunk/; revision=4055

21 years agoMake cmd.exe usable as startup shell
Gé van Geldorp [Thu, 23 Jan 2003 00:15:10 +0000 (00:15 +0000)]
Make cmd.exe usable as startup shell

svn path=/trunk/; revision=4054

21 years agoAdded more stubbs for bochs
Steven Edwards [Wed, 22 Jan 2003 17:52:14 +0000 (17:52 +0000)]
Added more stubbs for bochs

svn path=/trunk/; revision=4053

21 years agoFixed some warnings.
Eric Kohl [Wed, 22 Jan 2003 02:24:36 +0000 (02:24 +0000)]
Fixed some warnings.
Added missing stubs.
Implemented GetThreadPriotityBoost() and SetThreadPriorityBoost().

svn path=/trunk/; revision=4052

21 years agoChanged define _OLE2NLS_IN_BUILD_ to reactivate various stubs including GetACP.
Robert Dickenson [Tue, 21 Jan 2003 20:50:51 +0000 (20:50 +0000)]
Changed define _OLE2NLS_IN_BUILD_ to reactivate various stubs including GetACP.

svn path=/trunk/; revision=4050

21 years agoUse fclose() on FILE* object
Gé van Geldorp [Tue, 21 Jan 2003 17:56:10 +0000 (17:56 +0000)]
Use fclose() on FILE* object

svn path=/trunk/; revision=4049

21 years agoChanges in v1.8.1 (1/20/2003) (ekohl)
Eric Kohl [Mon, 20 Jan 2003 18:39:53 +0000 (18:39 +0000)]
Changes in v1.8.1 (1/20/2003) (ekohl)

- Fixed the ISO filesystem detection code.
- Removed IsSetupLdr.

svn path=/trunk/; revision=4047

21 years agoCopy second sector of the fat32 bootsector instead of the fat(12/16) bootsector.
Eric Kohl [Sun, 19 Jan 2003 17:01:38 +0000 (17:01 +0000)]
Copy second sector of the fat32 bootsector instead of the fat(12/16) bootsector.
Fixed several compiler warnings.

svn path=/trunk/; revision=4046

21 years agoAdded special handling for shift value 32.
Hartmut Birr [Sun, 19 Jan 2003 01:49:10 +0000 (01:49 +0000)]
Added special handling for shift value 32.

svn path=/trunk/; revision=4045