History of Linux

Last updated

Linux began in 1991 as a personal project by Finnish student Linus Torvalds to create a new free operating system kernel. The resulting Linux kernel has been marked by constant growth throughout its history. Since the initial release of its source code in 1991, it has grown from a small number of C files under a license prohibiting commercial distribution to the 4.15 version in 2018 with more than 23.3 million lines of source code, not counting comments, [1] under the GNU General Public License v2 with a syscall exception meaning anything that uses the kernel via system calls are not subject to the GNU GPL. [2] :7 [3] [4]

Contents

Events leading to creation

Ken Thompson (left) and Dennis Ritchie (right), creators of the Unix operating system Ken Thompson and Dennis Ritchie.jpg
Ken Thompson (left) and Dennis Ritchie (right), creators of the Unix operating system

After AT&T had dropped out of the Multics project, the Unix operating system was conceived and implemented by Ken Thompson and Dennis Ritchie (both of AT&T Bell Laboratories) in 1969 and first released in 1970. Later they rewrote it in a new programming language, C, to make it portable. The availability and portability of Unix caused it to be widely adopted, copied and modified by academic institutions and businesses.

In 1977, the Berkeley Software Distribution (BSD) was developed by the Computer Systems Research Group (CSRG) from UC Berkeley, based on the 6th edition of Unix from AT&T. Since BSD contained Unix code that AT&T owned, AT&T filed a lawsuit ( USL v. BSDi ) in the early 1990s against the University of California. This strongly limited the development and adoption of BSD. [5] [6]

Onyx Systems began selling early microcomputer-based Unix workstations in 1980. Later, Sun Microsystems, founded as a spin-off of a student project at Stanford University, also began selling Unix-based desktop workstations in 1982. While Sun workstations didn't utilize commodity PC hardware like Linux was later developed for, it represented the first successful commercial attempt at distributing a primarily single-user microcomputer that ran a Unix operating system. [7] [8]

In 1983, Richard Stallman started the GNU Project with the goal of creating a free UNIX-like operating system. [9] As part of this work, he wrote the GNU General Public License (GPL). By the early 1990s, there was almost enough available software to create a full operating system. However, the GNU kernel, called Hurd, failed to attract enough development effort, leaving GNU incomplete.[ citation needed ]

In 1985, Intel released the 80386, the first x86 microprocessor with a 32-bit instruction set and a memory management unit with paging. [10]

In 1986, Maurice J. Bach, of AT&T Bell Labs, published The Design of the UNIX Operating System. [11] This definitive description principally covered the System V Release 2 kernel, with some new features from Release 3 and BSD.

In 1987, MINIX, a Unix-like system intended for academic use, was released by Andrew S. Tanenbaum to exemplify the principles conveyed in his textbook, Operating Systems: Design and Implementation . While source code for the system was available, modification and redistribution were restricted. In addition, MINIX's 16-bit design was not well adapted to the 32-bit features of the increasingly cheap and popular Intel 386 architecture for personal computers. In the early nineties a commercial UNIX operating system for Intel 386 PCs was too expensive for private users. [12]

These factors and the lack of a widely adopted, free kernel provided the impetus for Torvalds' starting his project. He has stated that if either the GNU Hurd or 386BSD kernels had been available at the time, he likely would not have written his own. [13] [14]

The creation of Linux

Linus Torvalds in 2002 Linus Torvalds.jpeg
Linus Torvalds in 2002

In 1991, while studying computer science at University of Helsinki, Linus Torvalds began a project that later became the Linux kernel. He wrote the program specifically for the hardware he was using and independent of an operating system because he wanted to use the functions of his new PC with an 80386 processor. Development was done on MINIX using the GNU C Compiler.

On July 3, 1991, in an effort to implement Unix system calls in his project, Linus Torvalds attempted to obtain a digital copy of the POSIX standards documentation with a request to the comp.os.minix newsgroup. [15] He was not successful in finding the POSIX documentation, so Torvalds initially resorted to determining system calls from SunOS documentation owned by the university for use in operating its Sun Microsystems server. He also learned some system calls from Tanenbaum's MINIX text that was a part of the Unix course.

As Torvalds wrote in his book Just for Fun , [16] he eventually ended up writing an operating system kernel. On 25 August 1991, he (at age 21) announced this system in another posting to the comp.os.minix newsgroup: [17]

Hello everybody out there using minix -

I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. This has been brewing since april, and is starting to get ready. I'd like any feedback on things people like/dislike in minix, as my OS resembles it somewhat (same physical layout of the file-system (due to practical reasons) among other things).

I've currently ported bash(1.08) and gcc(1.40), and things seem to work. This implies that I'll get something practical within a few months, and I'd like to know what features most people would want. Any suggestions are welcome, but I won't promise I'll implement them :-)

Linus (torvalds@kruuna.helsinki.fi)

PS. Yes - it's free of any minix code, and it has a multi-threaded fs. It is NOT portable (uses 386 task switching etc), and it probably never will support anything other than AT-harddisks, as that's all I have :-(.

Linus Torvalds [18]

According to Torvalds, Linux began to gain importance in 1992 after the X Window System was ported to Linux by Orest Zborowski, which allowed Linux to support a GUI for the first time. [16]

Naming

Floppy disks holding a very early version of Linux Linux 0 12.jpg
Floppy disks holding a very early version of Linux

Linus Torvalds had wanted to call his invention Freax, a portmanteau of "free", "freak", and "x" (as an allusion to Unix). During the start of his work on the system, he stored the files under the name "Freax" for about half of a year. Torvalds had already considered the name "Linux", but initially dismissed it as too egotistical. [16]

In order to facilitate development, the files were uploaded to the FTP server (ftp.funet.fi) of FUNET in September 1991. Ari Lemmke at Helsinki University of Technology (HUT), who was one of the volunteer administrators for the FTP server at the time, did not think that "Freax" was a good name. So, he named the project "Linux" on the server without consulting Torvalds. [16] Later, however, Torvalds consented to "Linux".

To demonstrate how the word "Linux" should be pronounced ([ˈliːnɵks]), Torvalds included an audio guide ( listen ) with the kernel source code. [19]

Linux under the GNU GPL

Torvalds first published the Linux kernel under its own licence, [20] which had a restriction on commercial activity.

The software to use with the kernel was software developed as part of the GNU project licensed under the GNU General Public License, a free software license. The first release of the Linux kernel, Linux 0.01, included a binary of GNU's Bash shell. [21]

In the "Notes for linux release 0.01", Torvalds lists the GNU software that is required to run Linux: [21]

Sadly, a kernel by itself gets you nowhere. To get a working system you need a shell, compilers, a library etc. These are separate parts and may be under a stricter (or even looser) copyright. Most of the tools used with linux are GNU software and are under the GNU copyleft. These tools aren't in the distribution - ask me (or GNU) for more info. [21]

In 1992, he suggested releasing the kernel under the GNU General Public License. He first announced this decision in the release notes of version 0.12. [22] In the middle of December 1992 he published version 0.99 using the GNU GPL. [23] Linux and GNU developers worked to integrate GNU components with Linux to make a fully functional and free operating system. [24] Torvalds has stated, "making Linux GPLed was definitely the best thing I ever did." [25]

Around 2000, Torvalds clarified that the Linux kernel uses the GPLv2 license, without the common "or later clause". [3] [4]

After years of draft discussions, the GPLv3 was released in 2007; however, Torvalds and the majority of kernel developers decided against adopting the new license. [26] [27] [28]

GNU/Linux naming controversy

The designation "Linux" was initially used by Torvalds only for the Linux kernel. The kernel was, however, frequently used together with other software, especially that of the GNU project. This quickly became the most popular adoption of GNU software. In June 1994 in GNU's Bulletin, Linux was referred to as a "free UNIX clone", and the Debian project began calling its product Debian GNU/Linux. In May 1996, Richard Stallman published the editor Emacs 19.31, in which the type of system was renamed from Linux to Lignux. This spelling was intended to refer specifically to the combination of GNU and Linux, but this was soon abandoned in favor of "GNU/Linux". [29]

This name garnered varying reactions. The GNU and Debian projects use the name, although most people simply use the term "Linux" to refer to the combination. [30]

Official mascot

Tux Tux.svg
Tux

Torvalds announced in 1996 that there would be a mascot for Linux, a penguin. This was because when they were about to select the mascot, Torvalds mentioned he was bitten by a little penguin (Eudyptula minor) on a visit to the National Zoo & Aquarium in Canberra, Australia. Larry Ewing provided the original draft of today's well known mascot based on this description. The name Tux was suggested by James Hughes as derivative of Torvalds' UniX, along with being short for tuxedo, a type of suit with color similar to that of a penguin. [16] :138

New development

Linux Community

The largest part of the work on Linux is performed by the community: the thousands of programmers around the world that use Linux and send their suggested improvements to the maintainers. Various companies have also helped not only with the development of the kernels, but also with the writing of the body of auxiliary software, which is distributed with Linux. As of February 2015, over 80% of Linux kernel developers are paid. [2] :11

It is released both by organized projects such as Debian, and by projects connected directly with companies such as Fedora and openSUSE. The members of the respective projects meet at various conferences and fairs, in order to exchange ideas. One of the largest of these fairs is the LinuxTag in Germany, where about 10,000 people assemble annually to discuss Linux and the projects associated with it.[ citation needed ]

Open Source Development Lab and Linux Foundation

The Open Source Development Lab (OSDL) was created in the year 2000, and is an independent nonprofit organization which pursues the goal of optimizing Linux for employment in data centers and in the carrier range. It served as sponsored working premises for Linus Torvalds and also for Andrew Morton (until the middle of 2006 when Morton transferred to Google). Torvalds worked full-time on behalf of OSDL, developing the Linux kernels.

On 22 January 2007, OSDL and the Free Standards Group merged to form The Linux Foundation, narrowing their respective focuses to that of promoting Linux in competition with Microsoft Windows. [31] [32] As of 2015, Torvalds remains with the Linux Foundation as a Fellow. [33]

Companies

Despite being freely available, companies profit from Linux. These companies, many of which are also members of the Linux Foundation, invest substantial resources into the advancement and development of Linux, in order to make it suited for various application areas. This includes hardware donations for driver developers, cash donations for people who develop Linux software, and the employment of Linux programmers at the company. Some examples are Dell, IBM, and Hewlett-Packard, which validate, use and sell Linux on their own servers, and Red Hat (now part of IBM) and SUSE, which maintain their own enterprise distributions. Likewise, Digia supports Linux by the development and LGPL licensing of the Qt toolkit, which makes the development of KDE possible, and by employing some of the X and KDE developers.

Desktop environments

KDE was the first advanced desktop environment (version 1.0 released in July 1998), but it was controversial due to the then-proprietary Qt toolkit used. [34] GNOME was developed as an alternative due to licensing questions. [34] The two use a different underlying toolkit and thus involve different programming, and are sponsored by two different groups, German nonprofit KDE e.V. and the United States nonprofit GNOME Foundation.

As of April 2007, one journalist estimated that KDE had 65% of market share versus 26% for GNOME. [34] In January 2008, KDE 4 was released prematurely with bugs, driving some users to GNOME. [35] GNOME 3, released in April 2011, was called an "unholy mess" by Linus Torvalds due to its controversial design changes. [36]

Dissatisfaction with GNOME 3 led to a fork, Cinnamon, which is developed primarily by Linux Mint developer Clement LeFebvre. This restores the more traditional desktop environment with marginal improvements.

The relatively well-funded distribution, Ubuntu, designed (and released in June 2011) another user interface called Unity which is radically different from the conventional desktop environment and has been criticized as having various flaws [37] and lacking configurability. [38] The motivation was a single desktop environment for desktops and tablets,[ citation needed ] although as of November 2012 Unity has yet to be used widely in tablets. However, the smartphone and tablet version of Ubuntu and its Unity interface was unveiled by Canonical Ltd in January 2013. In April 2017, Canonical canceled the phone-based Ubuntu Touch project entirely in order to focus on IoT projects such as Ubuntu Core. [39] In April 2017, Canonical dropped Unity and began to use GNOME for the Ubuntu releases from 17.10 onward. [40]

"Linux is obsolete"

In 1992, Andrew S. Tanenbaum, recognized computer scientist and author of the Minix microkernel system, wrote a Usenet article on the newsgroup comp.os.minix with the title "Linux is obsolete", [41] which marked the beginning of a famous debate about the structure of the then-recent Linux kernel. Among the most significant criticisms were that:

Tanenbaum's prediction that Linux would become outdated within a few years and replaced by GNU Hurd (which he considered to be more modern) proved incorrect. Linux has been ported to all major platforms and its open development model has led to an exemplary pace of development. In contrast, GNU Hurd has not yet reached the level of stability that would allow it to be used on a production server. [45] His dismissal of the Intel line of 386 processors as 'weird' has also proven short-sighted, as the x86 series of processors and the Intel Corporation would later become near ubiquitous in personal computers and servers.

In his unpublished book Samizdat , Kenneth Brown claims that Torvalds illegally copied code from MINIX. In May 2004, these claims were refuted by Tanenbaum, the author of MINIX: [46]

[Brown] wanted to go on about the ownership issue, but he was also trying to avoid telling me what his real purpose was, so he didn't phrase his questions very well. Finally he asked me if I thought Linus wrote Linux. I said that to the best of my knowledge, Linus wrote the whole kernel himself, but after it was released, other people began improving the kernel, which was very primitive initially, and adding new software to the system—essentially the same development model as MINIX. Then he began to focus on this, with questions like: "Didn't he steal pieces of MINIX without permission." I told him that MINIX had clearly had a huge influence on Linux in many ways, from the layout of the file system to the names in the source tree, but I didn't think Linus had used any of my code.

The book's claims, methodology and references were seriously questioned and in the end it was never released and was delisted from the distributor's site.

Microsoft competition and collaboration

Although Torvalds has said that Microsoft's feeling threatened by Linux in the past was of no consequence to him, the Microsoft and Linux camps had a number of antagonistic interactions between 1997 and 2001. This became quite clear for the first time in 1998, when the first Halloween document was brought to light by Eric S. Raymond. This was a short essay by a Microsoft developer that sought to lay out the threats posed to Microsoft by free software and identified strategies to counter these perceived threats. [47] It went on to include a comparison between Windows NT Server and Linux called "Linux Myths" on Microsoft's website in October 1999. [48]

Competition entered a new phase in the beginning of 2004, when Microsoft published results from customer case studies evaluating the use of Windows vs. Linux under the name "Get the Facts" on its own web page. Based on inquiries, research analysts, and some Microsoft sponsored investigations, the case studies claimed that enterprise use of Linux on servers compared unfavorably to the use of Windows in terms of reliability, security, and total cost of ownership. [49]

In response, commercial Linux distributors produced their own studies, surveys and testimonials to counter Microsoft's campaign. Novell's web-based campaign at the end of 2004 was entitled "Unbending the truth" and sought to outline the advantages as well as dispelling the widely publicized legal liabilities of Linux deployment (particularly in light of the SCO v IBM case). Novell particularly referenced the Microsoft studies in many points. IBM also published a series of studies under the title "The Linux at IBM competitive advantage" to again parry Microsoft's campaign. Red Hat had a campaign called "Truth Happens" aimed at letting the performance of the product speak for itself, rather than advertising the product by studies.[ citation needed ]

In the autumn of 2006, Novell and Microsoft announced an agreement to co-operate on software interoperability and patent protection. [50] This included an agreement that customers of either Novell or Microsoft may not be sued by the other company for patent infringement. This patent protection was also expanded to non-commercial free software developers. The last part was criticized because it only included non-commercial free software developers.

In July 2009, Microsoft submitted 22,000 lines of source code to the Linux kernel under the GPLV2 license, which were subsequently accepted. Although this has been referred to as "a historic move" and as a possible bellwether of an improvement in Microsoft's corporate attitudes toward Linux and open-source software, the decision was not altogether altruistic, as it promised to lead to significant competitive advantages for Microsoft and avoided legal action against Microsoft. Microsoft was actually compelled to make the code contribution when Vyatta principal engineer and Linux contributor Stephen Hemminger discovered that Microsoft had incorporated a Hyper-V network driver, with GPL-licensed open source components, statically linked to closed-source binaries in contravention of the GPL licence. Microsoft contributed the drivers to rectify the licence violation, although the company attempted to portray it as a charitable act, rather than one to avoid legal action against it. In the past Microsoft had termed Linux a "cancer" and "communist". [51] [52] [53] [54] [55]

By 2011, Microsoft had become the 17th largest contributor to the Linux kernel. [56] As of February 2015, Microsoft was no longer among the top 30 contributing sponsor companies. [2] :10–12

The Windows Azure project was announced in 2008 and renamed to Microsoft Azure. It incorporates Linux as part of its suite of server-based software applications. In August 2018, SUSE created a Linux kernel specifically tailored to the cloud computing applications under the Microsoft Azure project umbrella. Speaking about the kernel port, a Microsoft representative said "The new Azure-tuned kernel allows those customers to quickly take advantage of new Azure services such as Accelerated Networking with SR-IOV." [57]

In recent years, Torvalds has expressed a neutral to friendly attitude towards Microsoft following the company's new embrace of open source software and collaboration with the Linux community. "The whole anti-Microsoft thing was sometimes funny as a joke, but not really." said Torvalds in an interview with ZDNet. "Today, they're actually much friendlier. I talk to Microsoft engineers at various conferences, and I feel like, yes, they have changed, and the engineers are happy. And they're like really happy working on Linux. So I completely dismissed all the anti-Microsoft stuff." [58]

In May 2023, Microsoft publicly released their Azure Linux distribution. [59]

SCO

In March 2003, the SCO Group accused IBM of violating their copyright on UNIX by transferring code from UNIX to Linux. SCO claims ownership of the copyrights on UNIX and a lawsuit was filed against IBM. Red Hat has counter-sued and SCO has since filed other related lawsuits. At the same time as their lawsuit, SCO began selling Linux licenses to users who did not want to risk a possible complaint on the part of SCO. Since Novell also claimed the copyrights to UNIX, it filed suit against SCO.

In early 2007, SCO filed the specific details of a purported copyright infringement. Despite previous claims that SCO was the rightful copyright holder of 1 million lines of code, they specified only 326 lines of code, most of which were uncopyrightable. [60] In August 2007, the court in the Novell case ruled that SCO did not actually hold the Unix copyrights, to begin with, [61] though the Tenth Circuit Court of Appeals ruled in August 2009 that the question of who held the copyright properly remained for a jury to answer. [62] The jury case was decided on 30 March 2010 in Novell's favour. [63]

SCO has since filed for bankruptcy. [64]

Trademark rights

In 1994 and 1995, several people from different countries attempted to register the name "Linux" as a trademark. Thereupon requests for royalty payments were issued to several Linux companies, a step with which many developers and users of Linux did not agree. Linus Torvalds clamped down on these companies with help from Linux International and was granted the trademark to the name, which he transferred to Linux International. Protection of the trademark was later administered by a dedicated foundation, the non-profit Linux Mark Institute. In 2000, Linus Torvalds specified the basic rules for the assignment of the licenses. This means that anyone who offers a product or a service with the name Linux must possess a license for it, which can be obtained through a unique purchase.

In June 2005, a new controversy developed over the use of royalties generated from the use of the Linux trademark. The Linux Mark Institute, which represents Linus Torvalds' rights, announced a price increase from 500 to 5,000 dollars for the use of the name. This step was justified as being needed to cover the rising costs of trademark protection.

In response to this increase, the community became displeased, which is why Linus Torvalds made an announcement on 21 August 2005, in order to dissolve the misunderstandings. In an e-mail he described the current situation as well as the background in detail and also dealt with the question of who had to pay license costs:

[...] And let's repeat: somebody who doesn't want to protect that name would never do this. You can call anything "MyLinux", but the downside is that you may have somebody else who did protect himself come along and send you a cease-and-desist letter. Or, if the name ends up showing up in a trademark search that LMI needs to do every once in a while just to protect the trademark (another legal requirement for trademarks), LMI itself might have to send you a cease-and-desist-or-sublicense it letter.

At which point you either rename it to something else, or you sublicense it. See? It's all about whether you need the protection or not, not about whether LMI wants the money or not.

[...] Finally, just to make it clear: not only do I not get a cent of the trademark money, but even LMI (who actually administers the mark) has so far historically always lost money on it. That's not a way to sustain a trademark, so they're trying to at least become self-sufficient, but so far I can tell that lawyers fees to give that protection that commercial companies want have been higher than the license fees. Even pro bono lawyers charge for the time of their costs and paralegals etc.

Linus Torvalds [65]

The Linux Mark Institute has since begun to offer a free, perpetual worldwide sublicense. [66]

Chronology

See also

Related Research Articles

<span class="mw-page-title-main">GNU</span> Free software collection

GNU is an extensive collection of free software, which can be used as an operating system or can be used in parts with other operating systems. The use of the completed GNU tools led to the family of operating systems popularly known as Linux. Most of GNU is licensed under the GNU Project's own General Public License (GPL).

<span class="mw-page-title-main">Linus Torvalds</span> Creator and lead developer of the Linux kernel (born 1969)

Linus Benedict Torvalds is a Finnish-American software engineer who is the creator and lead developer of the Linux kernel. He also created the distributed version control system Git.

<span class="mw-page-title-main">Minix</span> Unix-like operating system

MINIX is a Unix-like operating system based on a microkernel architecture. Since version 2.0, it has been POSIX compliant.

<i>SCO Group, Inc. v. International Business Machines Corp.</i>

SCO Group, Inc. v. International Business Machines Corp., commonly abbreviated as SCO v. IBM, is a civil lawsuit in the United States District Court of Utah. The SCO Group asserted that there are legal uncertainties regarding the use of the Linux operating system due to alleged violations of IBM's Unix licenses in the development of Linux code at IBM. The lawsuit was filed in 2003, it has lingered on through the bankruptcy of SCO Group and the adverse result in SCO v. Novell, and was reopened for continued litigation by order of a new judge on June 14, 2013. Pursuant to the court order reopening the case, an IBM Motion for Summary Judgment was filed based upon the results of the Novell decision. On December 15, 2014, the judge granted most of IBM's motion, thereby narrowing the scope of the case, which remained open. On March 1, 2016, following a ruling against the last remaining claims, the judge dismissed SCO's suit against IBM with prejudice. SCO filed an appeal later that month. In February 2018, as a result of the appeal and the case being partially remanded to the circuit court, the parties restated their remaining claims and provided a plan to move toward final judgement.

<span class="mw-page-title-main">GNU Project</span> Free software project

The GNU Project is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and computing devices by collaboratively developing and publishing software that gives everyone the rights to freely run the software, copy and distribute it, study it, and modify it. GNU software grants these rights in its license.

<span class="mw-page-title-main">GNU/Linux naming controversy</span> Issues of what to call a system with the GNU toolchain and the Linux kernel

Within the free software and the open-source software communities there is controversy over whether to refer to computer operating systems that use a combination of GNU software and the Linux kernel as "GNU/Linux" or "Linux" systems.

<span class="mw-page-title-main">Alexis de Tocqueville Institution</span> American conservative think tank

The Alexis de Tocqueville Institution (AdTI) was a Washington, D.C. based think tank.

In a series of legal disputes between SCO Group and Linux vendors and users, SCO alleged that its license agreements with IBM meant that source code IBM wrote and donated to be incorporated into Linux was added in violation of SCO's contractual rights. Members of the Linux community disagreed with SCO's claims; IBM, Novell, and Red Hat filed claims against SCO.

Samizdat: And Other Issues Regarding the 'Source' of Open Source Code is a 2004 report by Kenneth Brown. The report suggests that the Linux kernel may have been created or distributed illegally and that open-source software may be generally subject to such abuses.

Caldera OpenLinux (COL) is a defunct Linux distribution. Caldera originally introduced it in 1997 based on the German LST Power Linux distribution, and then taken over and further developed by Caldera Systems since 1998. A successor to the Caldera Network Desktop put together by Caldera since 1995, OpenLinux was an early "business-oriented distribution" and foreshadowed the direction of developments that came to most other distributions and the Linux community generally.

Tivoization is the practice of designing hardware that incorporates software under the terms of a copyleft software license like the GNU General Public License, but uses hardware restrictions or digital rights management (DRM) to prevent users from running modified versions of the software on that hardware. Richard Stallman of the Free Software Foundation (FSF) coined the term in reference to TiVo's use of GNU GPL licensed software on the TiVo brand digital video recorders (DVR), which actively block modified software by design. Stallman believes this practice denies users some of the freedom that the GNU GPL was designed to protect. The FSF refers to tivoized hardware as "proprietary tyrants".

<span class="mw-page-title-main">Tanenbaum–Torvalds debate</span> 1990s debate regarding the Linux kernel

The Tanenbaum–Torvalds debate was a written debate between Andrew S. Tanenbaum and Linus Torvalds, regarding the Linux kernel and kernel architecture in general. Tanenbaum, the creator of Minix, began the debate in 1992 on the Usenet discussion group comp.os.minix, arguing that microkernels are superior to monolithic kernels and therefore Linux was, even in 1992, obsolete. The debate has sometimes been considered a flame war.

<span class="mw-page-title-main">Linux</span> Family of Unix-like operating systems

Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution (distro), which includes the kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses and recommends the name "GNU/Linux" to emphasize the use and importance of GNU software in many distributions, causing some controversy.

<span class="mw-page-title-main">History of free and open-source software</span>

In the 1950s and 1960s, computer operating software and compilers were delivered as a part of hardware purchases without separate fees. At the time, source code, the human-readable form of software, was generally distributed with the software providing the ability to fix bugs or add new functions. Universities were early adopters of computing technology. Many of the modifications developed by universities were openly shared, in keeping with the academic principles of sharing knowledge, and organizations sprung up to facilitate sharing. As large-scale operating systems matured, fewer organizations allowed modifications to the operating software, and eventually such operating systems were closed to modification. However, utilities and other added-function applications are still shared and new organizations have been formed to promote the sharing of software.

Opposition to software patents is widespread in the free software community. In response, various mechanisms have been tried to defuse the perceived problem.

License compatibility is a legal framework that allows for pieces of software with different software licenses to be distributed together. The need for such a framework arises because the different licenses can contain contradictory requirements, rendering it impossible to legally combine source code from separately-licensed software in order to create and publish a new program. Proprietary licenses are generally program-specific and incompatible; authors must negotiate to combine code. Copyleft licenses are commonly deliberately incompatible with proprietary licenses, in order to prevent copyleft software from being re-licensed under a proprietary license, turning it into proprietary software. Many copyleft licenses explicitly allow relicensing under some other copyleft licenses. Permissive licenses are compatible with everything, including proprietary licenses; there is thus no guarantee that all derived works will remain under a permissive license.

<span class="mw-page-title-main">GNU General Public License</span> Series of free software licenses

The GNU General Public License is a series of widely used free software licenses, or copyleft, that guarantee end users the four freedoms to run, study, share, and modify the software. The license was the first copyleft for general use and was originally written by Richard Stallman, the founder of the Free Software Foundation (FSF), for the GNU Project. The license grants the recipients of a computer program the rights of the Free Software Definition. The licenses in the GPL series are all copyleft licenses, which means that any derivative work must be distributed under the same or equivalent license terms. It is more restrictive than the Lesser General Public License and even further distinct from the more widely-used permissive software licenses such as BSD, MIT, and Apache.

<span class="mw-page-title-main">Linux kernel</span> Free Unix-like operating system kernel

The Linux kernel is a free and open-source, UNIX-like kernel that is used in many computer systems worldwide. The kernel was created by Linus Torvalds in 1991 and soon after was adopted as the kernel for the GNU operating system (OS) which was created to be a free replacement for Unix.

Open source license litigation involves lawsuits surrounding open-source licensed software. Many of the legal rights of open source software licensors enforceable against users violating licensing agreements are untested by the U.S. legal system. Free and open source software (FOSS) is distributed under a variety of free-software licenses, which are unique among other software licenses. Legal action against open source licenses involves questions about their validity and enforceability.

Comparison of user features of operating systems refers to a comparison of the general user features of major operating systems in a narrative format. It does not encompass a full exhaustive comparison or description of all technical details of all operating systems. It is a comparison of basic roles and the most prominent features. It also includes the most important features of the operating system's origins, historical development, and role.

References

  1. Leemhuis, Thorsten. "Die Neuerungen von Linux 4.15". c't.
  2. 1 2 3 Corbet, Jonathan; Kroah-Hartman, Greg; McPherson, Amanda. "Linux Kernel Development: How Fast it is Going, Who is Doing It, What They are Doing, and Who is Sponsoring the Work". linuxfoundation.org. January 2018. The Linux Foundation. Archived from the original (lf_pub_whowriteslinux2015.pdf) on March 15, 2015. Retrieved March 15, 2015. The kernel has grown steadily since its first release in 1991, when there were only about 10,000 lines of code. At almost 19 million lines (up from 17 million), the kernel is almost two million lines larger than it was at the time of the previous version of this paper.
  3. 1 2 Torvalds, Linus. "COPYING". kernel.org. Retrieved August 13, 2013. Also note that the only valid version of the GPL as far as the kernel is concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x or whatever), unless explicitly otherwise stated.
  4. 1 2 Linus Torvalds (September 8, 2000). "Linux-2.4.0-test8". lkml.iu.edu. Retrieved November 21, 2015. The only one of any note that I'd like to point out directly is the clarification in the COPYING file, making it clear that it's only _that_particular version of the GPL that is valid for the kernel. This should not come as any surprise, as that's the same license that has been there since 0.12 or so, but I thought I'd make that explicit
  5. "Berkeley UNIX and the Birth of Open-Source Software". Archived from the original on March 26, 2015. Retrieved July 28, 2008.
  6. Marshall Kirk McKusick. "Twenty Years of Berkeley Unix From AT&T-Owned to Freely Redistributable". Archived from the original on February 19, 2014.
  7. Eric, S. Raymond (October 1999). The Cathedral and the Bazaar. Sebastopol, California: O'Reilly & Associates, Inc. p. 12. ISBN   0-596-00108-8 . Retrieved July 21, 2022. In 1982, a group of Unix hackers from Stanford and Berkeley founded Sun Microsystems on the belief that Unix running on relatively inexpensive 68000-based hardware would prove a winning combination for a wide variety of applications. They were right, and their vision set the pattern for an entire industry. While still priced out of reach of most individuals, workstations were cheap for corporations and universities; networks of them (one to a user) rapidly replaced the older VAXes and other time-sharing systems
  8. Lazzareschi, Carla (January 31, 1988). "Sun Microsystems Is Blazing a Red-Hot Trail in Computers: $300-Million AT&T; Deal Moves Firm to Set Sights on IBM". Los Angeles Times. Retrieved July 21, 2022.
  9. Initial Announcement of the GNU Project, 1983
  10. "Intel Architecure Programming and Information". intel80386.com.
  11. Bach, Maurice (1986), The Design of the UNIX Operating System, Prentice Hall, Bibcode:1986duos.book.....B, ISBN   0-13-201799-7
  12. "Linus Torvalds Introduces Linux 1.0". YouTube .:Video 0:50 min.
  13. "Linus vs. Tanenbaum debate". Archived from the original on October 3, 2012.
  14. "The Choice of a GNU Generation - An Interview With Linus Torvalds".
  15. Torvalds, Linus; Diamond, David (2001). Just for Fun: The Story of an Accidental Revolutionary. New York City: HarperCollins. pp. 78–80. ISBN   0-06-662073-2.
  16. 1 2 3 4 5 Torvalds, Linus; Diamond, David (2001). Just For Fun - The Story Of An Accidental Revolutionary. New York: HarperBusiness. p.  84. ISBN   0-06-662072-4.
  17. 1 2 Torvalds, Linus Benedict (August 1991). "comp.os.minix" . Retrieved September 6, 2009.
  18. Torvalds, Linus: What would you like to see most in minix? Usenet group comp.os.minix, 25 August 1991.
  19. Torvalds, Linus (March 1994). "Index of /pub/linux/kernel/SillySounds" . Retrieved August 3, 2009.
  20. Silvonen, Jussi (2003). "Linux ja vapaat ohjelmat: haaste informaatiokapitalismille?". In Heiskanen, Jukka; Mäntylä, Jorma (eds.). MarxIT: Informaatiokapitalismin kriittistä tarkastelua (in Finnish). Helsinki: The Finnish Karl Marx Society. p. 120. ISBN   952-99110-0-9.
  21. 1 2 3 Torvalds, Linus: Notes for linux release 0.01 kernel.org, 1991.
  22. Torvalds, Linus (January 5, 1992). "RELEASE NOTES FOR LINUX v0.12". Linux Kernel Archives. Archived from the original on July 21, 2011. Retrieved July 23, 2007. The Linux copyright will change: I've had a couple of requests to make it compatible with the GNU copyleft, removing the "you may not distribute it for money" condition. I agree. I propose that the copyright be changed so that it confirms to GNU - pending approval of the persons who have helped write code. I assume this is going to be no problem for anybody: If you have grievances ("I wrote that code assuming the copyright would stay the same") mail me. Otherwise The GNU copyleft takes effect as of the first of February. If you do not know the gist of the GNU copyright - read it.
  23. z-archive of Linux version 0.99 , kernel.org, December 1992
  24. "Overview of the GNU System - GNU Project - Free Software Foundation (FSF)". Gnu.org. Retrieved April 6, 2012.
  25. Hiroo Yamagata: The Pragmatist of Free Software, Linus Torvalds Interview Archived 2007-08-26 at the Wayback Machine , 30 September 1997
  26. James E.J. Bottomley; Mauro Carvalho Chehab; Thomas Gleixner; Christoph Hellwig; Dave Jones; Greg Kroah-Hartman; Tony Luck; Andrew Morton; Trond Myklebust; David Woodhouse (September 15, 2006). "Kernel developers' position on GPLv3 - The Dangers and Problems with GPLv3". LWN.net . Retrieved March 11, 2015. The current version (Discussion Draft 2) of GPLv3 on first reading fails the necessity test of section 1 on the grounds that there's no substantial and identified problem with GPLv2 that it is trying to solve. However, a deeper reading reveals several other problems with the current FSF draft: 5.1 DRM Clauses [...] 5.2 Additional Restrictions Clause [...] 5.3 Patents Provisions [...]since the FSF is proposing to shift all of its projects to GPLv3 and apply pressure to every other GPL licensed project to move, we foresee the release of GPLv3 portends the Balkanisation of the entire Open Source Universe upon which we rely.
  27. Kerner, Sean Michael (January 8, 2008). "Torvalds Still Keen On GPLv2". internetnews.com. Retrieved February 12, 2015. "In some ways, Linux was the project that really made the split clear between what the FSF is pushing which is very different from what open source and Linux has always been about, which is more of a technical superiority instead of a – this religious belief in freedom," Torvalds told Zemlin. So, the GPL Version 3 reflects the FSF's goals and the GPL Version 2 pretty closely matches what I think a license should do and so right now, Version 2 is where the kernel is."
  28. Linus Torvalds says GPL v3 violates everything that GPLv2 stood for DebConf 2014, Portland, Oregon (accessed 11 March 2015)
  29. Williams, Sam; Stallman, Richard M. (2010). Free as in Freedom 2.0 (PDF). GNU Press. p. 151. ISBN   978-0-9831592-1-6.
  30. Govind, Puru (May 2006). "The "GNU/Linux" and "Linux" Controversy". Archived from the original on February 25, 2009. Retrieved October 26, 2008.
  31. "New Linux Foundation Launches – Merger of Open Source Development Labs and Free Standards Group" (Press release). The Linux Foundation. January 22, 2007. Archived from the original on July 2, 2007. Retrieved March 26, 2008. Computing is entering a world dominated by two platforms: Linux and Windows.
  32. "New Linux Foundation Launches - Merger of Open Source Development Labs and Free Standards Group" (Press release). SAN FRANCISCO and BEAVERTON, Ore.: PR Newswire Association LLC. Linux Foundation. January 22, 2007. Archived from the original on April 2, 2015. Retrieved March 15, 2015.
  33. "Linux Foundation Leadership". linuxfoundation.org. The Linux Foundation. 2015. Retrieved March 15, 2015.
  34. 1 2 3 Byfield B. (2007). KDE vs. GNOME: Is One Better? Archived 2016-03-04 at the Wayback Machine . Datamation .
  35. Byfield B. (2011). Will GNOME 3.0 Repeat the User Revolt of KDE 4.0?. Datamation.
  36. Linus Torvalds dubs GNOME 3 'unholy mess'. The Register.
  37. What's wrong with Unity & how we can fix it. OMG Ubuntu.
  38. Ubuntu Desktop Designers: 'Unity Should Be Configurable'. OMG Ubuntu.
  39. "Growing Ubuntu for cloud and IoT, rather than phone and convergence".
  40. Gilbertson, Scott (April 27, 2018). "Leave it to Beaver: Unity is long gone and you're on your GNOME". The Register.
  41. A. S. Tanenbaum (January 29, 1992). "LINUX is obsolete". Newsgroup:  comp.os.minix. Usenet:   12595@star.cs.vu.nl . Retrieved July 16, 2008.
  42. A. S. Tanenbaum (January 30, 1992). "Re: LINUX is obsolete". Newsgroup:  comp.os.minix. Usenet:   12615@star.cs.vu.nl . Retrieved July 16, 2008.
  43. Tanenbaum, Andy (February 1992). "Re: Unhappy campers". Archived from the original on June 5, 2009. Retrieved October 19, 2008.
  44. Andrew Tanenbaum, Linus Torvalds and others: Linux is obsolete Usenet post, 29 January 1992
  45. The GNU Hurd Project
  46. Tanenbaum, Andrew S. (May 20, 2004). "Some Notes on the "Who wrote Linux" Kerfuffle, Release 1.5". Archived from the original on November 22, 2012. Retrieved March 15, 2015. [Linus] didn't write CTSS and he didn't write MULTICS and didn't write UNIX and he didn't write MINIX, but he did write Linux. I think Brown owes a number of us an apology.
  47. "The Open Source Initiative: Halloween Document 1". www.gnu.org. Archived from the original on October 13, 2019. Retrieved September 5, 2021.
  48. "Microsoft Clarifies Linux Myths - Slashdot". linux.slashdot.org. October 5, 1999. Retrieved May 27, 2024.
  49. "Get the Facts". Microsoft. 2004. Retrieved November 24, 2006.
  50. "Open Letter to Community from Novell". Novell. 2006. Retrieved March 23, 2007.
  51. John Fontana. "Microsoft stuns Linux world, submits source code to kernel". Archived from the original on December 2, 2009. Retrieved July 20, 2009. In an historic move, Microsoft Monday submitted driver source code for inclusion in the Linux kernel under a GPLv2 license. [...] Greg Kroah-Hartman, the Linux driver project lead and a Novell fellow, said he accepted 22,000 lines of Microsoft's code at 9 a.m.PST Monday. Kroah-Hartman said the Microsoft code will be available as part of the next Linux public tree release in the next 24 hours. The code will become part of the 2.6.30.1 stable release. [...] Then the whole world will be able to look at the code, he said.
  52. Paul, Ryan (July 2009). "Microsoft aims at VM market with Linux kernel code offering" . Retrieved July 22, 2009.
  53. Holwerda, Thom (July 2009). "Microsoft's Linux Kernel Code Drop Result of GPL Violation" . Retrieved July 23, 2009.
  54. Microsoft (July 2009). "Microsoft Contributes Linux Drivers to Linux Community". Microsoft . Retrieved July 23, 2009.
  55. Richmond, Gary (August 2009). "Yes Linus, Microsoft hating is a disease. And it's a pandemic". Archived from the original on July 29, 2009. Retrieved August 1, 2009.
  56. Paul, Ryan (April 4, 2012). "Linux kernel in 2011: 15 million total lines of code and Microsoft is a top contributor". Ars Technica . Retrieved April 6, 2012.
  57. "SUSE and Microsoft give enterprise Linux an Azure tune-up". The Register .
  58. Vaughan-Nichols, Steven J. "Linus Torvalds isn't worried about Microsoft taking over Linux". ZDNet. Retrieved February 18, 2020.
  59. "Microsoft's Azure Linux distro is now generally available • The Register" . Retrieved June 4, 2023.>
  60. Jones, Pamela (March 8, 2007). "Report from the Courthouse March 7 - Part 1 (IBM's Motion for DJ on 10th CC)". Groklaw. Archived from the original on August 7, 2011. Retrieved March 24, 2007.
  61. Jones, Pamela (August 10, 2007). "Court Rules: Novell owns the UNIX and UnixWare copyrights! Novell has right to waive!". Groklaw . Retrieved August 12, 2007.
  62. Ryan, Justin (August 26, 2009). "SCO Will Try Again". Linux Journal . Belltown Media, Inc. Retrieved August 30, 2009.
  63. Harvey, Tom (March 30, 2010). "Jury says Novell owns Unix copyrights". The Salt Lake Tribune . MediaNews Group . Retrieved March 30, 2010.
  64. "SCO Group files for bankruptcy protection". CNet News.com. September 14, 2007. Archived from the original on October 8, 2008. Retrieved January 14, 2008.
  65. Linus Torvalds: Linus trademarks Linux?!! from the linux-Kernel mailing list, 21 August 2005
  66. "Linux Mark Institute" . Retrieved February 24, 2008. LMI has restructured its sublicensing program. Our new sublicense agreement is: Free — approved sublicense holders pay no fees; Perpetual — sublicense terminates only in breach of the agreement or when your organization ceases to use its mark; Worldwide — one sublicense covers your use of the mark anywhere in the world
  67. Torvalds, Linus (17 September 2021) 30 years since the Linux 0.01 release
  68. Jim Hamerly and Tom Paquin with Susan Walton (January 1999). "Freeing the Source: The Story of Mozilla". Open Sources: Voices from the Open Source Revolution (1st ed.). ISBN   1-56592-582-3. Frank had done his homework, citing Eric Raymond's paper, "The Cathedral and the Bazaar," and talking to people in departments throughout the organization—from engineering to marketing to management.
  69. 1 2 Linux totally dominates supercomputers ZDNet. 2017.
  70. Andrews, Jeremy. "Interview: Russell King". Kernel Trap. Archived from the original on February 4, 2002. Retrieved August 1, 2022.
  71. King, Russell. "The History of ARM Linux". ARM Linux. Retrieved August 1, 2022.
  72. Torvalds, Linus. "The History of Linux in GIT". GitHub . The 2.1.80 release also contains some initial ARM support
  73. "David Bader Selected to Receive the 2021 IEEE Computer Society Sidney Fernbach Award". IEEE Computer Society. September 22, 2021. Retrieved October 12, 2023.
  74. Dell, Michael (15 August 2000), Remarks Putting Linux on the Fast Track - Keynote at the LinuxWorld Expo, San Jose, California, retrieved 2 February 2014 Archived May 15, 2013, at the Wayback Machine
  75. Orlowski, Andrew (19 March 2002), Microsoft 'killed Dell Linux' – States, The Register, retrieved 3 February 2014
  76. Asay, Matt (21 January 2009). "Red Hat set to surpass Sun in market capitalization". CNET News . Archived from the original on 21 February 2014. Retrieved 16 February 2014.
  77. Brodkin, Jon (June 28, 2019). "Linux is king *nix of the data center—but Unix may live on forever". Ars Technica .
  78. Whittaker, Zack (May 16, 2013). "Android accounts for 75 percent market share; Windows Phone leapfrogs BlackBerry". ZDNet. Retrieved February 16, 2014.
  79. Sneddon, Joey-Elijah (March 12, 2014). "Ubuntu Phones to Cost $200 to $400 — Can they be a Success at this Price?". OMG Ubuntu. Retrieved March 15, 2014.
  80. "Linux_4.0 - Linux Kernel Newbies". kernelnewbies.org.
  81. "Linux Kernel 5.0 Released, This is What's New". OMG! Ubuntu!. March 4, 2019. Retrieved March 14, 2019.
  82. "Linux Kernel 6.0 Released, This is What's New". OMG! Ubuntu!. October 3, 2022. Retrieved October 14, 2022.