From owner-freebsd-questions@freebsd.org Mon Jun 8 05:04:23 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 D8054342A85 for ; Mon, 8 Jun 2020 05:04:23 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (mail.geeks.org [IPv6:2001:4980:3333:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49gLlB4YWrz4Tqt for ; Mon, 8 Jun 2020 05:04:22 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (localhost [127.0.0.1]) by after-clamsmtpd.geeks.org (Postfix) with ESMTP id A9440FED6 for ; Mon, 8 Jun 2020 00:04:15 -0500 (CDT) Received: by mail.geeks.org (Postfix, from userid 1003) id 8C051FED4; Mon, 8 Jun 2020 00:04:15 -0500 (CDT) Date: Mon, 8 Jun 2020 00:04:15 -0500 From: Doug McIntyre To: freebsd-questions@freebsd.org Subject: Re: freebsd vs. netbsd Message-ID: <20200608050415.GA92414@geeks.org> References: <171506d5-19aa-359e-c21d-f07257c52ebd@freenetMail.de> <20200608051434.ca70e5c5.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 49gLlB4YWrz4Tqt X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of merlyn@geeks.org designates 2001:4980:3333:1::1 as permitted sender) smtp.mailfrom=merlyn@geeks.org X-Spamd-Result: default: False [-1.78 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.78)[-0.783]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.84)[-0.840]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[geeks.org]; NEURAL_SPAM_SHORT(0.15)[0.146]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7753, ipnet:2001:4980::/32, country:US]; 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:04:23 -0000 On Mon, Jun 08, 2020 at 12:08:13PM +0800, Wesley wrote: > On 2020/6/8 上午 11:14, Polytropon wrote: > > In an attempt to summarize, all the BSDs can be > > used for almost everything - from embedded, to laptops, desktops, > > servers, and "combined forms". In reality, you_will_ find BSDs > > in all those places, and you will also find them in places where > > you don't know there is a BSD running, for example in routers, > > managed switches, NAS, WLAN APs, firewall and other networking > > appliances. They are also used as development platforms for a > > lot of other systems. > > And, do you know if there is a mobile OS powered by BSD? 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.