From nobody Thu Jan 25 16:05:41 2024 X-Original-To: freebsd-current@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 4TLQfY0WtQz57Xd2 for ; Thu, 25 Jan 2024 16:05:57 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TLQfW5q2Vz529v for ; Thu, 25 Jan 2024 16:05:55 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-50eab4bf47aso950879e87.0 for ; Thu, 25 Jan 2024 08:05:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706198754; x=1706803554; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=P14MNthWkM+jyjReLVykchXfZbqErQ3Yvu8NFUE/7To=; b=Tp0bP/A913EI9Zmyodd1MR301MQpuVT8EUHxFvHXpw6U5e2b4U5nBswLHuytxCnfMI qbl+kX1s1t3sc/ljQHeE+iecCdpVM+CctwOrZeIINbvOlSddM/PLw92ICpKjzuAswePm oDHS8Vd85mTEAW+GPriJ+E3JVfH1mLOjU9K6ktJN8KKwfAXFWY5kn/R0IkuPb+Aunnqc ixztCmPY6IU5+gtW8fnv/FiSh5bDktvOcH7ouNQQNUM4EOzeZoIw15Hl8AbvqXgW0DtN IaFzeyjj5z0PCT6RQQu6KL17vOXwSIg6klaKmLnTEEJC3/TMa1m73kNKeb6q0uzekB15 FtQQ== X-Gm-Message-State: AOJu0YyQdZmoMZMcnw/zj7/3fejYqdG577G+LyoZYq/5EirH7mjOR/aF shzpoK+r42Ti7tOpi4aqrHCpKEslC2beat9EnqdxGgtLPZGLtxRy06OgWRxd3pIJaotuXzQjrEn cGlg38/RYvrWZt/qC8GD2KnGKUy3JM945rOw= X-Google-Smtp-Source: AGHT+IEpN7ALcOh3ZlWrwDGDW9XWQOBxQDAL5YQuFOUGQSwtQVTo8k1tpwbn4b90S70B0kkA0Jw4MqyWZaZIRNMsPn4= X-Received: by 2002:ac2:499a:0:b0:510:5e3:9726 with SMTP id f26-20020ac2499a000000b0051005e39726mr63583lfl.14.1706198753553; Thu, 25 Jan 2024 08:05:53 -0800 (PST) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Thu, 25 Jan 2024 11:05:41 -0500 Message-ID: Subject: Re: Re: Removing fdisk and bsdlabel (legacy partition tools) To: =?UTF-8?Q?Mina_Gali=C4=87?= Cc: "imp@bsdimp.com" , FreeBSD Current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4TLQfW5q2Vz529v 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:15169, ipnet:209.85.128.0/17, country:US] On Thu, 25 Jan 2024 at 10:50, Mina Gali=C4=87 wrote: > > i was looking at cd(4) today, and to my surprise, it was full of disklabe= l references. Oh, indeed - as with the old references in ccd(4) that should go. The last reference to `struct disklabel` in the CAM SCSI cd driver was removed over two decades ago.