Merge 36852, 37322, 37333, 37334, 43428, 43451, 44259, 46404 from amd64 branch.
[reactos.git] / reactos / ntoskrnl / io / iomgr / irp.c
2008-09-15 Stefan Ginsberg- IopCompleteRequest: Remove the hack related to Irp...
2008-09-10 Cameron Gutman - Revert 36093
2008-09-09 Cameron Gutman - Fix a typo which resulted in a read irp being locked...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-31 Hervé PoussineauReplace some ExFreePool by ExFreePoolWithTag
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-23 Art YerkesCatch failure to release the cancel spinlock. Would...
2008-08-23 Stefan Ginsberg- In IoAcquire/ReleaseCancelSpinLock, use the queued...
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-04 Stefan Ginsberg- Export KeI386MachineType and KeInitializeThreadedDpc
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-30 Aleksey Bragin- Fix Irp flags assignment in case of an IoAllocateIrp...
2008-07-28 Art Yerkes- Reverse my previous (in retrospect) hack
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 Art YerkesFix (among other things) failure to boot when a CD...
2008-05-01 Aleksey Bragin- Remove incorrect check introduced in r33221 since...
2008-05-01 Magnus OlsenBugfix ntoskrnl : IoBuildAsynchronousFsdRequest the...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-07 ReactOS Portable... We now generate the correct ARM syscall stub code for...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-03 Hervé PoussineauImplement IoForwardIrpSynchronously
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-06-11 Dmitry Gorbachev- Remove root device hack.
2007-04-02 Alex Ionescu- Revert 26244, 26245, 26246, 26247.
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-05 Alex Ionescu- Detect if reparsing is being used during IRP completi...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-29 Alex Ionescu- Add another paramter to IopCleanupFailedIrp to free...
2006-07-10 Aleksey BraginThomas Weidenmueller: Fix GCC4 warnings
2006-07-04 Alex Ionescu- Add locking in IopDeleteFile, and only check for...
2006-07-02 Alex Ionescu- Temporarily disable queueing IRPs to their threads...
2006-07-02 Alex Ionescu- Start of heavy work on iofunc.c:
2006-07-01 Alex Ionescu- Move efi.c to \ex, because the functions are related...