- Fix a bug in LPC creation (missing one handle) and LPC closing (was not properly...
[reactos.git] / reactos / ntoskrnl / KrnlFun.c
2006-07-25 Alex Ionescu- Fix a bug in LPC creation (missing one handle) and...
2006-07-23 Alex Ionescu- Temporarly disable screensaver code. Sorry greatlord...
2006-07-23 Alex Ionescu- Add tracing in process/thread.c as well.
2006-07-23 Alex Ionescu- Add ObGetObjectSecurity calls like in PspCreateProces...
2006-07-23 Alex Ionescu- Make use of PsChangeQuantumTable on system startup...
2006-07-23 Alex Ionescu- ImperstionationLocale -> ImpersonationLocale.
2006-07-22 Alex Ionescu- CT_ACTIVE_IMPERSTIONATION_INFO_BIT -> CT_ACTIVE_IMPER...
2006-07-22 Alex Ionescu- Implement KiRecalculateDueTime to handle cases where...
2006-07-21 Alex Ionescu- Implement Kernel, Memory Manager and Process Manager...
2006-07-20 Alex Ionescu- Use safe referencing.
2006-07-20 Alex Ionescu- Add some final missing annotations to kill.c
2006-07-20 Alex Ionescu- Fix Win32K thread rundown bug, fixes shutdown crash...
2006-07-20 Alex Ionescu- Move ExGetPreviousMode to \ex, it's not a Ps function
2006-07-20 Alex Ionescu- More kernel fun.
2006-07-18 Alex Ionescu[AUDIT] security.c is mostly composed of trivial implem...
2006-07-18 Alex Ionescu- Kernel Fun