migrate substitution keywords to SVN
[reactos.git] / reactos / ntoskrnl / io / xhaldrv.c
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-08-21 Hartmut Birr- Check for a valid layout buffer entry in xHalIoAssign...
2004-08-18 Filip NavaraPrint in the debug traces if a partition is recognized...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-06-05 Hartmut Birr- Fixed the start offset of a partition within an exten...
2004-05-02 Hartmut Birr- Don't read the disk informations at boot time from...
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Initialized some local variables.
2003-08-25 Eric KohlDisabled two debug messages.
2003-08-24 Eric Kohl- xHalIoReadPartitionTable() returns proper HiddenSecto...
2003-08-18 Eric KohlxHalIoWritePartitionTable(): Don't bail out if a partit...
2003-08-17 Eric KohlImplemented xHalIoSetPartitionInformation().
2003-08-15 Eric KohlGot xHalIoWritePartitionTable() working.
2003-08-10 Eric KohlFixed returned container partition starting offsets...
2003-07-17 Andrew GreenwoodWin 32 API header compatibility update
2003-06-27 Eric KohlDisabled potentially misleading error message.
2003-05-11 Casper Hornstrup2003-05-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-28 Eric KohlWiped the partition sector structure mess away.
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-28 Eric KohlAdded support for the Ontrack Disk Manager.
2003-03-04 Eric KohlAdded code to handle 'Ontrack Disk Manager' harddisks...
2003-03-01 Eric KohlFixed wrong MBR declaration.
2003-02-26 Eric KohlFixed some hal dispatch table issues.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-05-29 Eric KohlReplaced linux partition type constants.
2002-05-26 Eric KohlEnabled driver letter assignment for removable drives.
2002-05-25 Eric KohlMade NTFS-Partitions mountable.
2002-04-26 Eric KohlFixed drive map in the shared user page.
2002-04-17 Eric KohlFixed a typo that caused cdfs mounts to fail ('CdRom0...
2002-04-12 Eugene IngermanFixed potential zero pointer reference.
2002-03-21 Eric KohlChanged drive assignment.
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2001-08-21 Casper HornstrupMajor update of the build system:
2001-07-04 Rex JolliffFix for error in reading next extended partition when...
2001-06-29 Eric KohlRead partition tables only once while assigning drive...
2001-06-28 Rex Jolliffoops, left in some debugging statements
2001-06-28 Rex Jollifffixed problem with extended partitions that contain...
2001-06-08 Eric KohlAdded stubs for missing partition functions
2001-06-07 Eric KohlReplaced IDEGetPartitionTable() by call to IoReadPartit...
2001-05-06 Eric KohlFixed bootable partition bug
2000-08-25 Eric KohlFinished drive letter assignment
2000-08-24 Eric KohlMinor ide driver cleanup
2000-08-22 Eric KohlFixed partition read bug
2000-08-22 Eric KohlxHalIoReadPartitionTable() can now handle partially...
2000-08-21 Eric KohlImplemented IoReadPartitionTable().
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-06-30 Eric KohlAdded hal dispatch tables.