From ffae8711e86441c20f7b93f66fc6fce5ef13bfdc Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Tue, 28 Aug 2018 21:57:02 -0400 Subject: [PATCH] FEATURES: add lots of missing updates since 1.0 --- FEATURES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FEATURES.txt b/FEATURES.txt index be275885a2..b5911a1a65 100644 --- a/FEATURES.txt +++ b/FEATURES.txt @@ -15,8 +15,18 @@ was changed. - libxnet and libsocket filter libraries - libm.so.1 (legacy libm) - shcomp(1) and the ability to run "compiled" ksh93 shell scripts (shbinexec) + - useless ksh93 /usr/bin builtins: cd, command, history, jobs, limit, + print, read, type, umask, wait + - jsh & jsh93 + + ship libcmdutils.so & libuutil.so compilation symlinks + * ship openbsd ksh as /bin/sh (/bin/ksh93, /bin/rksh93, and /sbin/sh remain + ksh93) * convert BREAD/BWRITE/BWRITE2/GETBLK macros to bread/bwrite/bwrite2/getblk static inlines + * collapse driver packages into system/kernel + * replace ksh93 /usr/bin builtins with real programs imported from OpenBSD: + comm, cut, join, kill, logname, paste, rev, sleep, tee, test, uniq, wc + * autofs is disabled by default 1.0 release ----------- -- 2.11.4.GIT