- Fix some last STDCALL->NTAPI problems.
[reactos.git] / reactos / ntoskrnl / KrnlFun.c
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 // Alex's Big Ol' List of FIXMEs, bugs and regressions
4 // If you see something here, Alex *KNOWS ABOUT IT*.
5 // Do NOT bug him about it.
6 // Do NOT ask if he knows about it.
7 // Do NOT complain about it.
8 // Do NOT ask when it will be fixed.
9 // Failure to respect this will *ACHIEVE NOTHING*.
10 //
11 // Io:
12 // - Fix double-reference in IopCreateFile.
13 // - See why queueing IRPs and cancelling them causes crashes.
14 // - Add SEH to some places where it's missing (MDLs, etc) (iofunc).
15 // - Add a generic Cleanup/Exception Routine (iofunc).
16 // - Add another parameter to IopCleanupFailedIrp.
17 // - Add Access Checks in IopParseDevice.
18 // - Add validation checks in IoCreateFile.
19 // - Add probe/alignment checks for Query/Set routines.
20 // - Add tracing to iofunc.c
21 // - Add tracing to file.c
22 // - Add support for some fast-paths when querying/setting data.
23 // - Verify ShareAccess APIs, XP added some new semantics.
24 // - Add support for Fast Dispatch I/O.
25 //
26 // Ob:
27 // - Fix bug related to Deferred Loading (don't requeue active work item).
28 // - Add Directory Lock.
29 // - Use Object Type Mutex/Lock.
30 //
31 // Ex:
32 // - Use pushlocks for handle implementation.
33 //
34 ///////////////////////////////////////////////////////////////////////////////
35