according to fireball's comment,
[reactos.git] / reactos / ntoskrnl /
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...
2008-02-15 ReactOS Portable... We now define KUSER_SHARED_DATA per architecture, since...
2008-02-15 ReactOS Portable... Sync with X86 build -- don't call MmInit1 so early...
2008-02-15 ReactOS Portable... Remove Ke386Pae conditionals from page code -- PAE...
2008-02-15 ReactOS Portable... Christ! Don't zero out the shared memory page during...
2008-02-15 ReactOS Portable... Get rid of complete hack that MmInitializePageList...
2008-02-15 ReactOS Portable... Fixed several off-by-one errors when playing with the...
2008-02-15 ReactOS Portable... Remove accidentally enabled debugging function, and...
2008-02-15 ReactOS Portable... Fixed some bugs we introduced by incorrectly double...
2008-02-14 ReactOS Portable... Review and fix the buildingg and mapping of boot-time...
2008-02-14 ReactOS Portable... The system never considered "ReservedPages" as any...
2008-02-14 ReactOS Portable... Don't allow code to access the PFN database directly...
2008-02-14 ReactOS Portable... One would expect that a function called "MmIsUsablePage...
2008-02-14 ReactOS Portable... Fix a couple of off-by-one bugs we recently introduced...
2008-02-14 ReactOS Portable... Stop lying that the PCR, KUSER_SHARED_DATA, and PDEs...
2008-02-14 ReactOS Portable... Prepare for getting rid of the Freelist hacks and use...
2008-02-14 ReactOS Portable... We were looping the memory descriptors in order to...
2008-02-14 ReactOS Portable... Why divide up the page array into chunks of 128 pages...
2008-02-14 ReactOS Portable... Don't loop the page array list THREE times to set it...
2008-02-14 ReactOS Portable... The Memory Manager design dictated that every page...
2008-02-14 ReactOS Portable... Remove more dead code from MmInit1. This nugget was...
2008-02-14 ReactOS Portable... [FORMATTING] Reformat MmInit1.
2008-02-14 ReactOS Portable... [FORMATTING] Remove dead code (#if 0) and re-organize...
2008-02-14 ReactOS Portable... Don't overwrite the stacks anymore -- set the right...
2008-02-14 ReactOS Portable... Say hello to 4KB pages! Removed bring-up 1MB page hacks...
2008-02-13 ReactOS Portable... Convert all Mm ASM stubs to C stubs in mm/arm/stubs...
2008-02-13 ReactOS Portable... Add /arm tree for Memory Manager and stub MmUpdatePageD...
2008-02-12 ReactOS Portable... We now have a good initialization routine for ARM....
2008-02-12 ReactOS Portable... Added cache sweeping code into the HAL, for ARM926EJ...
2008-02-12 ReactOS Portable... QEMU doesn't support TLB Lockdown, so we now use a...
2008-02-12 ReactOS Portable... Fixed some bugs in KeFillFixedEntryTb -- we actually...
2008-02-12 ReactOS Portable... Added arm_kprintf() for early kernel debugging (ARM...
2008-02-12 ReactOS Portable... Fix comments in ksarm.h -- they must be C89.
2008-02-12 ReactOS Portable... Write initialization code in assembly -- we load the...
2008-02-12 ReactOS Portable... We now define the cache and id registers in CP15 (C0...
2008-02-12 ReactOS Portable... Real fix, this time, hopefully.
2008-02-12 ReactOS Portable... Fix for x86 build.
2008-02-12 ReactOS Portable... Move the entrypoint and startup code in boot.s.
2008-02-12 ReactOS Portable... We now have the ARM defines/structures in stubs.c in...
2008-02-12 ReactOS Portable... Fix the build.
2008-02-11 Aleksey Bragin- Minor cleanup.
2008-02-11 Hervé PoussineauThose a __stdcall functions
2008-02-11 Hervé PoussineauBring back ext2 code from branch
next