Sie sind auf Seite 1von 10

History of Linux

The history of Linux began in 1991 with the commence- that AT&T owned, AT&T led a lawsuit (USL v. BSDi)
ment of a personal project by Finnish student Linus Tor- in the early 1990s against the University of California.
valds to create a new free operating system kernel. Since This strongly limited the development and adoption of
then, the resulting Linux kernel has been marked by con- BSD.[3][4]
stant growth throughout its history. Since the initial re-
In 1985, Intel released the 80386, the rst x86 micropro-
lease of its source code in 1991, it has grown from a small cessor with a 32-bit instruction set and a memory man-
number of C les under a license prohibiting commercial agement unit with paging.[5]
distribution to the 4.2.3 version in 2015 with more than
18 million lines of source code under the GNU General In 1986, Maurice J. Bach, of AT&T Bell Labs, published
Public License.[1](p7) The Design of the UNIX Operating System.[6] This deni-
tive description principally covered the System V Release
2 kernel, with some new features from Release 3 and
BSD.
1 Events leading to creation
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 in 1987. While source code
for the system was available, modication and redistri-
bution were restricted. In addition, MINIXs 16-bit de-
sign 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 ex-
pensive for private users.[7]
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
Ken Thompson and Dennis Ritchie kernels had been available at the time, he likely would
not have written his own.[8][9]
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 rst released in 1970.
2 The creation of Linux
Later they rewrote it in a new programming language, C,
to make it portable. The availability and portability of In 1991, in Helsinki, Linus Torvalds began a project that
Unix caused it to be widely adopted, copied and modi- later became the Linux kernel. He wrote the program
ed by academic institutions and businesses. specically for the hardware he was using and indepen-
dent of an operating system because he wanted to use the
In 1983, Richard Stallman started the GNU project with
functions of his new PC with an 80386 processor. Devel-
the goal of creating a free UNIX-like operating system.[2]
opment was done on MINIX using the GNU C compiler.
As part of this work, he wrote the GNU General Pub-
The GNU C Compiler is still the main choice for com-
lic License (GPL). By the early 1990s, there was almost
piling Linux today. The code however, can be built with
enough available software to create a full operating sys-
other compilers, such as the Intel C Compiler.
tem. However, the GNU kernel, called Hurd, failed to
[10]
attract enough development eort, leaving GNU incom- As Torvalds wrote in his book Just for Fun, he even-
plete. tually ended up writing an operating system kernel. On
25 August 1991, he (at age 21) announced this system in
Another free operating system project, initially released
a Usenet posting to the newsgroup comp.os.minix.":[11]
in 1977, was the Berkeley Software Distribution (BSD).
This was developed by UC Berkeley from the 6th edition
of Unix from AT&T. Since BSD contained Unix code Hello everybody out there using minix -

1
2 4 LINUX UNDER THE GNU GPL

Floppy discs holding a very early version of Linux

3 Naming
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 les under the name Freax for about half of a
year. Torvalds had already considered the name Linux,
Linus Torvalds in 2002 but initially dismissed it as too egotistical.[10]
In order to facilitate development, the les were uploaded
to the FTP server (ftp.funet.) of FUNET in September
1991. Ari Lemmke, Torvalds coworker at the Helsinki
I'm doing a (free) operating system (just a
University of Technology (HUT) who was one of the
hobby, won't be big and professional like gnu)
volunteer administrators for the FTP server at the time,
for 386(486) AT clones. This has been brewing
did not think that Freax was a good name. So, he
since april, and is starting to get ready. I'd like
named the project Linux on the server without consult-
any feedback on things people like/dislike in
ing Torvalds.[10] Later, however, Torvalds consented to
minix, as my OS resembles it somewhat (same
Linux.
physical layout of the le-system (due to prac-
tical reasons) among other things). To demonstrate how the word Linux should be pro-
nounced ([links]), Torvalds included an audio guide (
I've currently ported bash(1.08) and listen ) with the kernel source code.[13]
gcc(1.40), and things seem to work. This im-
plies that I'll get something practical within a
few months, and I'd like to know what features 4 Linux under the GNU GPL
most people would want. Any suggestions are
welcome, but I won't promise I'll implement
Torvalds rst published the Linux kernel under its own
them :-)
licence, which had a restriction on commercial activity.
Linus (torvalds@kruuna.helsinki.) The software to use with the kernel was software devel-
oped as part of the GNU project licensed under the GNU
PS. Yes - its free of any minix code, and General Public License, a free software license. The rst
it has a multi-threaded fs. It is NOT portable release of the Linux kernel, Linux 0.01, included a binary
(uses 386 task switching etc), and it proba- of GNUs Bash shell.[14]
bly never will support anything other than AT-
harddisks, as thats all I have :-(. In the Notes for linux release 0.01, Torvalds lists the
GNU software that is required to run Linux:[14]
Linus Torvalds[12]
Sadly, a kernel by itself gets you nowhere.
3

To get a working system you need a shell, com-


pilers, 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.[14]

In 1992, he suggested releasing the kernel under the GNU


General Public License. He rst announced this decision
in the release notes of version 0.12.[15] In the middle of
December 1992 he published version 0.99 using the GNU
GPL.[16]
Linux and GNU developers worked to integrate GNU
components with Linux to make a fully functional and
free operating system.[17]
Torvalds has stated, making Linux GPL'd was denitely
the best thing I ever did.[18]

Tux
5 GNU/Linux naming controversy
For more details on this topic, see GNU/Linux naming 7 New development
controversy.
7.1 Community
The designation Linux was initially used by Torvalds
only for the Linux kernel. The kernel was, however, The largest part of the work on Linux is performed by the
frequently used together with other software, especially community: the thousands of programmers around the
that of the GNU project. This quickly became the most world that use Linux and send their suggested improve-
popular adoption of GNU software. In June 1994 in ments to the maintainers. Various companies have also
GNUs bulletin, Linux was referred to as a free UNIX helped not only with the development of the kernels, but
clone, and the Debian project began calling its product also with the writing of the body of auxiliary software,
Debian GNU/Linux. In May 1996, Richard Stallman pub- which is distributed with Linux. As of February 2015,
lished the editor Emacs 19.31, in which the type of sys- over 80% of Linux kernel developers are paid.[1](p11)
tem was renamed from Linux to Lignux. This spelling It is released both by organized projects such as Debian,
was intended to refer specically to the combination of and by projects connected directly with companies such
GNU and Linux, but this was soon abandoned in favor of as Fedora and openSUSE. The members of the respec-
GNU/Linux.[19] tive projects meet at various conferences and fairs, in or-
This name garnered varying reactions. The GNU and De- der to exchange ideas. One of the largest of these fairs
bian projects use the name, although most people simply is the LinuxTag in Germany (currently in Berlin), where
use the term Linux to refer to the combination.[20] about 10,000 people assemble annually, in order to dis-
cuss Linux and the projects associated with it.

6 Ocial mascot 7.2 Open Source Development Lab and


Linux Foundation
Main article: Tux
Torvalds announced in 1996 that there would be a mascot The Open Source Development Lab (OSDL) was created
for Linux, a penguin. This was due to the fact when they in the year 2000, and is an independent nonprot orga-
were about to select the mascot, Torvalds did mention he nization which pursues the goal of optimizing Linux for
was bitten by a little penguin (Eudyptula minor) on a visit employment in data centers and in the carrier range. It
to the National Zoo & Aquarium in Canberra, Australia. served as sponsored working premises for Linus Torvalds
Larry Ewing provided the original draft of todays well and also for Andrew Morton (until the middle of 2006
known mascot based on this description. The name Tux when Morton transferred to Google). Torvalds worked
was suggested by James Hughes as derivative of Torvalds full-time on behalf of OSDL, developing the Linux ker-
UniX.[10] nels.
4 9 SAMIZDAT

On 22 January 2007, OSDL and the Free Standards 8 Linux is obsolete


Group merged to form The Linux Foundation, narrowing
their respective focuses to that of promoting GNU/Linux Main article: TanenbaumTorvalds debate
in competition with Microsoft Windows.[21][22] As of
2015, Torvalds remains with the Linux Foundation as a
Fellow.[23] 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
7.3 Companies with the title Linux is obsolete,[29] which marked the
beginning of a famous debate about the structure of the
then-recent Linux kernel. Among the most signicant
Despite being freely available, companies prot from
criticisms were that:
Linux. These companies, many of which are also mem-
bers of the Linux Foundation, invest substantial resources
into the advancement and development of Linux, in or- The kernel was monolithic and thus old-fashioned.
der to make it suited for various application areas. This The lack of portability, due to the use of exclusive
includes hardware donations for driver developers, cash features of the Intel 386 processor. Writing a new
donations for people who develop Linux software, and operating system that is closely tied to any particular
the employment of Linux programmers at the company. piece of hardware, especially a weird one like the
Some examples are Dell, IBM and HP, which validate, Intel line, is basically wrong.[30]
use and sell Linux on their own servers, and Red Hat and
SUSE, which maintain their own enterprise distributions. There was no strict control of the source code by any
Likewise, Digia supports Linux by the development and individual person.[31]
LGPL licensing of Qt, which makes the development of
KDE possible, and by employing some of the X and KDE Linux employed a set of features which were useless
developers. (Tanenbaum believed that multithreaded le sys-
tems were simply a performance hack).[32]

7.4 Desktop environments Tanenbaums prediction that Linux would become out-
dated within a few years and replaced by GNU Hurd
KDE was the rst advanced desktop environment, but it (which he considered to be more modern) proved incor-
was controversial due to the then-proprietary Qt toolkit rect. Linux has been ported to all major platforms and its
used.[24] GNOME was developed as an alternative due open development model has led to an exemplary pace of
to licensing questions.[24] The two use a dierent un- development. In contrast, GNU Hurd has not yet reached
derlying toolkit and thus involve dierent programming, the level of stability that would allow it to be used on a
and are sponsored by two dierent groups, German non- production server.[33] His dismissal of the Intel line of
prot KDE e.V. and the United States nonprot GNOME 386 processors as 'weird' has also proven short-sighted,
Foundation. as the x86 series of processors and the Intel Corporation
would later become near ubiquitous in personal comput-
As of April 2007, one journalist estimated that KDE had ers and servers.
65% of market share versus 26% for GNOME.[24] In Jan-
uary 2008, KDE 4 was released prematurely with bugs,
driving some users to GNOME.[25] GNOME 3, released 9 Samizdat
in April 2011, was called an unholy mess by Linus Tor-
valds due to its controversial design changes.[26]
In his unpublished book Samizdat, Kenneth Brown claims
Dissatisfaction with GNOME 3 led to a fork, Cinnamon, that Torvalds illegally copied code from MINIX. In May
which is developed primarily by Linux Mint developer 2004, these claims were refuted by Tanenbaum, the au-
Clement LeFebvre. This restores the more traditional thor of MINIX:[34]
desktop environment with marginal improvements.
The relatively well-funded distribution, Ubuntu, designed [Brown] wanted to go on about the own-
(and released in June 2011) another user interface called ership issue, but he was also trying to avoid
Unity which is radically dierent from the conventional telling me what his real purpose was, so he
desktop environment and has been criticized as having didn't phrase his questions very well. Finally
various aws[27] and lacking congurability.[28] The mo- he asked me if I thought Linus wrote Linux.
tivation was a single desktop environment for desktops I said that to the best of my knowledge, Linus
and tablets, although as of November 2012 Unity has yet wrote the whole kernel himself, but after it was
to be used widely in tablets. However, the smartphone released, other people began improving the
and tablet version of Ubuntu and its Unity interface was kernel, which was very primitive initially, and
unveiled by Canonical Ltd in January 2013. adding new software to the system--essentially
5

the same development model as MINIX. Then because it only included non-commercial free software
he began to focus on this, with questions like: developers.
Didn't he steal pieces of MINIX without per- In July 2009, Microsoft submitted 22,000 lines of source
mission. I told him that MINIX had clearly code to the Linux kernel under the GPLV2 license, which
had a huge inuence on Linux in many ways, were subsequently accepted. Although this has been re-
from the layout of the le system to the names ferred to as a historic move and as a possible bell-
in the source tree, but I didn't think Linus had wether of an improvement in Microsofts corporate at-
used any of my code. titudes toward Linux and open-source software, the de-
cision was not altogether altruistic, as it promised to lead
The books claims, methodology and references were se- to signicant competitive advantages for Microsoft and
riously questioned and in the end it was never released avoided legal action against Microsoft. Microsoft was
and was delisted from the distributors site. 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
10 Competition from Microsoft components, statically linked to closed-source binaries
in contravention of the GPL licence. Microsoft con-
Although Torvalds has said that Microsofts feeling tributed the drivers to rectify the licence violation, al-
threatened by Linux in the past was of no consequence though the company attempted to portray it as a chari-
to him, the Microsoft and Linux camps had a number of table act, rather than one to avoid legal action against it.
antagonistic interactions between 1997 and 2001. This In the past Microsoft had termed Linux a cancer and
became quite clear for the rst time in 1998, when the communist.[37][38][39][40][41]
rst Halloween document was brought to light by Eric S.
By 2011, Microsoft had become the 17th largest con-
Raymond. This was a short essay by a Microsoft devel-
tributor to the Linux kernel.[42] As of February 2015,
oper that sought to lay out the threats posed to Microsoft
Microsoft was no longer among the top 30 contributing
by free software and identied strategies to counter these
sponsor companies.[1](pp1012)
perceived threats.
Competition entered a new phase in the beginning of
2004, when Microsoft published results from customer 11 SCO
case studies evaluating the use of Windows vs. Linux un-
der the name Get the Facts on its own web page. Based
Main article: SCO-Linux controversies
on inquiries, research analysts, and some Microsoft spon-
sored investigations, the case studies claimed that enter-
prise use of Linux on servers compared unfavorably to In March 2003, the SCO Group accused IBM of violating
the use of Windows in terms of reliability, security, and their copyright on UNIX by transferring code from UNIX
total cost of ownership.[35] to Linux. SCO claims ownership of the copyrights on
UNIX and a lawsuit was led against IBM. Red Hat has
In response, commercial Linux distributors produced
countersued and SCO has since led other related law-
their own studies, surveys and testimonials to counter
suits. At the same time as their lawsuit, SCO began sell-
Microsofts campaign. Novell's web-based campaign at
ing Linux licenses to users who did not want to risk a
the end of 2004 was entitled Unbending the truth and
possible complaint on the part of SCO. Since Novell also
sought to outline the advantages as well as dispelling the
claims the copyrights to UNIX, it led suit against SCO.
widely publicized legal liabilities of Linux deployment
(particularly in light of the SCO v IBM case). Novell par- SCO has since led for bankruptcy.[43]
ticularly 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 12 Trademark rights
Microsofts campaign. Red Hat had a campaign called
Truth Happens aimed at letting the performance of the In 1994 and 1995, several people from dierent countries
product speak for itself, rather than advertising the prod- attempted to register the name Linux as a trademark.
uct by studies. Thereupon requests for royalty payments were issued to
In the autumn of 2006, Novell and Microsoft announced several Linux companies, a step with which many devel-
an agreement to co-operate on software interoperabil- opers and users of Linux did not agree. Linus Torvalds
ity and patent protection.[36] This included an agreement clamped down on these companies with help from Linux
that customers of either Novell or Microsoft may not be International and was granted the trademark to the name,
sued by the other company for patent infringement. This which he transferred to Linux International. Protection
patent protection was also expanded to non-commercial of the trademark was later administered by a dedicated
free software developers . The last part was criticized foundation, the non-prot Linux Mark Institute. In 2000,
6 13 CHRONOLOGY

Linus Torvalds specied the basic rules for the assign- 13 Chronology
ment of the licenses. This means that anyone who oers
a product or a service with the name Linux must possess See also: Linux adoption
a license for it, which can be obtained through a unique
purchase.
In June 2005, a new controversy developed over the use 1991: The Linux kernel is publicly announced on
of royalties generated from the use of the Linux trade- 25 August by the 21-year-old Finnish student Linus
mark. The Linux Mark Institute, which represents Linus Benedict Torvalds.[11]
Torvalds rights, announced a price increase from 500 to
1992: The Linux kernel is relicensed under the
5,000 dollars for the use of the name. This step was justi-
GNU GPL. The rst Linux distributions are created.
ed as being needed to cover the rising costs of trademark
protection. 1993: Over 100 developers work on the Linux ker-
In response to this increase, the community became dis- nel. With their assistance the kernel is adapted to the
pleased, which is why Linus Torvalds made an announce- GNU environment, which creates a large spectrum
ment on 21 August 2005, in order to dissolve the misun- of application types for Linux. The oldest currently
derstandings. In an e-mail he described the current sit- (as of 2015) existing Linux distribution, Slackware,
uation as well as the background in detail and also dealt is released for the rst time. Later in the same year,
with the question of who had to pay license costs: the Debian project is established. Today it is the
largest community distribution.
1994: Torvalds judges all components of the ker-
nel to be fully matured: he releases version 1.0 of
[...] And lets repeat: somebody who Linux. The XFree86 project contributes a graphical
doesnt want to _protect_ that name would user interface (GUI). Commercial Linux distribu-
never do this. You can call anything tion makers Red Hat and SUSE publish version 1.0
MyLinux, but the downside is that you may of their Linux distributions.
have somebody else who _did_ protect him-
self come along and send you a cease-and- 1995: Linux is ported to the DEC Alpha and to the
desist letter. Or, if the name ends up show- Sun SPARC. Over the following years it is ported to
ing up in a trademark search that LMI needs an ever greater number of platforms.
to do every once in a while just to protect
1996: Version 2.0 of the Linux kernel is released.
the trademark (another legal requirement for
The kernel can now serve several processors at the
trademarks), LMI itself might have to send you
same time using symmetric multiprocessing (SMP),
a cease-and-desist-or-sublicense it letter.
and thereby becomes a serious alternative for many
At which point you either rename it to companies.
something else, or you sublicense it. See? Its
1998: Many major companies such as IBM,
all about whether _you_ need the protection or
Compaq and Oracle announce their support for
not, not about whether LMI wants the money
Linux. The Cathedral and the Bazaar is rst
or not.
published as an essay (later as a book), result-
[...] Finally, just to make it clear: not only ing in Netscape publicly releasing the source code
do I not get a cent of the trademark money, to its Netscape Communicator web browser suite.
but even LMI (who actually administers the Netscapes actions and crediting of the essay[46]
mark) has so far historically always lost money brings Linuxs open source development model to
on it. Thats not a way to sustain a trade- the attention of the popular technical press. In addi-
mark, so theyre trying to at least become self- tion a group of programmers begins developing the
sucient, but so far I can tell that lawyers fees graphical user interface KDE.
to _give_ that protection that commercial com-
panies want have been higher than the license 1999: A group of developers begin work on the
fees. Even pro bono lawyers charge for the graphical environment GNOME, destined to be-
time of their costs and paralegals etc. come a free replacement for KDE, which at the time,
depends on the, then proprietary, Qt toolkit. During
Linus Torvalds[44] the year IBM announces an extensive project for the
support of Linux.
2000: Dell announces that it is now the No. 2
provider of Linux-based systems worldwide and the
The Linux Mark Institute has since begun to oer a free, rst major manufacturer to oer Linux across its
perpetual worldwide sublicense.[45] full product line.[47]
7

2002: The media reports that Microsoft killed Dell [4] Marshall Kirk McKusick. Twenty Years of Berkeley
Linux[48] Unix From AT&T-Owned to Freely Redistributable.

2004: The XFree86 team splits up and joins with the [5] Intel 80386
existing X standards body to form the X.Org Foun- [6] Bach, Maurice (1986), The Design of the UNIX Operating
dation, which results in a substantially faster devel- System, Prentice Hall, ISBN 0-13-201799-7
opment of the X server for Linux.
[7] Linus Torvalds Introduces Linux 1.0.:Video 0:50
2005: The project openSUSE begins a free distri- [8] Linus vs. Tanenbaum debate.
bution from Novells community. Also the project
OpenOce.org introduces version 2.0 that then [9] The Choice of a GNU Generation - An Interview With
started supporting OASIS OpenDocument stan- Linus Torvalds.
dards. [10] Torvalds, Linus and David Diamond, Just for Fun: The
Story of an Accidental Revolutionary, 2001, ISBN 0-06-
2006: Oracle releases its own distribution of Red
662072-4
Hat Enterprise Linux. Novell and Microsoft an-
nounce cooperation for a better interoperability and [11] Torvalds, Linus Benedict (August 1991).
mutual patent protection. comp.os.minix. Retrieved 2009-09-06.
[12] Torvalds, Linus: What would you like to see most in minix?
2007: Dell starts distributing laptops with Ubuntu
Usenet group comp.os.minix, 25 August 1991.
pre-installed on them.
[13] Torvalds, Linus (March 1994). Index of
2009: RedHats market capitalization equals Suns, /pub/linux/kernel/SillySounds. Retrieved 2009-08-
interpreted as a symbolic moment for the Linux- 03.
based economy.[49]
[14] Torvalds, Linus: Notes for linux release 0.01 kernel.org,
2011: Version 3.0 of the Linux kernel is released. 1991.

2012: The aggregate Linux server market revenue [15] Torvalds, Linus (1992-01-05). RELEASE NOTES FOR
LINUX v0.12. Linux Kernel Archives. Archived from
exceeds that of the rest of the Unix market.[50]
the original on 21 July 2011. Retrieved 2007-07-23. The
2013: Googles Linux-based Android claims 75% Linux copyright will change: I've had a couple of requests
to make it compatible with the GNU copyleft, removing
of the smartphone market share, in terms of the
the you may not distribute it for money condition. I
number of phones shipped.[51] agree. I propose that the copyright be changed so that it
conrms to GNU - pending approval of the persons who
2014: Ubuntu claims 22,000,000 users.[52]
have helped write code. I assume this is going to be no
2015: Version 4.0 of the Linux kernel is released. 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 eect as of
the rst of February. If you do not know the gist of the
14 See also GNU copyright - read it.
[16] z-archive of Linux version 0.99, kernel.org, December
History of free software 1992
[17] Overview of the GNU System - GNU Project - Free Soft-
ware Foundation (FSF)". Gnu.org. Retrieved 2012-04-
15 References 06.

[1] Corbet, Jonathan; Kroah-Hartman, Greg; McPherson, [18] Hiroo Yamagata: The Pragmatist of Free Software, Linus
Amanda. Linux Kernel Development: How Fast it is Go- Torvalds Interview, 30 September 1997
ing, Who is Doing It, What They are Doing, and Who is [19] Linux and GNU - GNU Project - Free Software Founda-
Sponsoring the Work (lf_pub_whowriteslinux2015.pdf). tion (FSF)
linuxfoundation.org. February 2015. The Linux Foun-
dation. Retrieved 2015-03-15. The kernel has grown [20] Govind, Puru (May 2006). The GNU/Linux and
steadily since its rst release in 1991, when there were only Linux Controversy. Archived from the original on 25
about 10,000 lines of code. At almost 19 million lines (up February 2009. Retrieved 26 October 2008.
from 17 million), the kernel is almost two million lines
[21] New Linux Foundation Launches Merger of Open
larger than it was at the time of the previous version of
Source Development Labs and Free Standards Group
this paper.
(Press release). The Linux Foundation. January 22, 2007.
[2] Initial Announcement of the GNU Project, 1983 Archived from the original on 2007-07-02. Retrieved
2008-03-26. Computing is entering a world dominated
[3] Berkeley UNIX and the Birth of Open-Source Software. by two platforms: Linux and Windows.
8 15 REFERENCES

[22] New Linux Foundation Launches - Merger of Open [39] Holwerda, Thom (July 2009). Microsofts Linux Kernel
Source Development Labs and Free Standards Group Code Drop Result of GPL Violation. Retrieved 2009-
(Press release). SAN FRANCISCO and BEAVERTON, 07-23.
Ore.: PR Newswire Association LLC. Linux Foundation.
2007-01-22. Retrieved 2015-03-15. [40] Microsoft (July 2009). Microsoft Contributes Linux
Drivers to Linux Community. Retrieved 2009-07-23.
[23] Linux Foundation Leadership. linuxfoundation.org.
The Linux Foundation. 2015. Retrieved 2015-03-15.
[41] Richmond, Gary (August 2009). Yes Linus, Microsoft
[24] Byeld B. (2007). KDE vs. GNOME: Is One Better?. hating is a disease. And its a pandemic. Retrieved 2009-
Datamation. 08-01.

[25] Byeld B. (2011). Will GNOME 3.0 Repeat the User Re-
[42] Paul, Ryan (4 April 2012). Linux kernel in 2011: 15 mil-
volt of KDE 4.0?. Datamation.
lion total lines of code and Microsoft is a top contributor.
[26] Linus Torvalds dubs GNOME 3 'unholy mess. The Reg- Ars Technica. Retrieved 6 April 2012.
ister.
[43] SCO Group les for bankruptcy protection. CNet
[27] Whats wrong with Unity & how we can x it. OMG News.com. 2007-09-14. Retrieved 2008-01-14.
Ubuntu.

[28] Ubuntu Desktop Designers: Unity Should Be Cong- [44] Linus Torvalds: Linus trademarks Linux?!! from the
urable. OMG Ubuntu. linux-Kernel mailing list, 21 August 2005

[29] A. S. Tanenbaum (29 January 1992). LINUX is [45] Linux Mark Institute. Retrieved 2008-02-24. LMI has
obsolete. Newsgroup: comp.os.minix. Usenet: restructured its sublicensing program. Our new sublicense
12595@star.cs.vu.nl. Retrieved 2008-07-16. agreement is: Free approved sublicense holders pay no
fees; Perpetual sublicense terminates only in breach of
[30] A. S. Tanenbaum (30 January 1992). Re: LINUX the agreement or when your organization ceases to use its
is obsolete. Newsgroup: comp.os.minix. Usenet: mark; Worldwide one sublicense covers your use of the
12615@star.cs.vu.nl. Retrieved 2008-07-16. mark anywhere in the world
[31] Tanenbaum, Andy (February 1992). Re: Unhappy
campers. Archived from the original on 2009-06-05. [46] Jim Hamerly and Tom Paquin with Susan Walton (Jan-
Retrieved 2008-10-19. uary 1999). Freeing the Source: The Story of Mozilla.
Open Sources: Voices from the Open Source Revolution (1st
[32] Andrew Tanenbaum, Linus Torvalds and others: Linux is ed.). ISBN 1-56592-582-3. Frank had done his home-
obsolete Usenet post, 29 January 1992 work, citing Eric Raymonds paper, The Cathedral and
the Bazaar, and talking to people in departments through-
[33] The GNU Hurd Project out the organization--from engineering to marketing to
[34] Tanenbaum, Andrew S. (2004-05-20). Some Notes on management.
the Who wrote Linux Kerfue, Release 1.5. Archived
from the original on 2012-11-22. Retrieved 2015-03-15. [47] Dell, Michael (15 August 2000), Remarks Putting Linux
[Linus] didn't write CTSS and he didn't write MULTICS on the Fast Track - Keynote at the LinuxWorld Expo, San
and didn't write UNIX and he didn't write MINIX, but he Jose, California, retrieved 2 February 2014
did write Linux. I think Brown owes a number of us an
apology. [48] Orlowski, Andrew (19 March 2002), Microsoft killed
Dell Linux States, The Register, retrieved 3 February
[35] Get the Facts. Microsoft. 2004. Retrieved 2006-11-24. 2014
[36] Open Letter to Community from Novell. Novell. 2006.
Retrieved 2007-03-23. [49] Red Hat set to surpass Sun in market capitalization. Linux
world is set to eclipse the Unix world, as reected in the
[37] John Fontana. Microsoft stuns Linux world, submits stock prices of Red Hat and Sun Microsystems. Those
source code to kernel. Retrieved 2009-07-20. In an his- prices are way out of whack with revenues.
toric move, Microsoft Monday submitted driver source
code for inclusion in the Linux kernel under a GPLv2 li- [50] Linux is king *nix of the data centerbut Unix may live
cense. [...] Greg Kroah-Hartman, the Linux driver project on forever
lead and a Novell fellow, said he accepted 22,000 lines of
Microsofts code at 9 a.m.PST Monday. Kroah-Hartman
[51] Whittaker, Zack (2013-05-16). Android accounts for 75
said the Microsoft code will be available as part of the next
percent market share; Windows Phone leapfrogs Black-
Linux public tree release in the next 24 hours. The code
Berry. ZDNet. Retrieved 2014-02-16.
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] Sneddon, Joey-Elijah (12 March 2014). Ubuntu Phones
[38] Paul, Ryan (July 2009). Microsoft aims at VM market to Cost $200 to $400 Can they be a Success at this
with Linux kernel code oering. Retrieved 2009-07-22. Price?". OMG Ubuntu. Retrieved 15 March 2014.
9

16 External links
LINUXs History by Linus Torvalds

History of Linux by Ragib Hasan


Changes done in each Linux kernel release (since
version 2.5.1)
10 17 TEXT AND IMAGE SOURCES, CONTRIBUTORS, AND LICENSES

17 Text and image sources, contributors, and licenses


17.1 Text
History of Linux Source: https://en.wikipedia.org/wiki/History_of_Linux?oldid=688497427 Contributors: Magnus Manske, Nixdorf,
Pnm, Stephenw32768, Andrewman327, Greenrd, Joy, Wjhonson, Kwi, HaeB, David Gerard, Pabouk, Sloyment, Fudoreaper, Alison, Ofus,
JimD, Ragib, RayBirks, Urhixidur, RossPatterson, Rich Farmbrough, Shermozle, Gronky, Bender235, Ljosa, Ben Standeven, Kwamik-
agami, Causa sui, AndreyMavlyanov~enwiki, Xevious, Andika, Espoo, Riana, LFaraone, Kusma, Voxadam, GrouchyDan, Logomancer,
Camw, Pinball22, Mms, Toussaint, Sj, Rjwilmsi, Tizio, Nick R, NeonMerlin, SLi, BjKa, Intgr, Ahunt, SirGrant, Cshay, Hairy Dude,
AVM, Piet Delport, DanMS, Antidrugue, Herbertxu, Slarson, Moe Epsilon, EEMIV, Mike92591, Ms2ger, DCEvoCE, FrozenPurple-
Cube, SaulPerdomo, NetRolller 3D, SmackBot, Ashley thomas80, Darklock, Solrac776, Gilliam, Skizzik, Chris the speller, Thumper-
ward, Bazonka, Wonderstruck, Cybercobra, Valenciano, Warren, Cold Light, Guyjohnston, Iridescent, Fuzzbuzz, UncleDouggie, Cour-
celles, RaviC, Altonbr, Nczempin, Xose.vazquez, Tim1988, Cydebot, Rajkiran g, DumbBOT, Alaibot, N5iln, Peashy, Hires an edi-
tor, Gioto, Prolog, Deective, Husond, Tomseddon, RebelRobot, SteveSims, Wwmbes, Vssun, Granpire Viking Man, Wayne Miller,
Beverson, Elena the Quiet, Goldsmitharmy, Aladdin Sane, R'n'B, Captain panda, PhoenixofMT, Bot-Schafter, Starnestommy, Kraftlos,
Tanaats, 2help, DorganBot, Supergeo, Chris Pickett, VolkovBot, Holme053, Philip Trueman, M gol, Martin451, VARGUX, Haseo9999,
Lieter~enwiki, EmxBot, OsamaK, Carrilero21, TJRC, Yintan, JoshHJ, StaticGull, Hlein, Denisarona, Dasequeltocow, ClueBot, E-
ciency576os, Wikievil666, ImperfectlyInformed, MiKom, Kl4m-AWB, Drmies, Mild Bill Hiccup, TarzanASG, Rprpr, Technobadger,
SchreiberBike, ChrisHodgesUK, Johnuniq, SF007, DumZiBoT, Templarion, Dsimic, Mellen22, Tayste, Addbot, IXavier, Damiens.rf,
Yobot, CFeyecare, Amirobot, Peter Flass, Magog the Ogre, AnomieBOT, Gtz, Jim1138, Ulric1313, Kefengx, GB fan, Zaca, DataWraith,
Freetibet84, Sahyadri.sahitya, Pinethicket, Skyerise, SpaceFlight89, Full-date unlinking bot, Dega180, SciCorrector, Vrenator, Zvn, Wik-
itanvirBot, GoingBatty, NoisyJinx, ZroBot, NGPriest, Coasterlover1994, Carmichael, Creopterouis, Rocketrod1960, Petrb, ClueBot NG,
Lucasoutloud, Supertuxkart, DorkKnight, Vacation9, Widr, PFML, MusikAnimal, PeterAllen, Euphoria42, X686, Vanischenu, Saturn HT,
JoshuSasori, No qwach macken, Dexbot, Lugia2453, Bov86, Grras online, Comp.arch, Someone not using his real name, Jayaguru-Shishya,
ScotXW, Crow, Monkbot, Priority Saver, CAPTAIN RAJU and Anonymous: 207

17.2 Images
File:Commons-logo.svg Source: https://upload.wikimedia.org/wikipedia/en/4/4a/Commons-logo.svg License: ? Contributors: ? Original
artist: ?
File:Edit-clear.svg Source: https://upload.wikimedia.org/wikipedia/en/f/f2/Edit-clear.svg License: Public domain Contributors: The
Tango! Desktop Project. Original artist:
The people from the Tango! project. And according to the meta-data in the le, specically: Andreas Nilsson, and Jakub Steiner (although
minimally).
File:Folder_Hexagonal_Icon.svg Source: https://upload.wikimedia.org/wikipedia/en/4/48/Folder_Hexagonal_Icon.svg License: Cc-by-
sa-3.0 Contributors: ? Original artist: ?
File:Free_Software_Portal_Logo.svg Source: https://upload.wikimedia.org/wikipedia/commons/6/67/Nuvola_apps_emacs_vector.svg
License: LGPL Contributors:
Nuvola_apps_emacs.png Original artist: Nuvola_apps_emacs.png: David Vignoni
File:Ken_n_dennis.jpg Source: https://upload.wikimedia.org/wikipedia/commons/3/36/Ken_n_dennis.jpg License: Public domain Con-
tributors: http://www.catb.org/~{}esr/jargon/html/U/Unix.html Original artist: Unknown
File:Linus_Torvalds.jpeg Source: https://upload.wikimedia.org/wikipedia/commons/6/69/Linus_Torvalds.jpeg License: CC-BY-SA-
3.0 Contributors: Linuxmag.com; The image is from an article in a December 2002 issue of Linux Magazine[1] Original artist: Unknown
photographer who sold rights to the picture to linuxmag.com
File:Linux_0_12.jpg Source: https://upload.wikimedia.org/wikipedia/commons/e/ee/Linux_0_12.jpg License: CC BY-SA 3.0 Contribu-
tors: Transferred from en.wikipedia; transferred to Commons by User:Liftarn using CommonsHelper.
Original artist: Shermozle (talk). Original uploader was Shermozle at en.wikipedia
File:Loudspeaker.svg Source: https://upload.wikimedia.org/wikipedia/commons/8/8a/Loudspeaker.svg License: Public domain Contrib-
utors: New version of Image:Loudspeaker.png, by AzaToth and compressed by Hautala Original artist: Nethac DIU, waves corrected by
Zoid
File:Portal-puzzle.svg Source: https://upload.wikimedia.org/wikipedia/en/f/fd/Portal-puzzle.svg License: Public domain Contributors: ?
Original artist: ?
File:Symbol_book_class2.svg Source: https://upload.wikimedia.org/wikipedia/commons/8/89/Symbol_book_class2.svg License: CC
BY-SA 2.5 Contributors: Mad by Lokal_Prol by combining: Original artist: Lokal_Prol
File:Tux.svg Source: https://upload.wikimedia.org/wikipedia/commons/3/35/Tux.svg License: Attribution Contributors: [1] Original
artist: Larry Ewing, Simon Budig, Anja Gerwinski

17.3 Content license


Creative Commons Attribution-Share Alike 3.0

Das könnte Ihnen auch gefallen