reactos/boot/freeldr/freeldr
Hermès Bélusca-Maïto 423d1e2e09
[FREELDR] Minor fixes.
- Add some forgotten, or move some misplaced ArcClose() calls so as
  to avoid leakages in failure paths. (Thanks to Serge Gautherie for
  having caught some of them.)

- Simplify some code; remove unneeded casts; use string-safe functions.
2019-08-14 16:36:50 +02:00
..
arch [FREELDR] Minor enhancements for disk/partition boot and UI. 2019-08-13 23:07:01 +02:00
disk [FREELDR] Minor enhancements for disk/partition boot and UI. 2019-08-13 23:07:01 +02:00
include [FREELDR] Minor enhancements for disk/partition boot and UI. 2019-08-13 23:07:01 +02:00
lib [FREELDR] Minor fixes. 2019-08-14 16:36:50 +02:00
ntldr [FREELDR] Minor fixes. 2019-08-14 16:36:50 +02:00
ui [FREELDR] Minor enhancements for disk/partition boot and UI. 2019-08-13 23:07:01 +02:00
arcname.c
bootmgr.c [FREELDR] Add ReactOS Setup as a custom boot type. (#1763) 2019-08-07 18:50:26 +02:00
CHANGELOG
CMakeLists.txt [FREELDR] Move files where they are only used. 2019-08-11 22:01:36 +02:00
cmdline.c
custom.c [FREELDR] Add ReactOS Setup as a custom boot type. (#1763) 2019-08-07 18:50:26 +02:00
freeldr.c
freeldr.spec
freeldr_i386.lds [FREELDR] Introduce a MSVC "linker script" file that centralizes the commands for defining section-limit symbols, and the ordering and merging of PE sections, and the necessary CMake code to use it. (#1224) 2019-01-27 00:51:25 +01:00
freeldr_i386.msvc.lds [FREELDR] Re-integrate the ASM files (and corresponding C code) in MSVC builds, that were previously compiled just for GCC builds. (#1224) 2019-01-27 00:51:26 +01:00
linuxboot.c [FREELDR] Diverse enhancements. 2019-08-10 16:41:29 +02:00
miscboot.c [FREELDR] Minor fixes. 2019-08-14 16:36:50 +02:00
options.c [FREELDR] Add "Edit Boot Command Line" feature. (#1763) 2019-08-07 18:50:23 +02:00
oslist.c [FREELDR] Some ARC-spec compatibility refactoring + simplifications & fixes. 2019-08-06 23:40:05 +02:00
version.c [FREELDR] Minor code formatting; constify some non-mutable data. 2019-01-06 18:42:01 +01:00