From nobody Tue Nov 1 23:26:58 2022 X-Original-To: freebsd-hackers@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 4N25l81tldz4gLyT for ; Tue, 1 Nov 2022 23:27:00 +0000 (UTC) (envelope-from iio7@tutanota.com) Received: from w1.tutanota.de (w1.tutanota.de [81.3.6.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits)) (Client CN "mail.tutanota.de", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4N25l73ks7z3nck for ; Tue, 1 Nov 2022 23:26:59 +0000 (UTC) (envelope-from iio7@tutanota.com) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w1.tutanota.de (Postfix) with ESMTP id 80183FBF831 for ; Tue, 1 Nov 2022 23:26:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1667345218; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=0CP+bywlFkw/YYCrMFTdl4p0eyDooKuJ8u4V5Sso9+g=; b=KR3vEfK4hkM/96AJruTxJ6BrP1D5V6FPMsTItaFIKLq/raH4q8Y0xIdjIEKEXMH8 CT6d4GVLaBPVZbedle1A6qb9VF0NMZXv7i5xGyR5xwecSU9i06/mA/ITrxHZxNqcsfW d2sKaymyoGRM6IYGotMkMr60xWtHkBqXqJ/oxhhRaoxfOrS1MgepXAMn4CB6VBi8yRn lcfEH7iRR7R5C4DBd+DaDmxFHFFAW60raC4KszISlYy9j5xRfP6+jp/Ndbwl3ZvnbDW 5doNlLcNGVji/ktagTEJaFYRcBJA7prKbKFWDZnpbH6bwqSOs3Jl3xgRlfaGQoXKmpW xMtt+NfO0A== Date: Wed, 2 Nov 2022 00:26:58 +0100 (CET) From: iio7@tutanota.com To: Freebsd Hackers Message-ID: Subject: What is the status of the FreeBSD development process now? List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4N25l73ks7z3nck X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tutanota.com header.s=s1 header.b=KR3vEfK4; dmarc=pass (policy=quarantine) header.from=tutanota.com; spf=pass (mx1.freebsd.org: domain of iio7@tutanota.com designates 81.3.6.162 as permitted sender) smtp.mailfrom=iio7@tutanota.com X-Spamd-Result: default: False [-3.00 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[tutanota.com,quarantine]; R_DKIM_ALLOW(-0.20)[tutanota.com:s=s1]; R_SPF_ALLOW(-0.20)[+ip4:81.3.6.160/28:c]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-hackers@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; ASN(0.00)[asn:24679, ipnet:81.3.0.0/18, country:DE]; MIME_TRACE(0.00)[0:+]; FROM_NO_DN(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[tutanota.com:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi, Since the release of the "Statement on FreeBSD development process"[1], what has practically changed? In OpenBSD, AFAIK, absolutely no code goes into the project without at least 1 other people reviewing it and approving it. This can be seen with the "OK" in the commits. What has changed in FreeBSD since the statement? Thanks. Kind regards. [1]: https://lists.freebsd.org/pipermail/freebsd-hackers/2021-March/057127.html