mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:55:48 +00:00
- More kernel fun.
svn path=/trunk/; revision=23178
This commit is contained in:
parent
9bd4990de5
commit
88aac74efb
1 changed files with 19 additions and 14 deletions
|
@ -34,8 +34,10 @@
|
|||
// - Generate process cookie for user-more thread.
|
||||
// - Add security calls where necessary.
|
||||
// - Add tracing.
|
||||
// - Fix crash on shutdown due to possibly incorrect win32k uninitailization.
|
||||
//
|
||||
// Ob:
|
||||
// - Possible bug in deferred deletion under Cc Rewrite branch.
|
||||
// - Add Directory Lock.
|
||||
// - Use Object Type Mutex/Lock.
|
||||
// - Implement handle database if anyone needs it.
|
||||
|
@ -45,4 +47,7 @@
|
|||
// - Use pushlocks for handle implementation.
|
||||
// - Figure out why cmd.exe won't close anymore.
|
||||
//
|
||||
// Ke:
|
||||
// - Add code for interval recalulation when wait interrupted by an APC
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
Loading…
Add table
Add a link
Reference in a new issue