Darwin (operating system) explained
Darwin |
Developer: | Apple Inc. |
Family: | Unix-like,[1] [2] FreeBSD,[3] BSD[4] |
Source Model: | currently open source with proprietary components, previously open source |
Kernel Type: | Hybrid (XNU) |
Ui: | Command-line interface (Unix shell) |
License: | Mostly Apple Public Source License (APSL), with closed-source drivers[5] |
Programmed In: | C, C++, Objective-C, assembly language |
Working State: | Current |
Latest Release Version: | 23.4.0 |
Influenced By: | NeXTSTEP, FreeBSD, BSD |
Supported Platforms: | Current: x86-64, 64-bit ARM, 32-bit ARM (32-bit ARM support is closed-source) Historical: PowerPC (32-bit and 64-bit), IA-32 |
Darwin is the core Unix-like operating system of macOS (previously OS X and Mac OS X), iOS, watchOS, tvOS, iPadOS, audioOS, visionOS, and bridgeOS. It previously existed as an independent open-source operating system, first released by Apple Inc. in 2000. It is composed of code derived from NeXTSTEP, FreeBSD, other BSD operating systems,[6] Mach, and other free software projects' code, as well as code developed by Apple.
Darwin is mostly POSIX-compatible, but has never, by itself, been certified as compatible with any version of POSIX. Starting with Leopard, macOS has been certified as compatible with the Single UNIX Specification version 3 (SUSv3).[7] [8] [9]
History
The heritage of Darwin began with Unix derivatives supplemented by aspects of NeXT's NeXTSTEP operating system (later, since version 4.0, known as OPENSTEP), first released in 1989. After Apple bought NeXT in 1996, it announced it would base its next operating system on OPENSTEP. This was developed into Rhapsody in 1997, Mac OS X Server 1.0 in 1999, Mac OS X Public Beta in 2000, and Mac OS X 10.0 in 2001.
In 1999, Apple announced it would release the source code for the Mach 2.5 microkernel, BSD Unix 4.4 OS, and the Apache Web server components of Mac OS X Server.[10] At the time, interim CEO Steve Jobs alluded to British naturalist Charles Darwin by announcing "because it's about evolution".[11] In 2000, the core operating system components of Mac OS X were released as open-source software under the Apple Public Source License (APSL) as Darwin; the higher-level components, such as the Cocoa and Carbon frameworks, remained closed-source.
Up to Darwin 8.0.1, released in April 2005, Apple released a binary installer (as an ISO image) after each major Mac OS X release that allowed one to install Darwin on PowerPC and Intel x86 systems as a standalone operating system.[12] Minor updates were released as packages that were installed separately. Darwin is now only available as source code. As of January 2023, Apple no longer mentions Darwin by name on its Open Source website and only publishes an incomplete collection of open-source projects relating to macOS and iOS.
Design
Kernel
See main article: XNU and Mach (kernel). The kernel of Darwin is XNU, a hybrid kernel which uses OSFMK 7.3[13] (Open Software Foundation Mach Kernel) from the OSF, various elements of FreeBSD (including the process model, network stack, and virtual file system),[14] and an object-oriented device driver API called I/O Kit.[15] The hybrid kernel design provides the flexibility of a microkernel[16] and the performance of a monolithic kernel.[17]
Hardware and software support
The last bootable full release of Darwin supported 32-bit and 64-bit Apple PowerPC systems and 32-bit Intel PCs.[18]
Darwin currently includes support for the 64-bit x86-64 variant of the Intel x86 processors used in Intel-based Macs and the 64-bit ARM processors used in the iPhone 5S and later, the 6th generation iPod Touch, the 5th generation iPad and later, the iPad Air family, the iPad Mini 2 and later, the iPad Pro family, the fourth generation and later Apple TVs, the HomePod family, and Macs with Apple silicon such as the 2020 Apple M1 Macs, as well as the Raspberry Pi 3B.[19] [20] An open-source port of the XNU kernel exists that supports Darwin on Intel and AMD x86 platforms not officially supported by Apple, though it does not appear to have been updated since 2009.[21] An open-source port of the XNU kernel also exists for ARM platforms, though it has not been updated since 2016.[22] Older versions supported some or all of 32-bit PowerPC, 64-bit PowerPC, 32-bit x86, and 32-bit ARM.
It supports the POSIX API by way of its BSD lineage (largely FreeBSD userland), so a large number of programs written for various other UNIX-like systems can be compiled on Darwin with no changes to the source code.
Darwin does not include many of the defining elements of macOS, such as the Carbon and Cocoa APIs or the Quartz Compositor and Aqua user interface, and thus cannot run Mac applications. It does, however, support a number of lesser-known features of macOS, such as mDNSResponder, which is the multicast DNS responder and a core component of the Bonjour networking technology, and launchd, an advanced service management framework.
License
In July 2003, Apple released Darwin under version 2.0 of the Apple Public Source License (APSL), which the Free Software Foundation (FSF) classifies as a free software license incompatible with the GNU General Public License.[23] Previous versions were released under an earlier version of the APSL license, which did not meet the FSF definition of free software, although it did meet the requirements of the Open Source Definition.[24]
Release history
The following is a table of major Darwin releases with their dates of release and their derivative operating system releases.[25] Note that the corresponding releases may have been released on a different date.
Darwin 0–8 and corresponding Mac OS X releases
Version | Date | Corresponding releases | Notes |
---|
0.1 | March 16, 1999 | Mac OS X Server 1.0 releases | - Initial release
- 0.1 is contrived (for sorting and identification) as this identified itself simply as Rhapsody 5.3
|
---|
0.2 | April 14, 1999 | Mac OS X Server 1.0.1 |
---|
0.3 | August 5, 1999 | Based on Rhapsody 5.5- ISO image is available on archive.org
- After this point the kernel changed from the NeXTSTEP/OPENSTEP/Rhapsody to the newer XNU for Mac OS X
|
---|
1.0 | April 12, 2000 | | Developer preview 3
|
---|
1.1 | April 5, 2000 | | Developer preview 4 |
---|
1.2.1 | November 15, 2000 | Mac OS X Public Beta (code-named "Kodiak") | |
---|
1.3.1 | April 13, 2001 | Mac OS X v10.0 (code-named "Cheetah") | - First commercial release of Darwin
- All releases of Cheetah (v10.0.0–4) had the same version of Darwin.
|
---|
1.4.1 | October 2, 2001 | Mac OS X v10.1 (code-named "Puma") | - Performance improvements to "boot time, real-time threads, thread management, cache flushing, and preemption handling"
- Support for SMB network file system
- Wget replaced with cURL.[26]
|
---|
5.1 | November 12, 2001 | Mac OS X v10.1.1- Change in numbering scheme to match the Mac OS X build numbering scheme
|
---|
5.5 | June 5, 2002 | Mac OS X v10.1.5 |
---|
6.0.1 | September 23, 2002 | Mac OS X v10.2 (code-named "Jaguar") |
|
---|
6.8 | October 3, 2003 | Mac OS X v10.2.8 |
---|
7.0 | October 24, 2003 | Mac OS X Panther | Mac OS X v10.3.0
|
---|
7.9 | April 15, 2005 | Mac OS X v10.3.9 |
---|
8.0 | April 29, 2005 | | Mac OS X v10.4.0
|
---|
8.11 | November 14, 2007 | Mac OS X v10.4.11 |
---|
|
The jump in version numbers from Darwin 1.4.1 to 5.1 with the release of Mac OS X v10.1.1 was designed to tie Darwin to the Mac OS X version and build numbering system, which in turn is inherited from NeXTSTEP. In the build numbering system of macOS, every version has a unique beginning build number, which identifies what whole version of macOS it is part of. Mac OS X v10.0 had build numbers starting with 4, 10.1 had build numbers starting with 5, and so forth (earlier build numbers represented developer releases).
[30] Darwin 9; iPhone OS introduced
Version | Date | Corresponding releases | Notes |
---|
9.0 | October 26, 2007 | | Mac OS X v10.5.0
|
---|
9.8 | August 5, 2009 | Mac OS X v.10.5.8 |
---|
|
Darwin 10-11; iPhone OS rebranded to iOS
Version | Date | Corresponding releases | Notes |
---|
10.0 | August 28, 2009 | | Mac OS X v10.6.0
|
---|
10.8 | June 23, 2011 | Mac OS X v10.6.8 |
---|
11.0.0 | July 20, 2011 | | Mac OS X v10.7.0- XNU no longer supports PPC binaries (fat binary only for i386, x86_64).
- XNU requires an x86_64 processor, except for iOS which is ARM based.
- Improved sandboxing of applications
- Complete support for Automatic Reference Counting
|
---|
11.4.2 | October 4, 2012 | Mac OS X v10.7.5 (supplemental) |
---|
|
Darwin 12–15; Mac OS X rebranded into OS X
Version | Date | Corresponding releases | Notes |
---|
12.0.0 | February 16, 2012 | OS X Mountain Lion | OS X v10.8.0
|
---|
12.6.0 | January 27, 2015 | OS X v10.8.5 (with Security Update 2015-001) |
---|
13.0.0 | June 11, 2013 | | OS X v10.9.0
|
---|
13.4.0 | September 17, 2014 | OS X v10.9.5 |
---|
14.0.0 | September 18, 2014 | | OS X v10.10.0 |
---|
14.5.0 | August 13, 2015 | OS X v10.10.5 |
---|
15.0.0 | September 16, 2015 | | OS X v10.11.0 and iOS 9.0- System Integrity Protection. Protects certain system parts from being modified or tampered with by a process even if run by root or by a user with root privileges.
- sudo is configured with the "tty_tickets" flag by default, restricting the session timeout to the terminal session (such as a window or tab) in which the user authenticated the program.
- LibreSSL replaces OpenSSL
|
---|
15.6.0 | July 18, 2016 | OS X v10.11.6 and iOS 9.3.3 |
---|
|
Darwin 16–19; OS X rebranded into macOS
Version | Date | Corresponding releases | Notes |
---|
16.0.0 | September 13, 2016 | | macOS v10.12.0 and iOS 10.0.1 (initial release version)- OS X was rebranded into macOS.
- Writing to
/Volumes directory is now restricted to root user or any user with root privileges
- System Integrity Protection now covers
/Library/Application Support/com.apple.TCC directory that contains a list of applications that are allowed to "control the computer"
- Objective-C garbage collector removed and replaced by Automatic Reference Counting that was introduced with Darwin v12.0 (OS X v10.8). Objective-C applications that use garbage collection will no longer work.
- Native support for PPTP was removed.
|
---|
16.5.0 | March 27, 2017 | macOS v10.12.4 and iOS 10.3- Changed filesystem from HFS+ to APFS on iOS devices. APFS is already available on macOS since 10.12.0 but can't be used on boot partition.
|
---|
16.6.0 | July 19, 2017 | macOS v10.12.6 and iOS 10.3.3 |
---|
17.0.0 | September 19, 2017 | | - APFS replaces HFS+ as the default filesystem for boot partition in macOS on Macs with flash storage. On Macs with HDDs, the boot partition must be reformatted to use APFS.
- ntpd replaced by timed as a time synchronization service
- FTP and telnet commands are removed.
- Kernel extensions ("kexts") will require explicit approval by the user before being able to run.
|
---|
17.5.0 | March 29, 2018 | macOS 10.13.4- Support for external graphics processors using Thunderbolt 3, and removes support for external graphics processors using Thunderbolt 1 and 2.
|
---|
17.6.0 | June 1, 2018 | macOS v10.13.5 |
---|
17.7.0 | July 9, 2018 | macOS v10.13.6 and iOS 11.4.1 |
---|
18.0.0 | September 24, 2018 | | |
---|
18.2.0 | October 30, 2018 | macOS v10.14.1 and iOS 12.1- Added support for the new Radeon Vega 20 GPUs in the new MacBooks
|
---|
19.0.0 | September 19, 2019 | | |
---|
19.2.0 | December 10, 2019 | macOS 10.15.2 and iOS 13.3 |
---|
19.3.0 | January 28, 2020 | macOS 10.15.3 and iOS 13.3.1- System Extensions replace Kexts and runs in userspace, outside of the kernel.[33]
- DriverKit replaces I/O Kit. It Introduces "Dexts" (Driver Extensions) which are built using DriverKit. Driverkit is a new SDK with all new frameworks based on IOKit, but is updated and modernized. Device Drivers run in userspace, outside of the kernel.[34] [35] [36]
|
---|
19.4.0 | March 24, 2020 | |
---|
19.5.0 | April 30, 2020 | macOS 10.15.5 and iOS 13.5 |
---|
19.6.0 | June 1, 2020 | macOS 10.15.6 beta 2 and iOS 13.6.0 beta 2 |
---|
|
Darwin 20 onwards
Version | Date | Corresponding releases | Notes |
---|
20.0.0 | June 22, 2020 | | macOS 11.0 beta 1 and iOS 14.0 beta 1 |
---|
20.1.0 | September 3, 2020 | macOS 11.0 and iOS 14.0 |
---|
20.2.0 | November 12, 2020 | macOS 11.1 and iOS 14.3 |
---|
20.3.0 | February 1, 2021 | macOS 11.2, iOS 14.4, iPadOS 14.4, watchOS 7.3 and tvOS 14.4. |
---|
20.4.0 | April 20, 2021 | macOS 11.3, iOS 14.5, iPadOS 14.5, watchOS 7.4 and tvOS 14.5. |
---|
20.5.0 | May 24, 2021 | macOS 11.4 and iOS 14.6 |
---|
20.6.0 | June 2, 2021 | macOS 11.5 beta 2 and iOS 14.7 beta 2 |
---|
21.0.0 | June 7, 2021 | | macOS 12.0 beta 1 and iOS 15.0 beta 1 |
---|
21.0.1 | October 25, 2021 | macOS 12.0 |
---|
21.1.0 | October 25, 2021 | macOS 12.0.1 and iOS 15.0 |
---|
21.2.0 | December 7, 2021 | macOS 12.1 and iOS 15.2 |
---|
21.3.0 | January 26, 2022 | macOS 12.2 and iOS 15.3 |
---|
21.4.0 | March 14, 2022 | macOS 12.3 and iOS 15.4 |
---|
21.5.0 | June 24, 2022 | macOS 12.4 and iOS 15.5 |
---|
21.6.0 | July 20, 2022 | macOS 12.5 and iOS 15.6 |
---|
22.0 | June 6, 2022 | | macOS 13.0 beta 1, iOS 16.0, watchOS 9.0 and tvOS 16.0 |
---|
22.1.0 | October 24, 2022 | macOS 13.0, iOS 16.1, iPadOS 16.1, watchOS 9.1 and tvOS 16.1 |
---|
22.2.0 | December 13, 2022 | macOS 13.1, iOS 16.2, iPadOS 16.2, watchOS 9.2 and tvOS 16.2 |
---|
22.3.0 | January 23, 2023 | macOS 13.2, iOS 16.3, iPadOS 16.3, watchOS 9.3 and tvOS 16.3 |
---|
22.4.0 | March 27, 2023 | macOS 13.3, iOS 16.4, iPadOS 16.4, watchOS 9.4 and tvOS 16.4 |
---|
22.5.0 | May 18, 2023 | macOS 13.4, iOS 16.5, iPadOS 16.5, watchOS 9.5 and tvOS 16.5 |
---|
22.6.0 | July 24, 2023 | macOS 13.5, iOS 16.6, iPadOS 16.6, watchOS 9.6 and tvOS 16.6 |
---|
23.0.0 | September 18, 2023 | | macOS 14.0, iOS 17.0, iPadOS 17.0, watchOS 10.0 and tvOS 17.0 |
---|
23.1.0 | October 25, 2023 | macOS 14.1, iOS 17.1, iPadOS 17.1, watchOS 10.1 and tvOS 17.1 |
---|
23.2.0 | November 15, 2023 | macOS 14.2, iOS 17.2, iPadOS 17.2, watchOS 10.2 and tvOS 17.2 |
---|
23.3.0 | January 22, 2024 | macOS 14.3, iOS 17.3, iPadOS 17.3, watchOS 10.3 and tvOS 17.3 |
---|
23.4.0 | March 5, 2024 | macOS 14.4, iOS 17.4, iPadOS 17.4, watchOS 10.4 and tvOS 17.4 |
---|
23.5.0 | May 13, 2024 | macOS 14.5, iOS 17.5, iPadOS 17.5, watchOS 10.5 and tvOS 17.5 | |
---|
Note: the tables above contain the release dates of the corresponding OS releases. Build dates for Darwin versions are not publicly available; the commands below only give the build date for the XNU kernel.
The command in Terminal will show the Darwin version number ("20.3.0"), and the command will show the XNU build version string, which includes the Darwin version number.The command will show the corresponding ProductName ("macOS"), the ProductVersion number ("11.2.3") and the BuildVersion string ("20D91").
Derived projects
Due to the free software nature of Darwin, there have been projects that aim to modify or enhance the operating system.
OpenDarwin
OpenDarwin was a community-led operating system based on the Darwin system. It was founded in April 2002 by Apple Inc. and Internet Systems Consortium. Its goal was to increase collaboration between Apple developers and the free software community. Apple benefited from the project because improvements to OpenDarwin would be incorporated into Darwin releases; and the free/open-source community benefited from being given complete control over its own operating system, which could then be used in free software distributions such as GNU-Darwin.[37]
On July 25, 2006, the OpenDarwin team announced that the project was shutting down, as they felt OpenDarwin had "become a mere hosting facility for Mac OS X related projects", and that the efforts to create a standalone Darwin operating system had failed.[38] They also state: "Availability of sources, interaction with Apple representatives, difficulty building and tracking sources, and a lack of interest from the community have all contributed to this."[39] The last stable release was version 7.2.1, released on July 16, 2004.[40]
PureDarwin
PureDarwin is a project to create a bootable operating system image from Apple's released source code for Darwin.[41] Since the halt of OpenDarwin and the release of bootable images since Darwin 8.x, it has been increasingly difficult to create a full operating system as many components became closed source. In 2015 the project created a preview release based on Darwin 9 with an X11 GUI,[42] followed by a command-line only 17.4 Beta based on Darwin 17.[43]
Other derived projects
- XQuartz is a component of the X Window System that runs on macOS (Darwin). XDarwin, before the introduction of Apple's X11.app.
- GNUstep is a free software implementation of the Cocoa (formerly OpenStep) Objective-C frameworks, widget toolkit, and application development tools for Unix-like operating systems.
- Window Maker, a window manager designed to emulate the NeXT GUI as part of the wider GNUstep project.
- WebKit is a browser engine primarily used in Apple's Safari web browser, as well as all web browsers on iOS and iPadOS.
- MacPorts (formerly DarwinPorts), Fink, and Homebrew are projects to port UNIX programs to the Darwin operating system and provide package management. In addition, several standard UNIX package managers—such as RPM, pkgsrc, and Portage—have Darwin ports. Some of these operate in their own namespace so as not to interfere with the base system.
- GNU-Darwin was a project that ports packages of free software to Darwin. They package OS images in a way similar to a Linux distribution.
- The Darwine project was a port of Wine that allows one to run Microsoft Windows software on Darwin.
- SEDarwin was a port of TrustedBSD mandatory access control framework and portions of the SELinux framework to Darwin.[44] It was incorporated into Mac OS X 10.5.[45]
- The Darbat project was an experimental port of Darwin to the L4 microkernel family. It aims to be binary compatible with existing Darwin binaries.[46]
- The Darling project is a compatibility layer for running macOS binaries on Linux systems. It uses some Darwin source code.[47]
- There are various projects that focus on driver support: e.g., wireless drivers,[48] [49] wired NIC drivers[50] [51] [52] modem drivers,[53] card readers,[54] and the ext2 and ext3 file systems.[55] [56]
- DarwinBSD Project is a Darwin project using pkgsrc for packages. It is an open source project.[57]
See also
External links
Notes and References
- Web site: Kernel Architecture Overview. Kernel Programming Guide. May 27, 2019. May 9, 2019. https://web.archive.org/web/20190509231018/https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/Architecture/Architecture.html. live.
- Web site: darwin-xnu/README.md at master . . November 21, 2019 . https://web.archive.org/web/20190331153214/https://github.com/apple/darwin-xnu/blob/master/README.md . March 31, 2019 . live .
- Web site: 2002 . Apple BSD Overview . January 1, 2002 . Apple . November 7, 2018 . https://web.archive.org/web/20181107021823/https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/BSD/BSD.html . live .
- Web site: Apple - Public Source - Darwin FAQ . https://web.archive.org/web/20041119063203/http://developer.apple.com/darwin/projects/darwin/faq.html . November 19, 2004 . August 9, 2021 . dead.
- Web site: Binary Drivers required for PureDarwin. July 20, 2009. https://web.archive.org/web/20091118172944/http://www.puredarwin.org/legal/binarydrivers. November 18, 2009. dead. mdy-all.
- Book: NeXTstep Concepts . . 1. System Overview . https://www.nextcomputers.org/NeXTfiles/Docs/NeXTStep/3.3/nd/Concepts/Pre3.0_Concepts/01_SysOver.htmld/index.html . March 26, 2021 . November 21, 2021 . https://web.archive.org/web/20211121155935/https://www.nextcomputers.org/NeXTfiles/Docs/NeXTStep/3.3/nd/Concepts/Pre3.0_Concepts/01_SysOver.htmld/index.html . live .
- Web site: Mac OS X Leopard - Technology - UNIX. Leopard Technology Overview. Apple Inc.. https://web.archive.org/web/20081227000710/http://www.apple.com/macosx/technology/unix.html. December 27, 2008. Leopard is now an Open Brand UNIX 03 Registered Product, conforming to the SUSv3 and POSIX 1003.1 specifications for the C API, Shell Utilities, and Threads..
- Web site: The Open Group. Mac OS X Version 10.5 Leopard on Intel-based Macintosh computers certification. May 18, 2007. February 11, 2013. October 25, 2019. https://web.archive.org/web/20191025142525/https://www.opengroup.org/openbrand/register/brand3555.htm. live.
- Web site: macOS version 10.13 High Sierra on Intel-based Mac computers. The Open Group. November 19, 2017. September 28, 2017. https://web.archive.org/web/20170928150433/https://www.opengroup.org/openbrand/register/brand3632.htm. live.
- Walsh . Jeff . Apple goes open source with key OS components . 17 February 2020 . . 21 . 12 . 40 . IDG InfoWorld . March 22, 1999.
- Kahney . Leander . Apple Opens OS Code . Wired . Condé Nast . 17 February 2020 . February 17, 2020 . https://web.archive.org/web/20200217104333/https://www.wired.com/1999/03/apple-opens-os-code/ . live .
- Web site: Apple ISO download directory. https://web.archive.org/web/20161007041552/https://opensource.apple.com/static/iso/. 2016-10-07. dead.
- WWDC 2000 Session 106 - Mac OS X: Kernel. https://ghostarchive.org/varchive/youtube/20211211/ggnFoDqzGMU. 2021-12-11 . live. Jim Magee. 14.
- Web site: Mac Technology Overview: Kernel and Device Drivers Layer. Apple Developer Connection. February 11, 2013. March 9, 2014. https://web.archive.org/web/20140309084505/https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/OSX_Technology_Overview/SystemTechnology/SystemTechnology.html#//apple_ref/doc/uid/TP40001067-CH207-BCICAIFJ. live.
- Web site: Singh. Amit. January 7, 2004. XNU: The Kernel. February 11, 2013. June 2, 2020. https://web.archive.org/web/20200602233536/http://osxbook.com/book/bonus/ancient/whatismacosx/arch_xnu.html. dead.
- Monolithic kernel vs. Microkernel. Roch. Benjamin. 10.1.1.89.9877.
- Web site: Additional Features. Porting UNIX/Linux Applications to OS X. Apple Inc.. November 13, 2017. November 14, 2017. https://web.archive.org/web/20171114093407/https://developer.apple.com/library/content/documentation/Porting/Conceptual/PortingUnix/additionalfeatures/additionalfeatures.html. live.
- Web site: Darwin 8.0.1 Release Notes . April 29, 2005 . August 16, 2023 . October 28, 2023 . https://web.archive.org/web/20231028121525/https://opensource.apple.com/static/iso/release-notes-8.0.1.txt . live .
- Web site: XNU board config for BCM2837. GitHub. December 16, 2021. December 5, 2021. December 5, 2021. https://web.archive.org/web/20211205110901/https://github.com/apple/darwin-xnu/blob/2ff845c2e033bd0ff64b5b6aa6063a1f8f65aa32/pexpert/pexpert/arm64/board_config.h#L223. live.
- Web site: Raspberry Pi 3 Model B. "Quad Core 1.2GHz Broadcom BCM2837". December 5, 2021. December 5, 2021. https://web.archive.org/web/20211205212422/https://www.raspberrypi.com/products/raspberry-pi-3-model-b/. live.
- Web site: Voodoo XNU Kernel Source . April 25, 2014 . September 30, 2015 . https://web.archive.org/web/20150930225819/https://code.google.com/p/voodoo-kernel/source/checkout . live . Requires an Apache SVN client.
- Web site: XNU on ARMv7. GitHub. January 25, 2022.
- Web site: FSF's Opinion of the Apple Public Source License (APSL) 2.0. July 22, 2016. May 4, 2020. https://web.archive.org/web/20200504151500/http://www.gnu.org/philosophy/apsl.html. live.
- Web site: The Problems with older versions of the Apple Public Source License (APSL). July 22, 2016. April 19, 2020. https://web.archive.org/web/20200419054305/http://www.gnu.org/philosophy/historical-apsl.html. live.
- Web site: Open Source Releases. Apple Developer Connection. February 11, 2013.
- Web site: Technical Note TN2029: Mac OS X v10.1. Apple Developer Connection. https://web.archive.org/web/20011114205940/http://developer.apple.com/technotes/tn/tn2029.html. November 14, 2001.
- Web site: John. Siracusa. September 5, 2002. Mac OS X 10.2 Jaguar. Ars Technica. May 31, 2008.
- Web site: Siracusa. John. November 9, 2003. Mac OS X 10.3 Panther. Ars Technica. May 31, 2008.
- Web site: Siracusa. John. April 28, 2005. Mac OS X 10.4 Tiger. Ars Technica. May 30, 2008.
- Prabhakar. Ernie. November 9, 2001. Darwin Version - New Scheme in Software Update 1. darwin-development. June 2, 2008. https://web.archive.org/web/20090114195544/http://lists.apple.com/archives/darwin-development/2001/Nov/msg00189.html. January 14, 2009. dead. mdy-all.
- Web site: Siracusa. John. October 28, 2007. Mac OS X 10.5 Leopard: the Ars Technica review. Ars Technica. May 30, 2008.
- Web site: Siracusa. John. August 31, 2009. Mac OS X 10.6 Snow Leopard: the Ars Technica review. Ars Technica. November 29, 2009.
- Web site: System Extensions and DriverKit - WWDC19 - Videos.
- Web site: SystemExtensions. Apple Developer Documentation.
- Web site: DriverKit. Apple Developer Documentation.
- System Extensions and DriverKit. Apple Developer Documentation.
- Web site: OpenDarwin. OpenDarwin Project. https://web.archive.org/web/20060106092328/http://www.opendarwin.org/. January 6, 2006.
- Web site: OpenDarwin Shutting Down. The Guardian. Jack. Schofield. 2006-07-26. 2023-03-18.
- Web site: OpenDarwin Core Team and Administrators. July 25, 2006. OpenDarwin Shutting Down. OpenDarwin Project. https://web.archive.org/web/20060804104416/http://opendarwin.org/. August 4, 2006.
- Web site: OpenDarwin 7.2.1 Released. https://web.archive.org/web/20040805095039/http://www.opendarwin.org/en/news/opendarwin721.html. 2004-08-05. dead. 2004-08-05. 2019-10-07.
- Web site: PureDarwin . April 1, 2024 . April 1, 2024 . https://web.archive.org/web/20240401234001/https://www.puredarwin.org/ . live .
- https://github.com/PureDarwin/PureDarwin/wiki/Xmas PureDarwin Xmas
- Web site: PureDarwin 17.4 Beta . GitHub . PureDarwin . 11 January 2020 . 30 November 2019 . December 13, 2019 . https://web.archive.org/web/20191213013037/https://github.com/PureDarwin/PD-17.4-Beta . live .
- Web site: Security Enhanced Darwin . SEDarwin . January 22, 2007 . https://web.archive.org/web/20111005174023/http://www.sedarwin.org/. October 5, 2011.
- Web site: What's New In Mac OS X: Mac OS X v10.5 . Mac OS X Reference Library . Apple Inc . November 13, 2009 . https://web.archive.org/web/20091208233045/http://developer.apple.com/Mac/library/releasenotes/MacOSX/WhatsNewInOSX/Articles/MacOSX10_5.html. December 8, 2009.
- Web site: L4/Darwin (aka Darbat) . Ertos.nicta.com.au . May 9, 2007 . https://web.archive.org/web/20131219064814/http://www.ertos.nicta.com.au/software/darbat/ . December 19, 2013.
- Web site: Darling: macOS translation layer for Linux . www.darlinghq.org . 11 January 2020 . April 21, 2020 . https://web.archive.org/web/20200421131450/https://www.darlinghq.org/ . live .
- Web site: yuriwho . WirelessDriver Home Page . Wirelessdriver.sourceforge.net . May 5, 2002 . July 12, 2010 . July 28, 2020 . https://web.archive.org/web/20200728200428/http://wirelessdriver.sourceforge.net/ . live .
- Web site: iwi2200 Darwin . . March 27, 2009 . June 13, 2010 . August 18, 2009 . https://web.archive.org/web/20090818023423/http://sourceforge.net/projects/iwi2200/ . live .
- Web site: Port BSD tulip driver(s) to Darwin OS | Download Port BSD tulip driver(s) to Darwin OS software for free at . SourceForge.net . July 12, 2010 . July 16, 2010 . https://web.archive.org/web/20100716175829/http://sourceforge.net/projects/darwin-tulip/ . live .
- Web site: RealTek network driver for Mac OS X/Darwin . . March 15, 2006 . June 3, 2010 . July 24, 2010 . https://web.archive.org/web/20100724204411/http://sourceforge.net/projects/darwin-rtl8139/ . live . Project inactive since March 15, 2006.
- Web site: fansui . RTL8150LMEthernet . SourceForge . August 1, 2007 . June 13, 2010 . etal . September 7, 2008 . https://web.archive.org/web/20080907032303/http://sourceforge.net/projects/rtl8150lm . live .
- Web site: ZyXEL Modem Drivers for OS X/Darwin | Download ZyXEL Modem Drivers for OS X/Darwin software for free at . SourceForge.net . May 14, 2002 . July 12, 2010 . January 7, 2009 . https://web.archive.org/web/20090107024501/http://sourceforge.net/projects/darwinmodems/ . live .
- Web site: Mac OS X PC Card ATA Driver . Pccardata.sourceforge.net . December 20, 2001 . July 12, 2010 . August 5, 2020 . https://web.archive.org/web/20200805235201/http://pccardata.sourceforge.net/ . live .
- Web site: Mac OS X Ext2 Filesystem | Download Mac OS X Ext2 Filesystem software for free at . SourceForge.net . October 14, 2002 . July 12, 2010 . July 22, 2010 . https://web.archive.org/web/20100722030450/http://sourceforge.net/projects/ext2fsx/ . live .
- Web site: ext2 filesystem in user space . . July 14, 2008 . June 13, 2010 . July 26, 2010 . https://web.archive.org/web/20100726001114/http://sourceforge.net/projects/ext2fuse/ . live .
- Web site: DarwinBSD . darwinbsd.tk . 7 April 2023 . March 23, 2023 . https://web.archive.org/web/20230323004704/http://darwinbsd.tk/ . live .