[KERNEL32_APITEST]
[reactos.git] / reactos / boot / environ / lib /
2017-03-17 Thomas Faber[BOOTLIB]
2017-02-15 Alex Ionescu[BOOTLIB]: Fix assembly file containing Archx86Transfer...
2017-02-13 Alex Ionescu[BOOTLIB]: Clarify some attributes now that their meani...
2017-02-07 Mark Jansen[BOOTLIB] Additional EfiPrintf conversion like r73736...
2017-02-07 Alex Ionescu[BOOTLIB]: Implement MmFwGetMemoryMap when virtual...
2017-02-07 Alex Ionescu[BOOTLIB]: Finish implementing Mmx86pMapMemoryRegions.
2017-02-07 Alex Ionescu[BOOTLIB]: Implement most of Mmx86pMapMemoryRegions...
2017-02-07 Alex Ionescu[BOOTLIB]: Don't use PTE_BASE/PDE_BASE in bootlib....
2017-02-06 Alex Ionescu[BOOTLIB]: Implement BlMmIsTranslationEnabled and MmMap...
2017-02-06 Hermès Bélusca-Maïto[BOOTLIB]: Make the EfiPrintf with __FUNCTION__ work...
2017-02-06 Alex Ionescu[BOOTLIB]: Finish implementation of MmMdRemoveRegionFro...
2017-02-06 Alex Ionescu[BOOTLIB]: Don't use __getcallerseflags() in Archx86IsC...
2017-02-06 Alex IonescuCleanly compiles with both VS/GCC on my system even...
2017-02-06 Alex Ionescu[BOOTLIB]: Implement MmPaReserveSelfMapPages, MmPaRelea...
2017-02-06 Alex Ionescu[BOOTLIB]: Clarify that BlMemoryReserved == BlMemoryBel...
2017-02-05 Alex Ionescu[BOOTLIB]: Implement MmArchTranslateVirtualAddress...
2017-02-05 Alex Ionescu[BOOTMGR]: Fix more gcc warnings. Maybe we should stop...
2017-02-05 Alex Ionescu[BOOTLIB]: Fix bug in MmPapFreePhysicalPages.
2017-02-05 Alex Ionescu[BOOTMGR]: Finish alloc/free test. It shows that it...
2017-02-05 Alex Ionescu[BOOTMGR]: Fix bug in test.
2017-02-05 Alex Ionescu[BOOTLIB]: Fix GCC build. Maybe I should stop using...
2017-02-05 Alex Ionescu[BOOTMGR]: Add the basics of some memory allocator...
2017-02-05 Alex Ionescu[BOOTLIB]: Stub MmPapFreePages
2017-02-05 Thomas Faber[BOOTLIB]
2017-02-05 Alex Ionescu[ROSLOAD]: Implement most of OslMain, which will try...
2017-02-05 Alex Ionescu[BOOTLIB]: Implement BlFwGetParameters.
2017-02-05 Alex Ionescu[BOOTLIB]: Implement BlMmGetMemoryMap.
2017-02-05 Alex Ionescu[BOOTLIB]: Fix from hermes for BlReplaceBootOptions
2017-02-04 Thomas Faber[BOOTLIB][CRT]
2017-02-04 Alex Ionescu[BOOTLIB]: Begin adding support for transferring to...
2017-02-04 Alex Ionescu[BOOTMGR]: ThFabba making me jealous. Fix a logic bug...
2017-02-04 Thomas Faber[BOOTLIB]
2017-02-04 Thomas Faber[BOOTLIB]
2017-01-31 Thomas Faber[BOOTLIB]
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-11-12 Amine Khaldi[BOOT] Spelling fixes by Josh Soref. CORE-12286
2016-10-26 Colin Finck[PRINTING]
2016-07-14 Pierre Schweitzer[BOOTLIB]
2016-07-14 Pierre Schweitzer[BOOTLIB]
2016-07-14 Pierre Schweitzer[BOOTLIB]
2016-07-13 Hermès Bélusca-Maïto[BOOTLIB]
2016-07-13 Amine Khaldi[BOOTLIB] Remove stray semicolon from a condition in...
2016-05-08 Hermès Bélusca-Maïto[BOOTLIB]: Fix EtfspGetDirentNameLength loops. By Victo...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2016-04-20 Amine Khaldi[SDK] One step further towards ReactOS source code...
2016-04-06 Thomas Faber[BOOTLIB]
2016-03-12 Pierre Schweitzer[BOOTLIB]
2016-02-04 Hermès Bélusca-MaïtoRemove redundant extra terminating ';' in all of our...
2016-01-21 Alex Ionescu[BOOTLIB]: Fuck you binutils.
2016-01-21 Alex Ionescu[RTL/NDK]: For some strange reason, we were missing...
2016-01-21 Alex Ionescu[BOOTLIB]: Cleanup, less magic.
2016-01-21 Alex Ionescu[BOOTLIB]: Implement checksum calculation for PE header...
2016-01-20 Alex Ionescu[BOOTLIB]: Begin PE loader. Works so far. Next up is...
2016-01-20 Alex Ionescu[ROSLOAD]: Create directory and build rules. rosload...
2016-01-20 Alex Ionescu[BOOTLIB]: Cleanups and small fixes.
2016-01-20 Alex Ionescu[BOOTLIB]: Fix build
2016-01-20 Alex Ionescu[BOOTLIB]: Rough sketches of BlImgLoadBootApplication...
2016-01-19 Alex Ionescu[BOOTMGR]: Support for launching a recovery sequence.
2016-01-18 Alex Ionescu[HIVEBCD]: Fix wrong element type for application devic...
2016-01-18 Alex Ionescu[BOOTMGFW]: Implement BmEnumerateBootEntries.
2016-01-18 Alex Ionescu[HIVEBCD]: Implement an entire wholeseome BCD boot...
2016-01-17 Alex Ionescu[CMLIB/NTOSKRNL]: Move key deletion functions to cmlib...
2016-01-09 Alex Ionescu[BOOTMGFW]: Implement the final boot selection & launch...
2016-01-08 Hermès Bélusca-Maïto[BOOTMGR]: Fix missing '\r' for EfiPrintf newlines...
2016-01-08 Alex Ionescu[BOOTMGFW]: Implement additional startup logic
2016-01-08 Alex IonescuThree tiny squirmy subtle bugs combined themselves...
2016-01-08 Alex Ionescu[BOOTLIB]: Fix a few subtle bugs which made us incorrec...
2016-01-07 Alex Ionescu[BOOTLIB]: ACPI support (RSDP, XSDT/RSDT and arbitrary...
2016-01-07 Alex Ionescu[BOOTLIB]: More debug print cleanups
2016-01-07 Alex Ionescu[BOOTLIB]: Cleanup some debug prints.
2016-01-07 Alex Ionescu[BOOTLIB]: Add support for initializing the input conso...
2016-01-06 Alex Ionescu[BOOTLIB]: Add very early work around font loading.
2016-01-05 Alex Ionescu[BOOTLIB]: Separate out bcd.c into bcdopt.c, bootreg...
2015-11-20 Amine Khaldi[BOOTLIB] Use the correct size in BlockIoEfiGetDeviceIn...
2015-10-18 Thomas Faber[BOOTLIB]
2015-10-05 Alex Ionescu[BOOTLIB]:
2015-10-05 Alex Ionescu[BOOTLIB]:
2015-10-05 Alex Ionescu[BOOTLIB]:
2015-10-05 Alex Ionescu[BOOTLIB]:
2015-10-04 Alex IonescuPeople's local builds use PCH by default, rosbuilds...
2015-10-04 Alex Ionescu[BOOTLIB]:
2015-09-12 Alex Ionescu[BOOTMGFW]
2015-09-11 Alex Ionescu[BOOTMGFW]
2015-09-10 Alex Ionescu[BOOTMGFW]
2015-09-10 Alex Ionescu[BOOTMGFW]
2015-09-10 Alex Ionescu[BOOTMGFW]:
2015-09-10 Alex Ionescu[BOOTMGFW]
2015-09-09 Alex Ionescu- Implement BmpFwGetApplicationDirectoryPath and most...
2015-09-09 Alex Ionescu[BOOTMGFW]
2015-09-09 Alex Ionescu[BOOTMGFW]
2015-09-09 Alex Ionescu[BOOTMGFW]
2015-09-08 David Quintana[BOOTMGFW]
2015-09-07 Alex Ionescu[BOOTMGFW]
2015-09-07 Alex Ionescu[BOOTMGFW]
2015-09-07 Alex Ionescu[BOOTMGFW]
2015-09-07 Alex Ionescu[BOOTMGFW]
2015-09-07 Alex Ionescu[BOOTMGFW]
2015-09-07 Alex Ionescu[BOOTMGFW]
2015-09-07 Alex Ionescu[BOOTMGFW]
2015-09-07 Alex Ionescu[BOOTMGFW]
next