summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-19 10:45:17 -0300
committerRenato Botelho <renato@netgate.com>2016-05-19 10:45:17 -0300
commit57a447a9c3cb69fb2e4f874104327cdc3203313a (patch)
tree5f882a4db4469e125c743f84b4f8998df4f015c3 /sys/boot/forth
parent5cf4da15d7c435594db5cc482d961f98986d0808 (diff)
parent0412106b46a9cffa2790ddc17339d96c0dc607c9 (diff)
downloadFreeBSD-src-57a447a9c3cb69fb2e4f874104327cdc3203313a.zip
FreeBSD-src-57a447a9c3cb69fb2e4f874104327cdc3203313a.tar.gz
Merge remote-tracking branch 'origin/master' into devel-11
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.4th7
-rw-r--r--sys/boot/forth/loader.conf1
2 files changed, 7 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th
index 8df8cbb..a18fa1e 100644
--- a/sys/boot/forth/loader.4th
+++ b/sys/boot/forth/loader.4th
@@ -230,6 +230,13 @@ only forth definitions also support-functions
: .? 2 spaces 2swap 15 #type 2 spaces type cr ;
+\ Execute the ? command to print all the commands defined in
+\ C, then list the ones we support here. Please note that this
+\ doesn't use pager_* routines that the C implementation of ?
+\ does, so these will always appear, even if you stop early
+\ there. And they may cause the commands to scroll off the
+\ screen if the number of commands modulus LINES is close
+\ to LINEs....
: ?
['] ? execute
s" boot-conf" s" load kernel and modules, then autoboot" .?
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index a56666c..69a4fcd 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -215,7 +215,6 @@ nfsclient_load="NO" # NFS client
nfsserver_load="NO" # NFS server
nullfs_load="NO" # Null filesystem
procfs_load="NO" # Process filesystem
-reiserfs_load="NO" # ReiserFS
unionfs_load="NO" # Union filesystem
zfs_load="NO" # ZFS
OpenPOWER on IntegriCloud