User the user-specific date format instead of a hard-coded one.
[reactos.git] / reactos / ntoskrnl /
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...
2008-04-21 Aleksey Bragin- Remove perf code from Ob SD Cache implementation.
2008-04-17 Ged Murphy- Fix IDT and GDT limits to values advised by Alex.
2008-04-01 Colin FinckFix build :-)
2008-04-01 Aleksey Bragin- Rewrite the SD Cache functions to use the Windows...
2008-04-01 Aleksey Bragin- Lock only the object header for an object instead...
2008-04-01 Aleksey Bragin- Fix initialiization of the object manager lookaside...
2008-04-01 Aleksey Bragin- Use C define for the bit in the wait block flags...
2008-04-01 Aleksey Bragin- Implement inline version of _rotl. The Win32 version...
2008-04-01 Aleksey Bragin- Fix ExReleaseResourceLock(), spotted by Alex.
2008-04-01 James TaborSeSetSecurityDescriptorInfo/Ex check the security objec...
2008-03-31 Aleksey BraginThe default object security method should not directly...
2008-03-31 Aleksey Bragin- Fix a typo in the debug message.
2008-03-27 James TaborQuestion is what is its?
2008-03-27 KJK::HyperionFix some serious handle table bugs which led to memory...
2008-03-14 Timo Kreuzer- modify the way the way the Frames parameter in KeRosD...
2008-03-13 Aleksey Bragin- Switch to using the cache bitmap (the cache manager...
2008-03-13 Andrew MungerSimplify and rename the functions that touch UserPageLi...
2008-03-13 Aleksey Bragin- Factor out physical pages allocation and creating...
2008-03-12 ReactOS Portable... - Finish implementing very basic system call dispatcher...
2008-03-12 Aleksey Bragin- Fix build.
2008-03-12 ReactOS Portable... - We now define a much simpler system call interface...
2008-03-12 ReactOS Portable... - Make another kind of page fault also be handleable...
2008-03-11 ReactOS Portable... - Convert all Loader Block structures to virtual addres...
2008-03-11 ReactOS Portable... - We missed this one -- fix the x86 build.
2008-03-11 ReactOS Portable... - Forgot to commit previous HAL changes.
2008-03-11 ReactOS Portable... - Fix incorrect definition of PCR and USERPCR which...
2008-03-10 ReactOS Portable... ARM Port Memory Management Checkpoint:
2008-03-09 Aleksey Bragin- Move MiGetPfnEntry into arch-independent mm.h header...
2008-03-09 Aleksey Bragin- Move some PTE/PDE macros from i386/page.c into arch...
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-03-08 Aleksey Bragin- Leftovers.
2008-03-08 Aleksey Bragin- Experimentally switch fastfat driver to non-Ros Cc...
2008-03-07 Aleksey Bragin- Remove ugly hack from gdiobj.c, official sorry to...
2008-03-07 Aleksey Bragin- There is no reason for CDFS to use CcRos-specific...
2008-03-06 Aleksey Bragin- Don't free buffers if they were not allocated.
2008-03-06 Aleksey Bragin- Our precious kernel should be handled with love and...
2008-03-06 James TaborFix Magnus change. Part II.
2008-03-06 James TaborFix Magnus change.
2008-03-05 Magnus Olsensorry again
2008-03-05 Magnus Olsensorry for the break fixed the build
2008-03-05 Magnus OlsenBetter check for MmSecureVirtualMemory
2008-03-03 Aleksey Bragin- Implement MiShutdownMemoryManager (stops MPW thread...
2008-03-02 Colin FinckPut all the stuff from "ntoskrnl.rbuild" into a new...
2008-02-29 Aleksey Bragin- Fix memory corruption, thanks to Alex for reporting.
2008-02-28 Aleksey Bragin- Fix coding style in some places.
2008-02-28 Aleksey Bragin- Fix leaking an entry in some cases during ObpFreeCapt...
2008-02-27 Aleksey Bragin- This bug most probably is solved ages ago, but for...
2008-02-27 Aleksey BraginCode cleanup:
2008-02-24 Aleksey Bragin- Do not *silently* hardcode USER_SHARED_DATA to physic...
2008-02-24 Aleksey Bragin- ntldr marks pages allocated for PCR and USER_SHARED_D...
2008-02-24 Aleksey Bragin- Isolate the NLS-tables hack so that it's applied...
2008-02-24 Aleksey Bragin- Save original value of the free descriptor we're...
2008-02-22 Aleksey Bragin- Kernel's entry point is called KiSystemStartup, not...
2008-02-22 Aleksey Bragin- We're comparing WCHARs, not CHARs, spotted by Ged...
2008-02-22 Aleksey BraginPierre Schweitzer <heis_spiter@hotmail.com>
2008-02-18 Filip NavaraFix counting of MmStats.NrFreePages.
2008-02-17 Aleksey Bragin- Fix a bug, when the page first was marked as free...
2008-02-17 Aleksey Bragin- Zero early-allocated pages for PFN DB itself, as...
2008-02-16 Aleksey Bragin- Add a hacked and incorrect (due to absence of checkin...
2008-02-15 ReactOS Portable... On systems with large enough memory (or lots of drivers...
next