History log of /freebsd-current/stand/forth/loader.4th
Revision Date Author Comments
# a8eb3b36 18-Mar-2024 Simon J. Gerraty <sjg@FreeBSD.org>

loader.4th dictthreshold too small

The dictthreshold in stand/forth/loader.4th is too small
resulting in full dictionary.

Reviewed by: stevek, imp
Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D44414


# 26a58599 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line forth tag

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


# 73531a2a 27-Mar-2020 Ryan Moeller <freqlabs@FreeBSD.org>

loader: Fully reset terminal settings, not just colors

Reviewed by: kevans
Reviewed by: tsoome
Approved by: mav (mentor)
MFC after: 1 week
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D21733


# 68861a62 17-Sep-2019 Toomas Soome <tsoome@FreeBSD.org>

loader: provide u> and xemit words if needed

We have external interpreter (userboot.so) which may be lagging behind
with updates and may be missing u> xemit words.


# 7afc7a87 11-Apr-2018 Warner Losh <imp@FreeBSD.org>

Revert r332275, r332272, r332270

There's problems with them. The order of efi stuff isn't quite right,
and there's various problems. Revert until thos problems can be fixed.

Reviewed by: kevans@


# ff77d7a5 08-Apr-2018 Toomas Soome <tsoome@FreeBSD.org>

loader: 332270 did use wrong path for efi.4th

The correct path is still /boot/efi.4th


# cae0ecf6 08-Apr-2018 Toomas Soome <tsoome@FreeBSD.org>

loader: include efi.4th only if we do have uefi

Also simplify efi.4th.


# b28421d5 02-Feb-2018 Warner Losh <imp@FreeBSD.org>

These 4th words were an attempt to allow integration into the boot
loader scripts. However, that path won't be taken after all it
seems. Remove this code before it decays into uselessness. Also remove
build dependencies on forth no longer needed.


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

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

Sponsored by: Netflix