Misplaced Pages

Comparison of BSD operating systems: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editContent deleted Content addedVisualWikitext
Revision as of 22:26, 15 January 2024 editShamuner (talk | contribs)54 editsm Added link← Previous edit Latest revision as of 22:06, 15 December 2024 edit undoGreenC bot (talk | contribs)Bots2,547,810 edits Category:CS1 errors: archive-url 
(30 intermediate revisions by 20 users not shown)
Line 1: Line 1:
{{short description|none}} {{short description|none}}
There are a number of ] ]s based on or descended from the ] (BSD) series of ] variant options. The three most notable descendants in current use are ], ], and ], which are all derived from ] and ]-Lite, by various routes. Both NetBSD and FreeBSD started life in 1993, initially derived from 386BSD, but in 1994 migrated to a 4.4BSD-Lite ]. OpenBSD was ] from NetBSD in 1995. Other notable derivatives include ], which was forked from FreeBSD 4.8, and ]'s ] and ], with its ] base including a large amount of code derived from ]. There are a number of ] ]s based on or descended from the ] (BSD) series of ] variant options. The three most notable descendants in current use are ], ], and ], which are all derived from ] and ]-Lite, by various routes. Both NetBSD and FreeBSD started life in 1993, initially derived from 386BSD, but in 1994 migrated to a 4.4BSD-Lite ]. OpenBSD was ] from NetBSD in 1995. Other notable derivatives include ], which was forked from FreeBSD 4.8.


Most of the current BSD operating systems are ] and available for download, free of charge, under the ], the most notable exceptions being macOS and iOS. They also generally use a ] architecture, apart from macOS, iOS, and DragonFly BSD which feature ]s. The various open source BSD projects generally develop the kernel and ] programs and libraries together, the source code being managed using a single central source repository. Most of the current BSD operating systems are ] and available for download, free of charge, under the ]. They also generally use a ] architecture, apart from DragonFly BSD which feature ]s. The various open source BSD projects generally develop the kernel and ] programs and libraries together, the source code being managed using a single central source repository.


In the past, BSD was also used as a basis for several proprietary versions of UNIX, such as ]'s ], ]'s ], ]'s ], ]'s ] and OSF/1 AXP (which became the now discontinued ]). Parts of NeXT's software became the foundation for macOS which, together with iOS, is among the most commercially successful BSD variants in the general market. In the past, BSD was also used as a basis for several proprietary versions of UNIX, such as ]'s ], ]'s ], ]'s ], ]'s ] and OSF/1 AXP (which became the now discontinued ]).


==Aims and philosophies== ==Aims and philosophies==


===FreeBSD=== ===FreeBSD===
] aims to make an operating system usable for any purpose.<ref>{{cite web | year = 1995–2006 | url = http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/introduction.html#FREEBSD-GOALS | title = Chapter 1 Introduction: 1.2. – What is the goal of the FreeBSD Project? | work = Frequently Asked Questions for FreeBSD 4.X, 5.X, and 6.X | publisher = The FreeBSD Documentation Project | access-date = 2006-04-22}}</ref> It is intended to run a wide variety of applications, be easy to use, contain cutting edge features, and be highly scalable on very high load network servers.<ref>{{cite web | url = http://www.freebsd.org/about.html | title = About FreeBSD | access-date = 2006-10-14 | date = 2006-10-12 | publisher = The FreeBSD Project ] aims to make an operating system usable for any purpose.<ref>{{cite web | year = 1995–2006 | url = http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/introduction.html#FREEBSD-GOALS | title = Chapter 1 Introduction: 1.2. – What is the goal of the FreeBSD Project? | work = Frequently Asked Questions for FreeBSD 4.X, 5.X, and 6.X | publisher = The FreeBSD Documentation Project | access-date = 2006-04-22}}</ref> It is intended to run a wide variety of applications, be easy to use, contain cutting edge features, and be highly scalable, including for network servers with very high loads.<ref>{{cite web | url = http://www.freebsd.org/about.html | title = About FreeBSD | access-date = 2006-10-14 | date = 2006-10-12 | publisher = The FreeBSD Project
}}</ref> FreeBSD is free software, and the project prefers the ]. However, they sometimes accept ]s (NDAs) and include a limited number of nonfree ] (HAL) modules for specific device drivers in their source tree, to support the hardware of companies who do not provide purely libre drivers (such as HALs to program ]s so that vendors do not share their nonfree algorithms). }}</ref> FreeBSD is free software, and the project prefers the ]. However, they sometimes accept ]s (NDAs) and include a limited number of nonfree ] (HAL) modules for specific device drivers in their source tree, to support the hardware of companies who do not provide purely libre drivers (such as HALs to program ]s so that vendors do not share their nonfree algorithms).


To maintain a high level of quality and provide good support for "production quality ] (COTS) workstation, server, and high-end embedded systems", FreeBSD focuses on a narrow set of architectures.<ref>{{cite web | url = http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/archs.html#AEN1248 | title = Support for Multiple Architectures: Statement of General Intent | access-date = 2006-10-14 | work = Committer's Guide | publisher = The FreeBSD Documentation Project To maintain a high level of quality and provide good support for "production quality ] (COTS) workstation, server, and high-end embedded systems", FreeBSD focuses on a narrow set of architectures.<ref>{{cite web | url = http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/archs.html#AEN1248 | title = Support for Multiple Architectures: Statement of General Intent | access-date = 2006-10-14 | work = Committer's Guide | publisher = The FreeBSD Documentation Project
| quote=The FreeBSD Project targets "production quality commercial off-the-shelf (COTS) workstation, server, and high-end embedded systems".}}</ref> A significant focus of development since 2000<ref>{{cite web |url=http://www.informatica.co.cr/unix-scalability/research/2000/0619.html |title=Destabilization due to SMP development |access-date=27 May 2015 |archive-url=https://web.archive.org/web/20150203021917/http://www.informatica.co.cr/unix-scalability/research/2000/0619.html |archive-date=3 February 2015 |url-status=dead }}</ref> has been fine-grained locking and ] scalability. From 2007 on, most of the kernel was fine-locked and scaling improvements started to be seen.<ref>http://people.freebsd.org/~jhb/papers/smp/slides.pdf {{Bare URL PDF|date=March 2022}}</ref> Other recent work includes ] security functionality, such as mandatory access control and security event audit support. | quote=The FreeBSD Project targets "production quality commercial off-the-shelf (COTS) workstation, server, and high-end embedded systems".}}</ref> A significant focus of development since 2000<ref>{{cite web |url=http://www.informatica.co.cr/unix-scalability/research/2000/0619.html |title=Destabilization due to SMP development |access-date=27 May 2015 |archive-url=https://web.archive.org/web/20150203021917/http://www.informatica.co.cr/unix-scalability/research/2000/0619.html |archive-date=3 February 2015 |url-status=dead }}</ref> has been fine-grained locking and ] (SMP) scalability. From 2007 on, most of the kernel was fine-locked and scaling improvements started to be seen.<ref>{{cite web |url=http://people.freebsd.org/~jhb/papers/smp/slides.pdf |title=How SMPng Works and Why It Doesn't Work The Way You Think |first=John |last=Baldwin |date=February 6, 2013}}</ref> Other recent work includes ] security functionality, such as mandatory access control and security event audit support.


'''Derivatives:''' '''Derivatives:'''
Line 20: Line 20:
:*'''FuryBSD''' – a ]-based operating system, founded after Project Trident decided to build on ] instead of ]. Discontinued in October 2020.<ref>{{cite web|title=FuryBSD.org capture from 1st Nov 2020|url=https://www.furybsd.org/|publisher=FuryBSD|archive-url=https://web.archive.org/web/20201101021902/https://www.furybsd.org/|access-date=1 November 2020|archive-date=2020-11-01}}</ref> :*'''FuryBSD''' – a ]-based operating system, founded after Project Trident decided to build on ] instead of ]. Discontinued in October 2020.<ref>{{cite web|title=FuryBSD.org capture from 1st Nov 2020|url=https://www.furybsd.org/|publisher=FuryBSD|archive-url=https://web.archive.org/web/20201101021902/https://www.furybsd.org/|access-date=1 November 2020|archive-date=2020-11-01}}</ref>
:*''']''' – a ]-based operating system with OpenRC and OS packages. :*''']''' – a ]-based operating system with OpenRC and OS packages.
:*''']''' - a FreeBSD-based OS with GNUstep based Desktop Environment :*''']''' a ]-based OS with ] based Desktop Environment
:*''']''' – a ]-based ] operating system distributed with ] hardware. :*''']''' – a ]-based ] operating system distributed with ] hardware.
:*'''NomadBSD''' – a persistent live system for USB flash drives, based on ]. :*'''NomadBSD''' – a persistent live system for USB flash drives, based on ].
Line 29: Line 29:
:*''']''' – HardenedBSD is a security-enhanced fork of ]. :*''']''' – HardenedBSD is a security-enhanced fork of ].
:*'''StarBSD''' – is a Unix-like, server-oriented operating system based on FreeBSD for Mission-Critical Enterprise Environment. :*'''StarBSD''' – is a Unix-like, server-oriented operating system based on FreeBSD for Mission-Critical Enterprise Environment.
:*'''] (previously PC-BSD)''' – was a FreeBSD based ], previously a ]. The project was officially discontinued in May 2020.<ref>{{cite web|title=TrueOS Discontinuation|url=https://www.truenas.com/TrueOS-Discontinuation/|publisher=TrueOS|access-date=5 May 2020}}</ref> :*'''] (previously PC-BSD)''' – a ] based ], previously a ]. The project was officially discontinued in May 2020.<ref>{{cite web|title=TrueOS Discontinuation|url=https://www.truenas.com/TrueOS-Discontinuation/|publisher=TrueOS|access-date=5 May 2020}}</ref>
:*''']''' – a network-attached storage (NAS) server software with a dedicated management web interface. :*''']''' – a network-attached storage (NAS) server software with a dedicated management web interface.
:*''']''' - a GUI-focused system with a ] interface.<ref>{{cite web |url=https://hellosystem.github.io/docs/ |website=helloSystem |access-date=16 October 2021|title=Hello — helloSystem documentation }}</ref> :*''']''' a GUI-focused system with a ] interface.<ref>{{cite web |url=https://hellosystem.github.io/docs/ |website=helloSystem |access-date=16 October 2021|title=Hello — helloSystem documentation }}</ref>
:*'''CheriBSD''' – adapted to support CHERI-MIPS, CHERI-RISC-V, and Arm Morello ISAs.<ref>{{cite web|title=CheriBSD|url=https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/cheribsd.html/|publisher=University of Cambridge|access-date=19 April 2022}}</ref> :*'''CheriBSD''' – adapted to support CHERI-MIPS, CHERI-RISC-V, and Arm Morello ISAs.<ref>{{cite web|title=CheriBSD|url=https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/cheribsd.html/|publisher=University of Cambridge|access-date=19 April 2022}}</ref>


Line 42: Line 42:


===OpenBSD=== ===OpenBSD===
] is a security-focused BSD known for its developers' insistence on extensive, ongoing ]ing for security and correct functionality, a "]" philosophy, good documentation, and adherence to strictly ] licensing. The system incorporates ] that are absent or optional in other versions of BSD. The OpenBSD policy on openness extends to hardware documentation and drivers, since without these, there can be no trust in the correct operation of the kernel and its security, and vendor ]s would be hard to resolve.<ref name="deraadtopencon06">{{cite web ] is a security-focused BSD known for its developers' insistence on extensive, ongoing ]ing for security and correct functionality, a "secure by default" philosophy, good documentation, and adherence to strictly ] licensing. The system incorporates ] that are absent or optional in other versions of BSD. The OpenBSD policy on openness extends to hardware documentation and drivers, since without these, there can be no trust in the correct operation of the kernel and its security, and vendor ]s would be hard to resolve.<ref name="deraadtopencon06">{{cite web
|url = http://www.openbsd.org/papers/opencon06-docs/index.html |url = http://www.openbsd.org/papers/opencon06-docs/index.html
|title = Presentation at OpenCON |title = Presentation at OpenCON
Line 55: Line 55:
OpenBSD emphasizes very high standards in all areas. Security policies include disabling all non-essential services and having sane initial settings; and integrated ] (originally made easier due to relaxed Canadian export laws relative to the United States), ] of all security flaws discovered; thoroughly ] code for bugs and security issues; various security features, including the ] page protection technology and heavy use of randomization to mitigate attacks. Coding approaches include an emphasis on searching for similar issues throughout the ] if any code issue is identified. Concerning software freedom, OpenBSD prefers the ] or ], with the ] acceptable only for existing software which is impractical to replace, such as the ]. NDAs are never considered acceptable. In common with its parent, NetBSD, OpenBSD strives to run on a wide variety of hardware.<ref>{{cite web | date = 2005-10-12 | url = http://www.openbsd.org/goals.html | title = OpenBSD Project Goals | publisher = OpenBSD | access-date = 2006-04-22}}</ref> Where licenses conflict with OpenBSD's philosophy, the OpenBSD team has re-implemented major pieces of software from scratch, which have often become the standard used within other versions of BSD. Examples include the ] ], new ] techniques used to safeguard tools such as ] and ], much of the ] codebase, and replacing GPL licensed tools such as ], ] and ] with ] or ] licensed equivalents. OpenBSD emphasizes very high standards in all areas. Security policies include disabling all non-essential services and having sane initial settings; and integrated ] (originally made easier due to relaxed Canadian export laws relative to the United States), ] of all security flaws discovered; thoroughly ] code for bugs and security issues; various security features, including the ] page protection technology and heavy use of randomization to mitigate attacks. Coding approaches include an emphasis on searching for similar issues throughout the ] if any code issue is identified. Concerning software freedom, OpenBSD prefers the ] or ], with the ] acceptable only for existing software which is impractical to replace, such as the ]. NDAs are never considered acceptable. In common with its parent, NetBSD, OpenBSD strives to run on a wide variety of hardware.<ref>{{cite web | date = 2005-10-12 | url = http://www.openbsd.org/goals.html | title = OpenBSD Project Goals | publisher = OpenBSD | access-date = 2006-04-22}}</ref> Where licenses conflict with OpenBSD's philosophy, the OpenBSD team has re-implemented major pieces of software from scratch, which have often become the standard used within other versions of BSD. Examples include the ] ], new ] techniques used to safeguard tools such as ] and ], much of the ] codebase, and replacing GPL licensed tools such as ], ] and ] with ] or ] licensed equivalents.


OpenBSD prominently notes the success of its security approach on its website home page. {{As of|2018|April}}, only two vulnerabilities have ever been found in its default install (an ] vulnerability found in 2002, and a remote network vulnerability found in 2007) in a period of almost 22 years. According to OpenBSD expert Michael W. Lucas, OpenBSD "is widely regarded as the most secure operating system available anywhere, under any licensing terms."<ref>{{cite book OpenBSD prominently notes the success of its security approach on its website home page. {{As of|2024|July}}, only two vulnerabilities have ever been found in its default install (an ] vulnerability found in 2002, and a remote network vulnerability found in 2007) in a period of almost 22 years. According to OpenBSD expert Michael W. Lucas, OpenBSD "is widely regarded as the most secure operating system available anywhere, under any licensing terms."<ref>{{cite book
| url = https://books.google.com/books?id=WAYvDwAAQBAJ | url = https://books.google.com/books?id=WAYvDwAAQBAJ
| last = Lucas | last = Lucas
Line 74: Line 74:


*'''LibertyBSD''' – Aimed to be a 'deblobbed' version of OpenBSD.<ref>{{cite web |url=https://libertybsd.net/ |title=Liberty BSD |work=libertybsd.net |archive-url=https://archive.today/20180830222805/https://libertybsd.net/ |archive-date=August 30, 2018 |url-status=live}}</ref> There are a number of reasons as to why blobs can be problematic, according to the project.<ref name="kerneltrap/6497">{{cite web |url=http://kerneltrap.org/node/6497 |first=Jeremy |last=Andrews |title=Interview with Jonathan Gray and Damien Bergamini |access-date=2008-01-06 |date=2006-04-19 |publisher=kerneltrap.org |url-status=dead |archive-url=https://web.archive.org/web/20071211025952/http://kerneltrap.org/node/6497 |archive-date=2007-12-11 }}</ref> LibertyBSD began going through the process to become ] ] certified, but ultimately never was accepted.<ref>. ''LibertyBSD''. Retrieved 7 September 2021.</ref> LibertyBSD is no longer actively developed, and the project page directs people instead to ].<ref>{{cite web|last=Levesque|first=Jaidyn|title=LibertyBSD|url=https://libertybsd.net|access-date=2021-09-07|website=LibertyBSD}}</ref> *'''LibertyBSD''' – Aimed to be a 'deblobbed' version of OpenBSD.<ref>{{cite web |url=https://libertybsd.net/ |title=Liberty BSD |work=libertybsd.net |archive-url=https://archive.today/20180830222805/https://libertybsd.net/ |archive-date=August 30, 2018 |url-status=live}}</ref> There are a number of reasons as to why blobs can be problematic, according to the project.<ref name="kerneltrap/6497">{{cite web |url=http://kerneltrap.org/node/6497 |first=Jeremy |last=Andrews |title=Interview with Jonathan Gray and Damien Bergamini |access-date=2008-01-06 |date=2006-04-19 |publisher=kerneltrap.org |url-status=dead |archive-url=https://web.archive.org/web/20071211025952/http://kerneltrap.org/node/6497 |archive-date=2007-12-11 }}</ref> LibertyBSD began going through the process to become ] ] certified, but ultimately never was accepted.<ref>. ''LibertyBSD''. Retrieved 7 September 2021.</ref> LibertyBSD is no longer actively developed, and the project page directs people instead to ].<ref>{{cite web|last=Levesque|first=Jaidyn|title=LibertyBSD|url=https://libertybsd.net|access-date=2021-09-07|website=LibertyBSD}}</ref>
*'''Isotop''',<ref>{{Cite web |last=pavroo |title=Isotop |url=https://archiveos.org/isotop/ |access-date=2022-05-06 |website=ArchiveOS |language=en-US}}</ref> a French project<ref>{{Cite web |title=3hg {{!}} isotop - index |url=https://www.3hg.fr/Isos/isotop/ |access-date=2022-05-06 |website=www.3hg.fr |archive-date=2022-04-01 |archive-url=https://web.archive.org/web/20220401081201/https://www.3hg.fr/Isos/isotop/ |url-status=dead }}</ref> aiming to adapt OpenBSD to desktops and laptops,<ref>{{Cite web |title=DistroWatch.com: Put the fun back into computing. Use Linux, BSD. |url=https://distrowatch.com/weekly.php?issue=20191007#mazon |access-date=2022-05-06 |website=distrowatch.com}}</ref> using ] then ] *'''Isotop''',<ref>{{Cite web |last=pavroo |title=Isotop |url=https://archiveos.org/isotop/ |access-date=2022-05-06 |website=ArchiveOS |date=17 May 2021 |language=en-US}}</ref> a French project<ref>{{Cite web |title=3hg {{!}} isotop - index |url=https://www.3hg.fr/Isos/isotop/ |access-date=2022-05-06 |website=www.3hg.fr |archive-date=2022-04-01 |archive-url=https://web.archive.org/web/20220401081201/https://www.3hg.fr/Isos/isotop/ |url-status=dead }}</ref> aiming to adapt OpenBSD to desktops and laptops,<ref>{{Cite web |title=DistroWatch.com: Put the fun back into computing. Use Linux, BSD. |url=https://distrowatch.com/weekly.php?issue=20191007#mazon |access-date=2022-05-06 |website=distrowatch.com}}</ref> using ] then ]


===DragonFly BSD=== ===DragonFly BSD===
Line 85: Line 85:
Because survey takers were permitted to select more than one answer, the percentages shown in the graph, which are out of the number survey of participants, add up to greater than 100%. If a survey taker filled in more than one choice for "other", this is still only counted as one vote for other on this chart.<ref name="bsdcsurvey" /> Because survey takers were permitted to select more than one answer, the percentages shown in the graph, which are out of the number survey of participants, add up to greater than 100%. If a survey taker filled in more than one choice for "other", this is still only counted as one vote for other on this chart.<ref name="bsdcsurvey" />


Another attempt to profile worldwide BSD usage is the *BSDstats Project, whose primary goal is to demonstrate to hardware vendors the penetration of BSD and viability of hardware drivers for the operating system. The project collects data monthly from any BSD system administrators willing to participate, and currently records the BSD market share of participating FreeBSD, OpenBSD, NetBSD, DragonflyBSD, Debian GNU/kFreeBSD, TrueOS, and MirBSD systems.<ref name="bsdstats">{{cite web | url = http://www.bsdstats.org | title = *BSD Usage Statistics | access-date = 2006-09-30 | publisher = The *BSD Stats Project}}</ref> Another attempt to profile worldwide BSD usage is the *BSDstats Project, whose primary goal is to demonstrate to hardware vendors the penetration of BSD and viability of hardware drivers for the operating system. The project collects data monthly from any BSD system administrators willing to participate, and currently records the BSD market share of participating FreeBSD, OpenBSD, NetBSD, DragonflyBSD, Debian GNU/kFreeBSD, TrueOS, and MirBSD systems.<ref name="bsdstats">{{cite web | archive-url = https://web.archive.org/web/20230930003331/https://bsdstats.org/ | archive-date=30 September 2023| url = http://www.bsdstats.org | title = *BSD Usage Statistics | access-date = 2006-09-30 | publisher = The *BSD Stats Project}}</ref>


In 2020, a new independent project was introduced to collect statistics with the goal of significantly increasing the number of observed parameters.<ref name="bsdhw">{{cite web | url = https://github.com/bsdhw/Trends | title = BSD Hardware Trends | access-date = 2020-06-03 | publisher = BSD Hardware Project}}</ref> In 2020, a new independent project was introduced to collect statistics with the goal of significantly increasing the number of observed parameters.<ref name="bsdhw">{{cite web | url = https://github.com/bsdhw/Trends | title = BSD Hardware Trends | access-date = 2020-06-03 | publisher = BSD Hardware Project}}</ref><ref>{{cite web|url=https://bsd-hardware.info/|title=Hardware for BSD| access-date=12 December 2024|publisher = BSD Hardware Project}}</ref>


], well known in the Linux community and often used as a rough guide to free operating system popularity, publishes page hits for each of the Linux distributions and other operating systems it covers. As of 27 March 2020, using a data span of the last six months it placed FreeBSD in 21st place with 452 hits per day, GhostBSD in 51st place with 243 hits, TrueOS in 54th place with 182 hits per day, DragonflyBSD in 75th place with 180 hits, OpenBSD in 80th place with 169 hits per day and NetBSD in 109th place with 105 hits per day.<ref name="Distrowatch Rankings">{{cite web | year = 2001–2011 | url = http://distrowatch.com/ | title = DistroWatch.com: Put the fun back into computing. | publisher = DistroWatch.com | access-date = 2016-09-04}}</ref> ], well known in the Linux community and often used as a rough guide to free operating system popularity, publishes page hits for each of the Linux distributions and other operating systems it covers. As of 27 March 2020, using a data span of the last six months it placed FreeBSD in 21st place with 452 hits per day, GhostBSD in 51st place with 243 hits, TrueOS in 54th place with 182 hits per day, DragonflyBSD in 75th place with 180 hits, OpenBSD in 80th place with 169 hits per day and NetBSD in 109th place with 105 hits per day.<ref name="Distrowatch Rankings">{{cite web | year = 2001–2011 | url = http://distrowatch.com/ | title = DistroWatch.com: Put the fun back into computing. | publisher = DistroWatch.com | access-date = 2016-09-04}}</ref>
Line 96: Line 96:
{{cite web | year = 1994–2006 | url = http://www.netbsd.org/Misc/about.html#name | title = About the NetBSD Project – Why the name? | publisher = The NetBSD Foundation | access-date = 2006-12-06}}</ref> {{cite web | year = 1994–2006 | url = http://www.netbsd.org/Misc/about.html#name | title = About the NetBSD Project – Why the name? | publisher = The NetBSD Foundation | access-date = 2006-12-06}}</ref>


The first BSD mascot was the ], named after a common type of ] software program, a '']''. FreeBSD still uses the image, a red cartoon ] named Beastie, wielding a pitchfork, as its mascot today. In 2005, after a competition, a stylized version of Beastie's head designed and drawn by Anton Gural was chosen as the FreeBSD logo.<ref> {{Webarchive|url=https://web.archive.org/web/20060413195606/http://logo-contest.freebsd.org/ |date=2006-04-13 }}. The FreeBSD Project. Competition ended 2005-06-30. Retrieved on 2006-04-22.</ref> The FreeBSD slogan is "The Power to Serve." The first BSD mascot was the ], named after a common type of ] software program, a '']''. FreeBSD still uses the image, a red cartoon ] named Beastie, wielding a ], as its mascot today. In 2005, after a competition, a stylized version of Beastie's head designed and drawn by Anton Gural was chosen as the FreeBSD logo.<ref> {{Webarchive|url=https://web.archive.org/web/20060413195606/http://logo-contest.freebsd.org/ |date=2006-04-13 }}. The FreeBSD Project. Competition ended 2005-06-30. Retrieved on 2006-04-22.</ref> The FreeBSD slogan is "The Power to Serve."


The NetBSD flag, designed in 2004 by Grant Bissett, is inspired by the original NetBSD logo,<ref>{{cite web | last = Mueller | first = Shawn | year = 1994 | url = http://www.netbsd.org/images/NetBSD-old.jpg | title = Original NetBSD Logo | publisher = The NetBSD Foundation | access-date = 2006-04-22 | format = ]}} Also see .</ref> designed in 1994 by Shawn Mueller, portraying a number of BSD daemons raising a flag on top of a mound of computer equipment. This was based on a ] photograph, ]. The Board of Directors of The NetBSD Foundation believed this was too complicated, too hard to reproduce and had negative cultural ramifications and was thus not a suitable image for NetBSD in the corporate world. The new, simpler flag design replaced this.<ref>{{cite web | url = http://mail-index.netbsd.org/netbsd-advocacy/2004/01/14/0001.html | title = NetBSD logo design competition | access-date = 2006-04-22 | last = Mewburn | first = Luke | date = 2004-01-14 | publisher = Netbsd-advocacy mailing list}}<br />'''Linked to from:'''<br /> The NetBSD flag, designed in 2004 by Grant Bissett, is inspired by the original NetBSD logo,<ref>{{cite web | last = Mueller | first = Shawn | year = 1994 | url = http://www.netbsd.org/images/NetBSD-old.jpg | title = Original NetBSD Logo | publisher = The NetBSD Foundation | access-date = 2006-04-22 | format = ]}} Also see .</ref> designed in 1994 by Shawn Mueller, portraying a number of BSD daemons raising a flag on top of a mound of computer equipment. This was based on a ] photograph, ]. The Board of Directors of The NetBSD Foundation believed this was too complicated, too hard to reproduce and had negative cultural ramifications and was thus not a suitable image for NetBSD in the corporate world. The new, simpler flag design replaced this.<ref>{{cite web | url = http://mail-index.netbsd.org/netbsd-advocacy/2004/01/14/0001.html | title = NetBSD logo design competition | access-date = 2006-04-22 | last = Mewburn | first = Luke | date = 2004-01-14 | publisher = Netbsd-advocacy mailing list}}<br />'''Linked to from:'''<br />
Line 109: Line 109:
]'s slogan is "For the little BSD in all of us," and its logo includes a version of FreeBSD's Beastie as a child,<ref>{{cite web | url = http://people.freebsd.org/~picobsd/images/picobsdbanner.gif | title = PicoBSD Banner – For the little BSD in all of us | format = ] | publisher = The FreeBSD Project | access-date = 2006-04-22 |archive-url = https://web.archive.org/web/20060503041952/http://people.freebsd.org/~picobsd/images/picobsdbanner.gif |archive-date = 2006-05-03}}</ref> showing its close connection to FreeBSD, and the minimal amount of code needed to run as a ]. ]'s slogan is "For the little BSD in all of us," and its logo includes a version of FreeBSD's Beastie as a child,<ref>{{cite web | url = http://people.freebsd.org/~picobsd/images/picobsdbanner.gif | title = PicoBSD Banner – For the little BSD in all of us | format = ] | publisher = The FreeBSD Project | access-date = 2006-04-22 |archive-url = https://web.archive.org/web/20060503041952/http://people.freebsd.org/~picobsd/images/picobsdbanner.gif |archive-date = 2006-05-03}}</ref> showing its close connection to FreeBSD, and the minimal amount of code needed to run as a ].


A number of BSD OSes use stylized version of their respective names for logos. This includes macOS, TrueOS, GhostBSD, DesktopBSD, ClosedBSD,<ref>{{cite web | url = http://www.closedbsd.org/images/logo.jpg | title = ClosedBSD logo A number of BSD OSes use stylized version of their respective names for logos. This includes TrueOS, GhostBSD, DesktopBSD, ClosedBSD,<ref>{{cite web | url = http://www.closedbsd.org/images/logo.jpg | title = ClosedBSD logo
| format = JPEG | access-date = 2006-10-14 | archive-url = https://web.archive.org/web/20050306153339/http://www.closedbsd.org/images/logo.jpg | format = JPEG | access-date = 2006-10-14 | archive-url = https://web.archive.org/web/20050306153339/http://www.closedbsd.org/images/logo.jpg
| archive-date=2005-03-06}} Original last retrieved on 2006-04-22.</ref> and ].<ref>{{cite web | url = http://www.microbsd.net/images/logo.png | title = MicroBSD logo – The small secure unix like OS | format = PNG | access-date = 2006-04-22 | archive-url = https://web.archive.org/web/20060425092758/http://www.microbsd.net/images/logo.png | archive-date = 2006-04-25 | url-status = dead }}</ref> TrueOS's slogan is "Personal computing, served up BSD style!", GhostBSD's "A simple, secure BSD served on a Desktop." DesktopBSD's "A Step Towards BSD on the Desktop." MicroBSD's slogan is "The small secure unix like OS." | archive-date=2005-03-06}} Original last retrieved on 2006-04-22.</ref> and ].<ref>{{cite web | url = http://www.microbsd.net/images/logo.png | title = MicroBSD logo – The small secure unix like OS | format = PNG | access-date = 2006-04-22 | archive-url = https://web.archive.org/web/20060425092758/http://www.microbsd.net/images/logo.png | archive-date = 2006-04-25 | url-status = dead }}</ref> TrueOS's slogan is "Personal computing, served up BSD style!", GhostBSD's "A simple, secure BSD served on a Desktop." DesktopBSD's "A Step Towards BSD on the Desktop." MicroBSD's slogan is "The small secure unix like OS."
Line 131: Line 131:
! scope="col" rowspan="2" | Short description ! scope="col" rowspan="2" | Short description
|- |-
!scope="col" | Version ! scope="col" | Version
!scope="col" | Release Date ! scope="col" | Release Date
|- |-
!scope="row"| ] ! scope="row"| ]
| The ] Project | The ] Project
| 1993-12-01 | 1993-12-01
Line 145: Line 145:
| Aims to be usable for any purpose. | Aims to be usable for any purpose.
|- |-
!scope="row"| ] ! scope="row"| ]
| The ] Project | The ] Project
| 1996-09-01 | 1996-09-01
| ] | ]
| 7.4 | 7.5
| 2023-10-16<ref>{{cite web |title=OpenBSD 7.4 |url=https://www.openbsd.org/74.html |access-date=18 August 2023 |website=OpenBSD}}</ref> | 2024-04-05<ref>{{cite web |title=OpenBSD 7.5 |url=https://www.openbsd.org/75.html |access-date=17 April 2024 |website=OpenBSD}}</ref>
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
Line 156: Line 156:
| Aims for maximum correctness in code, bringing simplicity and security. | Aims for maximum correctness in code, bringing simplicity and security.
|- |-
!scope="row"| ] ! scope="row"| ]
| The ] Project | The ] Project
| 1993-04-19 | 1993-04-19
| ], ]-Lite | ], ]-Lite
| 9.3 | 10.0
| 2024-03-28<ref>{{cite web | url=https://www.netbsd.org/releases/formal-10/NetBSD-10.0.html | title=Announcing NetBSD 10.0 (Mar 28, 2024) }}</ref>
| 2022-08-04
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
Line 167: Line 167:
| Aims for maximum portability. | Aims for maximum portability.
|- |-
!scope="row"| ] ! scope="row"| ]
| ] | ]
| 2004-07-12 | 2004-07-12
| ] 4.8 | ] 4.8
| 6.4.0 | 6.4.0
| 2022-12-30<ref>{{cite web|url=https://www.dragonflybsd.org/release64/|title=DragonFly BSD 6.4|website=Dragonfly BSD|access-date=2023-10-13}}</ref> | 2022-12-30<ref>{{cite web |url=https://www.dragonflybsd.org/release64/ |title=DragonFly BSD 6.4 |website=Dragonfly BSD |access-date=2023-10-13}}</ref>
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
Line 178: Line 178:
| Aims for maximum scalability. | Aims for maximum scalability.
|- |-
!scope="row"| ]{{r|group=Note|a1}} ! scope="row"| ]{{r|group=Note|a1}}
| ] and ] | ] and ]
| 1992-03-01 | 1992-03-01
Line 185: Line 185:
| 2016-08-05 | 2016-08-05
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| Open source general purpose | Open source general purpose
| Historical | Historical
|- |-
!scope="row"| ] (BSD/386){{r|group=Note|a1}} ! scope="row"| ] (BSD/386){{r|group=Note|a1}}
| ], ] | ], ]
| 1993-03-01 | 1993-03-01
Line 200: Line 200:
| Historical | Historical
|- |-
!scope="row"| ]{{r|group=Note|a1}}{{r|group=Note|a2}} ! scope="row"| ]{{r|group=Note|a1}}{{r|group=Note|a2}}
| ] | ]
| 1982 | 1982
Line 211: Line 211:
| Historical (] is a different code base) | Historical (] is a different code base)
|- |-
!scope="row"| ]{{r|group=Note|a1}} ! scope="row"| ]{{r|group=Note|a1}}
| ] | ]
| 1984 | 1984
Line 222: Line 222:
| Historical (ran on ] ] & ] systems or ]s). | Historical (ran on ] ] & ] systems or ]s).
|- |-
!scope="row"|] ! scope="row"|]
|] | ]
|1988 | 1988
|4.3 BSD, ] | 4.3 BSD, ]
|1.31c | 1.31c
|1993-09-07 | 1993-09-07
|{{No|Cost}} £1000 GBP (Approx $1400) | {{No|Cost}} £1000 GBP (Approx $1400)
|{{Nonfree|]}} | {{Nonfree|]}}
|] | ]
|Historical (ran on ] and R series Workstations) | Historical (ran on ] and R series Workstations)
|- |-
!scope="row"| ] (DEC OSF/1, Digital UNIX) ! scope="row"| ] (DEC OSF/1, Digital UNIX)
| ], ], ] | ], ], ]
| 1993 | 1993
Line 244: Line 244:
| Only runs on ] systems or ]s. | Only runs on ] systems or ]s.
|- |-
!scope="row"| ] ! scope="row"| ]
| ]
| 2001-03-24
| ]
| ]
| 2023-01-18
| {{No|Included with hardware, No-charge updates}}
| ] core system (see Darwin) with ] higher level API layers locking to Apple hardware
| ], Home Desktop, ]
| Ships with Apple ], locked for use with Apple hardware only
|-
!scope="row"| ]
| ]
| 2007-06-01
| ]
|
| 2023-01-18
| {{No|Included with hardware, No-charge updates}}
| ] core system (see Darwin) with ] higher level API layers locking to Apple hardware
| ] ]
| Ships with Apple ]
|-
!scope="row"| ]
|]
|2019-09-24
|]
|
|2023-01-18
| {{No|Included with hardware, No-charge updates}}
|] core system (see Darwin) with ] higher level API layers locking to Apple hardware
|] ]
|Ships with Apple ]
|-
!scope="row"| ]
|]
|2015-10-29
|]
|
|2023-01-18
| {{No|Included with hardware, No-charge updates}}
|] core system (see Darwin) with ] higher level API layers locking to Apple hardware
|
|Ships with ]
|-
!scope="row"| ]
|]
|2015-04-24
|]
|
|2023-01-18
| {{No|Included with hardware, No-charge updates}}
|] core system (see Darwin) with ] higher level API layers locking to Apple hardware
|] ]
|Ships with ]
|-
!scope="row"| ]
| ] | ]
| 2001-03-01 | 2001-03-01
Line 310: Line 255:
| The kernel and certain userland components of ] and ] | The kernel and certain userland components of ] and ]
|- |-
!scope="row"| ] ! scope="row"| ]
| ] | ]
| 2006-04-29 | 2006-04-29
Line 317: Line 262:
| 2018-12-15 | 2018-12-15
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
|] | ]
| Easy to use while maintaining full use of FreeBSD base | Easy to use while maintaining full use of FreeBSD base
|- |-
!scope="row"| ] ! scope="row"| ]
| Eric Turgeon | Eric Turgeon
| 2009-11-01 | 2009-11-01
| ] | ]
| 23.06.01 | 24.01.1
| 2023-06-23 | 2024-02-13
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| Desktop, ] | Desktop, ]
| Easy to use, full FreeBSD w/ ], ], ], ] or ]. | Easy to use, full FreeBSD w/ ], ], ], ] or ].
|- |-
!scope="row"| FuryBSD ! scope="row"| FuryBSD
| Joe Maloney | Joe Maloney
| 2019-10-24 | 2019-10-24
Line 339: Line 284:
| 2019-12-02 | 2019-12-02
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| Desktop, ] | Desktop, ]
| Easy to use, full FreeBSD w/ ] or ]. | Easy to use, full FreeBSD w/ ] or ].
|- |-
!scope="row"| ] ! scope="row"| ]
| Peter Hofer, Daniel Seuffert | Peter Hofer, Daniel Seuffert
| 2005-07-25 | 2005-07-25
Line 350: Line 295:
| 2009-09-07 | 2009-09-07
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| Desktop | Desktop
| Easy to use | Easy to use
|- |-
!scope="row"| ClosedBSD ! scope="row"| ClosedBSD
| Joshua Bergeron and | Joshua Bergeron and
| {{dunno}} | {{dunno}}
Line 365: Line 310:
| firewall/], boot floppy, ] | firewall/], boot floppy, ]
|- |-
!scope="row"| ] ! scope="row"| ]
| {{dunno}} | {{dunno}}
| {{dunno}} | {{dunno}}
Line 376: Line 321:
| colspan="2" |] of FreeBSD. DistroWatch lists as discontinued. | colspan="2" |] of FreeBSD. DistroWatch lists as discontinued.
|- |-
!scope="row"| ] ! scope="row"| ]
| Michael Bialecki | Michael Bialecki
| {{dunno}} | {{dunno}}
Line 383: Line 328:
| {{dunno}} | {{dunno}}
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| boot floppy | boot floppy
| {{dunno}} | {{dunno}}
|- |-
!scope="row"| ] ! scope="row"| ]
| {{dunno}} | {{dunno}}
| 2005-01-01 | 2005-01-01
Line 398: Line 343:
| ] | ]
|- |-
!scope="row"| ] ! scope="row"| ]
| The MirOS Project | The MirOS Project
| {{dunno}} | {{dunno}}
Line 409: Line 354:
| European | European
|- |-
!scope="row"| ekkoBSD{{r|group=Note|a1}} ! scope="row"| ekkoBSD{{r|group=Note|a1}}
| Rick Collette | Rick Collette
| {{dunno}} | {{dunno}}
Line 420: Line 365:
| easy to administer | easy to administer
|- |-
!scope="row"| ]{{r|group=Note|a1}} ! scope="row"| ]{{r|group=Note|a1}}
| Bulgarians | Bulgarians
| {{dunno}} | {{dunno}}
Line 431: Line 376:
| Small, secure | Small, secure
|- |-
!scope="row"| ] ! scope="row"| ]
| Gabriel Paderni | Gabriel Paderni
| {{dunno}} | {{dunno}}
Line 442: Line 387:
| DistroWatch lists as discontinued. | DistroWatch lists as discontinued.
|- |-
!scope="row"| ] ! scope="row"| ]
| ] developers | ] developers
| {{dunno}} | {{dunno}}
Line 453: Line 398:
| uses Gentoo framework | uses Gentoo framework
|- |-
!scope="row"| ] ! scope="row"| ]
| ] developers | ] developers
| {{dunno}} | {{dunno}}
Line 464: Line 409:
| uses Gentoo framework | uses Gentoo framework
|- |-
!scope="row"| ] ! scope="row"| ]
| ] developers | ] developers
| {{dunno}} | {{dunno}}
Line 475: Line 420:
| uses Gentoo framework | uses Gentoo framework
|- |-
!scope="row"| Gentoo/DragonflyBSD ! scope="row"| Gentoo/DragonflyBSD
| Robert Sebastian Gerus (project not yet officially supported by Gentoo) | Robert Sebastian Gerus (project not yet officially supported by Gentoo)
| {{dunno}} | {{dunno}}
Line 486: Line 431:
| uses Gentoo framework | uses Gentoo framework
|- |-
!scope="row"| ] ! scope="row"| ]
| The team | The team
| 2011-02-06 | 2011-02-06
Line 497: Line 442:
| GNU userspace on FreeBSD kernel | GNU userspace on FreeBSD kernel
|- |-
!scope="row"| ] ! scope="row"| ]
| The team | The team
| Abandoned | Abandoned
Line 508: Line 453:
| GNU userspace on NetBSD kernel | GNU userspace on NetBSD kernel
|- |-
!scope="row"| ]<ref>{{cite web |url=http://www.midnightbsd.org/news/ |title=MidnightBSD News |access-date=27 May 2015}}</ref> ! scope="row"| ]<ref>{{cite web |url=http://www.midnightbsd.org/news/ |title=MidnightBSD News |access-date=27 May 2015}}</ref>
| Lucas Holt | Lucas Holt
| 2007-08-04 | 2007-08-04
Line 515: Line 460:
| 2023-04-03 | 2023-04-03
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| Desktop | Desktop
| ] based Desktop Environment | ] based Desktop Environment
|- |-
!scope="row"| NomadBSD<ref>{{cite web |url=https://nomadbsd.org/ |title=NomadBSD |access-date=13 October 2023}}</ref> ! scope="row"| NomadBSD<ref>{{cite web |url=https://nomadbsd.org/ |title=NomadBSD |access-date=24 February 2024}}</ref>
| The NomadBSD Team | The NomadBSD Team
| 2018-03-25 | 2018-03-25
| ] | ]
| 140R-20240126
| 131R-20221130
| 2022-12-04<ref>{{cite web |url=https://nomadbsd.org/#20221204 |title=NomadBSD 131R-20221130 is now available! |access-date=13 October 2013}}</ref> | 2024-01-26<ref>{{cite web |url=https://nomadbsd.org/#20240130 |title=NomadBSD 140R-20240126 is now available! |access-date=24 February 2024}}</ref>
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| ]
| Desktop
| ] based Desktop Environment | ] based Desktop Environment
|- |-
!scope="row"| ] ! scope="row"| ]
| |
| 2006-10-04 | 2006-10-04
Line 537: Line 482:
| 2023-06-29 | 2023-06-29
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| Security appliance | Security appliance
| firewall/], ] | firewall/], ]
|- |-
!scope="row"| ] ! scope="row"| ]
| |
| 2015-01-02 | 2015-01-02
Line 548: Line 493:
| 2023-09-26 | 2023-09-26
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| Security appliance | Security appliance
| firewall/], ] | firewall/], ]
|- |-
!scope="row"| Paxym FreeBSD for Octeon ! scope="row"| Paxym FreeBSD for Octeon
| Paxym Inc. | Paxym Inc.
| 2007-12-11 | 2007-12-11
Line 561: Line 506:
| {{Nonfree|]}} | {{Nonfree|]}}
| Network, Storage, Security Applications: Routers/UTM/Firewall/NAS | Network, Storage, Security Applications: Routers/UTM/Firewall/NAS
| For ] Octeon ] multicore processors<ref>{{cite web |url=http://www.paxym.com/FreeBSD.html|title=Paxym – FreeBSD for OCTEON CPU |access-date=27 May 2015}}</ref> | For ] Octeon ] multicore processors<ref>{{cite web |url=http://www.paxym.com/FreeBSD.html |title=Paxym – FreeBSD for OCTEON CPU |access-date=27 May 2015}}</ref>
|- |-
! scope="row"| KarmaBSD<ref>{{cite web |url=http://www.freebsd.nfo.sk/opbsd/karmabsdeng.htm |title=One Floppy OpenBSD MP3 Player |access-date=27 May 2015 |archive-date=3 December 2013 |archive-url=https://web.archive.org/web/20131203001130/http://www.freebsd.nfo.sk/opbsd/karmabsdeng.htm |url-status=dead }}</ref>
!scope="row"| ]
|
| {{dunno}}
| ] 8
| {{dunno}}
| {{dunno}}
| {{Yes|Free}}
| ]
| ] multipurpose
|
|-
!scope="row"| KarmaBSD<ref>{{cite web |url=http://www.freebsd.nfo.sk/opbsd/karmabsdeng.htm |title=One Floppy OpenBSD MP3 Player |access-date=27 May 2015 |archive-date=3 December 2013 |archive-url=https://web.archive.org/web/20131203001130/http://www.freebsd.nfo.sk/opbsd/karmabsdeng.htm |url-status=dead }}</ref>
| |
| {{dunno}} | {{dunno}}
Line 585: Line 519:
| |
|- |-
!scope="row"| Jibbed<ref></ref> ! scope="row"| Jibbed<ref></ref>
| |
| |
Line 592: Line 526:
| |
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| |
| colspan="2" |] of NetBSD | colspan="2" |] of NetBSD
|- |-
!scope="row"| ] ! scope="row"| ]
| The Bitrig Developers | The Bitrig Developers
| 2014-11-25 | 2014-11-25
Line 603: Line 537:
| 2014-11-25 | 2014-11-25
| {{Yes|Free}} | {{Yes|Free}}
| ] | ]
| General Purpose | General Purpose
| Focus on modern platforms and tools | Focus on modern platforms and tools
|- |-
|- |-
!scope="row"| StarBSD ! scope="row"| StarBSD
| digital IXI Corp | digital IXI Corp
| 2009-12-01 | 2009-12-01
Line 619: Line 553:
| Aims for maximum scalability. | Aims for maximum scalability.
|- |-
!scope="row"| ! scope="row"|
!scope="row"| Developer ! scope="row"| Developer
!scope="row"| First public release ! scope="row"| First public release
!scope="row"| Based on ! scope="row"| Based on
!scope="row"| Version ! scope="row"| Version
!scope="row"| Release Date ! scope="row"| Release Date
!scope="row"| Cost (]) ! scope="row"| Cost (])
!scope="row"| Preferred ] ! scope="row"| Preferred ]
!scope="row"| Purpose ! scope="row"| Purpose
!scope="row"| Short description ! scope="row"| Short description
|} |}
{{reflist|group=Note|refs= {{reflist|group=Note|refs=

Latest revision as of 22:06, 15 December 2024

There are a number of Unix-like operating systems based on or descended from the Berkeley Software Distribution (BSD) series of Unix variant options. The three most notable descendants in current use are FreeBSD, OpenBSD, and NetBSD, which are all derived from 386BSD and 4.4BSD-Lite, by various routes. Both NetBSD and FreeBSD started life in 1993, initially derived from 386BSD, but in 1994 migrated to a 4.4BSD-Lite code base. OpenBSD was forked from NetBSD in 1995. Other notable derivatives include DragonFly BSD, which was forked from FreeBSD 4.8.

Most of the current BSD operating systems are open source and available for download, free of charge, under the BSD License. They also generally use a monolithic kernel architecture, apart from DragonFly BSD which feature hybrid kernels. The various open source BSD projects generally develop the kernel and userland programs and libraries together, the source code being managed using a single central source repository.

In the past, BSD was also used as a basis for several proprietary versions of UNIX, such as Sun's SunOS, Sequent's Dynix, NeXT's NeXTSTEP, DEC's Ultrix and OSF/1 AXP (which became the now discontinued Tru64 UNIX).

Aims and philosophies

FreeBSD

FreeBSD aims to make an operating system usable for any purpose. It is intended to run a wide variety of applications, be easy to use, contain cutting edge features, and be highly scalable, including for network servers with very high loads. FreeBSD is free software, and the project prefers the FreeBSD license. However, they sometimes accept non-disclosure agreements (NDAs) and include a limited number of nonfree hardware abstraction layer (HAL) modules for specific device drivers in their source tree, to support the hardware of companies who do not provide purely libre drivers (such as HALs to program software-defined radios so that vendors do not share their nonfree algorithms).

To maintain a high level of quality and provide good support for "production quality commercial off-the-shelf (COTS) workstation, server, and high-end embedded systems", FreeBSD focuses on a narrow set of architectures. A significant focus of development since 2000 has been fine-grained locking and symmetric multiprocessing (SMP) scalability. From 2007 on, most of the kernel was fine-locked and scaling improvements started to be seen. Other recent work includes Common Criteria security functionality, such as mandatory access control and security event audit support.

Derivatives:

NetBSD

NetBSD aims to provide a freely redistributable operating system that professionals, hobbyists, and researchers can use in any manner they wish. The main focus is portability, through the use of clear distinctions between machine-dependent and machine-independent code. It runs on a wide variety of 32-bit and 64-bit processor architectures and hardware platforms, and is intended to interoperate well with other operating systems. NetBSD places emphasis on correct design, well-written code, stability, and efficiency, where practical, close compliance with open API and protocol standards is also aimed for. In June 2008, the NetBSD Foundation moved to a two-clause BSD license, citing changes at UCB and industry applicability. NPF is a project spawned by NetBSD.

Derivatives:

  • OS108 – system with graphical desktop environment based on NetBSD.

OpenBSD

OpenBSD is a security-focused BSD known for its developers' insistence on extensive, ongoing code auditing for security and correct functionality, a "secure by default" philosophy, good documentation, and adherence to strictly open source licensing. The system incorporates numerous security features that are absent or optional in other versions of BSD. The OpenBSD policy on openness extends to hardware documentation and drivers, since without these, there can be no trust in the correct operation of the kernel and its security, and vendor software bugs would be hard to resolve.

OpenBSD emphasizes very high standards in all areas. Security policies include disabling all non-essential services and having sane initial settings; and integrated cryptography (originally made easier due to relaxed Canadian export laws relative to the United States), full public disclosure of all security flaws discovered; thoroughly auditing code for bugs and security issues; various security features, including the W^X page protection technology and heavy use of randomization to mitigate attacks. Coding approaches include an emphasis on searching for similar issues throughout the code base if any code issue is identified. Concerning software freedom, OpenBSD prefers the BSD or ISC license, with the GPL acceptable only for existing software which is impractical to replace, such as the GNU Compiler Collection. NDAs are never considered acceptable. In common with its parent, NetBSD, OpenBSD strives to run on a wide variety of hardware. Where licenses conflict with OpenBSD's philosophy, the OpenBSD team has re-implemented major pieces of software from scratch, which have often become the standard used within other versions of BSD. Examples include the pf packet filter, new privilege separation techniques used to safeguard tools such as tcpdump and tmux, much of the OpenSSH codebase, and replacing GPL licensed tools such as diff, grep and pkg-config with ISC or BSD licensed equivalents.

OpenBSD prominently notes the success of its security approach on its website home page. As of July 2024, only two vulnerabilities have ever been found in its default install (an OpenSSH vulnerability found in 2002, and a remote network vulnerability found in 2007) in a period of almost 22 years. According to OpenBSD expert Michael W. Lucas, OpenBSD "is widely regarded as the most secure operating system available anywhere, under any licensing terms."

OpenBSD has spawned numerous child projects such as OpenSSH, OpenNTPD, OpenBGPD, OpenSMTPD, PF, CARP, and LibreSSL. Many of these are designed to replace restricted alternatives.

Derivatives:

  • LibertyBSD – Aimed to be a 'deblobbed' version of OpenBSD. There are a number of reasons as to why blobs can be problematic, according to the project. LibertyBSD began going through the process to become Free Software Foundation FSDG certified, but ultimately never was accepted. LibertyBSD is no longer actively developed, and the project page directs people instead to HyperbolaBSD.
  • Isotop, a French project aiming to adapt OpenBSD to desktops and laptops, using xfce then dwm

DragonFly BSD

DragonFly BSD aims to be inherently easy to understand and develop for multi-processor infrastructures. The main goal of the project, forked from FreeBSD 4.8, is to radically change the kernel architecture, introducing microkernel-like message passing which will enhance scaling and reliability on symmetric multiprocessing (SMP) platforms while also being applicable to NUMA and clustered systems. The long-term goal is to provide a transparent single system image in clustered environments. DragonFly BSD originally supported both the IA-32 and x86-64 platforms, however support for IA-32 was dropped in version 4.0. Matthew Dillon, the founder of DragonFly BSD, believes supporting fewer platforms makes it easier for a project to do a proper, ground-up symmetric multiprocessing implementation.

Popularity

Bar chart showing the proportion of users of each BSD variant from a BSD usage survey from September 2005.

In September 2005, the BSD Certification Group, after advertising on a number of mailing lists, surveyed 4,330 BSD users, 3,958 of whom took the survey in English, to assess the relative popularity of the various BSD operating systems. About 77% of respondents used FreeBSD, 33% used OpenBSD, 16% used NetBSD, 2.6% used Dragonfly, and 6.6% used other (potentially non-BSD) systems. Other languages offered were Brazilian and European Portuguese, German, Italian, and Polish. Note that there was no control group or pre-screening of the survey takers. Those who checked "Other" were asked to specify that operating system.

Because survey takers were permitted to select more than one answer, the percentages shown in the graph, which are out of the number survey of participants, add up to greater than 100%. If a survey taker filled in more than one choice for "other", this is still only counted as one vote for other on this chart.

Another attempt to profile worldwide BSD usage is the *BSDstats Project, whose primary goal is to demonstrate to hardware vendors the penetration of BSD and viability of hardware drivers for the operating system. The project collects data monthly from any BSD system administrators willing to participate, and currently records the BSD market share of participating FreeBSD, OpenBSD, NetBSD, DragonflyBSD, Debian GNU/kFreeBSD, TrueOS, and MirBSD systems.

In 2020, a new independent project was introduced to collect statistics with the goal of significantly increasing the number of observed parameters.

DistroWatch, well known in the Linux community and often used as a rough guide to free operating system popularity, publishes page hits for each of the Linux distributions and other operating systems it covers. As of 27 March 2020, using a data span of the last six months it placed FreeBSD in 21st place with 452 hits per day, GhostBSD in 51st place with 243 hits, TrueOS in 54th place with 182 hits per day, DragonflyBSD in 75th place with 180 hits, OpenBSD in 80th place with 169 hits per day and NetBSD in 109th place with 105 hits per day.

Names, logos, slogans

The names FreeBSD and OpenBSD are references to software freedom: both in cost and open source. NetBSD's name is a tribute to the Internet, which brought the original developers together.

The first BSD mascot was the BSD daemon, named after a common type of Unix software program, a daemon. FreeBSD still uses the image, a red cartoon daemon named Beastie, wielding a pitchfork, as its mascot today. In 2005, after a competition, a stylized version of Beastie's head designed and drawn by Anton Gural was chosen as the FreeBSD logo. The FreeBSD slogan is "The Power to Serve."

The NetBSD flag, designed in 2004 by Grant Bissett, is inspired by the original NetBSD logo, designed in 1994 by Shawn Mueller, portraying a number of BSD daemons raising a flag on top of a mound of computer equipment. This was based on a World War II photograph, Raising the Flag on Iwo Jima. The Board of Directors of The NetBSD Foundation believed this was too complicated, too hard to reproduce and had negative cultural ramifications and was thus not a suitable image for NetBSD in the corporate world. The new, simpler flag design replaced this. The NetBSD slogan is "Of course it runs NetBSD", referring to the operating system's portability.

Originally, OpenBSD used the BSD daemon as a mascot, sometimes with an added halo as a distinguishing mark, but OpenBSD later replaced its BSD daemon with Puffy. Although Puffy is usually referred to as a pufferfish, the spikes on the cartoon images give him a closer likeness to the porcupinefish. The logo is a reference to the fish's defensive capabilities and to the Blowfish cryptography algorithm used in OpenSSH. OpenBSD also has a number of slogans including "Secure by default", which was used in the first OpenBSD song, "E-railed", and "Free, Functional & Secure", and OpenBSD has released at least one original song with every release since 3.0.

The DragonFly BSD logo, designed by Joe Angrisano, is a dragonfly named Fred. A number of unofficial logos by various authors also show the dragonfly or stylized versions of it. DragonFly BSD considers itself to be "the logical continuation of the FreeBSD 4.x series." FireflyBSD has a similar logo, a firefly, showing its close relationship to DragonFly BSD. In fact, the FireflyBSD website states that proceeds from sales will go to the development of DragonFly BSD, suggesting that the two may in fact be very closely related.

PicoBSD's slogan is "For the little BSD in all of us," and its logo includes a version of FreeBSD's Beastie as a child, showing its close connection to FreeBSD, and the minimal amount of code needed to run as a Live CD.

A number of BSD OSes use stylized version of their respective names for logos. This includes TrueOS, GhostBSD, DesktopBSD, ClosedBSD, and MicroBSD. TrueOS's slogan is "Personal computing, served up BSD style!", GhostBSD's "A simple, secure BSD served on a Desktop." DesktopBSD's "A Step Towards BSD on the Desktop." MicroBSD's slogan is "The small secure unix like OS."

MirOS's site collects a variety of BSD mascots and Tux, the Linux mascot, together, illustrating the project's aim of supporting both BSD and Linux kernels. MirOS's slogan is "a wonderful operating system for a world of peace."

General information

Overview of BSD versions
Name Primary developers First public release Based on Latest stable version Cost (USD) Preferred license Purpose Short description
Version Release Date
FreeBSD The FreeBSD Project 1993-12-01 386BSD, 4.4BSD-Lite 14 2023-11-20 Free Simplified BSD Server, Workstation, Network Appliance, Embedded Aims to be usable for any purpose.
OpenBSD The OpenBSD Project 1996-09-01 NetBSD 1.0 7.5 2024-04-05 Free ISC Server, Workstation, Network Appliance, Embedded Aims for maximum correctness in code, bringing simplicity and security.
NetBSD The NetBSD Project 1993-04-19 386BSD, 4.4BSD-Lite 10.0 2024-03-28 Free Simplified BSD Server, Workstation, Network Appliance, Embedded Aims for maximum portability.
DragonFly BSD Matt Dillon 2004-07-12 FreeBSD 4.8 6.4.0 2022-12-30 Free Modified BSD Server, Workstation, Network Appliance, Embedded Aims for maximum scalability.
386BSD William and Lynne Jolitz 1992-03-01 4.3BSD Net/2 2.0 2016-08-05 Free BSD Open source general purpose Historical
BSD/OS (BSD/386) BSDi, Wind River Systems 1993-03-01 4.3BSD Net/2, 4.4BSD 5.1 2003-10-01 ? Proprietary General purpose Historical
SunOS Sun Microsystems 1982 4.xBSD, UNIX System V 4.1.4 1994-11-01 Included in hardware and support charges Proprietary Server, Workstation Historical (Solaris is a different code base)
Ultrix Digital Equipment Corporation 1984 4.2BSD, SVR2 4.5 1995 ? Proprietary General Purpose Historical (ran on DEC VAX & MIPS systems or emulators).
RISCiX Acorn Computers 1988 4.3 BSD, Unix System V 1.31c 1993-09-07 Cost £1000 GBP (Approx $1400) Proprietary Workstation Historical (ran on Archimedes and R series Workstations)
Tru64 UNIX (DEC OSF/1, Digital UNIX) DEC, Compaq, HP 1993 4.3BSD, 4.4BSD, Mach 2.5, UNIX System V 5.1B-6 2010-10-01 Cost $99 (non-commercial) Proprietary General Purpose Only runs on HP Alpha systems or emulators.
Darwin Apple Inc. 2001-03-01 NeXTSTEP, FreeBSD, classic Mac OS 22.5.0 2023-05-18 Free APSL, GPL and others Workstation, Home Desktop, Server The kernel and certain userland components of macOS and iOS
TrueOS iXsystems, Inc. 2006-04-29 FreeBSD 18.12 2018-12-15 Free BSD Server Easy to use while maintaining full use of FreeBSD base
GhostBSD Eric Turgeon 2009-11-01 FreeBSD 24.01.1 2024-02-13 Free BSD Desktop, Workstation Easy to use, full FreeBSD w/ GNOME, Mate, Xfce, LXDE or Openbox.
FuryBSD Joe Maloney 2019-10-24 FreeBSD
12.1-2020090701 (2020Q3)
2019-12-02 Free BSD Desktop, Workstation Easy to use, full FreeBSD w/ Xfce or KDE.
DesktopBSD Peter Hofer, Daniel Seuffert 2005-07-25 FreeBSD 1.7 2009-09-07 Free BSD Desktop Easy to use
ClosedBSD Joshua Bergeron and various contributors ? FreeBSD 1.0B (floppy), 1.0-RC1 (CD) ? Free Proprietary ? firewall/NAT, boot floppy, Live CD
FreeSBIE ? ? FreeBSD 2.0.3 2007-02-01 Free ? ? Live CD of FreeBSD. DistroWatch lists as discontinued.
PicoBSD Michael Bialecki ? FreeBSD 0.42 ? Free BSD boot floppy ?
Anonym.OS ? 2005-01-01 OpenBSD 3.8 none (beta only) ? Free ? Anonymous browsing Live CD
MirOS BSD The MirOS Project ? OpenBSD 3.1 #10 2008-03-16 Free ? ? European
ekkoBSD Rick Collette ? OpenBSD 3.3 ? ? ? ? Server easy to administer
MicroBSD Bulgarians ? OpenBSD 3.0/3.4 0.6 2003-10-27 Free ? General purpose Small, secure
OliveBSD Gabriel Paderni ? OpenBSD 3.8 ? ? Free ? Live CD DistroWatch lists as discontinued.
Gentoo/FreeBSD Gentoo Linux developers ? FreeBSD ? ? Free GPL, BSD Server, Workstation, Network Appliance uses Gentoo framework
Gentoo/OpenBSD Gentoo Linux developers ? OpenBSD ? ? Free GPL, BSD Server, Workstation, Network Appliance, Embedded uses Gentoo framework
Gentoo/NetBSD Gentoo Linux developers ? NetBSD ? ? Free GPL, BSD Server, Workstation, Network Appliance, Embedded uses Gentoo framework
Gentoo/DragonflyBSD Robert Sebastian Gerus (project not yet officially supported by Gentoo) ? DragonFly BSD ? ? Free ? Server, Workstation, Network Appliance uses Gentoo framework
Debian GNU/kFreeBSD The Debian GNU/kFreeBSD team 2011-02-06 GNU, FreeBSD 7.5 2014-04-26 Free DFSG General purpose GNU userspace on FreeBSD kernel
Debian GNU/NetBSD The Debian GNU/kNetBSD team Abandoned GNU, NetBSD Abandoned Abandoned Free DFSG General purpose GNU userspace on NetBSD kernel
MidnightBSD Lucas Holt 2007-08-04 FreeBSD 6.1 beta 3.0.1 2023-04-03 Free BSD Desktop GNUstep based Desktop Environment
NomadBSD The NomadBSD Team 2018-03-25 FreeBSD 140R-20240126 2024-01-26 Free BSD Live USB Openbox based Desktop Environment
pfSense various contributors 2006-10-04 FreeBSD 2.7.0 2023-06-29 Free BSD Security appliance firewall/NAT, Live CD
OPNsense various contributors 2015-01-02 pfSense 23.7.5 2023-09-26 Free BSD Security appliance firewall/NAT, Live CD
Paxym FreeBSD for Octeon Paxym Inc. 2007-12-11 FreeBSD 7.0 4.7 2008-08-13 ? Proprietary Network, Storage, Security Applications: Routers/UTM/Firewall/NAS For Cavium Networks Octeon MIPS architecture multicore processors
KarmaBSD ? FreeBSD 8
OpenBSD
? ? Free Free software FreeBSD, OpenBSD Firewall, MP3 player, backup, others
Jibbed OpenBSD, NetBSD 6.0 Free BSD Live CD of NetBSD
Bitrig The Bitrig Developers 2014-11-25 OpenBSD 1.0 2014-11-25 Free ISC General Purpose Focus on modern platforms and tools
StarBSD digital IXI Corp 2009-12-01 FreeBSD 2020.3 2020-03-25 Free Simplified BSD Server, Workstation, Network Appliance, Embedded Aims for maximum scalability.
Developer First public release Based on Version Release Date Cost (USD) Preferred license Purpose Short description
  1. ^ 386BSD, BSD/OS, SunOS, and Ultrix are historic operating systems that are no longer developed. BSDeviant and ekkoBSD do not exist anymore either, although BSDeviant is still available for download (see external links). MicroBSD ended, then started again in 2003, but it does not seem that any progress has been made since then, though the website still exists.
  2. This article only refers to SunOS through version 4.x. SunOS from release 5.x forward is based on SVR4, and is most commonly referred to as Solaris.

See also

Notes and references

  1. "Chapter 1 Introduction: 1.2. – What is the goal of the FreeBSD Project?". Frequently Asked Questions for FreeBSD 4.X, 5.X, and 6.X. The FreeBSD Documentation Project. 1995–2006. Retrieved 2006-04-22.
  2. "About FreeBSD". The FreeBSD Project. 2006-10-12. Retrieved 2006-10-14.
  3. "Support for Multiple Architectures: Statement of General Intent". Committer's Guide. The FreeBSD Documentation Project. Retrieved 2006-10-14. The FreeBSD Project targets "production quality commercial off-the-shelf (COTS) workstation, server, and high-end embedded systems".
  4. "Destabilization due to SMP development". Archived from the original on 3 February 2015. Retrieved 27 May 2015.
  5. Baldwin, John (February 6, 2013). "How SMPng Works and Why It Doesn't Work The Way You Think" (PDF).
  6. "FuryBSD.org capture from 1st Nov 2020". FuryBSD. Archived from the original on 2020-11-01. Retrieved 1 November 2020.
  7. "TrueOS Discontinuation". TrueOS. Retrieved 5 May 2020.
  8. "Hello — helloSystem documentation". helloSystem. Retrieved 16 October 2021.
  9. "CheriBSD". University of Cambridge. Retrieved 19 April 2022.
  10. "About the NetBSD Project – What is the NetBSD project?". The NetBSD Foundation, Inc. 2006-01-08. Retrieved 2006-04-22.
  11. "A fast, open and Secure desktop Operating System based on NetBSD". 2020-11-13. Retrieved 2021-08-02.
  12. de Raadt, Theo (5 December 2006). "Presentation at OpenCON". OpenBSD. Retrieved 13 December 2011.
  13. "OpenBSD Project Goals". OpenBSD. 2005-10-12. Retrieved 2006-04-22.
  14. Lucas, Michael W. (2013). Absolute OpenBSD: Unix for the practical paranoid (2nd ed.). San Francisco: No Starch Press. p. xxix. ISBN 978-1-59327-476-4.
  15. "Liberty BSD". libertybsd.net. Archived from the original on August 30, 2018.
  16. Andrews, Jeremy (2006-04-19). "Interview with Jonathan Gray and Damien Bergamini". kerneltrap.org. Archived from the original on 2007-12-11. Retrieved 2008-01-06.
  17. "LibertyBSD - FAQ". LibertyBSD. Retrieved 7 September 2021.
  18. Levesque, Jaidyn. "LibertyBSD". LibertyBSD. Retrieved 2021-09-07.
  19. pavroo (17 May 2021). "Isotop". ArchiveOS. Retrieved 2022-05-06.
  20. "3hg | isotop - index". www.3hg.fr. Archived from the original on 2022-04-01. Retrieved 2022-05-06.
  21. "DistroWatch.com: Put the fun back into computing. Use Linux, BSD". distrowatch.com. Retrieved 2022-05-06.
  22. "DragonFly Frequently Asked Questions". The DragonFly BSD Project. Archived from the original on 2006-06-15. Retrieved 2006-07-01.
  23. "DragonFlyBSD: FAQ-English". The DragonFly BSD Project. Retrieved 2014-12-24.
  24. Biancuzzi, Federico (2004-07-08). "Behind DragonFly BSD An Interview with the developers.". O’Reilly Media, Inc. p. 3. Archived from the original on 2012-08-06. Retrieved 2006-04-29.
  25. ^ BSD Certification site; PDF of usage survey results. Retrieved on 2012-09-16.
  26. "*BSD Usage Statistics". The *BSD Stats Project. Archived from the original on 30 September 2023. Retrieved 2006-09-30.
  27. "BSD Hardware Trends". BSD Hardware Project. Retrieved 2020-06-03.
  28. "Hardware for BSD". BSD Hardware Project. Retrieved 12 December 2024.
  29. "DistroWatch.com: Put the fun back into computing". DistroWatch.com. 2001–2011. Retrieved 2016-09-04.
  30. "Chapter 1 Introduction – Why is it called FreeBSD?". Frequently Asked Questions for FreeBSD 4.X, 5.X, and 6.X. The FreeBSD Documentation Project. 1995–2006. Retrieved 2006-06-11.
  31. "About the NetBSD Project – Why the name?". The NetBSD Foundation. 1994–2006. Retrieved 2006-12-06.
  32. FreeBSD Logo Competition Archived 2006-04-13 at the Wayback Machine. The FreeBSD Project. Competition ended 2005-06-30. Retrieved on 2006-04-22.
  33. Mueller, Shawn (1994). "Original NetBSD Logo" (JPEG). The NetBSD Foundation. Retrieved 2006-04-22. Also see NetBSD Logos.
  34. Mewburn, Luke (2004-01-14). "NetBSD logo design competition". Netbsd-advocacy mailing list. Retrieved 2006-04-22.
    Linked to from:
    "Changes and NetBSD News in 2004 – NetBSD Logo Design Contest". The NetBSD Foundation, Inc. 2004-01-13. Retrieved 2006-10-14.
    Also see:
    "The NetBSD Foundation Press Release: Announcement of New Logo – NetBSD has a new logo!". The NetBSD Foundation, Inc. 2004-10-30. Retrieved 2006-04-22.
  35. "OpenBSD 3.9 – Free, Functional & Secure" (JPEG). OpenBSD. Retrieved 2006-07-01.
  36. "OpenBSD release song lyrics". OpenBSD. 2006-04-15. Retrieved 2006-04-22.
  37. "official DragonFlyBSD artwork". Archived from the original on 2008-12-25. Retrieved 2007-02-26.
  38. "DFWiki – DragonFly Artwork". The DragonFlyBSD Project. 2006-03-28. Archived from the original on 2005-04-10. Retrieved 2006-04-22.{{cite web}}: CS1 maint: unfit URL (link)
  39. "The History of DragonFly". The DragonFly BSD Project. Archived from the original on 2006-04-14. Retrieved 2006-04-22.
  40. "PicoBSD Banner – For the little BSD in all of us". The FreeBSD Project. Archived from the original (GIF) on 2006-05-03. Retrieved 2006-04-22.
  41. "ClosedBSD logo". Archived from the original (JPEG) on 2005-03-06. Retrieved 2006-10-14. Original last retrieved on 2006-04-22.
  42. "MicroBSD logo – The small secure unix like OS". Archived from the original (PNG) on 2006-04-25. Retrieved 2006-04-22.
  43. "MirOS/MirPorts: a wonderful operating system for a world of peace". MirOS Project. Archived from the original on 2006-04-12. Retrieved 2006-04-22.
  44. "FreeBSD 14-RELEASE Announcement". The FreeBSD Project. Retrieved 2023-11-23.
  45. "OpenBSD 7.5". OpenBSD. Retrieved 17 April 2024.
  46. "Announcing NetBSD 10.0 (Mar 28, 2024)".
  47. "DragonFly BSD 6.4". Dragonfly BSD. Retrieved 2023-10-13.
  48. "SunOS 4.1.3: svidii – overview of the System V environment". FreeBSD Hypertext Man Pages. The FreeBSD Project. 1989-09-30. Retrieved 2006-06-14.
  49. "MidnightBSD News". Retrieved 27 May 2015.
  50. "About MidnightBSD". Retrieved 27 May 2015.
  51. "NomadBSD". Retrieved 24 February 2024.
  52. "NomadBSD 140R-20240126 is now available!". Retrieved 24 February 2024.
  53. "Paxym – FreeBSD for OCTEON CPU". Retrieved 27 May 2015.
  54. "One Floppy OpenBSD MP3 Player". Archived from the original on 3 December 2013. Retrieved 27 May 2015.
  55. jibbed.org

Other sources

Berkeley Software Distribution
People
Derivatives
Active
Discontinued
Companies
Other topics
Unix and Unix-like operating systems and compatibility layers
Operating
systems
BSD
Linux
System V
Other
Compatibility
layers
Categories: