From owner-freebsd-questions@freebsd.org Mon Jun 8 05:44:07 2020 Return-Path: Delivered-To: freebsd-questions@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 F1314343567 for ; Mon, 8 Jun 2020 05:44:07 +0000 (UTC) (envelope-from wesley@freenetMail.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (Client CN "*.freenet.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49gMd26pPsz4Yrn for ; Mon, 8 Jun 2020 05:44:06 +0000 (UTC) (envelope-from wesley@freenetMail.de) Received: from [195.4.92.164] (helo=mjail1.freenet.de) by mout0.freenet.de with esmtpa (ID wesley@freenetMail.de) (port 25) (Exim 4.92 #3) id 1jiAZn-000346-Gy for freebsd-questions@freebsd.org; Mon, 08 Jun 2020 07:44:03 +0200 Received: from [::1] (port=43766 helo=mjail1.freenet.de) by mjail1.freenet.de with esmtpa (ID wesley@freenetMail.de) (Exim 4.92 #3) id 1jiAZn-0002aH-FD for freebsd-questions@freebsd.org; Mon, 08 Jun 2020 07:44:03 +0200 Received: from sub3.freenet.de ([195.4.92.122]:59306) by mjail1.freenet.de with esmtpa (ID wesley@freenetMail.de) (Exim 4.92 #3) id 1jiAXH-0001bw-0K for freebsd-questions@freebsd.org; Mon, 08 Jun 2020 07:41:27 +0200 Received: from [154.213.3.117] (port=23738 helo=[172.21.86.103]) by sub3.freenet.de with esmtpsa (ID wesley@freenetMail.de) (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256) (port 587) (Exim 4.92 #3) id 1jiAXG-0003bR-Os for freebsd-questions@freebsd.org; Mon, 08 Jun 2020 07:41:26 +0200 Subject: Re: freebsd vs. netbsd To: freebsd-questions@freebsd.org References: <171506d5-19aa-359e-c21d-f07257c52ebd@freenetMail.de> <20200608051434.ca70e5c5.freebsd@edvax.de> <20200608050415.GA92414@geeks.org> From: Wesley Message-ID: Date: Mon, 8 Jun 2020 13:41:24 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200608050415.GA92414@geeks.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originated-At: 154.213.3.117!23738 X-Rspamd-Queue-Id: 49gMd26pPsz4Yrn X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of wesley@freenetMail.de has no SPF policy when checking 2001:748:100:40::2:2) smtp.mailfrom=wesley@freenetMail.de X-Spamd-Result: default: False [2.89 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.43)[0.430]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[freenetMail.de]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.65)[0.649]; NEURAL_SPAM_LONG(0.91)[0.909]; RCVD_IN_DNSWL_NONE(0.00)[2001:748:100:40::2:2:from]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:5430, ipnet:2001:748::/32, country:DE]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 05:44:08 -0000 > Not per-se, but Apple took many parts of BSD > into Darwin, which forms the basis of iOS for all their devices. > > Ie.https://opensource.apple.com/source/xnu/xnu-6153.81.5/bsd/ > > So you could say a bit of BSD is in quite a lot of mobile devices. Nice to know that. thanks.