| #
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
|
| #
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 differe
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
show more ...
|
| #
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
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
show more ...
|
| #
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
|
| #
5bf7a61b
|
| 23-Mar-2007 |
Jung-uk Kim <jkim@FreeBSD.org> |
Update to FICL 3.03 (the last release before FICL4 rewrite).
The relevant changes for FreeBSD (excerpt from the release note):
* Newly implemented CORE EXT words: CASE, OF, ENDOF, and ENDCASE. Al
Update to FICL 3.03 (the last release before FICL4 rewrite).
The relevant changes for FreeBSD (excerpt from the release note):
* Newly implemented CORE EXT words: CASE, OF, ENDOF, and ENDCASE. Also added FALLTHROUGH, which works like ENDOF but jumps to the instruction just after the next OF. * Bugfix: John-Hopkins locals syntax now accepts | and -- in the comment (between the first -- and the }.) * Bugfix: Changed vmGetWord0() to make Purify happier. The resulting code is no slower, no larger, and slightly more robust.
show more ...
|
| #
be88b716
|
| 09-Apr-2002 |
Daniel C. Sobral <dcs@FreeBSD.org> |
Upgrade to FICL version 3.02. Anything wrong is my fault, everything right is due Jon Mini.
PR: 36308 Submitted by: Jon Mini <mini@haikugeek.com> MFC after: 4 weeks
|