include Fr.rc and Nl.rc
[reactos.git] / reactos /
2008-02-15 ReactOS Portable... We now setup NLS data in the loader block, as well...
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 Daniel Reimerreactivate kdbg.
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 Aleksey Bragin- Load drivers database (AppPatch/drvmain.sdb), so...
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 Daniel ReimerBug 3053: some slovak translations by Mario Kacmar...
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 Marc Piulachs-'win32csr' and 'access' localizations by Javier Ramacha
2008-02-13 Johannes Anderwald- use tchar
2008-02-13 Dmitry Chapyshev- Fix build
2008-02-13 Dmitry Chapyshev- Add winhttp.dll from Wine
2008-02-13 Dmitry Chapyshev- Update Russian translation
2008-02-13 Dmitry Chapyshev- Synced wine head
2008-02-13 Dmitry Chapyshev- Update Russian translation
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-13 ReactOS Portable... HalInitializeProcessor has no work to do on ARM
2008-02-13 ReactOS Portable... Kill PSEH on ARM
2008-02-13 ReactOS Portable... First attempt at ARM Exception Frame structure definition
2008-02-13 ReactOS Portable... Just return FALSE in KDCOM on ARM, instead of freezing.
2008-02-13 Timo KreuzerBig ntuser fix:
2008-02-12 Timo KreuzerBITMAPOBJ_CopyBitmap:
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 Christoph von Wittichfix some memory and resource leaks
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 Gregor BrunmarImplemented IDirect3D9::GetAdapterDisplayMode()
2008-02-12 Daniel ReimerHopefully the last String. Translators. Your turn.
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 Daniel ReimerBeginnings to allow to translate all other Strings...
2008-02-12 Aleksey Bragin- Kernel's entrypoint is called NtProcessStartup right...
2008-02-12 Johannes Anderwald- pass the correct path to _strip_gcc_deffile
2008-02-12 Hervé PoussineauFix assertion is pci/fdo.c
2008-02-12 ReactOS Portable... We now define the cache and id registers in CP15 (C0...
2008-02-12 Daniel ReimerBug 3053: some slovak translations by Mario Kacmar...
2008-02-12 ReactOS Portable... Real fix, this time, hopefully.
2008-02-12 ReactOS Portable... Fix for x86 build.
2008-02-12 ReactOS Portable... The kernel entrypoint is called KiSystemStartup, not...
2008-02-12 ReactOS Portable... Move the entrypoint and startup code in boot.s.
2008-02-12 ReactOS Portable... fixed math
2008-02-12 ReactOS Portable... Better organize FreeLDR ARM files -- there are no more...
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 ReactOS Portable... Fix a couple of MMU bugs (incrementing the base address...
2008-02-11 ReactOS Portable... We define a region in FreeLDR where we store the initia...
2008-02-11 ReactOS Portable... FORCEINLINE is a lot more...forcefull... now ;-). Previ...
2008-02-11 ReactOS Portable... We now support the ARM Versatile/PB platform, which...
2008-02-11 Christoph von Wittichfix some warnings in msvc build
2008-02-11 Aleksey Bragin- Minor cleanup.
2008-02-11 Hervé PoussineauUse dynamic traces
2008-02-11 Hervé PoussineauAdd support for EXT2 partitions (STILL DISABLED ATM!)
2008-02-11 Hervé PoussineauDisplay message only if dmDriverExtra != 0
2008-02-11 Hervé PoussineauAdd Ext2Chkdsk() method (unimplemented at the moment)
2008-02-11 Hervé PoussineauBus number can also be stored in resource list header
2008-02-11 Hervé PoussineauFix warnings
2008-02-11 Hervé PoussineauAdd support for ext2.sys driver
2008-02-11 Hervé PoussineauLoad ext2.sys driver too
2008-02-11 Hervé PoussineauFix ext2 driver compilation. NOT TESTED YET!
2008-02-11 Hervé PoussineauFix ext2 recognizer compilation, but let it disabled atm
2008-02-11 Hervé PoussineauThose a __stdcall functions
2008-02-11 Hervé PoussineauDisplay a message when directories are created
2008-02-11 Hervé PoussineauFix case when $(TEMPORARY) is not the current directory...
2008-02-11 Hervé PoussineauFix return type
2008-02-11 Hervé PoussineauFix build
2008-02-11 Hervé PoussineauForgot to add this file...
2008-02-11 Hervé PoussineauFix ext2lib compilation
2008-02-11 Hervé PoussineauAdd RtlTimeToSecondsSince1970() prototype
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-11 Hervé PoussineauUse Rule class to generate instructions for .idl files
2008-02-10 Christoph von Wittichtranslate some GreatLordish comments into something...
2008-02-10 Aleksey Bragin- Revert 32276, since the include guard convention...
2008-02-10 Magnus Olsenfix unknown.h back as it was
2008-02-10 Hervé PoussineauTry to fix build
2008-02-10 Hervé PoussineauUse the same include guard in WIDL generated files...
2008-02-10 Hervé PoussineauRevert r32271 ; I thought we decided to remove hacks...
2008-02-10 Magnus Olsenremove my hack in wtype.ldl I should not coding when...
2008-02-10 Magnus Olsensome case psdk unknown.h being include when it should...
next