From nobody Fri Nov 03 13:54:23 2023 X-Original-To: freebsd-arch@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SMMg92Ybtz50DZb for ; Fri, 3 Nov 2023 13:54:29 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SMMg90CX4z3CVH; Fri, 3 Nov 2023 13:54:28 +0000 (UTC) (envelope-from christos@freebsd.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=mail; bh=9fOpgXfsCNNCbn1 K/hg1klfKke9MQEwRjJAopOv0vl0=; h=in-reply-to:references:subject:cc:to: from:date; d=margiolis.net; b=e7jxeTKSr49G8Qh9bhZV9G+2fzrhCTXE2uHuUSyA kBijU4+zdswykusLsmMyYnkG9w8aUGzrLPWCPQWaYNGQkmZ1PJzT5dTH7nGsw1RpTTcxW3 RwyOpUe6IOU+DDvH1+s5X8zH/LZXQUiO0NZCmjMX9XZCQ++Vyajvv2nZR9Uoo= Received: from pleb (ppp-94-66-59-115.home.otenet.gr [94.66.59.115]) by margiolis.net (OpenSMTPD) with ESMTPSA id 2c01ee01 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Fri, 3 Nov 2023 13:54:24 +0000 (UTC) Date: Fri, 3 Nov 2023 15:54:23 +0200 From: Christos Margiolis To: Warner Losh Cc: Gary Jennejohn , freebsd-arch@freebsd.org, bojan.novkovic@fer.hr, imp@freebsd.org Subject: Re: HEADS UP: IUTF8 to be enabled by default Message-ID: References: <20231103081529.016be29d@ernst.home> List-Id: Discussion related to FreeBSD architecture List-Archive: https://lists.freebsd.org/archives/freebsd-arch List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arch@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US] X-Rspamd-Queue-Id: 4SMMg90CX4z3CVH Warner Losh wrote: > This string is set too late for the default. Also, drivers don't have > access to process data. Do you think we should just enable it in TTYDEF_IFLAG in sys/sys/ttydefaults.h? Christos