History log of /freebsd-current/stand/ficl/float.c
Revision Date Author Comments
# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# 54c1a657 30-Nov-2021 Gordon Bergling <gbe@FreeBSD.org>

ficl: Fix a typo in a comment

- s/segement/segment/

MFC after: 3 days


# 65b8a300 14-Dec-2017 Warner Losh <imp@FreeBSD.org>

Revert r326855: Cargo cut a fix for the regressions r326585 caused.

This was an experiment that landed in the wrong branch and was pushed
accidentally. It's best if it is ignored because the difference was
due to vers.o being different, not float.o... And it was confirmed to
not fix anything...

Pointy Hat to: imp


# 108bcd50 14-Dec-2017 Warner Losh <imp@FreeBSD.org>

Cargo cut a fix for the regressions r326585 caused.

We need to include ficl.h after the standard includes, rather than
before them. It changes the generated code in ways that haven't been
completely analyized. This restores the old code generation (as
verified by md5 changing back for zfsloader).

This should restore GPT + ZFS and GPT + ZFS + GELI booting that was
broken in r326585 (or would have been if r326584 hadn't broken the
build).

Sponsored by: Netflix


# a4b9cb3a 05-Dec-2017 Warner Losh <imp@FreeBSD.org>

Include ficl.h before anything else and avoid including anything at
all if we're not building float.

Sponsored by: Netflix


# ca987d46 14-Nov-2017 Warner Losh <imp@FreeBSD.org>

Move sys/boot to stand. Fix all references to new location

Sponsored by: Netflix