[FREELDR] Add support for loading Linux in x64 FreeLdr. Part 2/2: C code.
[reactos.git] / boot / freeldr / freeldr / arch /
2019-10-07 Hermès Bélusca-Maïto[FREELDR] Fix an inconsistency bug when switching the...
2019-10-07 Hermès Bélusca-Maïto[FREELDR] Add support for loading Linux in x64 FreeLdr...
2019-10-07 Hermès Bélusca-Maïto[FREELDR] Several changes regarding chainloading and...
2019-10-05 Mark Harmstone[FREELDR] Retrieve the correct ACPI RSDP table address... 1951/head
2019-10-03 Pierre Schweitzer[FREELDR] Stop asking people to report bugs on ros...
2019-09-19 Eric Kohl[FREELDR] Hack: Boot ReactOS even when a cdrom-drive...
2019-09-18 Hermès Bélusca-Maïto[FREELDR] Implement 'SeekRelative' mode for the *Seek...
2019-09-17 Hermès Bélusca-Maïto[FREELDR] Addendum / actual fix for ef76709b
2019-09-17 Hermès Bélusca-Maïto[FREELDR] Other enhancements.
2019-09-17 Hermès Bélusca-Maïto[FREELDR] Minor code improvements + 1 bug-fix.
2019-09-13 Hermès Bélusca-Maïto[FREELDR] Limit the usage of DiskStopFloppyMotor()...
2019-09-13 Hermès Bélusca-Maïto[FREELDR] Other enhancements.
2019-08-30 Hermès Bélusca-Maïto[FREELDR] Code fixes and enhancements.
2019-08-30 Hermès Bélusca-Maïto[FREELDR] Formatting only.
2019-08-16 Stanislav Motylkov[FREELDR] Add missing VideoSetTextCursorPosition handle...
2019-08-16 Stanislav Motylkov[FREELDR] Add Serial ports detection in DetectIsaBios...
2019-08-16 Stanislav Motylkov[FREELDR] Add PCI BIOS emulation and PCI bus enumeratio...
2019-08-13 Hermès Bélusca-Maïto[FREELDR] Minor enhancements for disk/partition boot...
2019-08-11 Hermès Bélusca-Maïto[FREELDR] Move files where they are only used.
2019-08-10 Hermès Bélusca-Maïto[FREELDR] Some changes that accumulated since years...
2019-08-10 Hermès Bélusca-Maïto[FREELDR] Diverse enhancements.
2019-08-07 Hermès Bélusca-Maïto[FREELDR] Better fix for x64. Addendum to 268cdf57.
2019-08-07 Stanislav Motylkov[FREELDR] xboxmem: Fix array out-of-bounds access ...
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-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 Yaroslav Kibysh[FREELDR] Always change video mode back to text-mode... 1653/head
2019-04-13 Timo Kreuzer[REACTOS] Fix misc 64 bit issues
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-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...
2018-08-20 Victor Perevertkin[FREELDR][BTRFS] Implemented BTRFS support in Free...
2018-08-08 Serge Gautherie[REACTOS] Improve how some ASSERTMSG() message values... 660/head
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-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-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-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-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).
2014-10-19 Amine Khaldi* Sync up to trunk head (r64829).
2014-10-13 Amine Khaldi* Sync up to trunk head (r64716).
2014-10-03 David QuintanaSync with trunk r64509.
2014-09-29 David Quintana* Sync with trunk r64401.
2014-09-28 Amine Khaldi* Sync up to trunk head (r64377).
2014-09-22 David QuintanaSync with trunk r64222.
2014-09-12 Amine Khaldi[SHELL-EXPERIMENTS]
2014-09-10 Hermès Bélusca-Maïto[REACTOS]
2014-09-09 Hermès Bélusca-MaïtoSync with trunk revision 64099.
2014-08-24 David QuintanaSync with trunk r63935.
2014-08-23 Hermès Bélusca-MaïtoSync to trunk revision 63922.
2014-08-10 Hermès Bélusca-MaïtoSync to trunk revision 63857.
2014-08-09 David Quintana* Sync to trunk r63845.
2014-08-07 Hermès Bélusca-MaïtoSync with trunk r63831.
2014-08-04 Hermès Bélusca-MaïtoPartial merge of the condrv_restructure branch, including:
2014-08-01 Hermès Bélusca-MaïtoSync with trunk r63793.
2014-07-31 David QuintanaSync with trunk r63786.
2014-07-27 Hermès Bélusca-MaïtoSync with trunk r63743.
2014-06-27 Hermès Bélusca-MaïtoSync with trunk r63647.
2014-06-23 David QuintanaSync with trunk r63637.
next