reactos.git
21 years agoStarted support for removable disk drives.
Eric Kohl [Fri, 22 Mar 2002 20:35:09 +0000 (20:35 +0000)]
Started support for removable disk drives.

svn path=/trunk/; revision=2765

21 years agoFixed default geometry.
Eric Kohl [Fri, 22 Mar 2002 20:34:15 +0000 (20:34 +0000)]
Fixed default geometry.

svn path=/trunk/; revision=2764

21 years agoAdded default disk geometry.
Eric Kohl [Fri, 22 Mar 2002 20:32:36 +0000 (20:32 +0000)]
Added default disk geometry.

svn path=/trunk/; revision=2763

21 years agoFixed atapi block size bug.
Eric Kohl [Fri, 22 Mar 2002 20:31:26 +0000 (20:31 +0000)]
Fixed atapi block size bug.

svn path=/trunk/; revision=2762

21 years agosome types and constants modified for compatibility with Microsoft POSIX
KJK::Hyperion [Fri, 22 Mar 2002 01:26:28 +0000 (01:26 +0000)]
some types and constants modified for compatibility with Microsoft POSIX

svn path=/trunk/; revision=2761

21 years agodummy include files for compatibility with Microsoft POSIX
KJK::Hyperion [Fri, 22 Mar 2002 01:24:49 +0000 (01:24 +0000)]
dummy include files for compatibility with Microsoft POSIX

svn path=/trunk/; revision=2760

21 years agouseless commit: fixed comment
KJK::Hyperion [Thu, 21 Mar 2002 22:50:06 +0000 (22:50 +0000)]
useless commit: fixed comment

svn path=/trunk/; revision=2759

21 years agoadded read and write syscalls to psxdll, rule for csrapi.a
KJK::Hyperion [Thu, 21 Mar 2002 22:49:24 +0000 (22:49 +0000)]
added read and write syscalls to psxdll, rule for csrapi.a

svn path=/trunk/; revision=2758

21 years agoCsr API (temporary - for testing purposes only)
KJK::Hyperion [Thu, 21 Mar 2002 22:48:38 +0000 (22:48 +0000)]
Csr API (temporary - for testing purposes only)

svn path=/trunk/; revision=2757

21 years agomore forward exports to NTDLL
KJK::Hyperion [Thu, 21 Mar 2002 22:47:05 +0000 (22:47 +0000)]
more forward exports to NTDLL

svn path=/trunk/; revision=2756

21 years agoimplemented read and write system calls
KJK::Hyperion [Thu, 21 Mar 2002 22:46:30 +0000 (22:46 +0000)]
implemented read and write system calls

svn path=/trunk/; revision=2755

21 years agofinally working spawn
KJK::Hyperion [Thu, 21 Mar 2002 22:43:27 +0000 (22:43 +0000)]
finally working spawn

svn path=/trunk/; revision=2754

21 years agovarious fixes
KJK::Hyperion [Thu, 21 Mar 2002 22:43:13 +0000 (22:43 +0000)]
various fixes

svn path=/trunk/; revision=2753

21 years agoremoved unused variable
KJK::Hyperion [Thu, 21 Mar 2002 22:41:53 +0000 (22:41 +0000)]
removed unused variable

svn path=/trunk/; revision=2752

21 years agofixed code to determine file inode - should work now
KJK::Hyperion [Thu, 21 Mar 2002 22:41:20 +0000 (22:41 +0000)]
fixed code to determine file inode - should work now

svn path=/trunk/; revision=2751

21 years agoproblem with CVS...
KJK::Hyperion [Thu, 21 Mar 2002 22:40:48 +0000 (22:40 +0000)]
problem with CVS...

svn path=/trunk/; revision=2750

21 years agofixed code to determine file inode - should work now
KJK::Hyperion [Thu, 21 Mar 2002 22:38:13 +0000 (22:38 +0000)]
fixed code to determine file inode - should work now

svn path=/trunk/; revision=2749

21 years agoChanged drive assignment.
Eric Kohl [Thu, 21 Mar 2002 19:35:58 +0000 (19:35 +0000)]
Changed drive assignment.

svn path=/trunk/; revision=2748

21 years agoBoot new disk and cdrom drivers instead of ide.sys.
Eric Kohl [Wed, 20 Mar 2002 21:06:27 +0000 (21:06 +0000)]
Boot new disk and cdrom drivers instead of ide.sys.

svn path=/trunk/; revision=2747

21 years agoAdded isotest utility.
Eric Kohl [Wed, 20 Mar 2002 21:04:46 +0000 (21:04 +0000)]
Added isotest utility.

svn path=/trunk/; revision=2746

21 years agoTry to read disk capacity on startup.
Eric Kohl [Wed, 20 Mar 2002 20:00:07 +0000 (20:00 +0000)]
Try to read disk capacity on startup.

svn path=/trunk/; revision=2745

21 years agoFixed minor bugs.
Eric Kohl [Wed, 20 Mar 2002 19:55:08 +0000 (19:55 +0000)]
Fixed minor bugs.

svn path=/trunk/; revision=2744

21 years agoFixed minor bug.
Eric Kohl [Wed, 20 Mar 2002 19:54:06 +0000 (19:54 +0000)]
Fixed minor bug.

svn path=/trunk/; revision=2743

21 years agoMinor updates. Hope to use in the build system at some point.
Steven Edwards [Wed, 20 Mar 2002 02:59:42 +0000 (02:59 +0000)]
Minor updates. Hope to use in the build system at some point.

svn path=/trunk/; revision=2742

21 years agoRewrote .ini file code - should be much faster (especially in bochs)
Brian Palmer [Wed, 20 Mar 2002 00:39:32 +0000 (00:39 +0000)]
Rewrote .ini file code - should be much faster (especially in bochs)
Leading whitespace in a line is now ignored
Changed .ini file comment character from '#' to ';' to be compatible with MS
There is still a mysterious memory allocation failed bug however!?

svn path=/trunk/; revision=2741

21 years agoDisabled the cache access for the page file in VfatReadFile()/VfatWriteFile().
Hartmut Birr [Tue, 19 Mar 2002 02:29:32 +0000 (02:29 +0000)]
Disabled the cache access for the page file in VfatReadFile()/VfatWriteFile().
Fixed a return value in NextCluster().

svn path=/trunk/; revision=2740

21 years agoImplemented ATAPI support.
Eric Kohl [Tue, 19 Mar 2002 00:48:52 +0000 (00:48 +0000)]
Implemented ATAPI support.

svn path=/trunk/; revision=2739

21 years agoFixed creation of environment variable SystemDrive.
Hartmut Birr [Mon, 18 Mar 2002 22:44:42 +0000 (22:44 +0000)]
Fixed creation of environment variable SystemDrive.

svn path=/trunk/; revision=2738

21 years agoAll:
Hartmut Birr [Mon, 18 Mar 2002 22:37:13 +0000 (22:37 +0000)]
All:
Changed directory and fat access to pining-interface.
Removed unused values from DEVICE_EXTENSION structure.
Changed calculation of available and free clusters.
Changed mount and type determining procedure.
Moved some functions to fsctl.c

volume.c:
Added FAT32 fs type.

dirw.c:
Fixed a directory creation bug on FAT32 (Thanks to Eric Kohl).
Fixed a directory deletion bug.

dir.c:
Fixed a dead lock in DoQuery.
Fixed some memory leakages.

svn path=/trunk/; revision=2737

21 years agoFixed Nt/ZwCreatePagingFile() prototype.
Eric Kohl [Mon, 18 Mar 2002 16:16:47 +0000 (16:16 +0000)]
Fixed Nt/ZwCreatePagingFile() prototype.

svn path=/trunk/; revision=2736

21 years agoImplemented RamdrvDispatchDeviceControl for IOCTL_DISK_GET_DRIVE_GEOMETRY.
Hartmut Birr [Sun, 17 Mar 2002 22:31:11 +0000 (22:31 +0000)]
Implemented RamdrvDispatchDeviceControl for IOCTL_DISK_GET_DRIVE_GEOMETRY.

svn path=/trunk/; revision=2735

21 years agoImplemented FloppyDispatchDeviceControl for IOCTL_DISK_GET_DRIVE_GEOMETRY (not complete).
Hartmut Birr [Sun, 17 Mar 2002 22:28:22 +0000 (22:28 +0000)]
Implemented FloppyDispatchDeviceControl for IOCTL_DISK_GET_DRIVE_GEOMETRY (not complete).

svn path=/trunk/; revision=2734

21 years agoPSX: file needed to compile csrterm.
Emanuele Aliberti [Sun, 17 Mar 2002 22:19:37 +0000 (22:19 +0000)]
PSX: file needed to compile csrterm.

svn path=/trunk/; revision=2733

21 years agoInitial code for the VT-100 terminal emulator that runs in the W32
Emanuele Aliberti [Sun, 17 Mar 2002 22:15:39 +0000 (22:15 +0000)]
Initial code for the VT-100 terminal emulator that runs in the W32
subsystem and connects to the PSXSS.EXE (WIP).

svn path=/trunk/; revision=2732

21 years agoMoved zlib in reactos/lib/zlib and updated to version 1.1.4
KJK::Hyperion [Sun, 17 Mar 2002 21:21:39 +0000 (21:21 +0000)]
Moved zlib in reactos/lib/zlib and updated to version 1.1.4

svn path=/trunk/; revision=2731

21 years agoMoved zlib in reactos/lib/zlib and updated to version 1.1.4
KJK::Hyperion [Sun, 17 Mar 2002 21:08:37 +0000 (21:08 +0000)]
Moved zlib in reactos/lib/zlib and updated to version 1.1.4

svn path=/trunk/; revision=2730

21 years agoAdded zlib version 1.1.4 to the source tree (contains several bugfixes, some security...
KJK::Hyperion [Sun, 17 Mar 2002 21:05:05 +0000 (21:05 +0000)]
Added zlib version 1.1.4 to the source tree (contains several bugfixes, some security related). Currently, makefile.reactos is called to make a static zlib.a, not by the master makefile, but by reactos/apps/cabman/makefile, since it's the only part of ReactOS that uses zlib, at the moment
Should this be fixed? should zlib be a DLL? please comment!

svn path=/trunk/; revision=2729

21 years agoFixed the return value in GetEnvironmentVariable().
Hartmut Birr [Sun, 17 Mar 2002 17:56:57 +0000 (17:56 +0000)]
Fixed the return value in GetEnvironmentVariable().

svn path=/trunk/; revision=2728

21 years agoAdded the packed attribute to some structures.
Hartmut Birr [Sun, 17 Mar 2002 17:53:34 +0000 (17:53 +0000)]
Added the packed attribute to some structures.

svn path=/trunk/; revision=2727

21 years agoAdded a trailing null entry in NtQueryDirectoryObject().
Hartmut Birr [Sun, 17 Mar 2002 17:51:33 +0000 (17:51 +0000)]
Added a trailing null entry in NtQueryDirectoryObject().

svn path=/trunk/; revision=2726

21 years agoFixed the copy length in GetSystemDirectory().
Hartmut Birr [Sun, 17 Mar 2002 17:49:56 +0000 (17:49 +0000)]
Fixed the copy length in GetSystemDirectory().

svn path=/trunk/; revision=2725

21 years agoIncreased the debug print buffer.
Hartmut Birr [Sun, 17 Mar 2002 17:48:17 +0000 (17:48 +0000)]
Increased the debug print buffer.

svn path=/trunk/; revision=2724

21 years agoFixed the maximum length in DbgPrint().
Hartmut Birr [Sun, 17 Mar 2002 17:23:03 +0000 (17:23 +0000)]
Fixed the maximum length in DbgPrint().

svn path=/trunk/; revision=2723

21 years agoFixed a parameter for IRPMN_MOUNT_VOLUME.
Hartmut Birr [Sun, 17 Mar 2002 17:21:44 +0000 (17:21 +0000)]
Fixed a parameter for IRPMN_MOUNT_VOLUME.

svn path=/trunk/; revision=2722

21 years agoFixed a 'ghost drives' bug.
Eric Kohl [Sun, 17 Mar 2002 15:47:31 +0000 (15:47 +0000)]
Fixed a 'ghost drives' bug.

svn path=/trunk/; revision=2721

21 years agoImproved registry initialization.
Eric Kohl [Sat, 16 Mar 2002 19:57:26 +0000 (19:57 +0000)]
Improved registry initialization.

svn path=/trunk/; revision=2720

21 years agoAdded ISA-Bus initialization by Hartmut Birr.
Eric Kohl [Sat, 16 Mar 2002 16:13:57 +0000 (16:13 +0000)]
Added ISA-Bus initialization by Hartmut Birr.

svn path=/trunk/; revision=2719

21 years agoMoved CreateSystemRootLink() away.
Eric Kohl [Sat, 16 Mar 2002 00:00:13 +0000 (00:00 +0000)]
Moved CreateSystemRootLink() away.

svn path=/trunk/; revision=2718

21 years agoassertmsg() macro
Casper Hornstrup [Fri, 15 Mar 2002 23:24:43 +0000 (23:24 +0000)]
assertmsg() macro

svn path=/trunk/; revision=2717

21 years agoConfiguration manager cleanup.
Casper Hornstrup [Fri, 15 Mar 2002 19:46:07 +0000 (19:46 +0000)]
Configuration manager cleanup.
Added consistency checks.

svn path=/trunk/; revision=2716

21 years agoassertmsg() macro
Casper Hornstrup [Fri, 15 Mar 2002 19:44:16 +0000 (19:44 +0000)]
assertmsg() macro

svn path=/trunk/; revision=2715

21 years agoFixed device characteristics.
Eric Kohl [Fri, 15 Mar 2002 16:35:41 +0000 (16:35 +0000)]
Fixed device characteristics.

svn path=/trunk/; revision=2714

21 years agoAdded write-ability for ATA devices (harddisks).
Eric Kohl [Fri, 15 Mar 2002 16:34:52 +0000 (16:34 +0000)]
Added write-ability for ATA devices (harddisks).

svn path=/trunk/; revision=2713

21 years agoFixed return value in ReadFile().
Hartmut Birr [Thu, 14 Mar 2002 16:35:53 +0000 (16:35 +0000)]
Fixed return value in ReadFile().

svn path=/trunk/; revision=2712

21 years agoFixed a wrong pointer calculation in RtlpCopyParameterString().
Hartmut Birr [Thu, 14 Mar 2002 16:32:49 +0000 (16:32 +0000)]
Fixed a wrong pointer calculation in RtlpCopyParameterString().

svn path=/trunk/; revision=2711

21 years agoAdded arcname.o to makefile
Casper Hornstrup [Wed, 13 Mar 2002 23:37:25 +0000 (23:37 +0000)]
Added arcname.o to makefile

svn path=/trunk/; revision=2710

21 years agoFixed some function prototypes.
Eric Kohl [Wed, 13 Mar 2002 20:41:28 +0000 (20:41 +0000)]
Fixed some function prototypes.

svn path=/trunk/; revision=2709

21 years agoMoved creation of ARC names into ntoskrnl.
Eric Kohl [Wed, 13 Mar 2002 01:53:00 +0000 (01:53 +0000)]
Moved creation of ARC names into ntoskrnl.

svn path=/trunk/; revision=2708

21 years agoMoved creation of ARC names into ntoskrnl.
Eric Kohl [Wed, 13 Mar 2002 01:30:34 +0000 (01:30 +0000)]
Moved creation of ARC names into ntoskrnl.

svn path=/trunk/; revision=2707

21 years agoImplemented IOCTL_DISK_GET_PARTITION_INFO.
Eric Kohl [Tue, 12 Mar 2002 20:16:53 +0000 (20:16 +0000)]
Implemented IOCTL_DISK_GET_PARTITION_INFO.
Removed internal disk size limit.

svn path=/trunk/; revision=2706

21 years agoFixed bug in LBA code.
Brian Palmer [Tue, 12 Mar 2002 19:55:08 +0000 (19:55 +0000)]
Fixed bug in LBA code.

svn path=/trunk/; revision=2705

21 years agoprototype for __PdxSpawnPosixProcess()
KJK::Hyperion [Mon, 11 Mar 2002 20:51:59 +0000 (20:51 +0000)]
prototype for __PdxSpawnPosixProcess()

svn path=/trunk/; revision=2704

21 years agoadded __PdxProcessDataToProcessParameters()
KJK::Hyperion [Mon, 11 Mar 2002 20:51:16 +0000 (20:51 +0000)]
added __PdxProcessDataToProcessParameters()

svn path=/trunk/; revision=2703

21 years agoadded missing include
KJK::Hyperion [Mon, 11 Mar 2002 20:50:49 +0000 (20:50 +0000)]
added missing include

svn path=/trunk/; revision=2702

21 years agoupdated to reflect modifications to the code
KJK::Hyperion [Mon, 11 Mar 2002 20:49:09 +0000 (20:49 +0000)]
updated to reflect modifications to the code

svn path=/trunk/; revision=2701

21 years agoinitial code for process attach
KJK::Hyperion [Mon, 11 Mar 2002 20:48:25 +0000 (20:48 +0000)]
initial code for process attach

svn path=/trunk/; revision=2700

21 years agoadded a TODO
KJK::Hyperion [Mon, 11 Mar 2002 20:48:08 +0000 (20:48 +0000)]
added a TODO

svn path=/trunk/; revision=2699

21 years ago__PdxSpawnPosixProcess() now initializes process parameters too. Almost working!
KJK::Hyperion [Mon, 11 Mar 2002 20:46:38 +0000 (20:46 +0000)]
__PdxSpawnPosixProcess() now initializes process parameters too. Almost working!

svn path=/trunk/; revision=2698

21 years agoAdded __PdxProcessDataToProcessParameters()
KJK::Hyperion [Mon, 11 Mar 2002 20:45:07 +0000 (20:45 +0000)]
Added __PdxProcessDataToProcessParameters()

svn path=/trunk/; revision=2697

21 years agoReworked LoadAndBootPartition() function, got rid of warnings.
Brian Palmer [Mon, 11 Mar 2002 18:50:17 +0000 (18:50 +0000)]
Reworked LoadAndBootPartition() function, got rid of warnings.

svn path=/trunk/; revision=2696

21 years agotypo
KJK::Hyperion [Sun, 10 Mar 2002 18:06:08 +0000 (18:06 +0000)]
typo

svn path=/trunk/; revision=2695

21 years agoadded some exports, and tweaked the makefile
KJK::Hyperion [Sun, 10 Mar 2002 17:10:30 +0000 (17:10 +0000)]
added some exports, and tweaked the makefile

svn path=/trunk/; revision=2694

21 years agofinally (and hopefully) functional __PdxSpawnPosixProcess. To be tested
KJK::Hyperion [Sun, 10 Mar 2002 17:09:46 +0000 (17:09 +0000)]
finally (and hopefully) functional __PdxSpawnPosixProcess. To be tested

svn path=/trunk/; revision=2693

21 years ago__PdxSerializeProcessData and __PdxUnserializeProcessData calls
KJK::Hyperion [Sun, 10 Mar 2002 17:04:07 +0000 (17:04 +0000)]
__PdxSerializeProcessData and __PdxUnserializeProcessData calls

svn path=/trunk/; revision=2692

21 years agoprototypes for __PdxSerializeProcessData and __PdxUnserializeProcessData
KJK::Hyperion [Sun, 10 Mar 2002 17:03:18 +0000 (17:03 +0000)]
prototypes for __PdxSerializeProcessData and __PdxUnserializeProcessData

svn path=/trunk/; revision=2691

21 years agoSome fixes for the expression evaluator:
Phillip Susi [Sat, 9 Mar 2002 20:51:43 +0000 (20:51 +0000)]
Some fixes for the expression evaluator:
Evaluate static symbols
Evaulate local symbols
Still has bugs locating type definitions, at least for pointer types
There also seems to be a bug matching up lines of source with the correct instruction addresses

svn path=/trunk/; revision=2690

21 years agoI added Steven Edwards and KJK::Hyperion to the rccp.
Emanuele Aliberti [Sat, 9 Mar 2002 16:04:50 +0000 (16:04 +0000)]
I added Steven Edwards and KJK::Hyperion to the rccp.
More to come as soon as I finish scanning the cvs-commit list.

svn path=/trunk/; revision=2689

21 years agoFixed a dead lock between an APC (delivered from IoCompleteRequest)
Hartmut Birr [Fri, 8 Mar 2002 17:04:03 +0000 (17:04 +0000)]
Fixed a dead lock between an APC (delivered from IoCompleteRequest)
and a call to KeWaitForSingleObject.

svn path=/trunk/; revision=2688

21 years agoSilenced it.
Eric Kohl [Fri, 8 Mar 2002 12:03:28 +0000 (12:03 +0000)]
Silenced it.
Minor cleanup.

svn path=/trunk/; revision=2687

21 years agoAdded IOCTL_DISK_GET_PARTITION_INFO.
Eric Kohl [Fri, 8 Mar 2002 12:01:26 +0000 (12:01 +0000)]
Added IOCTL_DISK_GET_PARTITION_INFO.
Silenced it.

svn path=/trunk/; revision=2686

21 years agoSilenced it.
Eric Kohl [Fri, 8 Mar 2002 11:59:49 +0000 (11:59 +0000)]
Silenced it.

svn path=/trunk/; revision=2685

21 years agoRecognizes CD-ROM drives.
Eric Kohl [Fri, 8 Mar 2002 11:59:08 +0000 (11:59 +0000)]
Recognizes CD-ROM drives.

svn path=/trunk/; revision=2684

21 years agoImproved recognition of ATAPI devices.
Eric Kohl [Fri, 8 Mar 2002 11:58:23 +0000 (11:58 +0000)]
Improved recognition of ATAPI devices.
Minor cleanup.

svn path=/trunk/; revision=2683

21 years agoFixed typo
KJK::Hyperion [Thu, 7 Mar 2002 06:08:00 +0000 (06:08 +0000)]
Fixed typo

svn path=/trunk/; revision=2682

21 years agointroducing __PdxSpawnPosixProcess(). Still some linker warnings, will solve tomorrow
KJK::Hyperion [Thu, 7 Mar 2002 06:07:31 +0000 (06:07 +0000)]
introducing __PdxSpawnPosixProcess(). Still some linker warnings, will solve tomorrow

svn path=/trunk/; revision=2681

21 years agoFdTable field in the process data is no more a pointer
KJK::Hyperion [Thu, 7 Mar 2002 06:03:11 +0000 (06:03 +0000)]
FdTable field in the process data is no more a pointer

svn path=/trunk/; revision=2680

21 years agocreated datatype for the denormalized process data block
KJK::Hyperion [Thu, 7 Mar 2002 05:48:35 +0000 (05:48 +0000)]
created datatype for the denormalized process data block

svn path=/trunk/; revision=2679

21 years agopreliminary spawn code (untested yet)
KJK::Hyperion [Thu, 7 Mar 2002 05:46:03 +0000 (05:46 +0000)]
preliminary spawn code (untested yet)

svn path=/trunk/; revision=2678

21 years agoLittle work on InitializeFmIfs
Emanuele Aliberti [Thu, 7 Mar 2002 00:24:24 +0000 (00:24 +0000)]
Little work on InitializeFmIfs

svn path=/trunk/; revision=2677

21 years agoFixed a bug in the LBA extensions detection code.
Brian Palmer [Wed, 6 Mar 2002 18:32:22 +0000 (18:32 +0000)]
Fixed a bug in the LBA extensions detection code.
Fixed a bug in the root directory size calculations for FAT12 & FAT16 (I must have been smoking something when I wrote that).
Started work on new .ini file code, the old stuff is just way too slow.

svn path=/trunk/; revision=2676

21 years agoHandles are no longer used to create type objects.
Eric Kohl [Wed, 6 Mar 2002 12:40:47 +0000 (12:40 +0000)]
Handles are no longer used to create type objects.

svn path=/trunk/; revision=2675

21 years agoadded tapi32.dll and wintrust.dll to ROS_BUILD_WINE
Steven Edwards [Tue, 5 Mar 2002 12:48:40 +0000 (12:48 +0000)]
added tapi32.dll and wintrust.dll to ROS_BUILD_WINE

svn path=/trunk/; revision=2674

21 years agoFixed remainingcalls to ObGetReferenceCount() and ObGetHandleCount().
Eric Kohl [Tue, 5 Mar 2002 11:33:12 +0000 (11:33 +0000)]
Fixed remainingcalls to ObGetReferenceCount() and ObGetHandleCount().

svn path=/trunk/; revision=2673

21 years agoAdded ObGetObjectHandleCount().
Eric Kohl [Tue, 5 Mar 2002 00:20:54 +0000 (00:20 +0000)]
Added ObGetObjectHandleCount().

svn path=/trunk/; revision=2672

21 years agoFixed a typo.
Eric Kohl [Tue, 5 Mar 2002 00:05:28 +0000 (00:05 +0000)]
Fixed a typo.

svn path=/trunk/; revision=2671

21 years agoEnabled reading of multiple sectors.
Eric Kohl [Mon, 4 Mar 2002 22:31:51 +0000 (22:31 +0000)]
Enabled reading of multiple sectors.

svn path=/trunk/; revision=2670

21 years agoadded urlmon.dll to ROS_BUILD_WINE
Steven Edwards [Mon, 4 Mar 2002 12:42:30 +0000 (12:42 +0000)]
added urlmon.dll to ROS_BUILD_WINE

svn path=/trunk/; revision=2669

21 years agoFixed stupid bugs.
Eric Kohl [Sun, 3 Mar 2002 23:46:01 +0000 (23:46 +0000)]
Fixed stupid bugs.

svn path=/trunk/; revision=2668

21 years agono message
Eric Kohl [Sun, 3 Mar 2002 19:47:58 +0000 (19:47 +0000)]
no message

svn path=/trunk/; revision=2667

21 years agoFixed a typo, thanks to Hartmut Birr.
Eric Kohl [Sun, 3 Mar 2002 19:39:10 +0000 (19:39 +0000)]
Fixed a typo, thanks to Hartmut Birr.
Completion routine will called only once.

svn path=/trunk/; revision=2666