Commit Graph

  • efc518af7b Fixed the access to the region list in MmAlterRegion. Hartmut Birr 2003-01-02 16:41:56 +00:00
  • 4af2b6bcb7 Splited HalEndSystemInterrupt in two functions. HalEndSystemInterrupt, HalpLowerIrql and HalpExecuteIrqs was called recursively. Hartmut Birr 2003-01-02 16:07:49 +00:00
  • e7cbcafe30 Moved the call to HalEndSystemInterrupt to the end of KiInterruptDispatch. Hartmut Birr 2003-01-02 16:06:49 +00:00
  • 7d15711868 Fixed a buffer overflow in wcsncpy. Hartmut Birr 2003-01-02 16:05:50 +00:00
  • 0b2f407fd4 Added a missing call to VfatCloseFile. Hartmut Birr 2003-01-02 16:04:31 +00:00
  • b3f5d3a6f8 Added a terminating 0 in vfatGetFCBForFile. Vfat has used the buggy implementation of wcsncpy. Hartmut Birr 2003-01-02 16:03:56 +00:00
  • c937cd4933 Fixed the handling for errors/retries. Hartmut Birr 2003-01-02 16:03:04 +00:00
  • f9725d0888 Check if a uncached read is sector aligned, fail if is not. Hartmut Birr 2003-01-02 16:02:02 +00:00
  • 5d8ab9ff70 Uninitialize the file cache only if it was initialized. Hartmut Birr 2003-01-02 16:01:21 +00:00
  • 5b2709d12e added missing sub-dir to clean rule. Robert Dickenson 2003-01-01 11:18:06 +00:00
  • e5b16f9408 Updates to test program. Robert Dickenson 2003-01-01 11:16:18 +00:00
  • 617e618fda Minor mods. Robert Dickenson 2003-01-01 11:11:49 +00:00
  • 980c3dbb9a Changes to all definitions involving wchar_t. The unsigned short type caused g++ to fail. Robert Dickenson 2003-01-01 06:19:37 +00:00
  • 4d245b3040 updates to the sc utility. Robert Dickenson 2002-12-28 16:19:22 +00:00
  • 239ec2591c added a default test ip address, i'm sure i've done this before... Robert Dickenson 2002-12-28 16:12:04 +00:00
  • 79a36072ff added new targets - does anybody else use these? perhaps I should try make install some time... Robert Dickenson 2002-12-28 16:10:03 +00:00
  • c7e92bc001 added new targets and some macros. Robert Dickenson 2002-12-28 16:07:59 +00:00
  • d4e546fc84 moved all wine targets to makefile in wine dir Robert Dickenson 2002-12-28 16:06:11 +00:00
  • fab451963b Added apps\tests\copymove Gé van Geldorp 2002-12-27 23:56:03 +00:00
  • 92dee16101 Tests for MoveFile and related routines Gé van Geldorp 2002-12-27 23:54:33 +00:00
  • 133a166af6 Improved file attribute and file time handling Gé van Geldorp 2002-12-27 23:50:21 +00:00
  • d2d897b1c4 something going spooky with CVS, trying to get this file in... Robert Dickenson 2002-12-27 14:53:06 +00:00
  • 3288c0e0d5 Include test for truncating files, which currently doesn't work. Robert Dickenson 2002-12-27 14:44:01 +00:00
  • bb2e6e63b8 Progress with opening and closing handles to SCM. Robert Dickenson 2002-12-27 14:40:03 +00:00
  • 70544cdae0 First draft of a ScmNamedPipeListenerThread implementation. Some debug noise from winlogon and as always edited an ignore file. Robert Dickenson 2002-12-27 13:54:28 +00:00
  • e464b1cd43 rename target from sh.exe to baresh.exe to avoid namespace conflict. Robert Dickenson 2002-12-26 18:28:25 +00:00
  • c36596ece0 Keep the posix module buildable, and add some CVS sugar for easier scanning. Robert Dickenson 2002-12-26 18:14:38 +00:00
  • 2ed726833f Changed THREAD_STATE_RUNNABLE to THREAD_STATE_READY however PsDispatchThread() is still inaccessible. Robert Dickenson 2002-12-26 17:36:12 +00:00
  • 0edbb923d6 Perl5.8 requires the pointer to i/o table to be exported, and layed out correctly... Robert Dickenson 2002-12-26 17:26:41 +00:00
  • b9d3e630ef Unix extra lines cleaned up. Robert Dickenson 2002-12-26 17:23:27 +00:00
  • 8e885e0492 Started to port some of the support for IsCharAlphaNumeric et al from wine. Robert Dickenson 2002-12-26 17:21:27 +00:00
  • 6cf975887d More sugar for CVS... Robert Dickenson 2002-12-26 17:16:13 +00:00
  • df6e777080 Added new Service Control utitlity. Robert Dickenson 2002-12-26 17:04:46 +00:00
  • ccf4643b4c Fix sector size for AT LBA drives at 512 bytes Gé van Geldorp 2002-12-22 11:38:41 +00:00
  • 67cf4a374e Fixed typo, Edi was not restored Gé van Geldorp 2002-12-22 11:35:15 +00:00
  • 7140e3951d Volume label doesn't always have the ARCHIVE bit set Gé van Geldorp 2002-12-22 11:26:01 +00:00
  • 2f3111335f Oops! Commented out offending line Jason Filby 2002-12-22 10:50:04 +00:00
  • 69ccaa8434 Scrollbar improvements Jason Filby 2002-12-21 19:25:41 +00:00
  • afe60dcdbf Add bootsectors and FREELDR.SYS to bootcd. Eric Kohl 2002-12-21 14:54:47 +00:00
  • 05a8cab618 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. Robert Dickenson 2002-12-21 04:46:09 +00:00
  • 5f09dd1402 Replaced some calls to DbgPrint with the DPRINT macro. Hartmut Birr 2002-12-16 23:23:21 +00:00
  • 2774a7c60b Unmap the low memory in SMP mode in MmInit3. Hartmut Birr 2002-12-16 22:59:44 +00:00
  • 5b1b2a4860 Fixed Exfi386InterlockedExchangeUlong and InterlockedExchange. Hartmut Birr 2002-12-16 22:56:30 +00:00
  • 3aa9d2d9ba 2002-12-15 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2002-12-15 17:01:52 +00:00
  • d774049979 Use lookaside list to allocate SRBs. Eric Kohl 2002-12-15 14:34:43 +00:00
  • 35ccf47588 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. Robert Dickenson 2002-12-15 06:34:43 +00:00
  • dd8087fdde Apply'd hartmut sector size patch for VMware. Please report if you have problems on your platform Steven Edwards 2002-12-15 00:23:31 +00:00
  • 9894d327a4 Added more stubs for bochs. Steven Edwards 2002-12-14 17:36:51 +00:00
  • 218703bf94 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. Robert Dickenson 2002-12-14 14:42:01 +00:00
  • 4e2f492dc0 Fixed data overrun upon read commands. Eric Kohl 2002-12-13 19:35:12 +00:00
  • 34056f0e1c Don't build ide.sys any longer. Eric Kohl 2002-12-12 17:04:01 +00:00
  • 30b8d5cc45 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. Robert Dickenson 2002-12-12 04:53:23 +00:00
  • 785d4e6698 KdDebuggerEnable -> KdDebuggerEnabled Robert Dickenson 2002-12-11 04:39:20 +00:00
  • a7be665092 Removed dependancy tracking. Hartmut Birr 2002-12-10 19:09:26 +00:00
  • 1ff8dc116a Linking not hosed now. Fixed via import of -lstdc++. Steven Edwards 2002-12-10 17:03:03 +00:00
  • e4493af78d Fixed makefile for cabman. Linking is still hosed. Steven Edwards 2002-12-10 17:01:16 +00:00
  • 1ff210919e Added the Promise Ultra100 (PDC20267) controller to the list of supported atapi controllers. Eric Kohl 2002-12-10 12:18:33 +00:00
  • c43641f102 Put things back how they work for others until I work it out properly. Robert Dickenson 2002-12-10 09:31:30 +00:00
  • f51d9f66a6 Replaced bios error codes by valid status codes. Eric Kohl 2002-12-09 23:15:57 +00:00
  • e1ed68fe85 Implemented ScsiPortGetDeviceBase() and ScsiPortFreeDeviceBase(). Eric Kohl 2002-12-09 23:14:04 +00:00
  • 2b0a6b6d38 Fixed buggy system hive identification. Eric Kohl 2002-12-09 23:09:25 +00:00
  • 8f1bfbccb6 Fixed some bugs in the wait functions. Hartmut Birr 2002-12-09 20:16:42 +00:00
  • e1b39fac3c Protected the access to system_time with a spinlock. Hartmut Birr 2002-12-09 20:15:25 +00:00
  • d008835685 Fixed the setting of the real time clock. Hartmut Birr 2002-12-09 20:13:12 +00:00
  • cd35c38aa0 Added ntdll.a to TARGET_SDKLIBS. Ntdll.a is needed to import DbgPrint for DPRINT macros. Hartmut Birr 2002-12-09 20:11:56 +00:00
  • 14d77e9c63 Added -D_MSVCRT_LIB_ to TARGET_CFLAGS and ntdll.a to TARGET_SDKLIBS. Ntdll.a is needed to import DbgPrint for DPRINT macros. Hartmut Birr 2002-12-09 20:09:24 +00:00
  • c8662b4cab Disabled the definition of DbgPrint for __GNUC__. DbgPrint is imported from ntdll.dll. Hartmut Birr 2002-12-09 20:07:46 +00:00
  • 1fa5ceab79 Fixed the initializing of the C runtime handles. Hartmut Birr 2002-12-09 20:06:24 +00:00
  • 1cd89b296e 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. Hartmut Birr 2002-12-09 20:04:44 +00:00
  • 4db7fe648e Added more debug messages. Register interrupts with hal and allow shared interrupts. Hartmut Birr 2002-12-09 20:01:14 +00:00
  • 39a9c0a865 Register interrupts with hal. Hartmut Birr 2002-12-09 19:57:56 +00:00
  • a7ee619591 Enable/Disable the irq in KeConnectInterrupt/KeDisconnectInterrupt. Call each registered interrupt in KiInterruptDispatch2 (only for UP). Hartmut Birr 2002-12-09 19:53:44 +00:00
  • c657e69cc6 Fixed handling for level triggered interrupts. Hartmut Birr 2002-12-09 19:51:16 +00:00
  • 4386afd7cb Protected the cmos ports with a spinlock. Hartmut Birr 2002-12-09 19:47:22 +00:00
  • 89fd93f5c7 Fixed the calculation of the irql. Hartmut Birr 2002-12-09 19:46:39 +00:00
  • bb6414ddad Fixed the addressing of pci device and function numbers. Protected the pci ports with a spinlock. Fixed the calculation of the irql. Added HalpTranslatePciAddress. Hartmut Birr 2002-12-09 19:45:55 +00:00
  • 24941bbcb3 Added HalpGetIsaInterruptVector. Hartmut Birr 2002-12-09 19:44:44 +00:00
  • 167268f4b3 Commented out reference to VECTOR2IRQ in order to get MP config building. Robert Dickenson 2002-12-09 18:44:05 +00:00
  • 74075d4ed5 Commented out call to PsDispatchThread(THREAD_STATE_RUNNABLE) in order to get MP config building. Robert Dickenson 2002-12-09 18:42:41 +00:00
  • 58d9c81bdc Added a dummy copy of KiInterruptDispatch2 and removed reference to KeGetCurrentThread()->LastEip in order to get MP config building. Robert Dickenson 2002-12-09 18:40:45 +00:00
  • 5118ff8a48 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. Robert Dickenson 2002-12-09 17:26:00 +00:00
  • 8d49e96dcf 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. Robert Dickenson 2002-12-09 17:03:09 +00:00
  • 719e18bbee Added some more libraries which now build to the WINE_DLLS section. Robert Dickenson 2002-12-09 15:38:18 +00:00
  • 1a95510552 Rollback removal of auto-dependancy checking. Another version of make had made it's way in front of my path )^; Robert Dickenson 2002-12-09 15:18:11 +00:00
  • 029fe88aa3 Fixed a bug which created new registry hives in the wrong directory. Eric Kohl 2002-12-08 18:54:45 +00:00
  • f2a2cbc0d9 minor format modifications to reduce diffs with latest wine sources to simplify updating. mainly just updated with LGPL license in headers. Robert Dickenson 2002-12-08 16:26:52 +00:00
  • 5e2ff077e8 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. Robert Dickenson 2002-12-08 16:23:33 +00:00
  • dd12442072 typos, reduce mingw header diffs, extra includes. Robert Dickenson 2002-12-08 16:18:30 +00:00
  • a49981697a Fix for wide character streams. Robert Dickenson 2002-12-08 16:14:28 +00:00
  • 91616f730f Adding support for resource based error message table Robert Dickenson 2002-12-08 16:07:18 +00:00
  • 61bb7ba7ad Split out the resource functions for finer control of debug output. Robert Dickenson 2002-12-08 15:57:40 +00:00
  • 688e9b05d9 Ouch! Eric Kohl 2002-12-07 15:43:29 +00:00
  • 822d5e3d78 Call CmInit2() only if the system hive was imported. Eric Kohl 2002-12-07 14:47:10 +00:00
  • 1a57936f09 Added progress bar to file copy page. Eric Kohl 2002-12-06 21:39:04 +00:00
  • 72136233fb Fixed warnings. Eric Kohl 2002-12-06 17:33:16 +00:00
  • 5c0db541d3 Fixed a typo. Eric Kohl 2002-12-06 17:31:33 +00:00
  • accbf7c896 In search of meaningful error messages and some housekeeping on the stubs file. Robert Dickenson 2002-12-06 13:14:14 +00:00
  • 0853d8cf3d Changes in v1.7.12 (12/05/2002) (brianp) Brian Palmer 2002-12-06 04:43:02 +00:00
  • f54c214e8e Changes in v1.7.11 (12/05/2002) (brianp) Brian Palmer 2002-12-06 04:00:41 +00:00
  • f1592aa69f Improved unicode fileio support. Robert Dickenson 2002-12-05 15:31:26 +00:00