- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
[reactos.git] / reactos / ntoskrnl / io / driver.c
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-29 Filip NavaraStop abusing the non-paged pool.
2005-07-29 Filip NavaraIoAllocateAdapterChannel should set CurrentIrp field...
2005-07-22 Thomas Bluemel- replaced IopCreateUnicodeString with RtlCreateUnicode...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-21 Gé van GeldorpPatch by Hartmut Birr
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-20 Steven Edwardsstarted moving tags to a private internal header
2005-05-19 Hervé PoussineauDon't create a new DriverObject if one is already existing
2005-05-19 Alex Ionescufix boot on vmware
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-18 Alex IonescuPrettify usetup a bit, show a warranty page before...
2005-05-17 Hervé PoussineauDon't empty the DriverObject extension if it is already...
2005-05-16 Hervé PoussineauDon't send multiple IRP_MJ_PNP/IRP_MN_START_DEVICE...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-07 Alex IonescuFix driver loading. patch by tinus
2005-05-06 Thomas Bluemeldon't leak the registry path string after initializing...
2005-05-05 Hervé PoussineauRtlFreeUnicodeString -> ExFreePool changes
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-05 Thomas Bluemel- fixed RegSetValueEx to take the null-terminating...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-17 Alex IonescuPut in alphabetical order, remove IopCreateDevice,...
2005-04-16 Alex IonescuMore I/O Stuff that was leftover in the old branch...
2005-04-11 Hervé PoussineauDon't call DriverEntry more than once. Fix suggested...
2005-04-11 Hervé PoussineauFilip Navara <xnavara@volny.cz>: Use correct service...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-08 Filip NavaraFix failure case in IoConnectInterrupt.
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-07 Eric Kohl- Nt->Zw
2005-02-02 Gé van GeldorpStore symbolic information in a .rossym section in the
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-12 Filip NavaraHervé Poussineau <poussine@freesurf.fr>
2005-01-05 Hartmut Birr- Initialize the symbols for boot load driver before...
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-01 Hartmut Birr- Fixed a length calculation in IopInitializeDriverModule.
2005-01-01 Alex IonescuFix more old cruft.
2004-12-30 Alex IonescuImplemented:
2004-12-23 Filip Navara- Check the return value of LdrProcessModule instead...
2004-12-09 Royce Mitchell IIIallow data from SYM files to be used in stack traces...
2004-11-07 Filip Navara- Initialize DriverObject->HardwareDatabase for newly...
2004-09-24 Eric Kohl- Print correct ReactOS version in the boot log header.
2004-09-23 Eric KohlImplement boot logging. Add /BOOTLOG to the command...
2004-09-20 Hartmut Birr- Implemented the loading of drivers according to the...
2004-09-07 Eric KohlIopInvalidDeviceRequest must return STATUS_INVALID_DEVI...
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-23 Alex IonescuAdded Io Stubs
2004-06-20 Filip Navara- Fixed memory corruption in IopInitializeBuiltinDriver.
2004-06-02 Hartmut Birr- Fixed the searching for boot load drivers. This solve...
2004-04-12 Filip Navara- Remove the hack implemenation of LookupPrivilegeValueW.
2004-04-11 Jason FilbyTwo DPRINTs for NtLoadDriver failure cases
2004-03-28 Filip Navara- I accidently ommited two '*' and caused a random...
2004-03-28 Filip Navara- Fixed a dumb ExFreePool that I accidently left there.
2004-03-28 Filip Navara- Fixed a minor bug in IopLoadServiceModule that caused...
2004-03-28 Filip Navara- Minor cleanup and fixed few memory leaks on driver...
2004-03-27 Filip Navara- Rewritten some driver loading functions to get higher...
2004-03-21 Filip Navara- Support for upper level filter drivers.
2004-03-19 Filip Navara- Lower IRQL in error case of IoAllocateDriverObjectExt...
2004-03-14 Filip Navara- Don't load PnP drivers if they're disabled.
2004-03-12 Filip Navara- Implemented IoGetDriverObjectExtension and IoAllocate...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-10 Hartmut Birr- Fixed the freeing of boot driver memory if KDBG is...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-15 Eric KohlImplemented driver reinitialization.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-30 Filip Navara- Fixed loading of symbols when compiled with DBG=1...
2003-10-28 Filip Navara- Fixed loading of symbols when compiled with DBG=1.
2003-10-23 Hartmut Birr- Fixed the length calculation of some unicode strings.
2003-10-16 Filip NavaraFixed a small bug in IopInitializeBuiltinDriver.
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
2003-10-16 Eric KohlRemoved calls to RtlpGetRegistryHandle().
2003-10-15 Filip NavaraFixed driver loading order, cleaned up relevant functio...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-10-06 Filip NavaraFixed line endings.
2003-10-06 Filip NavaraI commited more files than I wanted by mistake. :(...
2003-10-06 Filip NavaraAdded vfw.h header for compiling comctl32.dll with...
next