Reworked code for handling of asynchonous i/o requests.
[reactos.git] / reactos / drivers / fs / vfat / makefile
2001-11-02 Hartmut BirrReworked code for handling of asynchonous i/o requests.
2001-08-21 Casper HornstrupMajor update of the build system:
2001-07-24 Eric KohlUpdated makefile
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-05 Rex JolliffPartial directory caching (create calls cached, but...
2001-06-22 Eric KohlAdded symbol __NTDRIVER__ to identify drivers.
2001-06-15 Eric KohlFixes for gcc-2.95.3-4
2001-05-02 Rex JolliffExtracted vfat8dot3ToFilename from GetEntryName
2001-03-07 Eric KohlAdded request routine for IRP_MJ_CLEANUP
2001-01-14 David WelchMore small cluster size fixes
2001-01-12 David WelchRemoved debugging code from NTDLL loader
2001-01-01 David WelchThe VFAT filesystem driver now goes through the cache...
2000-12-29 Eric KohlImplemented shutdown routine dummy
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-19 David WelchRemoved broken dma code
2000-07-07 Eric KohlSeparated close request
2000-06-29 David WelchMade header file usage more consistent
2000-06-04 Eric KohlFixed clean target (didn't delete all .o files)
2000-01-19 Rex Jolliffchanges to support v15 release
1999-12-18 Emanuele AlibertiVersio info actually linked in *.sys modules
1999-12-11 David WelchPut in updated version of bitops header
1999-12-04 Emanuele AlibertiAdded version resource to dd and fs.
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-08-29 David Welch*** empty log message ***
1999-07-16 Rex Jolliffadded dist rule
1999-06-25 Rex Jolliffconsolidated makefiles and added floppy and dist rules.
1999-04-03 Rex JolliffAdded a recursive clean rule and cleaned up a few loose...
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-01-13 jeanadd file dirwr.c
1998-12-30 Rex JolliffChanges to support new VFAT functions and the loader
1998-12-30 Rex Jolliffmore loader changes and new fixes to the VFAT driver...
1998-10-05 Rex JolliffInitial revision