reactos.git
21 years agoreference to mingw's libth32.a added so the thing compiles *and* links.
Robert Dickenson [Sat, 4 Jan 2003 17:45:49 +0000 (17:45 +0000)]
reference to mingw's libth32.a added so the thing compiles *and* links.

svn path=/trunk/; revision=3932

21 years agoCopyright years updated to 2003.
Emanuele Aliberti [Sat, 4 Jan 2003 15:24:12 +0000 (15:24 +0000)]
Copyright years updated to 2003.

svn path=/trunk/; revision=3931

21 years agoEugene Ingerman, Guido de Jong, Jurgen van Gael, Marty Dill, and Ge van Geldorp added...
Emanuele Aliberti [Sat, 4 Jan 2003 15:21:18 +0000 (15:21 +0000)]
Eugene Ingerman, Guido de Jong, Jurgen van Gael, Marty Dill, and Ge van Geldorp added to the list of ROS coders.

svn path=/trunk/; revision=3930

21 years agoFixed handling of large FAT32 partitions.
Hartmut Birr [Sat, 4 Jan 2003 02:07:18 +0000 (02:07 +0000)]
Fixed handling of large FAT32 partitions.

svn path=/trunk/; revision=3928

21 years agoHandle FAT32 partitions larger than 4GB
Gé van Geldorp [Fri, 3 Jan 2003 23:58:31 +0000 (23:58 +0000)]
Handle FAT32 partitions larger than 4GB

svn path=/trunk/; revision=3927

21 years agofix some warnings
guido [Fri, 3 Jan 2003 00:28:07 +0000 (00:28 +0000)]
fix some warnings
----------------------------------------------------------------------

svn path=/trunk/; revision=3926

21 years ago2003-01-02 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 2 Jan 2003 23:37:28 +0000 (23:37 +0000)]
2003-01-02  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* ntoskrnl/ke/timer.c (KeExpireTimers): Avoid signed/unsigned comparison
warning.
* lib/user32/controls/scrollbar.c (SCROLL_DrawScrollBar): Put a statement
at end.

svn path=/trunk/; revision=3925

21 years agoSet the hidden sector value from boot sector with the correct partition offset.
Hartmut Birr [Thu, 2 Jan 2003 21:43:52 +0000 (21:43 +0000)]
Set the hidden sector value from boot sector with the correct partition offset.

svn path=/trunk/; revision=3924

21 years agoRecalculate the partition value for freeldr. Freeldr uses a different partition numbe...
Hartmut Birr [Thu, 2 Jan 2003 21:42:56 +0000 (21:42 +0000)]
Recalculate the partition value for freeldr. Freeldr uses a different partition numbering like linux.

svn path=/trunk/; revision=3923

21 years agoFixed the access to the region list in MmAlterRegion.
Hartmut Birr [Thu, 2 Jan 2003 16:41:56 +0000 (16:41 +0000)]
Fixed the access to the region list in MmAlterRegion.

svn path=/trunk/; revision=3922

21 years agoSplited HalEndSystemInterrupt in two functions. HalEndSystemInterrupt,
Hartmut Birr [Thu, 2 Jan 2003 16:07:49 +0000 (16:07 +0000)]
Splited HalEndSystemInterrupt in two functions. HalEndSystemInterrupt,
HalpLowerIrql and HalpExecuteIrqs was called recursively.

svn path=/trunk/; revision=3921

21 years agoMoved the call to HalEndSystemInterrupt to the end of KiInterruptDispatch.
Hartmut Birr [Thu, 2 Jan 2003 16:06:49 +0000 (16:06 +0000)]
Moved the call to HalEndSystemInterrupt to the end of KiInterruptDispatch.

svn path=/trunk/; revision=3920

21 years agoFixed a buffer overflow in wcsncpy.
Hartmut Birr [Thu, 2 Jan 2003 16:05:50 +0000 (16:05 +0000)]
Fixed a buffer overflow in wcsncpy.

svn path=/trunk/; revision=3919

21 years agoAdded a missing call to VfatCloseFile.
Hartmut Birr [Thu, 2 Jan 2003 16:04:31 +0000 (16:04 +0000)]
Added a missing call to VfatCloseFile.

svn path=/trunk/; revision=3918

21 years agoAdded a terminating 0 in vfatGetFCBForFile. Vfat has used the buggy implementation...
Hartmut Birr [Thu, 2 Jan 2003 16:03:56 +0000 (16:03 +0000)]
Added a terminating 0 in vfatGetFCBForFile. Vfat has used the buggy implementation of wcsncpy.

svn path=/trunk/; revision=3917

21 years agoFixed the handling for errors/retries.
Hartmut Birr [Thu, 2 Jan 2003 16:03:04 +0000 (16:03 +0000)]
Fixed the handling for errors/retries.

svn path=/trunk/; revision=3916

21 years agoCheck if a uncached read is sector aligned, fail if is not.
Hartmut Birr [Thu, 2 Jan 2003 16:02:02 +0000 (16:02 +0000)]
Check if a uncached read is sector aligned, fail if is not.

svn path=/trunk/; revision=3915

21 years agoUninitialize the file cache only if it was initialized.
Hartmut Birr [Thu, 2 Jan 2003 16:01:21 +0000 (16:01 +0000)]
Uninitialize the file cache only if it was initialized.

svn path=/trunk/; revision=3914

21 years agoadded missing sub-dir to clean rule.
Robert Dickenson [Wed, 1 Jan 2003 11:18:06 +0000 (11:18 +0000)]
added missing sub-dir to clean rule.

svn path=/trunk/; revision=3913

21 years agoUpdates to test program.
Robert Dickenson [Wed, 1 Jan 2003 11:16:18 +0000 (11:16 +0000)]
Updates to test program.

svn path=/trunk/; revision=3912

21 years agoMinor mods.
Robert Dickenson [Wed, 1 Jan 2003 11:11:49 +0000 (11:11 +0000)]
Minor mods.

svn path=/trunk/; revision=3911

21 years agoChanges to all definitions involving wchar_t. The unsigned short type caused g++...
Robert Dickenson [Wed, 1 Jan 2003 06:19:37 +0000 (06:19 +0000)]
Changes to all definitions involving wchar_t. The unsigned short type caused g++ to fail.

svn path=/trunk/; revision=3910

21 years agoupdates to the sc utility.
Robert Dickenson [Sat, 28 Dec 2002 16:19:22 +0000 (16:19 +0000)]
updates to the sc utility.

svn path=/trunk/; revision=3909

21 years agoadded a default test ip address, i'm sure i've done this before...
Robert Dickenson [Sat, 28 Dec 2002 16:12:04 +0000 (16:12 +0000)]
added a default test ip address, i'm sure i've done this before...

svn path=/trunk/; revision=3908

21 years agoadded new targets - does anybody else use these?
Robert Dickenson [Sat, 28 Dec 2002 16:10:03 +0000 (16:10 +0000)]
added new targets - does anybody else use these?
perhaps I should try make install some time...

svn path=/trunk/; revision=3907

21 years agoadded new targets and some macros.
Robert Dickenson [Sat, 28 Dec 2002 16:07:59 +0000 (16:07 +0000)]
added new targets and some macros.

svn path=/trunk/; revision=3906

21 years agomoved all wine targets to makefile in wine dir
Robert Dickenson [Sat, 28 Dec 2002 16:06:11 +0000 (16:06 +0000)]
moved all wine targets to makefile in wine dir

svn path=/trunk/; revision=3905

21 years agoAdded apps\tests\copymove
Gé van Geldorp [Fri, 27 Dec 2002 23:56:03 +0000 (23:56 +0000)]
Added apps\tests\copymove

svn path=/trunk/; revision=3904

21 years agoTests for MoveFile and related routines
Gé van Geldorp [Fri, 27 Dec 2002 23:54:33 +0000 (23:54 +0000)]
Tests for MoveFile and related routines

svn path=/trunk/; revision=3903

21 years agoImproved file attribute and file time handling
Gé van Geldorp [Fri, 27 Dec 2002 23:50:21 +0000 (23:50 +0000)]
Improved file attribute and file time handling

svn path=/trunk/; revision=3902

21 years agosomething going spooky with CVS, trying to get this file in...
Robert Dickenson [Fri, 27 Dec 2002 14:53:06 +0000 (14:53 +0000)]
something going spooky with CVS, trying to get this file in...

svn path=/trunk/; revision=3901

21 years agoInclude test for truncating files, which currently doesn't work.
Robert Dickenson [Fri, 27 Dec 2002 14:44:01 +0000 (14:44 +0000)]
Include test for truncating files, which currently doesn't work.

svn path=/trunk/; revision=3900

21 years agoProgress with opening and closing handles to SCM.
Robert Dickenson [Fri, 27 Dec 2002 14:40:03 +0000 (14:40 +0000)]
Progress with opening and closing handles to SCM.

svn path=/trunk/; revision=3899

21 years agoFirst draft of a ScmNamedPipeListenerThread implementation.
Robert Dickenson [Fri, 27 Dec 2002 13:54:28 +0000 (13:54 +0000)]
First draft of a ScmNamedPipeListenerThread implementation.
Some debug noise from winlogon and as always edited an ignore file.

svn path=/trunk/; revision=3898

21 years agorename target from sh.exe to baresh.exe to avoid namespace conflict.
Robert Dickenson [Thu, 26 Dec 2002 18:28:25 +0000 (18:28 +0000)]
rename target from sh.exe to baresh.exe to avoid namespace conflict.

svn path=/trunk/; revision=3897

21 years agoKeep the posix module buildable, and add some CVS sugar for easier scanning.
Robert Dickenson [Thu, 26 Dec 2002 18:14:38 +0000 (18:14 +0000)]
Keep the posix module buildable, and add some CVS sugar for easier scanning.

svn path=/trunk/; revision=3896

21 years agoChanged THREAD_STATE_RUNNABLE to THREAD_STATE_READY however PsDispatchThread() is...
Robert Dickenson [Thu, 26 Dec 2002 17:36:12 +0000 (17:36 +0000)]
Changed THREAD_STATE_RUNNABLE to THREAD_STATE_READY however PsDispatchThread() is still inaccessible.

svn path=/trunk/; revision=3895

21 years agoPerl5.8 requires the pointer to i/o table to be exported, and layed out correctly...
Robert Dickenson [Thu, 26 Dec 2002 17:26:41 +0000 (17:26 +0000)]
Perl5.8 requires the pointer to i/o table to be exported, and layed out correctly...

svn path=/trunk/; revision=3894

21 years agoUnix extra lines cleaned up.
Robert Dickenson [Thu, 26 Dec 2002 17:23:27 +0000 (17:23 +0000)]
Unix extra lines cleaned up.

svn path=/trunk/; revision=3893

21 years agoStarted to port some of the support for IsCharAlphaNumeric et al from wine.
Robert Dickenson [Thu, 26 Dec 2002 17:21:27 +0000 (17:21 +0000)]
Started to port some of the support for IsCharAlphaNumeric et al from wine.

svn path=/trunk/; revision=3892

21 years agoMore sugar for CVS...
Robert Dickenson [Thu, 26 Dec 2002 17:16:13 +0000 (17:16 +0000)]
More sugar for CVS...

svn path=/trunk/; revision=3891

21 years agoAdded new Service Control utitlity.
Robert Dickenson [Thu, 26 Dec 2002 17:04:46 +0000 (17:04 +0000)]
Added new Service Control utitlity.

svn path=/trunk/; revision=3890

21 years agoFix sector size for AT LBA drives at 512 bytes
Gé van Geldorp [Sun, 22 Dec 2002 11:38:41 +0000 (11:38 +0000)]
Fix sector size for AT LBA drives at 512 bytes

svn path=/trunk/; revision=3889

21 years agoFixed typo, Edi was not restored
Gé van Geldorp [Sun, 22 Dec 2002 11:35:15 +0000 (11:35 +0000)]
Fixed typo, Edi was not restored

svn path=/trunk/; revision=3888

21 years agoVolume label doesn't always have the ARCHIVE bit set
Gé van Geldorp [Sun, 22 Dec 2002 11:26:01 +0000 (11:26 +0000)]
Volume label doesn't always have the ARCHIVE bit set

svn path=/trunk/; revision=3887

21 years agoOops! Commented out offending line
Jason Filby [Sun, 22 Dec 2002 10:50:04 +0000 (10:50 +0000)]
Oops! Commented out offending line

svn path=/trunk/; revision=3886

21 years agoScrollbar improvements
Jason Filby [Sat, 21 Dec 2002 19:25:41 +0000 (19:25 +0000)]
Scrollbar improvements

svn path=/trunk/; revision=3885

21 years agoAdd bootsectors and FREELDR.SYS to bootcd.
Eric Kohl [Sat, 21 Dec 2002 14:54:47 +0000 (14:54 +0000)]
Add bootsectors and FREELDR.SYS to bootcd.

svn path=/trunk/; revision=3884

21 years agoRevisted the packet capture driver and updated with fixes in latest 3.0a4 release.
Robert Dickenson [Sat, 21 Dec 2002 04:46:09 +0000 (04:46 +0000)]
Revisted the packet capture driver and updated with fixes in latest 3.0a4 release.
Seems I'll need to do some work on the SCM before this'll be running for me.

svn path=/trunk/; revision=3883

21 years agoReplaced some calls to DbgPrint with the DPRINT macro.
Hartmut Birr [Mon, 16 Dec 2002 23:23:21 +0000 (23:23 +0000)]
Replaced some calls to DbgPrint with the DPRINT macro.

svn path=/trunk/; revision=3882

21 years agoUnmap the low memory in SMP mode in MmInit3.
Hartmut Birr [Mon, 16 Dec 2002 22:59:44 +0000 (22:59 +0000)]
Unmap the low memory in SMP mode in MmInit3.

svn path=/trunk/; revision=3881

21 years agoFixed Exfi386InterlockedExchangeUlong and InterlockedExchange.
Hartmut Birr [Mon, 16 Dec 2002 22:56:30 +0000 (22:56 +0000)]
Fixed Exfi386InterlockedExchangeUlong and InterlockedExchange.

svn path=/trunk/; revision=3880

21 years ago2002-12-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Dec 2002 17:01:52 +0000 (17:01 +0000)]
2002-12-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* drivers/fs/vfat/cleanup.c (VfatCleanupFile): Only uninitialize caching
when initialized.
* drivers/fs/vfat/fcb.c (vfatReleaseFCB): Ditto.
* lib/kernel32/mem/section.c (CreateFileMappingW): Pass NULL as
MaximumSize to NtCreateSection if dwMaximumSizeHigh and dwMaximumSizeLow
are both 0.
* ntoskrnl/cc/pin.c (CcMapData): Assert if Bcb is NULL.
* ntoskrnl/cc/view.c (CcRosReleaseCacheSegment, CcRosLookupCacheSegment,
CcRosMarkDirtyCacheSegment, CcRosUnmapCacheSegment,
CcRosCreateCacheSegment, CcRosGetCacheSegmentChain,
CcRosGetCacheSegment, CcRosRequestCacheSegment, CcFlushCache,
CcRosDeleteFileCache, CcRosReferenceCache, CcRosDereferenceCache,
CcRosReleaseFileCache, CcGetFileObjectFromSectionPtrs): Ditto.
* ntoskrnl/mm/section.c (MiReadPage): Assert if Fcb->Bcb is NULL.
(MmCreateDataFileSection): Make sure caching is initialized for the file
stream.

svn path=/trunk/; revision=3879

21 years agoUse lookaside list to allocate SRBs.
Eric Kohl [Sun, 15 Dec 2002 14:34:43 +0000 (14:34 +0000)]
Use lookaside list to allocate SRBs.

svn path=/trunk/; revision=3878

21 years agocreated kernel32.mc message file which generates errcodes.rc, MSG00409.bin and /inclu...
Robert Dickenson [Sun, 15 Dec 2002 06:34:43 +0000 (06:34 +0000)]
created kernel32.mc message file which generates errcodes.rc, MSG00409.bin and /include/reactos/errcodes.h
need to figure out how to get these to build automatically at the dependancy stage before including the output rc into kernel32 resources.

svn path=/trunk/; revision=3877

21 years agoApply'd hartmut sector size patch for VMware.
Steven Edwards [Sun, 15 Dec 2002 00:23:31 +0000 (00:23 +0000)]
Apply'd hartmut sector size patch for VMware.
Please report if you have problems on your platform

svn path=/trunk/; revision=3876

21 years agoAdded more stubs for bochs.
Steven Edwards [Sat, 14 Dec 2002 17:36:51 +0000 (17:36 +0000)]
Added more stubs for bochs.

svn path=/trunk/; revision=3875

21 years agoUpdated test program.
Robert Dickenson [Sat, 14 Dec 2002 14:42:01 +0000 (14:42 +0000)]
Updated test program.
Successfully reads and writes short test buffer using stream I/O, both A and W versions.
Tests for correct handling of /r/n in text modes however nothing as yet for multi-bytes.
If you rebuild me watch out for the dependacy _tfileio.c which doesn't have an entry in the makefile.

svn path=/trunk/; revision=3874

21 years agoFixed data overrun upon read commands.
Eric Kohl [Fri, 13 Dec 2002 19:35:12 +0000 (19:35 +0000)]
Fixed data overrun upon read commands.

svn path=/trunk/; revision=3873

21 years agoDon't build ide.sys any longer.
Eric Kohl [Thu, 12 Dec 2002 17:04:01 +0000 (17:04 +0000)]
Don't build ide.sys any longer.

svn path=/trunk/; revision=3872

21 years agoFixed "kernel32_test codepage" conformance test:
Robert Dickenson [Thu, 12 Dec 2002 04:53:23 +0000 (04:53 +0000)]
Fixed "kernel32_test codepage" conformance test:
C:\reactos\bin>kernel32_test codepage
codepage: 2 tests executed, 0 marked as todo, 0 failures.
Plus a bit of cvsignoring and #ifdef's in stubs for trying to build with the ole2nls module.

svn path=/trunk/; revision=3871

21 years agoKdDebuggerEnable -> KdDebuggerEnabled
Robert Dickenson [Wed, 11 Dec 2002 04:39:20 +0000 (04:39 +0000)]
KdDebuggerEnable -> KdDebuggerEnabled

svn path=/trunk/; revision=3870

21 years agoRemoved dependancy tracking.
Hartmut Birr [Tue, 10 Dec 2002 19:09:26 +0000 (19:09 +0000)]
Removed dependancy tracking.

svn path=/trunk/; revision=3869

21 years agoLinking not hosed now. Fixed via import of -lstdc++.
Steven Edwards [Tue, 10 Dec 2002 17:03:03 +0000 (17:03 +0000)]
Linking not hosed now. Fixed via import of -lstdc++.

svn path=/trunk/; revision=3868

21 years agoFixed makefile for cabman. Linking is still hosed.
Steven Edwards [Tue, 10 Dec 2002 17:01:16 +0000 (17:01 +0000)]
Fixed makefile for cabman. Linking is still hosed.

svn path=/trunk/; revision=3867

21 years agoAdded the Promise Ultra100 (PDC20267) controller to the list of supported atapi contr...
Eric Kohl [Tue, 10 Dec 2002 12:18:33 +0000 (12:18 +0000)]
Added the Promise Ultra100 (PDC20267) controller to the list of supported atapi controllers.

svn path=/trunk/; revision=3866

21 years agoPut things back how they work for others until I work it out properly.
Robert Dickenson [Tue, 10 Dec 2002 09:31:30 +0000 (09:31 +0000)]
Put things back how they work for others until I work it out properly.

svn path=/trunk/; revision=3865

21 years agoReplaced bios error codes by valid status codes.
Eric Kohl [Mon, 9 Dec 2002 23:15:57 +0000 (23:15 +0000)]
Replaced bios error codes by valid status codes.

svn path=/trunk/; revision=3864

21 years agoImplemented ScsiPortGetDeviceBase() and ScsiPortFreeDeviceBase().
Eric Kohl [Mon, 9 Dec 2002 23:14:04 +0000 (23:14 +0000)]
Implemented ScsiPortGetDeviceBase() and ScsiPortFreeDeviceBase().

svn path=/trunk/; revision=3863

21 years agoFixed buggy system hive identification.
Eric Kohl [Mon, 9 Dec 2002 23:09:25 +0000 (23:09 +0000)]
Fixed buggy system hive identification.

svn path=/trunk/; revision=3862

21 years agoFixed some bugs in the wait functions.
Hartmut Birr [Mon, 9 Dec 2002 20:16:42 +0000 (20:16 +0000)]
Fixed some bugs in the wait functions.

svn path=/trunk/; revision=3861

21 years agoProtected the access to system_time with a spinlock.
Hartmut Birr [Mon, 9 Dec 2002 20:15:25 +0000 (20:15 +0000)]
Protected the access to system_time with a spinlock.

svn path=/trunk/; revision=3860

21 years agoFixed the setting of the real time clock.
Hartmut Birr [Mon, 9 Dec 2002 20:13:12 +0000 (20:13 +0000)]
Fixed the setting of the real time clock.

svn path=/trunk/; revision=3859

21 years agoAdded ntdll.a to TARGET_SDKLIBS. Ntdll.a is needed to import DbgPrint for DPRINT...
Hartmut Birr [Mon, 9 Dec 2002 20:11:56 +0000 (20:11 +0000)]
Added ntdll.a to TARGET_SDKLIBS. Ntdll.a is needed to import DbgPrint for DPRINT macros.

svn path=/trunk/; revision=3858

21 years agoAdded -D_MSVCRT_LIB_ to TARGET_CFLAGS and ntdll.a to TARGET_SDKLIBS.
Hartmut Birr [Mon, 9 Dec 2002 20:09:24 +0000 (20:09 +0000)]
Added -D_MSVCRT_LIB_ to TARGET_CFLAGS and ntdll.a to TARGET_SDKLIBS.
Ntdll.a is needed to import DbgPrint for DPRINT macros.

svn path=/trunk/; revision=3857

21 years agoDisabled the definition of DbgPrint for __GNUC__. DbgPrint is imported from ntdll...
Hartmut Birr [Mon, 9 Dec 2002 20:07:46 +0000 (20:07 +0000)]
Disabled the definition of DbgPrint for __GNUC__. DbgPrint is imported from ntdll.dll.

svn path=/trunk/; revision=3856

21 years agoFixed the initializing of the C runtime handles.
Hartmut Birr [Mon, 9 Dec 2002 20:06:24 +0000 (20:06 +0000)]
Fixed the initializing of the C runtime handles.

svn path=/trunk/; revision=3855

21 years agoAdded support for shared interrupts (tested with a promise ultra100tx2 controller).
Hartmut Birr [Mon, 9 Dec 2002 20:04:44 +0000 (20:04 +0000)]
Added support for shared interrupts (tested with a promise ultra100tx2 controller).
Added support for the Promise utra100tx2 controller.
Used multiple sector commands and 32bit IO only if the disk does support this.

svn path=/trunk/; revision=3854

21 years agoAdded more debug messages.
Hartmut Birr [Mon, 9 Dec 2002 20:01:14 +0000 (20:01 +0000)]
Added more debug messages.
Register interrupts with hal and allow shared interrupts.

svn path=/trunk/; revision=3853

21 years agoRegister interrupts with hal.
Hartmut Birr [Mon, 9 Dec 2002 19:57:56 +0000 (19:57 +0000)]
Register interrupts with hal.

svn path=/trunk/; revision=3852

21 years agoEnable/Disable the irq in KeConnectInterrupt/KeDisconnectInterrupt.
Hartmut Birr [Mon, 9 Dec 2002 19:53:44 +0000 (19:53 +0000)]
Enable/Disable the irq in KeConnectInterrupt/KeDisconnectInterrupt.
Call each registered interrupt in KiInterruptDispatch2 (only for UP).

svn path=/trunk/; revision=3851

21 years agoFixed handling for level triggered interrupts.
Hartmut Birr [Mon, 9 Dec 2002 19:51:16 +0000 (19:51 +0000)]
Fixed handling for level triggered interrupts.

svn path=/trunk/; revision=3850

21 years agoProtected the cmos ports with a spinlock.
Hartmut Birr [Mon, 9 Dec 2002 19:47:22 +0000 (19:47 +0000)]
Protected the cmos ports with a spinlock.

svn path=/trunk/; revision=3849

21 years agoFixed the calculation of the irql.
Hartmut Birr [Mon, 9 Dec 2002 19:46:39 +0000 (19:46 +0000)]
Fixed the calculation of the irql.

svn path=/trunk/; revision=3848

21 years agoFixed the addressing of pci device and function numbers.
Hartmut Birr [Mon, 9 Dec 2002 19:45:55 +0000 (19:45 +0000)]
Fixed the addressing of pci device and function numbers.
Protected the pci ports with a spinlock.
Fixed the calculation of the irql.
Added HalpTranslatePciAddress.

svn path=/trunk/; revision=3847

21 years agoAdded HalpGetIsaInterruptVector.
Hartmut Birr [Mon, 9 Dec 2002 19:44:44 +0000 (19:44 +0000)]
Added HalpGetIsaInterruptVector.

svn path=/trunk/; revision=3846

21 years agoCommented out reference to VECTOR2IRQ in order to get MP config building.
Robert Dickenson [Mon, 9 Dec 2002 18:44:05 +0000 (18:44 +0000)]
Commented out reference to VECTOR2IRQ in order to get MP config building.

svn path=/trunk/; revision=3845

21 years agoCommented out call to PsDispatchThread(THREAD_STATE_RUNNABLE) in order to get MP...
Robert Dickenson [Mon, 9 Dec 2002 18:42:41 +0000 (18:42 +0000)]
Commented out call to PsDispatchThread(THREAD_STATE_RUNNABLE) in order to get MP config building.

svn path=/trunk/; revision=3844

21 years agoAdded a dummy copy of KiInterruptDispatch2 and removed reference to KeGetCurrentThrea...
Robert Dickenson [Mon, 9 Dec 2002 18:40:45 +0000 (18:40 +0000)]
Added a dummy copy of KiInterruptDispatch2 and removed reference to KeGetCurrentThread()->LastEip in order to get MP config building.

svn path=/trunk/; revision=3843

21 years agoStill... having problems with auto-depends on when running building Windows.
Robert Dickenson [Mon, 9 Dec 2002 17:26:00 +0000 (17:26 +0000)]
Still... having problems with auto-depends on when running building Windows.
DEPENDS_PATH := $(PATH_TO_TOP)/tools/
Seems to need a trailing / on the other option as well???
I can't explain what's going on here, so I'm trying to fix it by trial and error.
Once again, please let me know if it breaks things for others.

svn path=/trunk/; revision=3842

21 years agoStill having problems with auto-depends on when running building Windows.
Robert Dickenson [Mon, 9 Dec 2002 17:03:09 +0000 (17:03 +0000)]
Still having problems with auto-depends on when running building Windows.
Cannot see how or when this problem was introduced, just suddenly stopped working the other day...
Appending the final \ seems to get it fixed again.
DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools\
Please let me know if it breaks things for others.

svn path=/trunk/; revision=3841

21 years agoAdded some more libraries which now build to the WINE_DLLS section.
Robert Dickenson [Mon, 9 Dec 2002 15:38:18 +0000 (15:38 +0000)]
Added some more libraries which now build to the WINE_DLLS section.

svn path=/trunk/; revision=3840

21 years agoRollback removal of auto-dependancy checking.
Robert Dickenson [Mon, 9 Dec 2002 15:18:11 +0000 (15:18 +0000)]
Rollback removal of auto-dependancy checking.
Another version of make had made it's way in front of my path )^;

svn path=/trunk/; revision=3839

21 years agoFixed a bug which created new registry hives in the wrong directory.
Eric Kohl [Sun, 8 Dec 2002 18:54:45 +0000 (18:54 +0000)]
Fixed a bug which created new registry hives in the wrong directory.

svn path=/trunk/; revision=3838

21 years agominor format modifications to reduce diffs with latest wine sources to simplify updating.
Robert Dickenson [Sun, 8 Dec 2002 16:26:52 +0000 (16:26 +0000)]
minor format modifications to reduce diffs with latest wine sources to simplify updating.
mainly just updated with LGPL license in headers.

svn path=/trunk/; revision=3837

21 years agominor format modifications to reduce diffs with duplicates elsewhere in tree.
Robert Dickenson [Sun, 8 Dec 2002 16:23:33 +0000 (16:23 +0000)]
minor format modifications to reduce diffs with duplicates elsewhere in tree.
comment out depends rule in makefile since it doesn't work when building on windows.

svn path=/trunk/; revision=3836

21 years agotypos, reduce mingw header diffs, extra includes.
Robert Dickenson [Sun, 8 Dec 2002 16:18:30 +0000 (16:18 +0000)]
typos, reduce mingw header diffs, extra includes.

svn path=/trunk/; revision=3835

21 years agoFix for wide character streams.
Robert Dickenson [Sun, 8 Dec 2002 16:14:28 +0000 (16:14 +0000)]
Fix for wide character streams.

svn path=/trunk/; revision=3834

21 years agoAdding support for resource based error message table
Robert Dickenson [Sun, 8 Dec 2002 16:07:18 +0000 (16:07 +0000)]
Adding support for resource based error message table

svn path=/trunk/; revision=3833

21 years agoSplit out the resource functions for finer control of debug output.
Robert Dickenson [Sun, 8 Dec 2002 15:57:40 +0000 (15:57 +0000)]
Split out the resource functions for finer control of debug output.

svn path=/trunk/; revision=3832