[ZIPFLDR] Fix ShellExecute opening a .zip (#6714)
[reactos.git] / boot / freeldr / freeldr / arch / i386 /
2 days ago Hermès Bélusca-Maïto[FREELDR] linuxboot: It doesn't need the BIOS boot...
2024-03-11 Hermès Bélusca-Maïto[FREELDR] i386/hwdisk.c: Use FIRST_BIOS_DISK and FIRST_...
2023-11-13 Dmitry Borisov[FREELDR] Implement NOSERIALMICE and FASTDETECT options... 5886/head
2023-11-13 Hermès Bélusca-Maïto[FREELDR:NTLDR] Pass boot-time detection options to...
2023-08-17 Hermès Bélusca-Maïto[FREELDR] Convert source files to UTF-8 without BOM
2023-08-05 Dmitry Borisov[FREELDR] Implement bus mouse detection 5483/head
2023-06-05 Hermès Bélusca-Maïto[FREELDR] Cleanup some FldrCreateComponentKey() calls...
2022-10-19 Dmitry Borisov[FREELDR] Partially implement docking station detection...
2022-05-08 Hermès Bélusca-Maïto[FREELDR][MINIHAL] Move KefAcquireSpinLockAtDpcLevel...
2022-05-08 Hermès Bélusca-Maïto[FREELDR] Remove unnecessary includes and deprecated...
2022-01-01 Hermès Bélusca-Maïto[FREELDR] Slightly revamp the Exception BSOD screen.
2022-01-01 Hermès Bélusca-Maïto[FREELDR] Fix displayed information in the Exception...
2021-11-19 Hermès Bélusca-Maïto[FREELDR] Switch to RtlZeroMemory() from memset().
2021-11-19 Serge Gautherie[FREELDR] Diverse improvements and fixes for CORE-12802...
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2021-06-29 Jérôme Gardou[NTOS:KE] Test spinlock ownership on both UP & MP build
2021-06-21 Stanislav Motylkov[XBOX][FREELDR] Initialize PCI-AGP bridge BAR values
2021-06-19 Timo Kreuzer[HAL] Fix build with CONFIG_SMP
2021-05-24 Stanislav Motylkov[FREELDR][HALXBOX] Initialize PCI bridge secondary...
2021-05-24 Stanislav Motylkov[FREELDR] Replace CONFIG_CMD macro with a straightforwa...
2021-02-22 Serge Gautherie[FREELDR] DetectPnpBios(): Add 'i' to ERR() debug print...
2020-10-17 Stanislav Motylkov[FREELDR] Add variable for default text color 3301/head
2020-10-17 Stanislav Motylkov[FREELDR] Use BIOS font and accelerated text drawing...
2020-09-12 Timo Kreuzer[ASM] Fix boot with VS 16.7.3 / MSVC 19.27
2020-08-26 Stanislav Motylkov[XBOX] Move NV2A XGPU definitions into header file
2020-08-25 Stanislav Motylkov[XBOX] Move SuperIO definitions and helpers into header...
2020-06-09 Stanislav Motylkov[FREELDR] Add display controller detection for Xbox
2020-06-02 Stanislav Motylkov[FREELDR] Fix register offset
2020-05-17 Hervé Poussineau[FREELDR] Fix I/O range size of serial ports
2020-05-10 Dmitry Borisov[FREELDR] Add vertical screen scrolling for Xbox with...
2020-05-08 Stanislav Motylkov[FREELDR] Fix some more register accesses and magic...
2020-05-06 Joachim Henze[FREELDR] Workaround regression CORE-16469
2020-05-02 Stanislav Motylkov[FREELDR] Work with Xbox GPU memory registers properly
2020-04-17 Dmitry Borisov[FREELDR] Fix typos and PC-98 boot (#2564)
2020-03-14 Stanislav Motylkov[FREELDR] Move built-in VGA font to better location...
2020-03-06 Dmitry Borisov[FREELDR] Minor code improvements
2020-03-06 Dmitry Borisov[FREELDR] Add ARC-emulation support for NEC PC-98 series
2020-03-01 Dmitry Borisov[FREELDR] Move the PC VESA and hardware detection libra...
2020-02-15 Victor Perevertkin[FREELDR] Fix build by adding a missing header
2020-02-14 Dmitry Borisov[FREELDR] Separate PC beep routines out into its own...
2020-02-14 Stanislav Motylkov[FREELDR] Separate PC and Xbox platform-specific code...
2020-02-14 Stanislav Motylkov[FREELDR] Restructure platform-specific code. No code...
2020-01-29 Dmitry Borisov[FREELDR] Properly set keyboard flags in hardware detec...
2020-01-14 Stanislav Motylkov[FREELDR][XBOXVMP] Check only low 28 bits for framebuff...
2020-01-14 disean[HAL][FREELDR] Fix system timer oscillator frequency...
2020-01-14 disean[FREELDR] Cache INT13h drive data in pcdisk.c (#2097)
2020-01-12 Dmitry Borisov[FREELDR] Add ATA/ATAPI driver. (#2167) 2167/head
2020-01-01 Serge Gautherie[FREELDR] Update ACPI Extended Attributes support to... 1782/head
2020-01-01 Hermès Bélusca-Maïto[FREELDR] Simplify the PrintText() and FrLdrBugCheckWit... 1777/head
2020-01-01 Serge Gautherie[FREELDR] Reimplement i386PrintText(), adding line...
2020-01-01 Serge Gautherie[FREELDR] xboxcons.c, i386bug.c: Formatting and whitesp...
2019-12-31 Stanislav Motylkov[FREELDR] Obtain Xbox memory map via multiboot spec...
2019-12-23 Hermès Bélusca-Maïto[FREELDR] Support setting up the EBP register on INT386...
2019-10-09 Stanislav Motylkov[FREELDR][XBOXVMP] Retrieve screen resolution directly...
2019-10-09 Hermès Bélusca-Maïto[FREELDR] Advance the file pointers every time a read...
2019-10-09 Stanislav Motylkov[FREELDR] Xbox memory management improvements (#1961)
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-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-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
next