First experimental implementstion of NtAccessCheck().
[reactos.git] / reactos / drivers /
2004-07-13 James TaborForce a rebuild of the partition table if it already...
2004-07-10 Hartmut Birr- Fixed the comparing of video modes in IntInitScreenInfo.
2004-07-08 Art YerkesFixed OskitTCPSend prototype.
2004-07-08 Art YerkesFixed for TCPIP
2004-07-07 Filip Navara- Use LinBytesPerScanLine (value for linar framebuffer...
2004-07-07 Gé van GeldorpSilence debug messages
2004-07-05 Hartmut Birr- Check for a valid buffer on a call to IOCTL_DISK_CHEC...
2004-07-05 Hartmut Birr- Removed IOCTL_DISK_CHECK_VERIFY. We must use the...
2004-07-05 Hartmut Birr- Removed the using of the media change count to recogn...
2004-07-04 Hartmut Birr- Fixed a bug in IoCsqRemoveIrp and IoCsqRemoveNextIrp.
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Hartmut Birr- Fixed a bug, which prevents an opening of files,...
2004-07-03 Filip Navara- Handle correctly bottom-up surfaces in the VGA driver.
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-06-29 Thomas Bluemelfixed makefiles
2004-06-29 Filip Navara- Fixed list mode traversing.
2004-06-29 Filip Navara- Report 1 (Default) instead of 0 (Invalid) as the...
2004-06-29 Filip Navara- Match the first 16 colors of the Windows (R) XP defau...
2004-06-27 Filip Navara- Replaced the old default mode algortihm with video...
2004-06-26 Filip Navara- Use the Video Port driver Int 10 services instead...
2004-06-26 Filip Navara- Added VideoPortQueryPerformanceCounter and VideoPortQ...
2004-06-25 Steven Edwardssndblst fixes based on patch by Sylvain Petreolle.
2004-06-23 Hartmut Birr- Improved removable media support.
2004-06-22 Vizziniminor debug message fix
2004-06-21 Hartmut Birr- Enabled the command queueing (in DiskClassCreateDevic...
2004-06-21 Hartmut Birr- Reduced the necessary size of inquiry data to 4 byte.
2004-06-21 Royce Mitchell IIIgone with the wind - sorry for that, I guess CVS isn...
2004-06-21 Royce Mitchell IIIcvsignore maintainance
2004-06-20 Filip Navara- Fix video mode list traversing. Reported by Royce...
2004-06-20 Filip Navara- Add HwResetHw implementation that uses VBE set mode...
2004-06-20 Filip Navara- Cleaned up IntVideoPortResetDisplayParameters a bit.
2004-06-20 Filip Navara- Handle correctly "Unknown" media type in VfatHasFileS...
2004-06-20 Vizziniclarified a misleading comment
2004-06-20 Vizzinifixed a bug in IoCsqRemoveNextIrp (missing break)
2004-06-19 Art YerkesChange from unclegarlic: Don't overwrite packet length.
2004-06-18 Filip Navara- VideoPortInt10 should copy back the output registers...
2004-06-18 Filip Navara- Map correct amount of the video memory.
2004-06-17 Gé van GeldorpRemove obsolete ide and (old) floppy drivers
2004-06-15 Gé van GeldorpBuild "new" floppy driver instead of non-functional...
2004-06-15 Hartmut Birr- Reduced the size of the necessary inquiry data length...
2004-06-15 Art Yerkesrecv now works every time
2004-06-14 Art YerkesPreliminary version of recv.
2004-06-14 Art Yerkesrawip: Removed the deallocation of the client-supplied...
2004-06-12 Art YerkesRemoved redundant tracking (now incorporated into NdisA...
2004-06-11 Gé van GeldorpPatch by Michael Fritscher <michael@fritscher.net>
2004-06-10 Hartmut Birr- Enabled the dependency check for the storage drivers.
2004-06-10 Hartmut Birr- Use a bitmap for managing the srb extensions.
2004-06-10 Hartmut Birr- Allocate for each srb its one sense info buffer.
2004-06-09 Art YerkesThis is a merge onto head of the last two months worth...
2004-06-09 Eric KohlBuild Hardware IDs and Compatible IDs for PCI devices.
2004-06-08 Filip Navara- Correctly set Irp->IoStatus.Information when handling...
2004-06-07 Hartmut Birr- Fixed the counting of pending irps.
2004-06-07 Filip Navara- Fixed redefinition of VERSION.
2004-06-07 Hartmut Birr- Implemented ScsiPortCompleteRequest.
2004-06-06 Eric KohlUse hardware description if available to initialize...
2004-06-05 Filip Navara- Fixed calculation of MFT record size.
2004-05-29 Art YerkesAdded csq to build.
2004-05-29 Art YerkesFixes for gcc-3.4.0 (pasting the __FUNCTION__ constant...
2004-05-29 Steven Edwardsmoved oskittcp as it is a driver lib.
2004-05-24 Hartmut Birr- Implemented ScsiPortGetPhysicalAddress also for addre...
2004-05-23 Hartmut Birr- Fixed my copy-and-paste bug. Thanks to Royce III.
2004-05-23 Hartmut Birr- Don't return a file or allocation size for directories.
2004-05-23 Hartmut Birr- Fixed the calculated file attribute in CdfsFileFlagsT...
2004-05-22 Filip Navara- Revert change to VGA register values that I accidentl...
2004-05-22 Filip Navara- Check buffer sizes and color counts for IOCTL_VIDEO_S...
2004-05-21 Filip Navara- End-Of-Line marker at the real end of line shouldn...
2004-05-21 Filip Navara- Support for the End-Of-Line RLE mark.
2004-05-15 Hartmut Birr- Improved the reading and writing of fragmented files.
2004-05-15 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-05-15 Gé van GeldorpSilence debug messages
2004-05-11 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-05-10 Filip Navara- Workaround for supporting a reads from pipe after...
2004-05-10 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-05-09 Hartmut Birr- Set the correct cdb length for the mode sens command...
2004-05-07 Filip Navara- Protect against reads from (and writes to) closed...
2004-05-07 Royce Mitchell IIIuse bugcheck macros where appropriate so users have...
2004-05-05 Filip Navara- Fixed various problems (hangs/crashes) with connectin...
2004-05-03 Filip Navara- Implementation of IOCTL_VIDEO_QUERY_CURRENT_MODE...
2004-05-02 Hartmut Birr- Fixed checking for a FAT file system on a removable...
2004-05-02 Hartmut Birr- Check more exactly for a FAT file system.
2004-04-29 Filip Navara- Simplified the mapping of video memory. Now it works...
2004-04-23 Filip Navara- Correctly swap the Red and Blue colors while setting...
2004-04-23 Hartmut Birr- Initialized the srb on each call to SpiSendInquiry.
2004-04-20 Gunnar Dalsnesmake mdl usage/impl. more windows compliant
2004-04-18 Hartmut Birr- Fixed the open counter in IntVideoPortDispatchClose.
2004-04-16 Eric KohlClear data buffer before sending the INQUIRY command.
2004-04-12 Filip Navara- Minor correction to returned error.
2004-04-12 Thomas Bluemelreverted, my mistake
2004-04-12 Thomas Bluemelforgot adding the floppy driver
2004-04-12 Filip Navara- Fixed connection/disconnecting/closing handling,...
2004-04-12 Thomas Bluemeladded some makefiles
2004-04-10 Filip Navara- Fix a stupid bug that prevented writing to pipes...
2004-04-08 Filip Navara- Fixed minor bug in VGA driver.
2004-04-08 Gé van GeldorpHwResetHw can be (and sometimes is) NULL
2004-04-08 Filip Navara- Fixed releasing of display ownership.
2004-04-08 Filip Navara- Fixed initalization of VIDEO_HW_INITIALIZATION_DATA...
2004-04-07 Hartmut Birr- Rewrote the code which handles processing of irp...
2004-04-02 Hartmut Birr- Fixed the initializing of the access ranges.
2004-04-01 James TaborAdded MediaChangeNoMedia on/off
2004-04-01 James TaborAdded MediaChangeCount
next