- Port Wine's WideCharToMultiByte implementation for conversion to a codepage to...
[reactos.git] / reactos / ntoskrnl /
2008-07-11 KJK::HyperionDon't allocate from PagedPool while interrupts are...
2008-07-10 Aleksey Bragin- Fix a typo, spotted by BugBoy.
2008-07-08 ReactOS Portable... - Rewrite the low-level trap/exception/system call...
2008-07-01 Aleksey Bragin- Yes, Alex's code is perfect, sorry.
2008-07-01 Aleksey BraginYuri Sidorov <jura@cp-lab.com>
2008-07-01 Aleksey Bragin- Fix code comments, in addition to 34230.
2008-07-01 Aleksey Bragin- Fix a problem with normal and special APCs being...
2008-06-30 ReactOS Portable... - Add driver database code to FreeLDR (using ReactOS...
2008-06-30 ReactOS Portable... - Fix broken check for ramdisk boot path... *sigh*...
2008-06-30 ReactOS Portable... - Add RAM disk support to FreeLDR and to the NTLDR...
2008-06-30 ReactOS Portable... - Call IopStartRamdisk if booting from one. This comple...
2008-06-30 ReactOS Portable... - Plug in RAM disk boot support (kernel-side)
2008-06-29 Hervé PoussineauLink C++ programs against target libraries, not host...
2008-06-29 Aleksey Bragin- Fix exception handling in MiDoMapped/PoolCopy by...
2008-06-29 ReactOS Portable... - Implement beginnings of Ramdisk Port Driver. Planning...
2008-06-28 Aleksey Bragin- Implement a gatewait case (was "tested" with a "Not...
2008-06-27 Aleksey Bragin- NDK fixes.
2008-06-27 ReactOS Portable... - Implement KiApcInterrupt -- ACPs now work!
2008-06-27 ReactOS Portable... - Implement VidResetDisplay in BootVid-arm.
2008-06-26 Aleksey BraginYuri Sidorov <jura@cp-lab.com>
2008-06-26 Jeffrey MorlanFix infinite loop in PspDumpThreads
2008-06-26 Aleksey BraginJeffrey Morlan <mrnobo1024@yahoo.com>
2008-06-26 ReactOS Portable... - Fix several interlocked list functions -- they should...
2008-06-26 ReactOS Portable... - Save and restore the trap frame for the current threa...
2008-06-26 ReactOS Portable... - Fix totally broken KeUpdateSystemRuntime code......
2008-06-25 ReactOS Portable... - We now implement the KeUpdateSystemTime routine and...
2008-06-25 ReactOS Portable... - Implement KiComputeTimerTableIndex and stub KeUpdateR...
2008-06-24 ReactOS Portable... - Implement MmGetPfnForProcess, MmIsPageSwapEntry.
2008-06-23 Aleksey BraginCameron Gutman <aicommander@gmail.com>
2008-06-23 ReactOS Portable... - Fix broken system call handler with shitty but works...
2008-06-23 Aleksey Bragin- Add a missing return in case of exception. Spotted...
2008-06-23 Aleksey Bragin- Fix CM SEH by public demand.
2008-06-23 ReactOS Portable... - The CRT sync by "fireball" is incorrect and results...
2008-06-22 Aleksey Bragin- Extend SEH to cover writing result to output argument...
2008-06-21 Matthias Kupfer- fix hive for korean keyboard layout
2008-06-18 Aleksey Bragin- Rename made-up Ob functions names to match publicly...
2008-06-18 Aleksey Bragin- More fixes to pushlock implementation:
2008-06-18 Aleksey Bragin- Wake up a pushlock only if it wasn't waking already...
2008-06-17 Aleksey BraginDaniel Zimmerman <netzimme@aim.com>
2008-06-16 Aleksey Bragin- NDK fixes (structure rename only).
2008-06-15 ReactOS Portable... - Start major ARM port cleanup:
2008-06-15 ReactOS Portable... - Create cmhardwr.c for ARM, stub it out.
2008-06-15 ReactOS Portable... - Fix a bug in MmGetPhysicalAddress.
2008-06-14 ReactOS Portable... - Dude, we don't need to calibrate anything... we've...
2008-06-14 ReactOS Portable... - We now implement the idle loop (thanks for fixing...
2008-06-14 ReactOS Portable... - Fix stupid IRQL/Interrupt handling code that someone...
2008-06-14 Aleksey Bragin- Release the acquired spinlock in IoUnregisterShutdown...
2008-06-12 Aleksey Bragin- Fix two bugs in MiDoMappedCopy: MI_MAPPED_PAGES is...
2008-06-12 Aleksey Bragin- Prevent a misunderstanding: kdHandleException means...
2008-06-12 ReactOS Portable... - We now implement more proper context switching.
2008-06-12 ReactOS Portable... - We now implement a super-basic (and probably broken...
2008-06-11 ReactOS Portable... - We now implement a skeleton framework for context...
2008-06-11 ReactOS Portable... - We now make appropriate space on the stack to save...
2008-06-11 ReactOS Portable... - Fix build on ARM:
2008-06-11 Aleksey Bragin- Fix typos in NDK structures.
2008-06-11 Aleksey Bragin- Unregress KDBG: It has to increment EIP in case of...
2008-06-06 Aleksey Bragin- Fix KDBG's EIP munging.
2008-06-06 Aleksey Bragin- Fix a major bug while closing a process that was...
2008-06-06 Aleksey Bragin- Change the registry name from Registry to REGISTRY...
2008-06-02 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-29 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-23 Aleksey Bragin- Revert 32675 (enabling usage of the cache bitmap...
2008-05-22 Aleksey Bragin- Actually remove the exports.
2008-05-22 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-22 KJK::HyperionPatch by Alex Ionescu <alex.ionescu@reactos.org>
2008-05-22 KJK::HyperionReverting r33635
2008-05-22 KJK::HyperionPatch by Alex Ionescu <alex.ionescu@reactos.org>
2008-05-22 KJK::Hyperion - Remove WINE-isms from KeDeviceQueue code
2008-05-20 Marc Piulachs- Added 'MessageHeader' module type for handling .mc...
2008-05-19 Aleksey Bragin- Implement restoring DRx registers if the thread is...
2008-05-18 Aleksey Bragin- Add a comment describing behavior in case of HvSyncHi...
2008-05-15 Hervé PoussineauImprove filter command by changing its syntax
2008-05-14 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-13 Aleksey Bragin- Remove a leftover.
2008-05-12 Colin FinckFix the Release build by marking MmPageArraySize as...
2008-05-12 Aleksey Bragin- Fix a typo in NtSecureConnectPort, ViewBase was not...
2008-05-12 Aleksey Bragin- Make IoCreateNotificationEvent and IoCreateSynchroniz...
2008-05-11 Filip NavaraTemporary disable part of the SEH code in NtReplyWaitRe...
2008-05-11 Hervé PoussineauUse LONG BreakPointNr, as in other breakpoint-related...
2008-05-11 Filip NavaraSEH protect NtReplyWaitReceivePortEx and fix one instan...
2008-05-10 Pierre Schweitzer"Implemented" FsRtlNotifyChangeDirectory
2008-05-09 Dmitry Chapyshev- Add some defines
2008-05-07 Aleksey Bragin- Fix uninitialized Callback var usage, spotted by...
2008-05-07 Aleksey Bragin- Assign statements in ASSERTs is a bad idea. Fix that.
2008-05-06 Timo Kreuzerchange Amount param in all PsXxxPoolQuota functions...
2008-05-05 Aleksey Bragin- Buffer size is in bytes, not in pages. Fixes boot...
2008-05-05 Aleksey Bragin- Fix two typos in the buffer size calculation code...
2008-05-01 Aleksey Bragin- Remove incorrect check introduced in r33221 since...
2008-05-01 Magnus OlsenBugfix ntoskrnl : IoBuildAsynchronousFsdRequest the...
2008-04-28 Dmitry Chapyshev- Add some defines
2008-04-28 Marc Piulachsmake rbuild files XML compliant by adding the XInclude...
2008-04-25 Aleksey Bragin- Add more MDL flags.
2008-04-24 Aleksey Bragin- Rewrite NtRead/WriteVirtualMemory around MiCopyVirtua...
2008-04-23 Aleksey Bragin- Reformat Se code and put functions to more appropriat...
2008-04-23 Aleksey Bragin- Fix logic bugs in LpcRequestPort (which is not the...
2008-04-22 KJK::Hyperionmodified include/psdk/ntdef.h
2008-04-22 Aleksey BraginBug fixes from Alex:
2008-04-22 KJK::HyperionRevert 33105, C_ASSERT is broken
2008-04-22 KJK::Hyperionmodified ntoskrnl/mm/pe.c
2008-04-21 Aleksey Bragin- The address space lock is a pushlock -- pushlocks...
next