From owner-freebsd-arch@freebsd.org Sun Dec 1 04:51:22 2019 Return-Path: Delivered-To: freebsd-arch@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 15DB91C670C for ; Sun, 1 Dec 2019 04:51:22 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47QbRs6thpz3yWD for ; Sun, 1 Dec 2019 04:51:21 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id EC5AC1C670A; Sun, 1 Dec 2019 04:51:21 +0000 (UTC) Delivered-To: arch@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 EC23C1C6709 for ; Sun, 1 Dec 2019 04:51:21 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47QbRs60nkz3yWC; Sun, 1 Dec 2019 04:51:21 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id A56204F3B; Sun, 1 Dec 2019 04:51:21 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f45.google.com with SMTP id i3so13167821qvv.7; Sat, 30 Nov 2019 20:51:21 -0800 (PST) X-Gm-Message-State: APjAAAX+84s6/z2vt4m9Mxlykvpt5jk5Qpv3AHHEXYNimk2JLMGg0/xV KHaUJDkstfynsAuSvImDVBSvTteq9icNx9oZVjo= X-Google-Smtp-Source: APXvYqyeiZ0TahvLw9i+IsnLACyBQhnpoPxBy7Au0LXu0BFCtPFu0ZT1LcWRwO3SsZw2x5GwV5MLM5+cORc+kNslCn4= X-Received: by 2002:a05:6214:22c:: with SMTP id j12mr25898414qvt.150.1575175881066; Sat, 30 Nov 2019 20:51:21 -0800 (PST) MIME-Version: 1.0 From: Kyle Evans Date: Sat, 30 Nov 2019 22:51:10 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: rc(4) deprecation To: "freebsd-arch@freebsd.org" , John Baldwin Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2019 04:51:22 -0000 Hi, While we're in the process of deprecating stuff -- rc(4) [RISCom/8] seems like a good candidate; any objections? It still uses spltty and appears to be completely broken at compile-time, perhaps not updated past the ~'08 TTY revamp project? Thanks, Kyle Evans