We now generate the correct ARM syscall stub code for system calls with IDs > 0x100.
[reactos.git] / reactos / ntoskrnl / io / iomgr / file.c
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-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-23 Aleksey Bragin- Revert 29702 (IopParseDeviceHack is still required...
2007-10-20 Mike NordellDon't try to open a harddisk for reading when checking...
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-03 Hervé PoussineauSepare right code from hack
2007-10-01 Aleksey Bragin- Forgot to hit "CTRL+S" in the editor :) (add a FIXME...
2007-10-01 Aleksey Bragin- Almost completely fix the hack in IopParseDevice...
2007-08-24 Aleksey BraginDaniel Zimmerman <netzimme@aim.com>:
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-06-04 Hervé PoussineauDon't assume that a device without driver doesn't need...
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-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-08 Alex Ionescu- Fix kmtest's inclusion of the NDK.
2006-12-29 Alex Ionescu- Fix OB_SECURITY_METHOD prototype, callers, and implem...
2006-12-10 Peter Ward- Fix GCC 4.1.2 build. Patch by Usurp.
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-12-03 Alex Ionescu- Fix IopSecurityFile to send the IRP to the right...
2006-11-30 Alex Ionescu- Fix critical I/O bugs in IopParseFile which were...
2006-11-30 Alex Ionescu- Fix some bugs in NtWaitForDebugEvent which caused...
2006-10-22 Thomas Bluemel- Change RtlMoveMemory to RtlCopyMemory where memory...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-30 Thomas BluemelUse the new ProbeForWriteIoStatusBlock macro
2006-08-01 The Wine SynchronizerRevert 23354 (causes a bugcheck). It will be committed...
2006-07-29 Alex Ionescu- Added profiling for possible Nt I/O function optimiza...
2006-07-29 Alex Ionescu- Add another paramter to IopCleanupFailedIrp to free...
2006-07-27 Alex Ionescu- Mega whammy jammy fix commit:
2006-07-27 Alex Ionescu- Enable IopReferenceDeviceObject in IopParseDevice...
2006-07-27 Alex Ionescu- Fix multiple bugs in VfatGetNameInformation:
2006-07-18 Alex Ionescu- Kernel Fun
2006-07-10 Aleksey BraginThomas Weidenmueller: Fix GCC4 warnings
2006-07-08 Alex Ionescu- Write some TODOs. I'm now done with I/O IRP APIs...
2006-07-08 Alex Ionescu- Zero out the OPEN_PACKET and only set non-zero member...
2006-07-08 Alex Ionescu- Don't use FILE_ATTRIBUTE_NORMAL for mailslots/namedpipes.
2006-07-08 Alex Ionescu[FORMATTING] - STDCALL->NTAPI changes, tab->Spaces...
2006-07-08 Alex Ionescu- Implemented NtDeleteFile, also a piece of cake now...
2006-07-08 Alex Ionescu- Implement IoFastQueryNetworkAttributes which is now...
2006-07-08 Alex Ionescu- Add support for cases when the FSD that actually...
2006-07-08 Alex Ionescu- Remove a ROS hack in IopCloseFile.
2006-07-08 Alex Ionescu- Uber-optimize IopQueryAttributesFile by using the...
2006-07-08 Alex Ionescu- Massively improve File I/O by using deferred I/O...
2006-07-08 Alex Ionescu- Add proper failure case for IRP allocation failure
2006-07-08 Alex Ionescu- Fix boot.
2006-07-07 Alex Ionescu- Add some more proper handling of ref/dereferencing...
2006-07-07 Alex Ionescu- Make an I/O Tagged copy of the file name and properly...
2006-07-07 Alex Ionescu- Implement IopCheckVpbMounted and use it in IopParseDe...
2006-07-07 Alex Ionescu- Use a simpler and more robust way to detect direct...
2006-07-06 Alex Ionescu- Allocate a copy of the EA buffer even for kernel...
2006-07-05 Alex Ionescu- Move the code in IoCreateFile inside IopParseDevice...
2006-07-05 Alex Ionescu- Begin attempt at usage of the OPEN_PACKET for I/O...
2006-07-05 Alex Ionescu- Silence TCP/IP.
2006-07-05 Alex Ionescu- Simplify IopParseDevice by removing duplicate code.
2006-07-05 Alex Ionescu[FORMATTING] - Fix formatting in IoCreateFile
2006-07-05 Alex Ionescu- Make IoCreateFile use deferred I/O completion.
2006-07-05 Alex Ionescu- Ongoing IoCreateFile fixes:
2006-07-05 Alex Ionescu- Fix IopcloseFile... I'm not sure it was working right...
2006-07-05 Alex Ionescu- The FO's lock is a Synch event, not a notification...
2006-07-05 Alex Ionescu- Finally fix IoCreateStreamFileObject. I had fixed...
2006-07-04 Alex Ionescu- Fix IopQueryNameFile to properly validate and calcula...
2006-07-04 Alex Ionescu- Add locking in IopDeleteFile, and only check for...
2006-07-02 Alex Ionescu- Move NtCancelIoFile and NtDeleteFile to file.c, they...
2006-07-02 Alex Ionescu- Some small changes to some prototypes/names for upcom...
2006-07-02 Alex Ionescu- Correct function name
2006-07-01 Alex Ionescu- Move efi.c to \ex, because the functions are related...