From owner-freebsd-arch@freebsd.org Sun Dec 1 04:58:12 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 BBB971C6B7D for ; Sun, 1 Dec 2019 04:58:12 +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 47Qbbl56ydz3yt9 for ; Sun, 1 Dec 2019 04:58:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id AFC3B1C6B7C; Sun, 1 Dec 2019 04:58:11 +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 AF88F1C6B7A for ; Sun, 1 Dec 2019 04:58:11 +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 47Qbbl1nCSz3yt8 for ; Sun, 1 Dec 2019 04:58:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) (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 16579506F for ; Sun, 1 Dec 2019 04:58:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f171.google.com with SMTP id 14so37476422qtf.5 for ; Sat, 30 Nov 2019 20:58:11 -0800 (PST) X-Gm-Message-State: APjAAAXi212prmMGJcIiz7lXDzimBs3nCMfWG3EPEtv6xNc9yuKPMwsO 5AXhD7drwBThhtbZ+pZ75Gz3cWsGX+PNMoub58o= X-Received: by 2002:ac8:33b4:: with SMTP id c49mt49828805qtb.60.1575176290558; Sat, 30 Nov 2019 20:58:10 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Sat, 30 Nov 2019 22:57:59 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: rc(4) deprecation Cc: "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:58:12 -0000 On Sat, Nov 30, 2019 at 10:51 PM Kyle Evans wrote: > > 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? > Ditto all of the above for cy(4) as well.