Make WinCVS look a little cleaner.
[reactos.git] / reactos / ntoskrnl / io /
2002-10-03 Robert DickensonSome debug macro changes.
2002-10-03 Robert DickensonAdded new file. Lots of research and work required...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrChanged from OrginalFileObject to the FileObject from...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupRemove some debugging code.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-04 Eric KohlAdded code to identify the cdrom drive when ReactOS...
2002-08-28 Hartmut BirrChanged parameters for IoPageRead/IoPageWrite/IoSynchro...
2002-08-28 Hartmut BirrRemoved dereferencing of the event/file object for...
2002-08-28 Hartmut BirrSet the allocation size in IoCreateFile.
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-17 Hartmut BirrSetup the correct stack location for completion routine...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-07-24 Eric KohlImplemented IoCheckDesiredAccess() and IoGetInitialStack().
2002-07-20 Eric KohlFixed [Nt/Zw]QueryAttributeFile() and [Nt/Zw]QueryFullA...
2002-07-18 David WelchSymbol loading working in kdb.
2002-07-17 David WelchFixed null pointer exceptions.
2002-06-27 Eric KohlAdded check for loaded module prior to loading it.
2002-06-27 Eric KohlSet missing OBJ_OPENLINK attribute in IoDeleteSymbolicL...
2002-06-27 Eric KohlFixed SystemRoot accessibility check.
2002-06-20 Eric KohlFixed a long-standing hack to open symbolic link objects.
2002-06-18 Eric KohlIoDestroyDriverList(): Free memory of group and service...
2002-06-16 Eric KohlFixed loading of symbol files.
2002-06-13 Eric KohlFixed driver unloading upon failing initialization.
2002-06-12 Eric KohlUse the registry to load system start drivers.
2002-06-12 Casper Hornstrup* Call RtlCreateUnicodeString() instead of RtlInitUnico...
2002-06-10 Eric KohlChanged data structure which represents driver objects...
2002-06-10 Eric KohlMoved io/drvlck.c to mm.
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-05-24 Eric KohlAdded import of REG_EXPAND_SZ registry values.
2002-05-23 Eric KohlUse NT-compatible (VPB-based) mounting mechanism.
2002-05-16 Eric KohlModified LdrLoadModule() to return NTSTATUS.
2002-05-15 Eric KohlAdded file system recognizer driver.
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-04-27 Hartmut BirrAdded IoFileObjectType to ObReferenceObjectByHandle...
2002-04-27 Hartmut BirrChanged to event object from file object.
2002-04-27 Hartmut BirrFixed the test for FO_SYNCHONOUS_IO.
2002-04-27 Hartmut BirrMoved dereferencing of file objects to IoSecondStageCom...
2002-04-26 Eric KohlFixed drive map in the shared user page.
2002-04-20 Phillip SusiSome more fixes to the IO manager routines to use the...
2002-04-19 Eric KohlFixed a silly bug! I forgot to move an #include line...
2002-04-19 Eric KohlRestricted mounting of file systems (e.g. don't try...
2002-04-17 Eric KohlFixed a typo that caused cdfs mounts to fail ('CdRom0...
2002-04-15 Eric KohlRemoved obsolete 'optimization'.
2002-04-12 Eugene IngermanFixed potential zero pointer reference.
2002-04-10 Eric KohlMoved IoVerifyVolume().
2002-04-07 Phillip SusiReworked quite a bit of IO manager code to fix several...
2002-04-01 Hartmut BirrFixed a typo.
2002-03-24 Eric KohlInitialized device lock event.
2002-03-21 Eric KohlChanged drive assignment.
2002-03-17 Hartmut BirrFixed a parameter for IRPMN_MOUNT_VOLUME.
2002-03-16 Eric KohlMoved CreateSystemRootLink() away.
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2002-02-19 Eric KohlRemoved unused code.
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2002-01-26 Phillip SusiFixed IoCreateFile to recognize the FILE_NO_INTERMEDIAT...
2002-01-21 Hartmut BirrRemoved IoGetCurrentIrpStackLocation from some functions.
2002-01-21 Eric KohlFixed some function declarations.
2002-01-08 David WelchMore swapping fixes
2001-12-05 Eric KohlImplemented file system change notification.
2001-12-05 Eric KohlAdded missing create parameters to IoCreateFile().
2001-12-05 David WelchFixed security define spelling
2001-11-02 Hartmut BirrAdded some modifications for asyncronous i/o requests...
2001-11-02 Eric KohlFixed a typo.
2001-10-10 Hartmut BirrRemoved update of FileOffset from IoReadWriteCompletion().
2001-10-10 Hartmut BirrAdded a new parameter to IoPageWrite().
2001-09-27 David WelchFixes.
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-05 Eric KohlImplemented IoReportHalUsage().
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-31 David WelchMore Linux compilation fixes
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-08-22 Rex JolliffDriverEntry is now called with correct parameters
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-14 Hartmut BirrRestoring 1.1
2001-08-14 Hartmut BirrReadAccess and DeleteAcces was initialized with wrong...
2001-08-14 Hartmut BirrEnabled the call to ObDereferenceObject for some
2001-07-15 Eric KohlNamed pipes and mail slots need a valid file object.
2001-07-04 Casper HornstrupUpdated clean rules.
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-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-14 Jason FilbyFrom Eugene Ingerman:
2001-06-12 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-11 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-08 Eric KohlAdded stubs for missing partition functions
2001-06-07 Eric KohlReplaced IDEGetPartitionTable() by call to IoReadPartit...
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-05-24 Eric KohlImplemented file access/sharing check functions
2001-05-13 Casper HornstrupRemoved the assertion
2001-05-06 Eric KohlFixed bootable partition bug
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
next