[FREELDR] Diverse enhancements.
[reactos.git] / boot / freeldr / freeldr /
2019-08-10 Hermès Bélusca-Maïto[FREELDR] Diverse enhancements.
2019-08-08 Hermès Bélusca-Maïto[FREELDR] Fix erroneous change from d05be0da regarding...
2019-08-07 Victor Perevertkin[FREELDR] Verbose error output for FS errors
2019-08-07 Hermès Bélusca-Maïto[FREELDR] Better fix for x64. Addendum to 268cdf57.
2019-08-07 Hermès Bélusca-Maïto[FREELDR] Fix EditBox initial string display length...
2019-08-07 Yaroslav Kibysh[FREELDR] Add ReactOS Setup as a custom boot type.... 1763/head
2019-08-07 Yaroslav Kibysh[FREELDR] Add "Edit Boot Command Line" feature. (#1763)
2019-08-07 Hermès Bélusca-Maïto[FREELDR] Some enhancements for the UI code. (#1763)
2019-08-07 Hermès Bélusca-Maïto[FREELDR] Fix x64 build.
2019-08-07 Hermès Bélusca-Maïto[FREELDR] Don't call twice strlen() implicitly (in...
2019-08-07 Stanislav Motylkov[FREELDR] xboxmem: Fix array out-of-bounds access ...
2019-08-06 Hermès Bélusca-Maïto[FREELDR] Some ARC-spec compatibility refactoring ...
2019-08-06 Hermès Bélusca-Maïto[FREELDR] Add an INI helper that allows modifying an...
2019-08-04 Hermès Bélusca-Maïto[FREELDR] Some initialization fixes.
2019-08-04 Hermès Bélusca-Maïto[FREELDR] Whitespace, minor code styles and comments...
2019-08-04 Hermès Bélusca-Maïto[FREELDR] Unload freeldr.ini file before booting.
2019-08-04 Hermès Bélusca-Maïto[FREELDR] Use NOGUIBOOT when booting in Safe-Mode.
2019-07-29 Hermès Bélusca-Maïto[FREELDR] Improve some *GetFileInformation() traces.
2019-07-29 Stanislav Motylkov[FREELDR] Fix remaining hwdisk and FATX bugs (#1766)
2019-07-29 Stanislav Motylkov[FREELDR] Implement proper partition type detection...
2019-07-28 Stanislav Motylkov[FREELDR] Trivial improvements (#1757)
2019-07-20 Timo Kreuzer[FREELDR] Use RtlStringCbPrintfA instead of sprintf
2019-07-18 Stanislav Motylkov[FREELDR] Abstract VGA BIOS specific code (#1736)
2019-07-18 Stanislav Motylkov[FREELDR] Abstract floppy drive detection code (#1735)
2019-07-18 Stanislav Motylkov[FREELDR] Fix memory initialization on Xbox
2019-07-18 Stanislav Motylkov[FREELDR] Whitespace improvements - no code changes
2019-07-18 Stanislav Motylkov[FREELDR] hwdisk: Add sanity checks to avoid infinite...
2019-06-25 Victor Perevertkin[FREELDR] Fix Release build
2019-06-25 Yaroslav Kibysh[FREELDR] Always change video mode back to text-mode... 1653/head
2019-04-22 Hermès Bélusca-Maïto[FREELDR] Add some missing UiDrawBackdrop() calls.
2019-04-13 Timo Kreuzer[REACTOS] Fix misc 64 bit issues
2019-04-06 Jérôme Gardou[CMAKE] Also set blank DEFINE_SYMBOL property for freel...
2019-04-01 Hervé Poussineau[FREELDR] Prevent a warning in Xbox memory initialization
2019-02-19 Michael Fritscher[FREELDR] PXE: Fix network packet size
2019-02-09 Hermès Bélusca-Maïto[FREELDR][SDK:CMAKE] Move the `MSVC "linker script...
2019-02-09 Oleksandr Shaposhnikov[FREELDR] Fix VSSolution configuring and build
2019-02-03 Andrew CookMerge pull request #1335 from ariscop/CMP0065
2019-01-31 Hermès Bélusca-Maïto[FREELDR] Remove unneeded ASSUME line.
2019-01-31 Mark Jansen[FREELDR] Fix msvc boot (#1329)
2019-01-26 Hermès Bélusca-Maïto[FREELDR] Re-integrate the ASM files (and corresponding... 1224/head
2019-01-26 Hermès Bélusca-Maïto[FREELDR] Introduce a MSVC "linker script" file that...
2019-01-26 Hermès Bélusca-Maïto[FREELDR] Minor code maintenance.
2019-01-06 Hermès Bélusca-Maïto[FREELDR] Minor code formatting; constify some non...
2019-01-05 Hermès Bélusca-Maïto[FREELDR] Simplify code by using a AddReactOSArcDiskInf...
2019-01-05 Timo Kreuzer[REACTOS] Fix misc 64 bit issues (#783)
2018-12-30 Hermès Bélusca-Maïto[FREELDR] Explicitly call RamDiskInitialize() in RamDis...
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-11-25 Hermès Bélusca-Maïto[FREELDR] Check for any user keypress in menu even...
2018-10-28 Hermès Bélusca-Maïto[FREELDR] Silence a debug print.
2018-10-24 Hermès Bélusca-Maïto[FREELDR] Adjust WinLdrInitSystemHive() and its callers...
2018-10-24 Hermès Bélusca-Maïto[FREELDR] Small code re-organization for the "ntldr...
2018-09-16 Extravert-ir[FREELDR] Fix MSVC warnings C4146 (#863)
2018-08-20 Victor Perevertkin[FREELDR][BTRFS] Implemented BTRFS support in Free...
2018-08-18 Timo Kreuzer[FREELDR] Don't insert a driver into the BootDriver...
2018-08-18 Timo Kreuzer[FREELDR] Fix calculation of page lookup table (#761)
2018-08-08 Serge Gautherie[REACTOS] Improve how some ASSERTMSG() message values... 660/head
2018-08-08 Serge Gautherie[REACTOS] RtlAssert(): use "%lu" as LineNumber format.
2018-08-04 Timo Kreuzer[FREELDR] Fix 64 bit issues
2018-07-15 Victor Perevertkin[ASM] Fixed ".double" macro in asm.inc.
2018-07-01 Serge Gautherie[FREELDR] PcMemGetBiosMemoryMap(): Add a default handli...
2018-07-01 Serge Gautherie[FREELDR] pcmem.c: Improve output strings. No functiona...
2018-03-30 Thomas Faber[CMAKE] Avoid some uses of the LOCATION target property...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-02-05 Thomas Faber[FREELDR] Reduce the timeout during serial mouse detect... 351/head
2018-02-05 Thomas Faber[FREELDR] Remove unnecessary checks. CORE-14280
2018-02-05 Thomas Faber[FREELDR] Display an additional status message for...
2018-01-26 Serge Gautherie[FREELDR] FreeLdr debug.h does not care about NDEBUG...
2018-01-26 Serge Gautherie[FREELDR] i386vid.c: Downgrade/Improve 3 false ERR...
2017-12-27 Serge GautherieCORE-13332. PcMemGetBiosMemoryMap(): Update ACPI (Exten...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-12-09 Amine Khaldi[FREELDR] The work done in r70692 overlooked the need...
2017-11-23 Amine Khaldi[CLANG-CL] Initial commit that allows us to compile...
2017-11-18 Serge Gautherie[FREELDR] PcMemGetBiosMemoryMap(): Add checks for entry... 42/head
2017-11-03 Serge Gautherie[FREELDR] Additional safety checks for PcMemGetBiosMemo... 44/head
2017-10-11 Serge Gautherie[FREELDR] Discard empty entries in PcMemGetBiosMemoryMa...
2017-10-06 Colin FinckFix remaining text file line endings in the tree. ...
2017-10-05 Serge Gautherie[FREELDR] Properly check for end-of-memory-map entries...
2017-10-05 Serge Gautherie[FREELDR] Add 64 bit alignment macros (ULONGLONG_ALIGN_...
2017-10-05 Serge Gautherie[FREELDR] Improve trace prints in pcmem.c, no logical...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-26 Amine Khaldi* Sync up to trunk head (r65491).
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
2014-10-31 Amine Khaldi* Sync up to trunk head (r65147).
2014-10-30 Amine Khaldi* Sync up to trunk head (r65120).
2014-10-29 Amine Khaldi* Sync up to trunk head (r65095).
2014-10-28 Amine Khaldi* Sync up to trunk head (r65074).
2014-10-24 Amine Khaldi* Sync up to trunk head (r64959).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64939).
2014-10-22 Amine Khaldi* Sync up to trunk head (r64894).
next