This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
reactos
Watch
1
Star
0
Fork
0
You've already forked reactos
mirror of
https://github.com/reactos/reactos.git
synced
2026-07-06 09:34:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e6f465bb781dfd3a5453fde15a78ca37b3210cdd
reactos
/
reactos
/
drivers
History
Jeffrey Morlan
220378c764
VfatSetAllocationSizeInformation: The fast code for extending the size of a non-empty file did have a bug in that it didn't always set Fcb->LastCluster/Fcb->LastOffset but the OffsetToCluster call was made assuming that it did. However, the code that replaced it had a bug as well, in that it did not set Cluster to the original final cluster like the error handling code expected, so it would crash when out of disk space. Bringing back the fast code, but with its bug fixed.
...
svn path=/trunk/; revision=38179
2008-12-18 20:47:20 +00:00
..
base
Silence compiler warnings (4/11).
2008-12-03 17:29:38 +00:00
bus
…
directx
Silence GCC warnings.
2008-12-07 21:52:22 +00:00
filesystems
VfatSetAllocationSizeInformation: The fast code for extending the size of a non-empty file did have a bug in that it didn't always set Fcb->LastCluster/Fcb->LastOffset but the OffsetToCluster call was made assuming that it did. However, the code that replaced it had a bug as well, in that it did not set Cluster to the original final cluster like the error handling code expected, so it would crash when out of disk space. Bringing back the fast code, but with its bug fixed.
2008-12-18 20:47:20 +00:00
input
Silence compiler warnings (4/11).
2008-12-03 17:29:38 +00:00
ksfilter
- Implement KsCreateAllocator, KsRegisterWorker, KsUnregisterWorker, KsRegisterCountedWorker, KsDecrementCountedWorker, KsIncrementCountedWorker, KsQueueWorkItem
2008-12-16 13:19:53 +00:00
multimedia
…
network
Silence GCC warnings.
2008-12-07 21:52:22 +00:00
parallel
…
serial
Silence compiler warnings (4/11).
2008-12-03 17:29:38 +00:00
setup
MAX_PATH is neither defined by ntddk.h nor by crt headers, use _MAX_PATH instead
2008-12-12 19:06:57 +00:00
storage
- Undo one "fix" from 38075. Coverity warned you about possible double check of the same pointer (though in || you probably can't go without it), but one check should definately stay! SpiGetLunExtension can return NULL!
2008-12-14 11:59:21 +00:00
usb
…
video
- 'STATIC' -> 'static'
2008-12-08 13:33:44 +00:00
wdm
- Handle PcNewRegistryKey for DeviceRegistryKey, DriverRegistryKey, HwProfileRegistryKey
2008-12-17 16:01:32 +00:00
wmi
…
Doxyfile
…
drivers.rbuild
…