added 'type' command
[reactos.git] / reactos / drivers /
2004-09-17 Art YerkesRemoved arp.h until the arp part is finished.
2004-09-17 Art Yerkeslan.sys is a simple driver providing access to ndis...
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-09-14 Hartmut Birr- Execute the reset command previous the present test...
2004-09-14 Eric Kohl- Use Unicode strings instead of WCHAR strings.
2004-09-12 Thomas Bluemelreduce debug output
2004-09-10 Filip NavaraFix the reset sequence in AtapiFindDevices to work...
2004-09-05 Art YerkesFixes:
2004-09-03 Filip Navara- Disable debugging messages.
2004-09-03 Filip Navara- Revert the I/O port change from my previous patch...
2004-09-03 Filip NavaraIssue soft reset command for identification and not...
2004-09-01 Art YerkesImplement WSHGetWildcardAddress
2004-08-31 Hartmut Birr- Removed the member OldProcess from the ETHREAD structure.
2004-08-31 Hartmut Birr- Store always offsets on cluster boundaries in FCB...
2004-08-31 Filip Navara- Restoring of character size in VBEResetHw. Patch...
2004-08-31 Filip Navara- Use FsRtl routines for wildcard handling.
2004-08-30 Art YerkesSince system services are now provided by the client...
2004-08-29 Art YerkesOskit can now be linked from userland. This is part...
2004-08-28 Filip Navara- Implement file sharing checks.
2004-08-26 Hartmut Birr- Changed -Wno-strict-aliasing to -fno-strict-aliasing.
2004-08-22 Art YerkesAFD: Fixed handling of cancelling in flight requests...
2004-08-22 Art YerkesFixed missing unlock in write.
2004-08-20 Art YerkesRemoved ASSERT_KM macro. It's not used any longer.
2004-08-20 Eric Kohl- Provide better PCI device descriptions.
2004-08-20 Magnus Olsenfix
2004-08-20 Filip NavaraFix compiler warnings.
2004-08-19 Art YerkesMore notes on oskit. braindumping.
2004-08-19 Art Yerkesoskittcp: new import. less diff output versus pure...
2004-08-18 Eric KohlReport the correct resource flags.
2004-08-18 Eric KohlFix IRP_MN_QUERY_RESOURCES and implement IRP_MN_QUERY_R...
2004-08-16 Eric KohlImplement:
2004-08-15 Casper Hornstrup2004-08-16 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-15 Casper Hornstrup2004-08-16 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-15 Casper Hornstrup2004-08-16 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-12 Art YerkesAccording to alex_ionescu, callers of IoAllocateIrp...
2004-08-05 Filip Navara- Separate out cluster chain extending functionality...
2004-08-04 Filip Navara- Remove completion routine for VfatReadDisk. IRPs...
2004-08-04 Filip Navara- Use NDIS_DbgPrint instead of DbgPrint for NDIS buffer...
2004-08-04 Filip Navara- Disable debug messages of floppy driver.
2004-08-01 Filip Navara- Make sure all build files and directories are properl...
2004-08-01 Filip Navara- Change all FAT*FindAvailableCluster functions to...
2004-07-30 Thomas BluemelPatch by Filip Navaraf: Removed the mouse class gdi...
2004-07-29 Thomas Bluemelfixed compiling errors with gcc 3.4.x
2004-07-29 Art YerkesFixed includes so that DBG keys on roscfg.h
2004-07-29 Art YerkesAccidentally missed one breakpoint from the previous...
2004-07-29 Art YerkesFixed memory overwrite due to too-small allocation.
2004-07-24 Art YerkesAccording to this osr page:
2004-07-23 Casper Hornstrup2004-07-23 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-22 Filip Navara- Fix handling of METHOD_IN_DIRECT IRPs.
2004-07-22 Filip Navara- Support for deserialized miniports (experimental).
2004-07-22 Filip Navara- Fix initialization order.
2004-07-20 Filip Navara- Fix handling of METHOD_IN_DIRECT IRPs.
2004-07-19 Thomas Bluemelfixed calculation of memory address
2004-07-19 Art YerkesForgot to add file tilists.h
2004-07-18 Art YerkesFixed after prototype change.
2004-07-18 Art YerkesFirst commit of afd and msafd onto head.
2004-07-18 Art Yerkesmsafd + afd: Changed type of PVOID args to PAFD_WSABUF...
2004-07-18 Magnus Olsen*** empty log message ***
2004-07-15 James TaborClear Partition0 DriveNotReady, for Removable Media.
2004-07-15 Art Yerkesoskittcp: fixed handling of uio in send.
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...
next