History of Linux

History of Linux

The 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 its state in 2007 of about 290 megabytes of source under the GNU General Public License [cite web|url=http://www.linuxhq.com/kernel/|title=Linux Headquarters' kernel page|accessdate=2007-12-04]

Events leading to creation

The Unix operating system was conceived and implemented in the 1960s and first released in 1970. Its availability and portability caused it to be widely adopted, copied and modified by academic institutions and businesses. Its design became influential to authors of other systems.

In 1983, Richard Stallman started the GNU project with the goal of creating a free UNIX-like, POSIX-compatible operating system. As part of this work, he wrote the GNU General Public License (GPL). By the early 1990s there was almost enough available to create a full operating system. However, the GNU kernel, called Hurd, had failed to attract enough attention from developers.

Another free operating system project in the 1980s was the Berkeley Software Distribution (BSD). This was developed by UC Berkeley from the 6th edition of Unix from AT&T. Since AT&T Unix code was contained in BSD, AT&T filed a lawsuit in the early 1990s against the University of California, which strongly limited the development of BSD and greatly slowed adoption. [ cite web | url = http://www.coe.berkeley.edu/labnotes/history_unix.html |title=Berkeley UNIX and the Birth of Open-Source Software ] [ cite web | url = http://oreilly.com/catalog/opensources/book/kirkmck.html |title=Twenty Years of Berkeley Unix From AT&T-Owned to Freely Redistributable |author=Marshall Kirk McKusick ]

MINIX, a Unix-like system intended for academic use, was released by Andrew S. Tanenbaum in 1987. 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.

These factors of a lack of a widely-adopted, free kernel provided the impetus for Torvalds's starting his project. He has stated that if either the GNU or 386BSD kernels were available at the time, he likely would not have written his own [ cite web | url = http://people.fluidsignal.com/~luferbu/misc/Linus_vs_Tanenbaum.html | title = Linus vs. Tanenbaum debate ] [ cite web | url = http://gondwanaland.com/meta/history/interview.html |title=The Choice of a GNU Generation - An Interview With Linus Torvalds ] .

The creation of Linux

In 1991, in Helsinki, Linus Torvalds began a project that later became the Linux kernel. It was initially a terminal emulator, which Torvalds used to access the large UNIX servers of the university. 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, which is still the main choice for compiling Linux today (although the code can be built with other compilers, such as the Intel C Compiler).Fact|date=October 2007

As Torvalds wrote in his book "Just for Fun"Torvalds, Linus and David Diamond, "Just for Fun: The Story of an Accidental Revolutionary", 2001, ISBN 0-06-662072-4] , he eventually realized that he had written an operating system kernel. On 25 August 1991, he announced this system in a Usenet posting to the newsgroup "comp.os.minix.":

quotation|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 Torvalds, Linus: " [http://groups.google.com/group/comp.os.minix/msg/b813d52cbc5a044b?dmode=source What would you like to see most in minix?] " Usenet group comp.os.minix, August 25, 1991.]

The name

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

In order to facilitate development, the files were uploaded to the FTP server (ftp.funet.fi) of the Helsinki University of Technology (HUT) in September 1991. Ari Lemmke, Torvald's coworker at the HUT who was responsible for the servers at the time, did not feel Freax was a good name. Consequently, he dubbed the project "Linux" without consulting Torvalds. Later, however, Torvalds consented to "Linux": "After many arguments, he finally admitted that Linux was simply the better name. In the source code of version 0.01 of Linux, the name 'Freax' was still used in the makefile. Only later was the name Linux used. Thus the name actually not planned at all became generally accepted world-wide." Fact|date=August 2008

Linux under the GNU GPL

Torvalds first published the Linux kernel under its own licence, 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 Public License, a free software license. The first release of the Linux kernel, Linux 0.01, included a binary of GNU's Bash shell.Torvalds, Linus: " [http://www.kernel.org/pub/linux/kernel/Historic/old-versions/RELNOTES-0.01 Notes for linux release 0.01] " kernel.org, 1991.]

In the "Notes for linux release 0.01", Torvalds lists the GNU software that is required to run Linux: Torvalds, Linus: " [http://www.kernel.org/pub/linux/kernel/Historic/old-versions/RELNOTES-0.01 Notes for linux release 0.01] " kernel.org, 1991.]

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 [cite web
url = http://www.kernel.org/pub/linux/kernel/Historic/old-versions/RELNOTES-0.12
title = RELEASE NOTES FOR LINUX v0.12
first = Linus
last = Torvalds
authorlink = Linus Torvalds
date = 1992-01-05
accessdate = 2007-07-23
publisher = Linux Kernel Archives
quote = 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.
] . In the middle of December 1992 he published version 0.99 using the GNU GPL" [ftp://ftp.kernel.org/pub/linux/kernel/Historic/v0.99/linux-0.99.tar.Z z-archive of Linux version 0.99] ", kernel.org, December 1992] .

Linux and GNU developers worked to integrate GNU components with Linux to make a fully-functional and free operating system." [http://www.gnu.org/gnu/gnu-history.html] "]

Torvalds has stated, “making Linux GPL'd was definitely the best thing I ever did.”Hiroo Yamagata: [http://www.tlug.jp/docs/linus.html "The Pragmatist of Free Software", Linus Torvalds Interview] , 05.08.1997]

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". [ [http://www.gnu.org/gnu/linux-and-gnu.html Linux and GNU - GNU Project - Free Software Foundation (FSF) ] ] .

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

Official mascot

Torvalds announced in 1996 that there would be a mascot for Linux, a penguin. 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's UniX".

New development

Kernel

There are many other well-known maintainers for the Linux kernel beside Torvalds such as Alan Cox and Marcelo Tosatti. Cox maintained version 2.2 of the kernel until it was discontinued at the end of 2003. Likewise, Tosatti maintained version 2.4 of the kernel until the middle of 2006. Andrew Morton steers the development and administration of the 2.6 kernel, which was released on 18 December 2003 in its first stable incarnation. Also the older branches are still constantly improved.

The success of Linux in many areas of application is mostly due to the lack of licensing costs and the characteristics of free software concerning stability, security, expandability and maintenance of leading back. When vulnerabilities do occur, such as the vmsplice() exploit, they are quickly disclosed and patched.Fact|date=September 2008

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.

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 (currently in Berlin), where about 10,000 people assemble annually, in order to discuss Linux and the projects associated with it.

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 he transferred to Google, which runs on the Linux kernel. Torvalds works full time on behalf the OSDL, developing the Linux Kernels. The noncommercial mechanism of several major companies is financed as Red Hat, Novell, Mitsubishi, Intel, IBM, Dell and HP.

On January 22, 2007, OSDL and the Free Standards Group merged to form The Linux Foundation, narrowing their respective focuses to that of promoting GNU/Linux in competition with Microsoft Windows. [cite press release
title=New Linux Foundation Launches – Merger of Open Source Development Labs and Free Standards Group
publisher=The Linux Foundation
date=January 22, 2007
url=http://linux-foundation.org/weblogs/press/2007/01/21/new-linux-foundation-launches-%e2%80%93-merger-of-open-source-development-labs-and-free-standards-group/
accessdate=2007-01-21
quote="Computing is entering a world dominated by two platforms: Linux and Windows."
]

Companies

Despite being open-source a few companies profit from Linux. These companies, most of which are also members of the Open Source Development Lab, 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 IBM and HP, which use Linux first of all on their own servers, and Red Hat, which maintains its own distribution. Likewise Trolltech supports Linux by the development and GPL licensing of Qt, which makes the development of KDE possible, and by the employment of some X and KDE developers.

Controversy over Linux

Linux has been surrounded by controversy repeatedly since its inception.

"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," [ Cite newsgroup
author = A. S. Tanenbaum
title = LINUX is obsolete
date = January 29, 1992
newsgroup = comp.os.minix
id = 12595@star.cs.vu.nl
url = http://groups.google.com/group/comp.os.minix/browse_thread/thread/c25870d7a41696d2/f447530d082cd95d?tvc=2
accessdate = 2008-07-16
] which marked the beginning of a famous debate about the structure of the then-recent Linux kernel. Among the most significant criticisms were that:

* The kernel was monolithic and thus old-fashioned.
* The lack of portability, due to the use of exclusive features of the Intel 386 processor. "Writing a new operating system that is closely tied to any particular piece of hardware, especially a weird one like the Intel line, is basically wrong." [ Cite newsgroup
author = A. S. Tanenbaum
title = Re: LINUX is obsolete
date = January 30, 1992
newsgroup = comp.os.minix
id = 12615@star.cs.vu.nl
url = http://groups.google.com/group/comp.os.minix/browse_thread/thread/c25870d7a41696d2/625c4a78723eeef5?#625c4a78723eeef5
accessdate = 2008-07-16
]
* There wasn't strict control of the source code by any individual person.Fact|date=July 2008
* Linux employed a set of features which were useless (He believed that multithreaded file systems were simply a "performance hack").Andrew Tanenbaum, Linus Torvalds and others: " [http://www.educ.umu.se/~bjorn/mhonarc-files/obsolete/msg00009.html Linux is obsolete] " Usenet post, 29.01.1992]

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." [http://www.gnu.org/software/hurd/hurd.html#status The GNU Hurd Project] "]

Samizdat

Years later Andrew Tanenbaum would again discuss the defects of Linux. When Ken Brown in his book "Samizdat" interviewed Tanenbaum, the latter explained that Torvalds had not copied the design of MINIX. Brown wrote a section documenting its relationship to Linux well. Naturally Torvalds knew his book and Minix.

:"But the code was his. The proof of this is that he messed the design up. MINIX is a nice, modular microkernel system […] Linus rewrote the whole thing as a big monolithic kernel, complete with inline assembly code. The first version of Linux was like a time machine. It went back to a system worse than what he already had on his desk. Of course, he was just a kid and didn’t know better (although if he had paid better attention in class he should have), but producing a system that was fundamentally different from the base he started with seems pretty good proof that it was a redesign. I don’t think he could have copied UNIX because he didn’t have access to the UNIX source code, except maybe John Lions’ book, which is about an earlier version of UNIX that does not resemble Linux so much."

Competition from Microsoft

Although Torvalds has said that Microsoft's feeling threatened by Linux in the past was of no consequence to him [cite web
url=http://www.tlug.jp/docs/linus.html
title="The Pragmatist of Free Software": Linus Torvalds Interview
author=Hiroo Yamagata
authorlink=Tokyo Linux Users Group
accessdate=2007-11-28
quote=I don't try to be a threat to MicroSoft, mainly because I don't really see MS as competition. Especially not Windows - the goals of Linux and Windows are simply so different.
] , 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. However the Free Software Foundation distanced themselves from deeming Microsoft as the Great Satan and reminded the community that every company which spreads proprietary software is doing something that is bad for software users. [cite web
url = http://www.gnu.org/philosophy/microsoft.html
title = Is Microsoft the Great Satan?
accessdate = 2007-08-14
author = Free Software Foundation
authorlink = Free Software Foundation
date = 2007-06-19
work = Philosophy of the GNU Project
quote = We see that Microsoft is doing something that is bad for software users: making software proprietary and thus denying users their rightful freedom. But Microsoft is not alone in this; almost all software companies do the same thing to the users. If other companies manage to dominate fewer users than Microsoft, that is not for lack of trying.
]

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. [cite web| title = Get the Facts| publisher = Microsoft| date = 2004| url = http://www.microsoft.com/windowsserversystem/facts/default.mspx| accessdate = 2006-11-24]

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. 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 studiesFact|date=December 2007.

In the autumn of 2006, Novell and Microsoft announced an agreement to co-operate on software interoperability and patent protection. [cite web| title = Open Letter to Community from Novell| publisher = Novell| date = 2006| url = http://www.novell.com/linux/microsoft/community_open_letter.html| accessdate = 2007-03-23] 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-free software developers . The last part was criticized because it only included non-commercial developers.

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 countersued and SCO has since filed other related lawsuits. At the same time as their lawsuit, SCO began selling Linux licenses to users who do not want to risk a possible complaint on the part of SCO. Since Novell also claims the copyrights to UNIX, it filed suit against SCO.

SCO has since filed for bankruptcy. [cite web|url=http://www.news.com/8301-13580_3-9778778-39.html|title=SCO Group files for bankruptcy protection|date=2007-09-14|accessdate=2008-01-14|publisher=CNet News.com]

Trademark of the name

Linux is a registered trademark of Linus Torvalds.

Trademark rights

In 1994 and 1995 several people in 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 Linux, 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 attained 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 smooth the waves and 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:

quotation| [...] 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 TorvaldsLinus Torvalds: " [http://marc.info/?l=linux-kernel&m=112458521702385&w=2 Linus trademarks Linux?!!] " from the linux-Kernel mailing list, 21.08.2005]

Chronology

*1983: Richard Stallman creates the GNU project with the goal of creating a free operating system.
*1989: Richard Stallman writes the first version of the GNU General Public License.
*1991: The Linux kernel is publicly announced on 25 August by the 21 year old Finnish student Linus Benedict Torvalds.
*1992: The Linux kernel is relicensed under the GNU GPL. The first so called “Linux distributions” are created.
*1993: Over 100 developers work on the Linux kernel. With their assistance the kernel is adapted to the GNU environment, which creates a large spectrum of application types for Linux. The oldest currently existing Linux distribution, Slackware, is released for the first time. Later in the same year, the Debian project is established. Today it is the largest community distribution.
*1994: In March Torvalds judges all components of the kernel to be fully matured: he releases version 1.0 of Linux. The XFree86 project contributes a graphic user interface (GUI). In this year the companies Red Hat and SUSE publish version 1.0 of their Linux distributions.
*1995: Linux is ported to the DEC Alpha and to the Sun SPARC. Over the following years it is ported to an ever greater number of platforms.
*1996: Version 2.0 of the Linux kernel is released. The kernel can now serve several processors at the same time, and thereby becomes a serious alternative for many companies.
*1998: Many major companies such as IBM, Compaq and Oracle announce their support for Linux. In addition a group of programmers begins developing the graphic user interface KDE.
*1999: A group of developers begin work on the graphic environment GNOME, which should become a free replacement for KDE, which depended on the then proprietary Qt toolkit. During the year IBM announces an extensive project for the support of Linux.
*2004: The XFree86 team splits up and joins with the existing X Window standards body to form the X.Org Foundation, which results in a substantially faster development of the X Window Server for Linux.

See also

*History of free software

References

External links

* [http://www.google.com/views?q=linux+view%3Atimeline&btnGt=Search Google's timeline]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Linux kernel — Linux Linux kernel 3.0.0 booting Company / developer Linus Torvalds and thousands …   Wikipedia

  • Linux — This article is about operating systems that use the Linux kernel. For the kernel itself, see Linux kernel. For other uses, see Linux (disambiguation). Linux …   Wikipedia

  • Linux distribution — A Linux distribution is a member of the family of Unix like operating systems built on top of the Linux kernel. Such distributions (often called distros for short) are operating systems including a large collection of software applications such… …   Wikipedia

  • Linux Gazette — The Linux Gazette is a monthly self published Linux computing webzine.HistoryIt was started in 1995 by John M. Fisk as a free service. He went on to pursue his studies and become a medical doctor. At Mr. Fisk s request, the publication was… …   Wikipedia

  • Linux (Geschichte) — Das GNU Maskottchen Tux, das Linux Maskottchen Seit seiner ersten Veröffentlichung hat sich Linux, ein auf GNU basierendes Betriebssystem, sta …   Deutsch Wikipedia

  • Linux console — The Linux console is a system console support in the Linux kernel. The Linux console was the first functionality of the kernel, developed as early as in 1991 (see history of Linux). On PC architecture, it is common to use VGA compatible video… …   Wikipedia

  • Linux — Pour les articles homonymes, voir Linux (homonymie). Linux Famille UNIX …   Wikipédia en Français

  • History of operating systems — The history of computer operating systems recapitulates to a degree the recent history of computer hardware. Operating systems (OSes) provide a set of functions needed and used by most application programs on a computer, and the linkages needed… …   Wikipedia

  • Linux kernel portability and supported architectures — Originally written for Intel s i386 processor, very early in its history, the Linux Kernel was re coded for easy portability. It had been re written once for the Motorola 68K; the prospect of tedious re writes for each possible architecture… …   Wikipedia

  • Linux Assigned Names and Numbers Authority — The Linux Assigned Names and Numbers Authority is a central registry of names and numbers used within Linux. It was created in 2000 by H. Peter Anvin, and its current maintainer is Torben Mathiasen. LANANA is part of the Free Standards Group.… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”