Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

OpenBSD

From Wikipedia, the free encyclopedia
(Redirected fromOpenBSD version history)
Operating system
Not to be confused withFreeBSD.

Operating system
OpenBSD
Puffy, the pufferfish mascot of OpenBSD posing in the official logo.
Free, Functional, and Secure
OpenBSD 6.1 default desktop with various utilities:top,xterm,xcalc,xclock, andglxgears
DeveloperTheo de Raadt et al.
Written inC,assembly,Perl,Unix shell
OS familyUnix-like (BSD)
Working stateCurrent
Source modelOpen source
Initial releaseJuly 1996; 28 years ago (1996-07)
Latest release7.6 (8 October 2024; 6 months ago (2024-10-08)) [±]
Repository
Package managerOpenBSD package tools[1]
PlatformsAlpha,x86-64,ARMv7,ARMv8 (64-bit),PA-RISC,IA-32,LANDISK,Loongson,Omron LUNA-88K,MIPS64, macppc,PowerPC, 64-bitRISC-V,SPARC64[2]
Kernel typeMonolithic
UserlandBSD
Default
user interface
Modifiedpdksh,X11 (FVWM)
LicenseBSD,ISC, otherpermissive licenses[3]
Official websitewww.openbsd.org

OpenBSD is asecurity-focused,free software,Unix-likeoperating system based on theBerkeley Software Distribution (BSD).Theo de Raadt created OpenBSD in 1995 byforkingNetBSD 1.0.[4] The OpenBSD project emphasizesportability,standardization,correctness, proactivesecurity, and integratedcryptography.[5]

The OpenBSD project maintains portable versions of many subsystems aspackages for other operating systems. Because of the project's preferred BSD license, which allows binary redistributions without the source code, many components are reused in proprietary and corporate-sponsored software projects. Thefirewall code inApple'smacOS is based on OpenBSD'sPF firewall code,[6]Android'sBionicC standard library is based on OpenBSD code,[7]LLVM uses OpenBSD'sregular expression library,[8] andWindows 10 usesOpenSSH (OpenBSD Secure Shell) withLibreSSL.[9]

The word "open" in the name OpenBSD refers to the availability of the operating systemsource code on theInternet, although the word "open" in the name OpenSSH means "OpenBSD". It also refers to the wide range ofhardware platforms the system supports.[10] OpenBSD supports a variety of system architectures includingx86-64,IA-32,ARM,PowerPC, and 64-bitRISC-V. Its default GUI is the X11 interface.

History

[edit]

In December 1994,Theo de Raadt, a founding member of theNetBSD project, was asked to resign from the NetBSD core team over disagreements and conflicts with the other members of the NetBSD team.[11][4] In October 1995, De Raadt founded OpenBSD, a new project forked from NetBSD 1.0. The initial release, OpenBSD 1.2, was made in July 1996, followed by OpenBSD 2.0 in October of the same year.[12] Since then, the project has issued a release every six months, each of which is supported for one year.

On 25 July 2007, OpenBSD developer Bob Beck announced the formation of theOpenBSD Foundation, a Canadian non-profit organization formed to "act as a single point of contact for persons and organizations requiring a legal entity to deal with when they wish to support OpenBSD."[13]

In 2024, the project had separated far enough that all files which were a part of the original fork from NetBSD had been either modified or removed, with the replacement of a data file for the "quiz" program.[14]

Usage statistics

[edit]
Bar chart showing the proportion of users of eachBSD variant from a 2005 BSD usage survey of 4330 users.[15][note 1]

It is hard to determine how widely OpenBSD is used, because the developers do not publish or collect usage statistics.

In September 2005, the BSD Certification Group surveyed 4330 individual BSD users, showing that 32.8% used OpenBSD,[15] behindFreeBSD with 77%, ahead of NetBSD with 16.3% andDragonFly BSD with 2.6%[note 1]. However, the authors of this survey clarified that it is neither "exhaustive" nor "completely accurate", since the survey was spread mainly through mailing lists, forums and word of mouth. This combined with other factors, like the lack of a control group, a pre-screening process or significant outreach outside of the BSD community, makes the survey unreliable for judging BSD usage globally.

Uses

[edit]

Network appliances

[edit]

OpenBSD features a robustTCP/IPnetworking stack, and can be used as arouter[16] orwireless access point.[17] OpenBSD'ssecurity enhancements, built-incryptography, andpacket filter make it suitable for security purposes such asfirewalls,[18]intrusion-detection systems, andVPNgateways.

Severalproprietary systems are based on OpenBSD, including devices fromArmorlogic (Profense web application firewall), Calyptix Security,[19] GeNUA,[20] RTMX,[21] and .vantronix.[22]

Other operating systems

[edit]

Some versions ofMicrosoft'sServices for UNIX, an extension to theWindows operating system to provide Unix-like functionality, use much of the OpenBSD code base that is included in theInterix interoperability suite,[23][24] developed by Softway Systems Inc., which Microsoft acquired in 1999.[25][26] Core Force, a security product for Windows, is based on OpenBSD'spf firewall.[27] Thepf firewall is also found in other operating systems: includingFreeBSD,[28] andmacOS.[29]

Personal computers

[edit]

OpenBSD ships withXenocara,[30] an implementation of theX Window System, and is suitable as a desktop operating system forpersonal computers, including laptops.[31][32]: xl  As of September 2018[update], OpenBSD includes approximately 8000 packages in itssoftware repository,[33] including desktop environments such asLumina,GNOME,KDE Plasma, andXfce, and web browsers such asFirefox andChromium.[34] The project also includes three window managers in the main distribution:cwm,FVWM (part of the default configuration for Xenocara), andtwm.[35]

Servers

[edit]

OpenBSD features a fullserver suite and can be configured as amail server,web server,FTP server,DNS server,router,firewall,NFSfile server, or any combination of these. Since version 6.8, OpenBSD has also shipped with native in-kernelWireGuard support.[36][37]

Security

[edit]
See also:OpenBSD security features
OpenBSD console login and its messages

Shortly after OpenBSD was created, De Raadt was contacted by a local security software company named Secure Networks (later acquired byMcAfee).[38][39] The company was developing anetwork security auditing tool called Ballista,[note 2] which was intended to find andexploit software security flaws. This coincided with De Raadt's interest in security, so the two cooperated leading up to the release of OpenBSD 2.3.[40] This collaboration helped to define security as the focus of the OpenBSD project.[41]

OpenBSD includes numerous features designed to improve security, such as:

To reduce the risk of a vulnerability or misconfiguration allowingprivilege escalation, many programs have been written or adapted to make use ofprivilege separation,privilege revocation andchrooting. Privilege separation is a technique, pioneered on OpenBSD and inspired by theprinciple of least privilege, where a program is split into two or more parts, one of which performs privileged operations and the other—almost always the bulk of the code—runs without privilege.[46] Privilege revocation is similar and involves a program performing any necessary operations with the privileges it starts with then dropping them. Chrooting involves restricting an application to one section of thefile system, prohibiting it from accessing areas that contain private or system files. Developers have applied these enhancements to OpenBSD versions of many common applications, such astcpdump,file,tmux,smtpd, andsyslogd.[47]

OpenBSD developers were instrumental in the creation and development ofOpenSSH (aka OpenBSD Secure Shell), which is developed in the OpenBSD CVS repositories. OpenBSD Secure Shell is based on the originalSSH.[48] It first appeared in OpenBSD 2.6 and is now by far the most popular SSH client and server, available on many operating systems.[49]

The project has a policy of continually auditing source code for problems, work that developer Marc Espie has described as "never finished ... more a question of process than of a specific bug being hunted." He went on to list several typical steps once a bug is found, including examining the entire source tree for the same and similar issues, "try[ing] to find out whether the documentation ought to be amended", and investigating whether "it's possible to augment thecompiler to warn against this specific problem."[50]

Security record

[edit]

The OpenBSD website features a prominent reference to the system's security record. Until June 2002, it read:

Five years without a remote hole in the default install!

In June 2002, Mark Dowd ofInternet Security Systems disclosed a bug in the OpenSSH code implementingchallenge–response authentication.[51] Thisvulnerability in the OpenBSD default installation allowed an attacker remote access to theroot account, which was extremely serious not only to OpenBSD, but also to the large number of other operating systems that were using OpenSSH by that time.[52] This problem necessitated the adjustment of the slogan on the OpenBSD website to:

One remote hole in the default install, in nearly 6 years!

The quote remained unchanged as time passed, until on 13 March 2007, when Alfredo Ortega of Core Security Technologies disclosed a network-related remote vulnerability.[53] The quote was subsequently changed to:

Only two remote holes in the default install, in a heck of a long time!

This statement has been criticized because the default install contains few running services, and many use cases require additional services.[54] Also, because the ports tree contains unauditedthird-party software, it is easy for users to compromise security by installing or improperly configuring packages. However, the project maintains that the slogan isintended to refer to a default install and that it is correct by that measure.

One of the fundamental ideas behind OpenBSD is a drive for systems to be simple, clean, and secure by default. The default install is quite minimal, which the project states is to ensure novice users "do not need to become security experts overnight",[55] which fits with open-source andcode auditing practices considered important elements of a security system.[56] Additional services are to be enabled manually to make users think of the security implications first.

Alleged backdoor

[edit]

On 11 December 2010, Gregory Perry, a former technical consultant for theFederal Bureau of Investigation (FBI), emailed De Raadt alleging that the FBI had paid some OpenBSD ex-developers 10 years prior to insert backdoors into theOpenBSD Cryptographic Framework. De Raadt made the email public on 14 December by forwarding it to the openbsd-tech mailing list and suggested an audit of theIPsec codebase.[57][58] De Raadt's response was skeptical of the report and he invited all developers to independently review the relevant code. In the weeks that followed, bugs were fixed but no evidence of backdoors was found.[59] De Raadt stated "I believe that NetSec was probably contracted to write backdoors as alleged. If those were written, I don't believe they made it into our tree. They might have been deployed as their own product."[60]

Criticisms

[edit]

In December 2017, Ilja van Sprundel, director atIOActive, gave a talk at theCCC[61] as well asDEF CON,[62] entitled "Are all BSDs created equally? — A survey of BSD kernel vulnerabilities", in which he stated that although OpenBSD was the clear winner of the BSDs in terms of security, "Bugs are still easy to find in those kernels, even in OpenBSD".

Two years later, in 2019, an anonymous critic called "Stein" gave a talk named "A systematic evaluation of OpenBSD's mitigations"[63] at the CCC. While admitting OpenBSD has some effective mitigations, he alleged a significant number were "useless at best and based on pure luck and superstition".[64]

Subprojects

[edit]

Many open source projects started as components of OpenBSD, including:

Some subsystems have been integrated into other BSD operating systems,[73][74][75] and many are available as packages for use in other Unix-like systems.[76][77][78]

Linux administrator Carlos Fenollosa commented on moving from Linux to OpenBSD that the system is faithful to theUnix philosophy of small, simple tools that work together well: "Some base components are not as feature-rich, on purpose. Since 99% of the servers don't need the flexibility of Apache, OpenBSD's httpd will work fine, be more secure, and probably faster".[79] He characterized the developer community's attitude to components as: "When the community decides that some module sucks, they develop a new one from scratch. OpenBSD has its own NTPd, SMTPd and, more recently, HTTPd. They work great".[79] As a result, OpenBSD is relatively prolific in creating components that become widely reused by other systems.

OpenBSD runs nearly all of its standarddaemons withinchroot andprivsep security structures by default, as part of hardening the base system.[79]

TheCalgary Internet Exchange was formed in 2012, in part to serve the needs of the OpenBSD project.[80]

In 2017, Isotop,[81] a French project aiming to adapt OpenBSD to desktops and laptops, usingxfce thendwm, started to be developed.[82]

Third-party components

[edit]

OpenBSD includes a number ofthird-party components, many with OpenBSD-specific patches,[34] such asX.Org,Clang[83] (the defaultcompiler on severalarchitectures),GCC,[43][note 3]Perl,NSD,Unbound,ncurses,GNU binutils,GDB, andAWK.

Development

[edit]
OpenBSD developers at c2k1hackathon atMIT, June 2001
OpenBSD hackathon s2k17

Development is continuous, and team management is open and tiered. Anyone with appropriate skills may contribute, with commit rights being awarded on merit and De Raadt acting as coordinator.[32]: xxxv  Two official releases are made per year, with the version number incremented by 0.1,[84] and these are each supported for twelve months (two release cycles).[85] Snapshot releases are also available at frequent intervals.

Maintenance patches for supported releases may be applied usingsyspatch, manually or by updating the system against the patch branch of theCVS source repository for that release.[86] Alternatively, a system administrator may opt to upgrade to the next snapshot release usingsysupgrade, or by using the-current branch of the CVS repository, in order to gain pre-release access to recently added features. The sysupgrade tool can also upgrade to the latest stable release version.

The generic OpenBSD kernel provided by default is strongly recommended for end users, in contrast to operating systems that recommend user kernel customization.[87]

Packages outside the base system are maintained by CVS through aports tree and are the responsibility of the individual maintainers, known as porters. As well as keeping the current branch up to date, porters are expected to apply appropriate bug-fixes and maintenance fixes to branches of their package for OpenBSD's supported releases. Ports are generally not subject to the same continuous auditing as the base system due to lack of manpower.

Binary packages are built centrally from the ports tree for each architecture. This process is applied for the current version, for each supported release, and for each snapshot. Administrators are recommended to use the package mechanism rather than build the package from the ports tree, unless they need to perform their own source changes.

OpenBSD's developers regularly meet at special events calledhackathons,[88] where they "sit down and code", emphasizing productivity.[89]

Most new releases include a song.[90]

Open source and open documentation

[edit]

OpenBSD is known for its high-quality documentation.[91][92]

When OpenBSD was created, De Raadt decided that thesource code should be available for anyone to read. At the time, a small team of developers generally had access to a project's source code.[93] Chuck Cranor[94] and De Raadt concluded this practice was "counter to the open source philosophy" and inconvenient to potential contributors. Together, Cranor and De Raadt set up the first public, anonymousrevision control system server. De Raadt's decision allowed users to "take a more active role", and established the project's commitment to open access.[93] OpenBSD is notable for its continued use ofCVS (more precisely an unreleased, OpenBSD-managed fork named OpenCVS), when most other projects that used it have migrated to other systems.[95]

OpenBSD does not includeclosed source binary drivers in the source tree, nor does it include code requiring the signing ofnon-disclosure agreements.[96] According to theGNU Project, OpenBSD includes small "blobs" of proprietary object code as device firmware.[97]

Since OpenBSD is based in Canada, no United States export restrictions on cryptography apply, allowing the distribution to make full use of modern algorithms for encryption. For example, the swap space is divided into small sections and each section is encrypted with its own key, ensuring that sensitive data does not leak into an insecure part of the system.[18]

OpenBSD randomizes various behaviors of applications, making them less predictable and thus more difficult to attack. For example, PIDs are created and associated randomly to processes; thebindsystem call uses randomport numbers; files are created with randominode numbers; and IP datagrams have random identifiers.[98] This approach also helps expose bugs in the kernel and in user space programs.

The OpenBSD policy on openness extends to hardware documentation: in the slides for a December 2006 presentation, De Raadt explained that without it "developers often make mistakes writing drivers", and pointed out that "the [oh my god, I got it to work] rush is harder to achieve, and some developers just give up."[99] He went on to say that vendor-supplied binary drivers are unacceptable for inclusion in OpenBSD, that they have "no trust of vendor binaries running in our kernel" and that there is "no way to fix [them] ... when they break."[99]

Licensing

[edit]
See also:Comparison of free and open-source software licenses andFree software license

OpenBSD maintains a strictlicense policy,[3] preferring theISC license and other variants of theBSD license. The project attempts to "maintain the spirit of the original Berkeley Unixcopyrights," which permitted a "relatively un-encumbered Unix source distribution."[3] The widely usedApache License andGNU General Public License are considered overly restrictive.[100]

In June 2001, triggered by concerns over Darren Reed's modification of IPFilter's license wording, a systematic license audit of the OpenBSD ports and source trees was undertaken.[101] Code in more than a hundred files throughout the system was found to be unlicensed, ambiguously licensed or in use against the terms of the license. To ensure that all licenses were properly adhered to, an attempt was made to contact all the relevant copyright holders: some pieces of code were removed, many were replaced, and others, such as themulticastrouting toolsmrinfo andmap-mbone, wererelicensed so that OpenBSD could continue to use them.[102][103] Also removed during this audit was all software produced byDaniel J. Bernstein. At the time, Bernstein requested that all modified versions of his code be approved by him prior to redistribution, a requirement to which OpenBSD developers were unwilling to devote time or effort.[104][105][106]

Because of licensing concerns, the OpenBSD team has reimplemented software from scratch or adopted suitable existing software. For example, OpenBSD developers created thePFpacket filter after unacceptable restrictions were imposed onIPFilter. PF first appeared in OpenBSD 3.0[107] and is now available in many other operating systems.[108] OpenBSD developers have also replaced GPL-licensed tools (such asCVS andpkg-config) withpermissively licensed equivalents.[109][110]

Funding

[edit]

Although the operating system and its portable components are used in commercial products, De Raadt says that little of the funding for the project comes from the industry: "traditionally all our funding has come from user donations and users buying our CDs (our other products don't really make us much money). Obviously, that has not been a lot of money."[84]

For a two-year period in the early 2000s, the project received funding fromDARPA, which "paid the salaries of 5 people to work completely full-time, bought about $30k in hardware, and paid for 3 hackathons", from thePOSSE project.[84]

In 2006, the OpenBSD project experienced financial difficulties.[111] TheMozilla Foundation[112] andGoDaddy[113] are among the organizations that helped OpenBSD to survive. However, De Raadt expressed concern about the asymmetry of funding: "I think that contributions should have come first from the vendors, secondly from the corporate users, and thirdly from individual users. But the response has been almost entirely the opposite, with almost a 15-to-1 dollar ratio in favor of the little people. Thanks a lot, little people!"[84]

On 14 January 2014, Bob Beck issued a request for funding to cover electrical costs. If sustainable funding was not found, Beck suggested the OpenBSD project would shut down.[114] The project soon received a US$20,000 donation from Mircea Popescu, the Romanian creator of the MPEx bitcoin stock exchange, paid inbitcoins.[115] The project raised US$150,000[116] in response to the appeal, enabling it to pay its bills and securing its short-term future.[115]

OpenBSD Foundation

[edit]
OpenBSD Foundation
FormationJuly 25, 2007; 17 years ago (2007-07-25)
FounderOpenBSD developers
Legal statusNonprofit organization
Location
Websitewww.openbsdfoundation.org
ASN

The OpenBSD Foundation is a Canadian federalnon-profit organization founded by the OpenBSD project as a "single point of contact for persons and organizations requiring a legal entity to deal with when they wish to support OpenBSD."[117] It was announced to the public by OpenBSD developer Bob Beck on 25 July 2007. It also serves as a legal safeguard over other projects which are affiliated with OpenBSD, includingOpenSSH,OpenBGPD,OpenNTPD,OpenCVS,OpenSMTPD andLibreSSL.[118]

Since 2014, several large contributions to the OpenBSD Foundation have come from corporations such as Microsoft,[119] Facebook, and Google as well as theCore Infrastructure Initiative.[120]

In 2015,Microsoft became the foundation's first gold level contributor[121] donating between $25,000-50,000 to support development of OpenSSH, which had been integrated intoPowerShell in July, and later into Windows Server in 2018.[122] Other contributors include Google, Facebook andDuckDuckGo.[123]

During the 2016 and 2017 fundraising campaigns,Smartisan, a Chinese company, was the leading financial contributor to the OpenBSD Foundation.[124][125]

Distribution

[edit]

OpenBSD is freely available in various ways: the source can be retrieved by anonymousCVS,[126] and binary releases and development snapshots can be downloaded by FTP, HTTP, and rsync.[127] Prepackaged CD-ROM sets through version 6.0 can be ordered online for a small fee, complete with an assortment of stickers and a copy of the release's theme song. These, with their artwork and other bonuses, have been one of the project's few sources of income, funding hardware, Internet service, and other expenses.[128] Beginning with version 6.1, CD-ROM sets are no longer released.

OpenBSD provides apackage management system for easy installation and management of programs which are not part of the base operating system.[129] Packages are binary files which are extracted, managed and removed using the package tools. On OpenBSD, the source of packages is the ports system, a collection ofMakefiles and other infrastructure required to create packages. In OpenBSD, the ports and base operating system are developed and released together for each version: this means that the ports or packages released with, for example, 4.6 are not suitable for use with 4.5 and vice versa.[129]

Songs and artwork

[edit]
3D-rendered, animated OpenBSD mascotPuffy
OpenBSD 2.3 cover

Initially, OpenBSD used a haloed version of theBSD daemon mascot drawn by Erick Green, who was asked by De Raadt to create the logo for the 2.3 and 2.4 versions of OpenBSD. Green planned to create a full daemon, including head and body, but only the head was completed in time for OpenBSD 2.3. The body as well as pitchfork and tail was completed for OpenBSD 2.4.[130]

Subsequent releases used variations such as a police daemon by Ty Semaka,[131] but eventually settled on apufferfish named Puffy.[132] Since then, Puffy has appeared on OpenBSD promotional material and featured in release songs and artwork.

The promotional material of early OpenBSD releases did not have a cohesive theme or design, but later the CD-ROMs, release songs, posters and tee-shirts for each release have been produced with a single style and theme, sometimes contributed to by Ty Semaka of thePlaid Tongued Devils.[90] These have become a part of OpenBSD advocacy, with each release expounding a moral or political point important to the project, often through parody.[133]

Themes have includedPuff the Barbarian in OpenBSD 3.3, which included an 80srock song and parody ofConan the Barbarian alluding to open documentation,[90]The Wizard of OS in OpenBSD 3.7, related to the project's work on wireless drivers, andHackers of the Lost RAID, a parody ofIndiana Jones referencing the new RAID tools in OpenBSD 3.8.

Releases

[edit]

The following table summarizes the version history of the OpenBSDoperating system.

Legend:
Old version, not maintained
Old version, still maintained
Latest version
Latest preview version
Future version
VersionRelease dateSupported untilSignificant changes
Old version, not maintained: 1.118 October 1995
  • OpenBSDCVS repository created byTheo de Raadt.[134]
  • While the version number used at this stage was 1.1,[note 4] OpenBSD 1.1 was not an official OpenBSD release in the sense which this term subsequently came to be used.
Old version, not maintained: 1.21 July 1996
  • Creation of theintro(9) man page, for documenting kernel internals.
  • Integration of theupdate(8) command into the kernel.
  • As before, while this version number was used in the early development of the OS, OpenBSD 1.2 was not an official release in the subsequently applicable sense.
Old version, not maintained: 2.01 October 1996
Old version, not maintained: 2.11 June 1997Replacement of the older sh withpdksh.[137]
Old version, not maintained: 2.21 December 1997Addition of theafterboot(8) man page.[138]
Old version, not maintained: 2.319 May 1998Introduced thehaloed daemon, oraureola beastie, in head-only form created by Erick Green.[139]
Old version, not maintained: 2.41 December 1998Featured the completehaloed daemon, withtrident and a finished body.[140]
Old version, not maintained: 2.519 May 1999Introduced the Cop daemon image done by Ty Semaka.[141]
Old version, not maintained: 2.61 December 1999Based on the originalSSH suite and developed further by the OpenBSD team, 2.6 saw the first release ofOpenSSH, which is now available standard on most Unix-like operating systems and is the most widely used SSH suite.[142]
Old version, not maintained: 2.715 June 2000Support for SSH2 added to OpenSSH.[143]
Old version, not maintained: 2.81 December 2000isakmpd(8)[144]
Old version, not maintained: 2.91 June 2001

Filesystem performance increases from softupdates and dirpref code.[145]

Old version, not maintained: 3.01 December 2001

E-Railed (OpenBSD Mix),[146] atechno track performed by the release mascotPuff Daddy, the famed rapper and political icon.

Old version, not maintained: 3.119 May 2002Systemagic,[147] wherePuffy, the Kitten Slayer, battles evilscript kitties. Inspired by the works ofRammstein and a parody ofBuffy the Vampire Slayer.
  • First official remote security hole - OpenSSH integer overflow[148]
Old version, not maintained: 3.21 November 2002Goldflipper,[149] a tale in whichJames Pond, agent 077, super spy and suave lady's man, deals with the dangers of a hostile internet. Styled after the orchestral introductory ballads ofJames Bond films.
Old version, not maintained: 3.31 May 2003

Puff the Barbarian,[150] born in a tiny bowl; Puff was a slave, now he hacks through the C, searching for theHammer. It is an 80s rock-style song and parody ofConan the Barbarian dealing with open documentation.

  • In 2003, code fromALTQ, which had a license disallowing the sale of derivatives, wasrelicensed, integrated into pf and made available in OpenBSD 3.3.
  • First release adding theW^X feature, a fine-grained memory permissions layout, ensuring that memory which can be written to by application programs can not be executable at the same time and vice versa.
Old version, not maintained: 3.41 November 2003

The Legend of Puffy Hood whereSir Puffy of Ramsay,[151] a freedom fighter who, with Little Bob of Beckley, took from the rich and gave to all. Tells of thePOSSE project's cancellation. An unusual blend of bothhip-hop and medieval-style music, a parody of the tale ofRobin Hood intended to express OpenBSD's attitude to free speech.

Old version, not maintained: 3.51 May 2004

CARP License andRedundancy must be free,[155] where a fish seeking to license his free redundancy protocol, CARP, finds trouble with the red tape. A parody of theFish Licence skit andEric the Half-a-Bee Song byMonty Python, with an anti-software patents message.

  • CARP, an open alternative to theHSRP andVRRP redundancy systems available from commercial vendors.[156][157]
  • GPL licensed parts of the GNU tool-set,bc,[158]dc,[159]nm[160] and size,[161] were all replaced with BSD licensed equivalents.
  • AMD64 platform becomes stable enough for release and is included for the first time as part of a release.
Old version, not maintained: 3.61 November 2004

Pond-erosa Puff (live) was the tale ofPond-erosa Puff,[162] a no-guff freedom fighter from the wild west, set to hang a lickin' on no-good bureaucratic nerds who encumber software with needless words and restrictions. The song was styled after the works ofJohnny Cash, a parody of theSpaghetti Western andClint Eastwood and inspired by liberal license enforcement.

  • OpenNTPD, a compatible alternative to the reference NTP daemon, was developed within the OpenBSD project. The goal of OpenNTPD was not solely a compatible license. It also aims to be a simple, secure NTP implementation providing acceptable accuracy for most cases, without requiring detailed configuration.[163][164]
  • Because of its questionable security record and doubts of developers for better future development, OpenBSD removedEthereal from its ports tree prior to its 3.6 release.
  • Added support forI2C master/slave devices[164]
Old version, not maintained: 3.719 May 2005The Wizard of OS,[165] wherePuffathy, a littleAlberta girl, must work withTaiwan to save the day by getting unencumberedwireless. This release was styled after the works ofPink Floyd and a parody of TheWizard of Oz; this dealt with wireless hacking.[166]
Old version, not maintained: 3.81 November 20051 November 2006Hackers of the Lost RAID,[167] which detailed the exploits ofPuffiana Jones, famed hackologist and adventurer, seeking out the Lost RAID, Styled after the radioserials of the 1930s and 40s, this was aparody ofIndiana Jones and was linked to the new RAID tools featured as part of this release. This is the first version released without thetelnet daemon which was completely removed from the source tree by Theo de Raadt in May 2005.[168]
Old version, not maintained: 3.91 May 20061 May 2007

Attack of the Binary BLOB,[170] which chronicles the developer's fight againstbinary blobs andvendor lock-in,[171] a parody of the 1958 filmThe Blob and the pop-rock music of the era.

  • EnhancedOpenBGPD feature-set.
  • Improvedhardware sensors support, including a newIPMI subsystem and a newI2C scan subsystem; number of drivers using the sensors framework increased to a total of 33 drivers (compared to 9 in the prior 3.8 release 6 months ago).[154][171]
Old version, not maintained: 4.01 November 20061 November 2007Humppa Negala,[172] aHava Nagilah parody with a portion ofEntrance of the Gladiators andHumppa music fused together, with no story behind it, simply ahomage to one of the OpenBSD developers' favorite genres of music.[173]
  • Second official remote security hole - buffer overflow by malformedICMPv6 packets[174]
Old version, not maintained: 4.11 May 20071 May 2008Puffy Baba and the 40 Vendors,[175] a parody of theArabicfableAli Baba and the Forty Thieves, part of the book ofOne Thousand and One Nights, in whichLinux developers are mocked over their allowance ofnon-disclosure agreements when developing software while at the same time implying hardware vendors arecriminals for not releasing documentation required to make reliable device drivers.[176]
  • Redesigned sysctlhw.sensors into a two-level sensor API;[177][178] a total of 46 device drivers exporting sensors through the framework with this release.[154]
Old version, not maintained: 4.21 November 20071 November 2008100001 1010101,[179] the Linux kernel developers gets a knock for violating the ISC-style license of OpenBSD's open hardware abstraction layer for Atheros wireless cards.
  • Usability of sensorsd improved, allowing zero-configuration monitoring of smart sensors from thehw.sensors framework (e.g.,IPMI orbio(4)-based), and easier configuration for monitoring of non-smart sensors.[180]
Old version, not maintained: 4.31 May 20081 May 2009Home to Hypocrisy[181][182]
Old version, not maintained: 4.41 November 200818 October 2009

Trial of the BSD Knights,[183] summarizes the history ofBSD including theUSL v. BSDi lawsuit. The song was styled after the works ofStar Wars.

Old version, not maintained: 4.51 May 200919 May 2010Games. It was styled after the works ofTron.[186]
Old version, not maintained: 4.618 October 20091 November 2010Planet of the Users.[189] In the style ofPlanet of the Apes, Puffy travels in time to find a dumbed-downdystopia, where "one very rich man runs the earth withone multinational". Open-source software has since been replaced by one-button computers, one-channel televisions, and closed-source software which, after you purchase it, becomes obsolete before you have a chance to use it. People subsist onsoylent green. The theme song is performed in thereggae rock style ofThe Police.
  • smtpd(8), privilege-separated SMTP server
  • tmux(1) terminal multiplexer
  • Thehw.sensors framework is used by 75 device drivers.[188]
Old version, not maintained: 4.719 May 20101 May 2011I'm Still Here[190]
Old version, not maintained: 4.81 November 20101 November 2011El Puffiachi.[191][192]
  • iked(8)IKEv2 daemon
  • ldapd(8) LDAP daemon
Old version, not maintained: 4.91 May 20111 May 2012The Answer.[193]
  • rc.d(8) daemon control
Old version, not maintained: 5.01 November 20111 November 2012What Me Worry?.[194]
Old version, not maintained: 5.11 May 20121 May 2014Bug Busters. The song was styled after the works ofGhostbusters.[195]
Old version, not maintained: 5.21 November 20121 November 2013Aquarela do Linux.[196]
Old version, not maintained: 5.31 May 20131 May 2014Blade Swimmer. The song was styled after the works ofRoy Lee, a parody ofBlade Runner.[197]
Old version, not maintained: 5.41 November 20131 November 2014Our favorite hacks, a parody ofMy Favorite Things.[198]
Old version, not maintained: 5.51 May 20141 May 2015Wrap in Time.[199]
  • signify(1) cryptographic signatures of release and packages
  • 64bittime_t on all platforms (Y2K38 ready)
Old version, not maintained: 5.61 November 201418 October 2015Ride of the Valkyries.[200]
Old version, not maintained: 5.71 May 201529 March 2016Source Fish.[201]
  • rcctl(8) utility to control daemons
  • nginx(8) removed from base
  • procfs has been removed
Old version, not maintained: 5.818 October 20151 September 201620 years ago today,Fanza,So much better,A Year in the Life.[202]

(20th anniversary release[203])

  • doas(1) replacement ofsudo
Old version, not maintained: 5.929 March 201611 April 2017Doctor W^X,Systemagic (Anniversary Edition).[204]
  • W^X enforced in i386 kernel
  • pledge(2) process restriction
Old version, not maintained: 6.01 September 20169 October 2017Another Smash of the Stack,Black Hat,Money,Comfortably Dumb (the misc song),Mother,Goodbye andWish you were Secure, Release songs parodies of Pink Floyd'sThe Wall,Comfortably Numb andWish You Were Here.[205]
  • vmm(4) virtualization (disabled by default)
  • Removed vax[206] and 32-bit SPARC[207] support
Old version, not maintained: 6.111 April 201715 April 2018Winter of 95, a parody ofSummer of '69.[208]
  • syspatch(8) utility for binary base system updates
  • newarm64 platform
Old version, not maintained: 6.29 October 201718 October 2018A three-line diff[209]
  • inteldrm(4) Skylake/Kaby Lake/Cherryview devices
  • clang(1) base system compiler oni386 andamd64 platforms
Old version, not maintained: 6.32 April 20183 May 2019
  • SMP is supported onarm64 platforms.
  • Several parts of the network stack now run without KERNEL_LOCK().
  • Multiple security improvements have been made, including Meltdown/Spectre (variant 2) mitigations. Intel CPU microcode is loaded on boot onamd64.
  • pledge() has been modified to support "execpromises" (as the second argument).
Old version, not maintained: 6.418 October 201817 October 2019
  • unveil(2) filesystem visibility restriction.[210]
Old version, not maintained: 6.524 April 201919 May 2020
Old version, not maintained: 6.617 October 201918 October 2020
  • sysupgrade(8) automates upgrades to new releases or snapshots.[211]
  • amdgpu(4) AMD RADEON GPU video driver.
Old version, not maintained: 6.719 May 20201 May 2021
  • Made ffs2 the default filesystem type on installs except for landisk, luna88k and sgi.[212]
Old version, not maintained: 6.818 October 202014 October 2021
  • 25th anniversary release.
  • New powerpc64 platform.[213]
Old version, not maintained: 6.91 May 202121 April 2022[note 5]
Old version, not maintained: 7.014 October 202120 October 2022[note 5]
Old version, not maintained: 7.121 April 202210 April 2023[note 5]
  • 52nd release.[217]
  • loongson support was temporarily discontinued for this release.[218]
Old version, not maintained: 7.220 October 202216 October 2023[note 5]
Old version, not maintained: 7.310 April 20235 April 2024[note 5]
  • 54th release.[220]
  • Immutable permissions on address space regions.
  • "xonly" support on many architectures.
  • Support for full-disk encryption in the installer (via softraid driver)
Old version, not maintained: 7.416 October 20238 October 2024[note 5]
Old version, still maintained: 7.55 April 2024May 2025[note 5]
Latest version:7.68 October 2024Oct 2025[note 5]

See also

[edit]

Notes

[edit]
  1. ^abMultiple selections were permitted as users may use multiple BSD variants side by side.
  2. ^Later renamed to Cybercop Scanner after SNI was purchased byNetwork Associates.
  3. ^As of OpenBSD 6.3[update], either Clang 5.0.1, GCC 4.2.1 or GCC 3.3.6 is shipped, depending on the platform.[83][43]
  4. ^Comparerelease history of NetBSD, which OpenBSD branched from
  5. ^abcdefghOpenBSD is released roughly every 6 months targeting May and November and only the latest two releases receive security and reliability fixes for the base system.[214]

References

[edit]
  1. ^"Package Management".OpenBSD Frequently Asked Questions.Archived from the original on 7 September 2023. Retrieved1 June 2016.
  2. ^"Platforms".OpenBSD.Archived from the original on 27 November 2015. Retrieved3 September 2016.
  3. ^abc"Copyright Policy".OpenBSD.Archived from the original on 13 November 2017. Retrieved13 December 2011.
  4. ^abde Raadt, Theo (29 March 2009)."Archive of the mail conversation leading to Theo de Raadt's departure".Archived from the original on 1 November 2008. Retrieved15 January 2010.
  5. ^OpenBSD Project (19 May 2020)."OpenBSD".OpenBSD.org.Archived from the original on 16 October 2020. Retrieved12 October 2020.
  6. ^"Murus App, Apple PF for macOS from OpenBSD".
  7. ^"Android's C Library Has 173 Files of Unchanged OpenBSD Code".Archived from the original on 8 October 2018. Retrieved8 October 2018.
  8. ^"LLVM Release License".Archived from the original on 8 October 2018. Retrieved8 October 2018.
  9. ^"OpenSSH for Windows".Archived from the original on 21 May 2018. Retrieved8 October 2018.
  10. ^Grimes, Roger A. (29 December 2006)."New year's resolution No. 1: Get OpenBSD".InfoWorld.Archived from the original on 30 July 2016. Retrieved26 May 2017.
  11. ^Glass, Adam (23 December 1994)."Theo De Raadt".netbsd-users (Mailing list).Archived from the original on 14 October 2017. Retrieved10 January 2006.
  12. ^De Raadt, Theo (18 October 1996)."The OpenBSD 2.0 release".openbsd-announce (Mailing list).Archived from the original on 4 February 2017. Retrieved15 May 2016.
  13. ^"Announcing – The OpenBSD Foundation".OpenBSD Journal. 26 July 2007.Archived from the original on 8 May 2014. Retrieved15 May 2016.
  14. ^"'CVS: cvs.openbsd.org: src' - MARC".marc.info.Archived from the original on 9 November 2024. Retrieved1 November 2024.
  15. ^abBSD Usage Survey(PDF) (Report). The BSD Certification Group. 31 October 2005. p. 9.Archived(PDF) from the original on 22 October 2013. Retrieved16 September 2012.
  16. ^"OpenBSD PF - Building a Router".Archived from the original on 17 August 2019. Retrieved8 August 2019.
  17. ^"Building an OpenBSD wireless access point".Archived from the original on 9 August 2019. Retrieved8 August 2019.
  18. ^abMcIntire, Tim (8 August 2006)."Take a closer look at OpenBSD".Developerworks.IBM.Archived from the original on 9 November 2020. Retrieved13 December 2011.
  19. ^"AccessEnforcer Model AE800".Calyptix Security. Archived fromthe original on 2 December 2020. Retrieved28 May 2016.
  20. ^"High Resistance Firewall genugate".GeNUA. Archived fromthe original on 19 September 2020. Retrieved29 May 2016.
  21. ^"RTMX O/S IEEE Real Time POSIX Operating Systems".RTMX.Archived from the original on 26 January 2021. Retrieved13 December 2011.RTMX O/S is a product extension to OpenBSD Unix-like operating system with emphasis on embedded, dedicated applications.
  22. ^".vantronix secure system".Compumatica secure networks. Archived fromthe original on 1 January 2012. Retrieved13 December 2011.The Next Generation Firewall is not a standalone device, it is a Router for operation in security critical environments with high requirements for availability, comprehensive support as well as reliable and trusted systems powered by OpenBSD.
  23. ^Dohnert, Roberto J. (21 January 2004),"Review of Windows Services for UNIX 3.5",OSNews,David Adams, archived fromthe original on 11 February 2008
  24. ^Reiter, Brian (26 January 2010)."WONTFIX: select(2) in SUA 5.2 ignores timeout". brianreiter.org.Archived from the original on 26 June 2020. Retrieved23 June 2020.
  25. ^"Microsoft Acquires Softway Systems To Strengthen Future Customer Interoperability Solutions",Microsoft News Center,Microsoft, 17 September 1999,archived from the original on 4 March 2014, retrieved19 June 2012
  26. ^"Milltech Consulting Inc". 2019. Archived fromthe original on 18 September 2020. Retrieved23 June 2020.
  27. ^"Core Force",Core Labs, archived fromthe original on 28 November 2011, retrieved13 December 2011,CORE FORCE provides inbound and outbound stateful packet filtering for TCP/IP protocols using a Windows port of OpenBSD's PF firewall, granular file system and registry access control and programs' integrity validation.
  28. ^"Chapter 31. Firewalls".The FreeBSD Project.Archived from the original on 9 December 2021. Retrieved3 December 2021.
  29. ^"pf.c".opensource.apple.com.Archived from the original on 16 July 2023. Retrieved3 December 2021.
  30. ^ab"About Xenocara".Xenocara.Archived from the original on 12 January 2012. Retrieved13 December 2011.
  31. ^Tzanidakis, Manolis (21 April 2006)."Using OpenBSD on the desktop".Linux.com. Archived fromthe original on 5 May 2012. Retrieved9 March 2012.
  32. ^abLucas, Michael W. (April 2013).Absolute OpenBSD: Unix for the Practical Paranoid (2nd ed.). San Francisco, California:No Starch Press.ISBN 978-1-59327-476-4.Archived from the original on 24 June 2016. Retrieved28 May 2016.
  33. ^"OpenPorts.se Statistics".OpenPorts.se. Archived fromthe original on 28 September 2020. Retrieved8 February 2018.
  34. ^ab"OpenBSD 6.0".OpenBSD.Archived from the original on 1 November 2018. Retrieved1 November 2016.
  35. ^"The X Windows System".OpenBSD Frequently Asked Questions.Archived from the original on 9 May 2016. Retrieved22 May 2016.OpenBSD ships with the cwm(1), fvwm(1) and twm(1) window managers, [...]
  36. ^"OpenBSD 6.8".www.openbsd.org.Archived from the original on 2 July 2021. Retrieved3 December 2021.
  37. ^"WireGuard imported into OpenBSD".undeadly.org.Archived from the original on 29 May 2022. Retrieved3 December 2021.
  38. ^Varghese, Sam (8 October 2004)."Staying on the cutting edge".The Age.Archived from the original on 2 December 2017. Retrieved13 December 2011.
  39. ^Laird, Cameron; Staplin, George Peter (17 July 2003)."The Essence of OpenBSD".ONLamp. Archived fromthe original on 22 October 2017. Retrieved13 December 2011.
  40. ^De Raadt, Theo (19 December 2005)."2.3 release announcement".openbsd-misc (Mailing list).Without [SNI's] support at the right time, this release probably would not have happened.
  41. ^Wayner, Peter (13 July 2000). "18.3 Flames, Fights, and the Birth of OpenBSD".Free For All: How Linux and the Free Software Movement Undercut the High Tech Titans (1st ed.).HarperBusiness.ISBN 978-0-06-662050-3. Archived fromthe original on 22 January 2012. Retrieved13 December 2011.
  42. ^Miller, Todd C.;De Raadt, Theo (6 June 1999).strlcpy and strlcat - Consistent, Safe, String Copy and Concatenation.USENIX Annual Technical Conference. Monterey, California.Archived from the original on 27 September 2011. Retrieved13 December 2011.
  43. ^abc"gcc-local – local modifications to gcc".OpenBSD manual pages.Archived from the original on 4 November 2016. Retrieved1 November 2016.
  44. ^De Raadt, Theo; Hallqvist, Niklas; Grabowski, Artur; Keromytis, Angelos D.;Provos, Niels (6 June 1999).Cryptography in OpenBSD: An Overview.USENIX Annual Technical Conference. Monterey, California.Archived from the original on 4 June 2016. Retrieved27 May 2016.
  45. ^"Pledge() - A New Mitigation Mechanism".Archived from the original on 20 October 2018. Retrieved8 October 2018.
  46. ^Provos, Niels (9 August 2003)."Privilege Separated OpenSSH". Archived fromthe original on 2 January 2012. Retrieved13 December 2011.
  47. ^"Innovations".OpenBSD.Archived from the original on 9 September 2016. Retrieved18 May 2016.Privilege separation: [...] The concept is now used in many OpenBSD programs, for example [...] etc.
  48. ^"Project History and Credits".OpenSSH.Archived from the original on 24 December 2013. Retrieved13 December 2011.
  49. ^"SSH usage profiling".OpenSSH.Archived from the original on 9 August 2020. Retrieved13 December 2011.
  50. ^Biancuzzi, Federico (18 March 2004)."An Interview with OpenBSD's Marc Espie".ONLamp. Archived fromthe original on 4 May 2018. Retrieved13 December 2011.
  51. ^"OpenSSH Remote Challenge Vulnerability".Internet Security Systems. 26 June 2002. Archived fromthe original on 8 September 2012. Retrieved17 December 2005.
  52. ^"A partial list of affected operating systems". Archived fromthe original on 6 January 2012.
  53. ^"OpenBSD's IPv6 mbufs remote kernel buffer overflow".Core Security Technologies. 13 March 2007.Archived from the original on 28 March 2014. Retrieved6 August 2008.
  54. ^Brindle, Joshua (30 March 2008),"Secure doesn't mean anything",Security Blog,archived from the original on 29 June 2013, retrieved13 December 2011
  55. ^"Security".OpenBSD.Archived from the original on 16 March 2014. Retrieved13 December 2011.Secure by Default.
  56. ^Wheeler, David A. (3 March 2003)."2.4. Is Open Source Good for Security?".Secure Programming for Linux and Unix HOWTO.Archived from the original on 8 December 2020. Retrieved13 December 2011.
  57. ^De Raadt, Theo (14 December 2010)."Allegations regarding OpenBSD IPSEC".openbsd-tech (Mailing list).Archived from the original on 25 December 2020. Retrieved28 May 2016.
  58. ^Holwerda, Thom (14 December 2010)."FBI Added Secret Backdoors to OpenBSD IPSEC".OSNews.Archived from the original on 29 March 2014. Retrieved13 December 2011.
  59. ^Ryan, Paul (23 December 2010)."OpenBSD code audit uncovers bugs, but no evidence of backdoor".Ars Technica. Retrieved9 January 2011.
  60. ^Schwartz, Mathew J. (22 December 2010)."OpenBSD Founder Believes FBI Built IPsec Backdoor".InformationWeek: DARKreading. Archived fromthe original on 11 July 2017.
  61. ^Van Sprundel, Ilja (December 2017)."Are all BSDs created equally? — A survey of BSD kernel vulnerabilities".
  62. ^Van Sprundel, Ilja (July 2017)."Are all BSDs created equally? — A survey of BSD kernel vulnerabilities"(PDF).Archived(PDF) from the original on 3 March 2021. Retrieved16 February 2020.
  63. ^"Lecture: A systematic evaluation of OpenBSD's mitigations". December 2019.Archived from the original on 30 December 2019. Retrieved16 February 2020.
  64. ^"Is OpenBSD secure?". 29 December 2019.Archived from the original on 24 September 2020. Retrieved16 February 2020.
  65. ^"src/usr.sbin/httpd/".OpenBSD CVSWeb.Archived from the original on 4 March 2021. Retrieved31 May 2020.
  66. ^"web/obhttpd: OpenBSD http server".Freshports.
  67. ^"LibreSSL".Archived from the original on 14 April 2020. Retrieved8 August 2019.
  68. ^ab"OpenBGPD".Archived from the original on 1 October 2006. Retrieved8 August 2019.
  69. ^"OpenIKED". Archived fromthe original on 14 May 2017. Retrieved8 August 2019.
  70. ^"OpenNTPD".Archived from the original on 4 October 2006. Retrieved8 August 2019.
  71. ^"OpenSMTPD". Retrieved8 August 2019.
  72. ^"OpenSSH".Archived from the original on 8 March 2022. Retrieved8 August 2019.
  73. ^"Contents of /stable/10/crypto/openssh/README".svnweb.freebsd.org.Archived from the original on 8 March 2021. Retrieved19 May 2016.This is the port of OpenBSD's excellent OpenSSH to Linux and other Unices.
  74. ^"src/crypto/external/bsd/openssh/dist/README – view – 1.4".NetBSD CVS Repositories.Archived from the original on 11 June 2016. Retrieved19 May 2016.
  75. ^"dragonfly.git/blob – crypto/openssh/README".gitweb.dragonflybsd.org.Archived from the original on 21 September 2016. Retrieved19 May 2016.This is the port of OpenBSD's excellent OpenSSH to Linux and other Unices.
  76. ^"Arch Linux – openssh 7.2p2-1 (x86_64)".Arch Linux.Archived from the original on 9 October 2016. Retrieved17 May 2016.
  77. ^"openssh".OpenSUSE.Archived from the original on 10 June 2016. Retrieved17 May 2016.
  78. ^"Debian – Details of package openssh-client in jessie".Debian.Archived from the original on 5 June 2016. Retrieved17 May 2016.
  79. ^abc"OpenBSD from a veteran Linux user perspective".
  80. ^De Raadt, Theo (18 June 2013)."An Internet Exchange for Calgary"(PDF). Archived fromthe original(PDF) on 5 October 2013. Retrieved9 October 2018.
  81. ^"3hg | isotop - index".www.3hg.fr. Archived fromthe original on 1 April 2022. Retrieved6 May 2022.
  82. ^pavroo (17 May 2021)."Isotop".ArchiveOS.Archived from the original on 31 May 2022. Retrieved6 May 2022.
  83. ^ab"clang-local – OpenBSD-specific behavior of LLVM/clang".OpenBSD manual pages. Retrieved2 February 2018.
  84. ^abcdAndrews, Jeremy (2 May 2006)."Interview: Theo de Raadt".KernelTrap. Archived fromthe original on 24 April 2013.
  85. ^"OpenBSD's flavors".OpenBSD Frequently Asked Questions. Retrieved22 May 2016.
  86. ^"Applying patches in OpenBSD".OpenBSD Frequently Asked Questions.Archived from the original on 10 May 2016. Retrieved15 May 2016.
  87. ^"Migrating to OpenBSD".OpenBSD Frequently Asked Questions.Archived from the original on 23 June 2018. Retrieved4 January 2017.
  88. ^"Hackathons".OpenBSD.Archived from the original on 18 September 2017. Retrieved18 May 2016.
  89. ^"Interview: Theo de Raadt of OpenBSD".NewsForge. 28 March 2006.Archived from the original on 13 May 2016. Retrieved31 March 2016.
  90. ^abc"Release Songs".OpenBSD.Archived from the original on 28 July 2013. Retrieved22 May 2016.
  91. ^Chisnall, David (20 January 2006)."BSD: The Other Free UNIX Family".InformIT.Archived from the original on 4 April 2014.
  92. ^Smith, Jesse (18 November 2013)."OpenBSD 5.4: Puffy on the Desktop".Archived from the original on 29 April 2014.
  93. ^abCranor, Chuck D.;De Raadt, Theo (6 June 1999).Opening the Source Repository with Anonymous CVS.USENIX Annual Technical Conference. Monterey, California.Archived from the original on 4 June 2016. Retrieved13 December 2011.
  94. ^Cranor, Chuck D."Chuck Cranor's Home Page".Archived from the original on 25 July 2011. Retrieved13 December 2011.I also hosted and helped create the first Anonymous CVS server on the Internet (the original anoncvs.openbsd.org [...]
  95. ^Fresh, Andrew."Why OpenBSD Developers Use CVS". Retrieved30 August 2021.
  96. ^"Project Goals".OpenBSD.Archived from the original on 28 July 2013. Retrieved18 May 2016.Integrate good code from any source with acceptable licenses. [...], NDAs are never acceptable.
  97. ^"Explaining Why We Don't Endorse Other Systems". 10 December 2023. Archived fromthe original on 23 November 2023. Retrieved10 December 2023.
  98. ^De Raadt, Theo; Hallqvist, Niklas; Grabowski, Artur; Keromytis, Angelos D.;Provos, Niels (6 June 1999)."Randomness Used Inside the Kernel".Cryptography in OpenBSD: An Overview.USENIX Annual Technical Conference. Monterey, California.Archived from the original on 4 June 2016. Retrieved1 February 2014.
  99. ^abDe Raadt, Theo (5 December 2006)."Presentation at OpenCON".OpenBSD.Archived from the original on 9 November 2020. Retrieved13 December 2011.
  100. ^Matzan, Jem (15 June 2005)."BSD cognoscenti on Linux".NewsForge.Linux.com.Archived from the original on 9 April 2016. Retrieved28 May 2016.
  101. ^Gasperson, Tina (6 June 2001)."OpenBSD and ipfilter still fighting over license disagreement".Linux.com. Archived fromthe original on 26 June 2008.
  102. ^"src/usr.sbin/mrinfo/mrinfo.c – view – 1.7".cvsweb.openbsd.org. 31 July 2001.Archived from the original on 4 May 2020. Retrieved24 May 2016.New license from Xerox! This code is now FREE! Took a while and a lot of mails, but it is worth it.
  103. ^"src/usr.sbin/map-mbone/mapper.c – view – 1.5".cvsweb.openbsd.org. 31 July 2001.Archived from the original on 1 September 2018. Retrieved24 May 2016.New license from Xerox! This code is now FREE! Took a while and a lot of mails, but it is worth it.
  104. ^De Raadt, Theo (24 August 2001)."Re: Why were all DJB's ports removed? No more qmail?".openbsd-misc (Mailing list). Archived fromthe original on 19 April 2016.
  105. ^Bernstein, Daniel J. (27 August 2001)."Re: Why were all DJB's ports removed? No more qmail?".openbsd-misc (Mailing list). Archived fromthe original on 4 February 2012.
  106. ^Espie, Marc (28 August 2001)."Re: Why were all DJB's ports removed? No more qmail?".openbsd-misc (Mailing list). Archived fromthe original on 19 April 2016.
  107. ^Hartmeier, Daniel (10 June 2002).Design and Performance of the OpenBSD Stateful Packet Filter (pf).USENIX Annual Technical Conference. Monterey, California.Archived from the original on 4 June 2016. Retrieved13 December 2011.
  108. ^The OpenBSD PF Packet Filter Book: PF for NetBSD, FreeBSD, DragonFly and OpenBSD. Reed Media Services. 2006.ISBN 0-9790342-0-5.Archived from the original on 4 May 2014. Retrieved19 May 2016.
  109. ^"New BSD licensed CVS replacement for OpenBSD". 6 December 2004. Retrieved9 October 2018.
  110. ^"pkg-config(1)".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  111. ^"OpenBSD Project in Financial Danger".Slashdot. 21 March 2006.Archived from the original on 21 February 2014. Retrieved12 December 2014.
  112. ^"Mozilla Foundation Donates $10K to OpenSSH".Slashdot. 4 April 2006.Archived from the original on 12 July 2014. Retrieved12 December 2014.
  113. ^"GoDaddy.com Donates $10K to Open Source Development Project".The Hosting News. 19 April 2006. Archived fromthe original on 11 November 2006.
  114. ^Beck, Bob (14 January 2014)."Request for Funding our Electricity".openbsd-misc (Mailing list).Archived from the original on 12 November 2020. Retrieved17 May 2016.
  115. ^abBright, Peter (20 January 2014)."OpenBSD rescued from unpowered oblivion by $20K bitcoin donation".Ars Technica.Archived from the original on 20 January 2014. Retrieved20 January 2014.
  116. ^"The OpenBSD Foundation 2014 Fundraising Campaign".OpenBSD Foundation.Archived from the original on 11 November 2020. Retrieved24 May 2014.
  117. ^"Announcing - The OpenBSD Foundation".OpenBSD Journal. 26 July 2007.Archived from the original on 8 May 2014. Retrieved8 May 2014.
  118. ^Brodkin, Jon (22 April 2014)."OpenSSL code beyond repair, claims creator of "LibreSSL" fork".Ars Technica.Archived from the original on 18 August 2021. Retrieved18 August 2021.
  119. ^McAllister, Neil (8 July 2015)."Microsoft rains cash on OpenBSD Foundation, becomes top 2015 donor".The Register.Archived from the original on 14 March 2016. Retrieved27 May 2016.
  120. ^"Contributors".OpenBSD Foundation.Archived from the original on 26 May 2016. Retrieved27 May 2016.
  121. ^Vaughan-Nichols, Steven J."Microsoft becomes OpenBSD's first gold contributor".ZDNet. Retrieved18 August 2021.
  122. ^Mackie, Kurt; 12 November 2018."Microsoft Now Supports OpenSSH in Windows Server 2019 -- Redmondmag.com".Redmondmag.Archived from the original on 18 August 2021. Retrieved18 August 2021.{{cite web}}: CS1 maint: numeric names: authors list (link)
  123. ^"Donate to the OpenBSD Foundation".www.openbsdfoundation.org. Retrieved18 August 2021.
  124. ^"OpenBSD Donors".
  125. ^"Smartisan Makes Another Iridium Donation to the OpenBSD Foundation".OpenBSD Journal.Archived from the original on 16 May 2018. Retrieved15 May 2018.
  126. ^"Anonymous CVS".OpenBSD.Archived from the original on 16 March 2014. Retrieved13 December 2011.
  127. ^"Mirrors".OpenBSD.Archived from the original on 16 March 2014. Retrieved22 May 2016.
  128. ^"Orders".OpenBSD. Archived fromthe original on 19 December 2011. Retrieved20 May 2016.
  129. ^ab"Packages and Ports".OpenBSD Frequently Asked Questions.Archived from the original on 22 December 2014. Retrieved22 May 2016.
  130. ^"OpenBSD".mckusick.com.Archived from the original on 10 January 2014. Retrieved12 December 2014.
  131. ^De Raadt, Theo (19 May 1999)."OpenBSD 2.5 Release Announcement".openbsd-announce (Mailing list). Archived fromthe original on 2 February 2014.OpenBSD 2.5 introduces the new Cop daemon image done by cartoonist Ty Semeka.
  132. ^"OpenBSD 2.7".OpenBSD.Archived from the original on 9 August 2020. Retrieved22 May 2016.
  133. ^Matzan, Jem (1 December 2006)."OpenBSD 4.0 review".Software in Review. Archived fromthe original on 11 January 2012. Retrieved13 December 2011.Each OpenBSD release has a graphical theme and a song that goes with it. The theme reflects a major concern that the OpenBSD programmers are addressing or bringing to light.
  134. ^"Undeadly".Archived from the original on 5 September 2018. Retrieved9 October 2018.
  135. ^"Changes". Archived fromthe original on 18 October 1997.
  136. ^"OpenBSD 2.0".Archived from the original on 4 February 2017. Retrieved9 October 2018.
  137. ^"Release Notes".Archived from the original on 22 February 2019. Retrieved9 October 2018.
  138. ^"Release Notes".Archived from the original on 22 February 2019. Retrieved9 October 2018.
  139. ^"Release Notes".Archived from the original on 22 February 2019. Retrieved9 October 2018.
  140. ^"Release Notes".Archived from the original on 22 February 2019. Retrieved9 October 2018.
  141. ^"Release Notes".Archived from the original on 22 February 2019. Retrieved9 October 2018.
  142. ^"Release Notes".Archived from the original on 12 October 2018. Retrieved9 October 2018.
  143. ^"Release Notes".Archived from the original on 3 October 2018. Retrieved9 October 2018.
  144. ^"OpenBSD 2.8 Changelog". Retrieved10 August 2021.
  145. ^"Release Notes".Archived from the original on 14 September 2018. Retrieved9 October 2018.
  146. ^"Release Notes".Archived from the original on 8 October 2018. Retrieved9 October 2018.
  147. ^"Release Notes".Archived from the original on 22 December 2018. Retrieved9 October 2018.
  148. ^"Errata".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  149. ^"Release Notes".Archived from the original on 22 December 2018. Retrieved9 October 2018.
  150. ^"Release Notes".Archived from the original on 22 December 2018. Retrieved9 October 2018.
  151. ^"Release Notes".Archived from the original on 24 October 2018. Retrieved9 October 2018.
  152. ^"p0f". Retrieved9 October 2018.[permanent dead link]
  153. ^abc"OpenBSD Innovations". The OpenBSD project.Archived from the original on 9 September 2016. Retrieved12 September 2016.
  154. ^abcConstantine A. Murenin;Raouf Boutaba (17 March 2009). "6. Evolution of the framework".OpenBSD Hardware Sensors Framework(PDF). AsiaBSDCon 2009 Proceedings, 12–15 March 2009. Tokyo University of Science, Tokyo, Japan (published 14 March 2009).Archived(PDF) from the original on 20 June 2010. Retrieved4 March 2019.Alt URL
  155. ^"Release Notes".Archived from the original on 22 December 2018. Retrieved9 October 2018.
  156. ^Federico Biancuzzi (15 April 2004)."OpenBSD PF Developer Interview".ONLamp.O'Reilly Media. Archived fromthe original on 8 May 2004. Retrieved20 March 2019.
  157. ^Federico Biancuzzi (6 May 2004)."OpenBSD PF Developer Interview, Part 2".ONLamp.O'Reilly Media. Archived fromthe original on 19 June 2004. Retrieved20 March 2019.
  158. ^"bc(1)".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  159. ^"dc(1)".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  160. ^"nm(1)".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  161. ^"size(1)".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  162. ^"Release Notes".Archived from the original on 22 December 2018. Retrieved9 October 2018.
  163. ^"Release Notes".Archived from the original on 23 June 2018. Retrieved9 October 2018.
  164. ^abFederico Biancuzzi (28 October 2004)."OpenBSD 3.6 Live".ONLamp.O'Reilly Media. Archived fromthe original on 29 October 2004. Retrieved20 March 2019.
  165. ^"Release Notes".Archived from the original on 1 November 2018. Retrieved9 October 2018.
  166. ^Federico Biancuzzi (19 May 2005)."OpenBSD 3.7: The Wizard of OS".ONLamp.O'Reilly Media. Archived fromthe original on 21 May 2005. Retrieved20 March 2019.
  167. ^"Release Notes".Archived from the original on 22 December 2018. Retrieved9 October 2018.
  168. ^de Raadt, Theo."CVS: cvs.openbsd.org: src".OpenBSD-CVS mailing list.Archived from the original on 20 January 2019. Retrieved9 August 2021.Removed files: libexec/telnetd
  169. ^Federico Biancuzzi (20 October 2005)."OpenBSD 3.8: Hackers of the Lost RAID".ONLamp.O'Reilly Media. Archived fromthe original on 27 December 2005. Retrieved20 March 2019.
  170. ^"Release Notes".Archived from the original on 15 December 2018. Retrieved9 October 2018.
  171. ^abFederico Biancuzzi (27 April 2006)."OpenBSD 3.9: Blob-Busters Interviewed".ONLamp.O'Reilly Media. Archived fromthe original on 12 May 2006. Retrieved19 March 2019.
  172. ^"Release Notes".Archived from the original on 30 September 2018. Retrieved9 October 2018.
  173. ^Federico Biancuzzi (26 October 2006)."OpenBSD 4.0: Pufferix's Adventures".ONLamp.O'Reilly Media. Archived fromthe original on 10 March 2007. Retrieved19 March 2019.
  174. ^"Errata".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  175. ^"Release Notes".Archived from the original on 24 August 2018. Retrieved9 October 2018.
  176. ^Federico Biancuzzi (3 May 2007)."OpenBSD 4.1: Puffy Strikes Again".ONLamp.O'Reilly Media. Archived fromthe original on 18 May 2008. Retrieved19 March 2019.
  177. ^Constantine A. Murenin (30 December 2006). Marco Peereboom (ed.)."New two-level sensor API".OpenBSD Journal.Archived from the original on 6 March 2019. Retrieved4 March 2019.
  178. ^Constantine A. Murenin (17 April 2007). "4.3. What we have proposed and implemented".Generalised Interfacing with Microprocessor System Hardware Monitors. Proceedings of 2007 IEEE International Conference on Networking, Sensing and Control, 15–17 April 2007. London, United Kingdom:IEEE. pp. 901–906.doi:10.1109/ICNSC.2007.372901.ISBN 978-1-4244-1076-7. IEEE ICNSC 2007, pp. 901–906.
  179. ^"Release Notes".Archived from the original on 14 September 2018. Retrieved9 October 2018.
  180. ^Federico Biancuzzi (1 November 2007)."Puffy's Marathon: What's New in OpenBSD 4.2".ONLamp.O'Reilly Media. Archived fromthe original on 13 October 2011. Retrieved3 March 2019.
  181. ^"Release Notes".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  182. ^Federico Biancuzzi (29 April 2008)."Puffy and the Cryptonauts: What's New in OpenBSD 4.3".ONLamp.O'Reilly Media. Archived fromthe original on 6 May 2008. Retrieved20 March 2019.
  183. ^"Release Notes".Archived from the original on 24 October 2018. Retrieved9 October 2018.
  184. ^Kurt Miller (2008)."OpenBSD's Position Independent Executable (PIE) Implementation".Archived from the original on 12 June 2011. Retrieved22 July 2011.
  185. ^abFederico Biancuzzi (3 November 2008)."Source Wars - Return of the Puffy: What's New in OpenBSD 4.4".O'Reilly Media. Archived fromthe original on 24 May 2012. Retrieved3 March 2019.
  186. ^"Release Notes".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  187. ^Federico Biancuzzi (15 June 2009)."PuffyTron recommends OpenBSD 4.5".O'Reilly Media. Archived fromthe original on 19 June 2009. Retrieved19 March 2019.
  188. ^abConstantine A. Murenin (21 May 2010). "6.2. Evolution of drivers; Chart VII. Number of drivers using the sensors framework from OpenBSD 3.4 to 4.6.".OpenBSD Hardware Sensors — Environmental Monitoring and Fan Control (MMath thesis).University of Waterloo: UWSpace.hdl:10012/5234. Document ID: ab71498b6b1a60ff817b29d56997a418.
  189. ^"Release Notes".Archived from the original on 22 December 2018. Retrieved9 October 2018.
  190. ^"Release Notes".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  191. ^"Release Notes".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  192. ^"MARC".Archived from the original on 19 January 2019. Retrieved9 October 2018.
  193. ^"Release Notes".Archived from the original on 2 September 2018. Retrieved9 October 2018.
  194. ^"Release Notes".Archived from the original on 24 October 2018. Retrieved9 October 2018.
  195. ^"Release Notes".Archived from the original on 3 October 2018. Retrieved9 October 2018.
  196. ^"Release Notes".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  197. ^"Release Notes".Archived from the original on 24 October 2018. Retrieved9 October 2018.
  198. ^"Release Notes".Archived from the original on 24 October 2018. Retrieved9 October 2018.
  199. ^"Release Notes".Archived from the original on 28 September 2018. Retrieved9 October 2018.
  200. ^"Release Notes".Archived from the original on 24 October 2018. Retrieved9 October 2018.
  201. ^"Release Notes".Archived from the original on 27 September 2018. Retrieved9 October 2018.
  202. ^"Release Notes".Archived from the original on 10 October 2018. Retrieved9 October 2018.
  203. ^"MARC".Archived from the original on 17 July 2014. Retrieved9 October 2018.
  204. ^"Release Notes".Archived from the original on 1 November 2018. Retrieved9 October 2018.
  205. ^OpenBSD 6.0.ISBN 978-0-9881561-8-0.Archived from the original on 26 July 2016. Retrieved24 July 2016.{{cite book}}:|website= ignored (help)
  206. ^"OpenBSD vax".OpenBSD.Archived from the original on 21 August 2016. Retrieved2 September 2016.
  207. ^"OpenBSD sparc".OpenBSD.Archived from the original on 16 September 2016. Retrieved2 September 2016.
  208. ^"OpenBSD 6.1".OpenBSD.Archived from the original on 15 March 2017. Retrieved11 April 2017.
  209. ^"OpenBSD 6.2".OpenBSD.Archived from the original on 12 October 2017. Retrieved20 September 2018.
  210. ^"unveil(2)".OpenBSD.Archived from the original on 20 October 2018. Retrieved19 October 2018.
  211. ^"OpenBSD 6.6".OpenBSD.Archived from the original on 31 January 2020. Retrieved17 January 2020.
  212. ^"OpenBSD 6.7".OpenBSD.Archived from the original on 19 May 2020. Retrieved21 May 2020.
  213. ^"OpenBSD 6.8".OpenBSD.Archived from the original on 18 October 2020. Retrieved18 October 2020.
  214. ^"OpenBSD FAQ".OpenBSD.Archived from the original on 1 May 2021. Retrieved5 May 2021.
  215. ^"OpenBSD 6.9".OpenBSD.Archived from the original on 1 May 2021. Retrieved2 May 2021.
  216. ^ab"OpenBSD 7.0".OpenBSD.Archived from the original on 4 August 2023. Retrieved15 October 2021.
  217. ^"OpenBSD 7.1".OpenBSD.Archived from the original on 21 April 2022. Retrieved21 April 2022.
  218. ^"OpenBSD loongson". Archived fromthe original on 22 August 2022.
  219. ^"OpenBSD 7.2".OpenBSD.Archived from the original on 20 October 2022. Retrieved20 October 2022.
  220. ^"OpenBSD 7.3".OpenBSD.Archived from the original on 28 September 2023. Retrieved10 April 2023.
  221. ^"OpenBSD 7.4".OpenBSD.Archived from the original on 15 October 2023. Retrieved16 October 2023.
  222. ^"OpenBSD 7.5".OpenBSD.Archived from the original on 24 June 2024. Retrieved9 April 2024.
  223. ^"OpenBSD 7.6".OpenBSD.Archived from the original on 7 October 2024. Retrieved8 October 2024.

External links

[edit]
TheOpenBSD Project
Operating system
Related projects
People
Organizations
Publications
People
Derivatives
Active
Discontinued
Companies
Other topics
Operating
systems
BSD
Linux
System V
Other
Compatibility
layers
International
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=OpenBSD&oldid=1284677069#Releases"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp