Phillip Susi
34fca92d6d
Share read access to files opened for redirection
...
svn path=/trunk/; revision=2296
2001-10-14 18:30:28 +00:00
Hartmut Birr
ee9ea15fe0
Fixed calling convention for ApcRoutine().
...
Patch by Guido de Jong.
svn path=/trunk/; revision=2295
2001-10-12 19:13:01 +00:00
Eric Kohl
0a88910738
Made qsort() thread-safe.
...
svn path=/trunk/; revision=2294
2001-10-11 23:37:47 +00:00
Hartmut Birr
061fadc77a
Fixed a bug, when there is a write operation to the root directory, vfat crashs.
...
svn path=/trunk/; revision=2293
2001-10-11 15:39:51 +00:00
Hartmut Birr
ef4b8d4947
Fixed a minor bug in MmAllocateSection().
...
svn path=/trunk/; revision=2292
2001-10-10 22:40:36 +00:00
Hartmut Birr
78869da85f
Added/Removed some definitions.
...
svn path=/trunk/; revision=2291
2001-10-10 22:20:48 +00:00
Hartmut Birr
644d1f6676
Rewritten the read and write functions.
...
Changed the cache access from vfat..Region to Cc...Data() and CcCopy...().
svn path=/trunk/; revision=2290
2001-10-10 22:19:51 +00:00
Hartmut Birr
20625a2073
Changed the initialization for the fat cache in VfatMount().
...
svn path=/trunk/; revision=2289
2001-10-10 22:18:58 +00:00
Hartmut Birr
12f5d25024
Removed vfatRequestAndValidateRegion() and vfatReleaseRegion().
...
Added some initializations in vfatMakeRootFCB() and vfatMakeFcbFromDirEntry().
svn path=/trunk/; revision=2288
2001-10-10 22:17:42 +00:00
Hartmut Birr
6df323c21b
Changed the cache access from CcRos...CacheSegment() to Cc...Data().
...
svn path=/trunk/; revision=2287
2001-10-10 22:16:46 +00:00
Hartmut Birr
068a4a38d5
Changed the directory access to Cc...Data().
...
Removed the useing of dummy FileObjects in some calls to VfatReadFile()/VfatWriteFile().
svn path=/trunk/; revision=2286
2001-10-10 22:15:51 +00:00
Hartmut Birr
069a01eede
Changed the cache access from vfat...Region() to Cc...Data().
...
svn path=/trunk/; revision=2285
2001-10-10 22:14:34 +00:00
Hartmut Birr
a23989370d
Fixed the returned size in VfatGetFile...Information().
...
svn path=/trunk/; revision=2284
2001-10-10 22:13:26 +00:00
Hartmut Birr
b61f55deae
Added cache access for GetEntyName() and FindFile().
...
Fixed a minor bug in VfatCreateFile().
Added update of the cachesize in VfatCreateFile(), when a the file size is set zero.
svn path=/trunk/; revision=2283
2001-10-10 22:12:34 +00:00
Hartmut Birr
1e43cf0d82
Added cc/copy.c, cc/pin.c and cc/misc.c to OBJECTS_CC.
...
svn path=/trunk/; revision=2282
2001-10-10 22:08:27 +00:00
Hartmut Birr
5004973b9a
Removed CcRosRequestCacheSegment()and CcRosReleaseCacheSegment().
...
Added CcCopyRead(), CcCopyWrite(), CcMapData(), CcSetDirtyPinnedData(),
CcUnpinData() and CcSetFileSizes().
svn path=/trunk/; revision=2281
2001-10-10 22:07:15 +00:00
Hartmut Birr
937606fd25
Removed update of FileOffset from IoReadWriteCompletion().
...
svn path=/trunk/; revision=2280
2001-10-10 21:58:40 +00:00
Hartmut Birr
535721b797
Added a new parameter to IoPageWrite().
...
svn path=/trunk/; revision=2279
2001-10-10 21:57:00 +00:00
Hartmut Birr
93742336bb
Added CcRosFreeCacheSegment(), ReadCacheSegment() and WriteCacheSegment().
...
svn path=/trunk/; revision=2278
2001-10-10 21:55:13 +00:00
Hartmut Birr
74be6cd705
Added some initializations in CcRosInitializeCache().
...
svn path=/trunk/; revision=2277
2001-10-10 21:50:15 +00:00
Hartmut Birr
a92ab23917
Implemented CcMapdata(), CcUnpinData() and CsSetDirtyPinnedData().
...
svn path=/trunk/; revision=2276
2001-10-10 21:49:15 +00:00
Hartmut Birr
4bda2fbdb1
Implemented CcSetFileSizes().
...
svn path=/trunk/; revision=2275
2001-10-10 21:48:09 +00:00
Hartmut Birr
4fd4a97760
Implemented CcCopyRead(), CcCopyWrite() and some other functions.
...
svn path=/trunk/; revision=2274
2001-10-10 21:46:13 +00:00
Eric Kohl
a1d321e7b8
Added _abnormal_termination() stub.
...
svn path=/trunk/; revision=2273
2001-10-10 19:41:35 +00:00
Hartmut Birr
767a20760d
Fixed a dead lock in GetNextCluster.
...
Fixed a bug in FAT32FindAvailableCluster.
svn path=/trunk/; revision=2268
2001-10-07 08:58:29 +00:00
Eric Kohl
d3a9cfe663
Fixed __doserrno type.
...
svn path=/trunk/; revision=2267
2001-10-04 16:06:36 +00:00
Hartmut Birr
ae6141ba18
Fixed the 'higher 4 bit fat32'-bug.
...
svn path=/trunk/; revision=2266
2001-10-03 18:23:02 +00:00
Eric Kohl
0f0199f381
Implemented _doserrno().
...
svn path=/trunk/; revision=2265
2001-10-03 02:15:55 +00:00
Rex Jolliff
9df4133568
some changes to support load of LiteStep
...
svn path=/trunk/; revision=2264
2001-10-01 16:36:27 +00:00
Rex Jolliff
e446466964
fix to work around dlltool not supporting specified ordinals in export list
...
svn path=/trunk/; revision=2263
2001-10-01 16:31:12 +00:00
Phillip Susi
3c655e1278
Do not bugcheck on ExFreePool( 0 )
...
svn path=/trunk/; revision=2262
2001-09-29 19:40:49 +00:00
David Welch
decca5781a
Fixes.
...
svn path=/trunk/; revision=2261
2001-09-27 02:14:35 +00:00
David Welch
387d128462
APplied MiReadPage fix
...
svn path=/trunk/; revision=2260
2001-09-25 19:52:28 +00:00
David Welch
c0589a9fec
Fixes.
...
svn path=/trunk/; revision=2259
2001-09-25 19:41:38 +00:00
Casper Hornstrup
6e4a29babf
Fix for compile error
...
svn path=/trunk/; revision=2258
2001-09-24 10:19:58 +00:00
Casper Hornstrup
9a6d677db3
Initial OS level SEH support.
...
svn path=/trunk/; revision=2257
2001-09-24 01:09:51 +00:00
Casper Hornstrup
0948ab6596
Initial OS level SEH support.
...
svn path=/trunk/; revision=2256
2001-09-24 00:51:17 +00:00
Casper Hornstrup
2eb7adef67
Compile using gcc 3.0
...
Fixed alot of warnings when using gcc 3.0
svn path=/trunk/; revision=2255
2001-09-23 22:14:10 +00:00
Casper Hornstrup
09237b9213
Enumerate legacy devices
...
svn path=/trunk/; revision=2254
2001-09-16 13:19:32 +00:00
Casper Hornstrup
9baaca2418
Added PCI bus driver skeleton
...
svn path=/trunk/; revision=2253
2001-09-16 13:18:24 +00:00
Eric Kohl
1ea7189ed9
Added new atapi driver. It can only scan the pci busses and create scsi port devices for identified ide channels.
...
svn path=/trunk/; revision=2252
2001-09-09 21:32:28 +00:00
Eric Kohl
dcc3b51487
Added pci bus scanner to find ide controllers. Hardware reset is used when no controller was found.
...
svn path=/trunk/; revision=2251
2001-09-09 21:28:05 +00:00
David Welch
c4cd9be8de
Fixed all no-FPU bugs
...
svn path=/trunk/; revision=2250
2001-09-09 13:32:20 +00:00
Hartmut Birr
3ad515a2de
Change the size of the kernel page table from 1 to 8 pages.
...
ROS can now boot with up to 4 GB real memory (tested with a modified bochs and 1.5GB).
svn path=/trunk/; revision=2249
2001-09-09 12:26:05 +00:00
Hartmut Birr
a8a4e37cba
Change the return value in CreateFileW() from FALSE to INVALID_HANDLE_VALUE.
...
svn path=/trunk/; revision=2248
2001-09-09 12:21:37 +00:00
Hartmut Birr
1689533ef4
Fixed a bug, that will add a '.' when the ext string is empty.
...
svn path=/trunk/; revision=2247
2001-09-09 12:13:15 +00:00
Hartmut Birr
5ee0bf283e
Fixed a bug in KdpPrintString().
...
When serial debug was enabled, than the bochs debug dosn't work.
svn path=/trunk/; revision=2246
2001-09-09 09:47:18 +00:00
Jason Filby
aebc047c8c
Small fixes
...
svn path=/trunk/; revision=2245
2001-09-09 09:20:06 +00:00
David Welch
d9975bf64a
Try again; enable MP and NE and disable EM
...
svn path=/trunk/; revision=2244
2001-09-09 00:08:39 +00:00
Emanuele Aliberti
ef3bb24149
Added skeleton for PSXX.DLL, the X11 client library for the POSIX+ subsystem.
...
svn path=/trunk/; revision=2243
2001-09-08 22:13:16 +00:00