From owner-dev-commits-doc-all@freebsd.org Mon Apr 12 15:14:53 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A5465D41ED for ; Mon, 12 Apr 2021 15:14:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJsjS6yGlz4ZkJ; Mon, 12 Apr 2021 15:14:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2174197DF; Mon, 12 Apr 2021 15:14:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13CFEqlw062733; Mon, 12 Apr 2021 15:14:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CFEqrQ062732; Mon, 12 Apr 2021 15:14:52 GMT (envelope-from git) Date: Mon, 12 Apr 2021 15:14:52 GMT Message-Id: <202104121514.13CFEqrQ062732@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mitchell Horne Subject: git: 279491de45 - main - relnotes: note some more userland removals MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mhorne X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 279491de4595b931ee0fa8371fff148d3f903763 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 15:14:53 -0000 The branch main has been updated by mhorne (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=279491de4595b931ee0fa8371fff148d3f903763 commit 279491de4595b931ee0fa8371fff148d3f903763 Author: Mitchell Horne AuthorDate: 2021-04-07 21:24:35 +0000 Commit: Mitchell Horne CommitDate: 2021-04-12 15:12:35 +0000 relnotes: note some more userland removals Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D29652 --- website/content/en/releases/13.0R/relnotes.adoc | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index 395a8b950a..fae19bfad1 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -157,6 +157,10 @@ resumes from sleep rather than a `kern` system event. gitref:f87655ec7694[reposi The man:diskinfo[8] utility now reports the physical device name GEOM attribute when available. gitref:b5961be1ab7[repository=src] +Removed userland support for FreeBSD/i386 a.out executables. +gitref:9bc6c7219a37[repository=src], gitref:50a40d091170[repository=src], +gitref:0713c7b88cf0[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + Removed the man:elf2aout[1] utility. gitref:dd99ab06f360[repository=src] The man:freebsd-update[8] utility now displays progress for the "Fetching files..." stage. gitref:d6e1e31a0e6[repository=src] @@ -172,12 +176,32 @@ Detailed kernel crash information can be obtained by installing modern GDB from ports or packages. gitref:1c0ea326aa6d[repository=src] +Removed the obsolete binutils 2.17 and man:gcc[1] 4.2.1 from the tree. All supported architectures +now use the LLVM/clang toolchain. +gitref:0ad202f312f6[repository=src], gitref:a04ec978b369[repository=src], +gitref:57f804675e65[repository=src], gitref:90b9aa475e9e[repository=src] +{{< sponsored "The FreeBSD Foundation" >}} + +Removed the GPL-licensed version of man:dtc[1]. The BSD-licensed version is now +built and installed unconditionally. +gitref:134b378392a8[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + The manual page for the man:gstat[8] utility now documents the use of interactive keyboard commands. gitref:cfaa2958dc4[repository=src] The manual page for the man:inetd[8] utility now includes an example of how to use netcat as an HTTP proxy. gitref:a58fc861516[repository=src] The manual page for the man:inetd[8] utility now includes comments for all examples. gitref:26a4a61a285[repository=src] +Removed the man:ctm[1] utility. It is now provided by the `misc/ctm` port. +gitref:385e98080cab[repository=src] + +The BSD version of man:grep[1] is now installed by default. The obsolete GNU +version that was the previous default has been removed. +gitref:8aff76fb37b5[repository=src], gitref:47d1ad2413da[repository=src] + +Removed the man:amd[8] automount daemon. Its functionality is provided by +man:autofs[5]. gitref:13f7dbe822d5[repository=src] {{< sponsored "The FreeBSD Foundation" >}} + [[userland-contrib]] === Contributed Software @@ -216,6 +240,8 @@ analogues of man:aio_read[2] and man:aio_write[2]. gitref:022ca2fc7fe0[repositor powerpc64 switched to ELFv2 ABI at the same time it switched to LLVM. This brings us to a parity with modern Linux distributions. This also makes the binaries from previous FreeBSD versions incompatible with 13.0-RELEASE. Kernel still supports ELFv1, so jails and chroots using older FreeBSD versions are still compatible. gitref:e4399d169acc[repository=src] +Removed CU-SeeMe support from man:libalias[3]. gitref:65a1d63665b[repository=src] + [[kernel]] == Kernel @@ -360,6 +386,9 @@ The man:ctld[8] utility now supports the `-f` flag to test the validity of confi Removed the man:nand[4] device framework and man:nandfs[5] filesystem and associated utilities. gitref:f5a95d9a0794[repository=src] +Removed the `GEOM_SCHED` class and accompanying man:gsched[8] tool. +gitref:86c06ff8864[repository=src] + man:gnop[8] can now apply configurable delays to read and write requests to simulate a slow disk. gitref:4f80c85519d5[repository=src]