- Fix IN/OUT privileged instruction fault (we don't yet handle HLT/CLI/STI other...
[reactos.git] / reactos / ntoskrnl / KrnlFun.c
2007-01-21 Alex Ionescu- Fix IN/OUT privileged instruction fault (we don't...
2007-01-18 Alex Ionescu- Fix __rdtsc so it's considered volatile by GCC instea...
2007-01-17 Alex Ionescu[10 bug fixes]:
2007-01-16 Alex Ionescu- Reimplement Process/Thread/Image notification callbac...
2007-01-15 Alex Ionescu- Fix handle close bug. The ExDestroyHandleEntry API...
2007-01-10 Alex Ionescu- Implement ObReferenceProcessHandleTable and ObDerefer...
2007-01-09 Alex Ionescu- Fix Port and Section Object Type creation by specifyi...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-02 Alex Ionescu- Implement V86 trap fixup during traps and interrupts.
2006-11-30 Alex Ionescu- Remove Dbgk entries from KrnlFun.c, the subsystem...
2006-11-29 Alex Ionescu- Finally figured out a way to make the old HAL IRQ...
2006-11-22 Alex Ionescu- Update kernel fun.
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-10-19 Alex Ionescu- Implement Object Type Resource Lock, since object...
2006-10-09 Alex Ionescu- Initialize the registry in one shot, and allow it...
2006-10-05 Alex Ionescu- Use KeLoaderBlock for registry hive loading.
2006-10-04 Alex Ionescu- Implement XPSP2+ syscall stub that uses indirect...
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-16 Alex Ionescu- Implement most of the Ring 3/0 Invalid Opcode handler...
2006-09-16 Alex Ionescu- Merge in my latest Dispatcher changes for KeWaitForMu...
2006-09-13 Alex Ionescu- Update Kernel Fun.
2006-09-03 Alex Ionescu- Final cleanup for now:
2006-09-01 Alex Ionescu- Multiple changes to low-level Kernel initalization...
2006-08-31 Alex Ionescu- Don't do fast system calls with the wrong DS/ES selec...
2006-08-31 Alex Ionescu- Implement more parts of the GPF Handler.
2006-08-30 Alex Ionescu- Some fixes to KiDispatchException: Add support for...
2006-08-30 Alex Ionescu- Update kernel fun.
2006-08-30 Alex Ionescu- Implement RtlCaptureStackBackTrace and RtlWalkFrameCh...
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-08-25 Alex Ionescu- Fix compiling/linking problems.
2006-08-21 Alex Ionescu- Delete bios.c and usertrap.c
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-29 Alex Ionescu- Add SEH to all iofunc.c functions that required it...
2006-07-27 Alex Ionescu- Mega whammy jammy fix commit:
2006-07-27 Alex Ionescu- Add kernel fun entry:
2006-07-27 Alex Ionescu- Fix some last STDCALL->NTAPI problems.
2006-07-27 Alex Ionescu- Reimplement and activate NtQueryInformationThread.
2006-07-27 Alex Ionescu- Remove PspGetImagePath and use the new SeLocateProces...
2006-07-27 Alex Ionescu- Implement XP-style process name auditing to store...
2006-07-26 Alex Ionescu- More kernel fun
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