The Linux kernel has been marked by constant growth throughout its history. Linux is an operating system kernel used by a family of Unix-like Operating systems These are popularly termed Linux operating systems and 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[1] . In Computer science, source code (commonly just source or code) is any sequence of statements or declarations written in some Human-readable tags please moot on the talk page first! --> In Computing, C is a general-purpose cross-platform block structured A megabyte is a unit of Information or Computer storage equal to either 106 (1000000 Bytes or 220 (1048576 bytes depending on
Contents |
The Unix operating system was conceived and implemented in the 1960s and first released in 1970. Unix (officially trademarked as UNIX, sometimes also written as Unix with Small caps) is a computer Its wide availability and portability meant that it was widely adopted, copied and modified by academic institutions and businesses, with its design being influential on 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. Richard Matthew Stallman (born March 16 1953 often abbreviated " rms " is an American software freedom activist The GNU Project is a Free software, Mass collaboration project announced in 1983 by Richard Stallman. Free software or software libre is Software that can be used studied and modified without restriction and which can be copied and redistributed in modified or unmodified POSIX (ˈpɒzɪks or "Portable Operating System Interface" is the collective name of a family of related standards specified by the IEEE to define 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. In Computer science, the kernel is the central component of most computer Operating systems (OS
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. The University of California Berkeley (also referred to as Cal, Berkeley and UC Berkeley) is a major research university located in Berkeley 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.
MINIX, a Unix-like system intended for academic use, was released by Andrew S. Tanenbaum in 1987. MINIX is a Unix-like computer Operating system based on a Microkernel architecture. Andrew Stuart "Andy" Tanenbaum (sometimes referred to by the handle ast) (born 1944 is a Professor of Computer science at the Vrije 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. The range of Integer values that can be stored in 32 bits is 0 through 4294967295 or −2147483648 through 2147483647 using Two's complement encoding
These factors of a lack of a widely-adopted, free kernel provided the impetus for Torvalds's starting his project. Free software or software libre is Software that can be used studied and modified without restriction and which can be copied and redistributed in modified or unmodified He has stated that had either the GNU or 386BSD kernels been available at the time, he likely would not have written his own[2][3].
In 1991, in Helsinki, Linus Torvalds began a project that later became the Linux kernel. Year 1991 ( MCMXCI) was a Common year starting on Tuesday (link will display full calendar of the Gregorian Calendar. Helsinki (in Finnish;) or Helsingfors (in Swedish;) is the Capital and largest city of Finland. Linus Benedict Torvalds ( ˈtuːrvalds born December 28 1969 in Helsinki, Finland) is a Finnish software engineer Linux is an operating system kernel used by a family of Unix-like Operating systems These are popularly termed Linux operating systems and 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). MINIX is a Unix-like computer Operating system based on a Microkernel architecture. The GNU Compiler Collection (usually shortened to GCC) is a set of Compilers produced for various Programming languages by the GNU Project Intel C++ Compiler (also known as icc or icl) describes a group of C / C++ Compilers from Intel.
As Torvalds wrote in his book Just for Fun[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. Usenet, a Portmanteau of "user" and "network" is a world-wide distributed Internet discussion system A newsgroup is a Repository usually within the Usenet system for messages posted from many users in different locations os. minix. ":
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 [5]
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. Helsinki University of Technology ( TKK) ( Finnish: Teknillinen korkeakoulu; Swedish: Tekniska högskolan) is the premier technical 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. Ari Lemmke (born December 12, 1963) is the person who gave Linux its 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. "
In 1992 Andrew S. Tanenbaum, recognized computer scientist and author of the Minix microkernel system, wrote a Usenet article on the newsgroup comp. The Tanenbaum-Torvalds debate is a debate between Andrew S Tanenbaum and Linus Torvalds, regarding Linux and kernel architecture in general Andrew Stuart "Andy" Tanenbaum (sometimes referred to by the handle ast) (born 1944 is a Professor of Computer science at the Vrije MINIX is a Unix-like computer Operating system based on a Microkernel architecture. A microkernel is a minimal Computer Operating system kernel which in its purest form provides no operating-system services at all only the os. minix with the title "Linux is obsolete," 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. [7]
Torvalds first published the Linux kernel—then exclusively known as Linux—under its own licence, which was, essentially, a shared source licence with a restriction on commercial activity. Shared Source is Microsoft 's framework for sharing Computer program Source code with third parties With code from the GNU system freely available, it seemed advantageous if this could be used with the Linux kernel. In 1992, he suggested to switch to the GNU General Public License. He first announced this change in the release notes of version 0. 12[8]. In the middle of December 1992 he published version 0. 99 using the GNU GPL[9].
Linux and GNU developers worked to integrate GNU components with Linux to make a fully functional and free operating system. [10]
Torvalds has stated, “making Linux GPL'd was definitely the best thing I ever did. ”[11]
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. Debian ( pronounced) is a computer Operating system composed entirely of Free and open source software. In May 1996, Richard Stallman published the editor Emacs 19. Emacs is a class of feature-rich Text editors usually characterized by their extensibility 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". [12].
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.
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. Larry Ewing is a US computer programmer who is known as the creator of the Linux mascot Tux. The name Tux was suggested by James Hughes as derivative of Torvalds's UniX. [4]
There are many other well-known maintainers for the Linux kernel beside Torvalds such as Alan Cox and Marcelo Tosatti. Alan Cox (born July 22, 1968 in Solihull, England) is a British Computer programmer heavily involved in the development Marcelo Wormsbecker Tosatti is a Linux kernel developerHe became the Maintainer of the stable 2 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. Andrew Keith Paul Morton (born 1959 in England) is an Australian software engineer, best known as one of the lead developers of the Linux kernel 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. The vmsplice( local root exploit was a vulnerability in the Linux kernel that allowed a user with shell access to mount a Privilege escalation attack to
The largest part of the work on Linux is performed by the Community, the programmers 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. Debian ( pronounced) is a computer Operating system composed entirely of Free and open source software. The Fedora Operating system is an RPM -based general purpose Linux distribution, developed by the community-supported Fedora Project and sponsored SUSE Linux distributions openSUSE, (ˌoʊpɛnˈsuːzə is a general purpose Operating system developed by the OpenSUSE Project. 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. LinuxTag ( German for "Linux- Day " is a Free Software expo with an emphasis on Linux (but also BSD) held Germany, officially the Federal Republic of Germany ( ˈbʊndəsʁepuˌbliːk ˈdɔʏtʃlant is a Country in Central Europe. Berlin is the capital city and one of sixteen states of Germany.
Most Linux distributions have the capability to—and in most cases do—run the X Window System to interface with the user graphically. A Linux distribution (also called GNU/Linux by distributions such as Debian, Fedora, Ubuntu, Linux Mint, Mandriva and
KDE was founded in 1996 by Matthias Ettrich. KDE ( K Desktop Environment) (ˌkeɪdiːˈiː is a Free software project which aims to be a powerful system for an easy-to-use Desktop environment. A gnome is a Mythical creature characterized by its extremely small size and subterranean lifestyle Matthias Ettrich (born 14 June 1972 in Bietigheim-Bissingen, southern Germany) is a Computer scientist known for his contributions At the time, he was troubled by the inconsistencies in UNIX applications. Application software is a subclass of Computer software that employs the capabilities of a computer directly and thoroughly to a task that the user wishes to perform He proposed a new desktop environment. In graphical computing a desktop environment ( DE) commonly refers to a style of Graphical user interface (GUI that is based on the Desktop metaphor which He also wanted to make this desktop easy to use. His initial Usenet post spurred a lot of interest. Usenet, a Portmanteau of "user" and "network" is a world-wide distributed Internet discussion system [13]
Matthias chose to use the Qt toolkit for the KDE project. Qt (pronounced "cute" by its creators is a Cross-platform application development framework widely used for the development of GUI programs (in which At the time, Qt did not use a free software license. A free software licence is a Software licence which grants recipients rights to modify and redistribute the Software which would otherwise be prohibited by Copyright Members of the GNU project became concerned with the use of such a toolkit for building a free software desktop environment. In August 1997, two projects were started in response to KDE: the Harmony toolkit (a free replacement for the Qt libraries) and GNOME (a different desktop without Qt and built entirely on top of free software). The Harmony toolkit is a never-completed Free software Widget toolkit that aimed to be API compatible with the then- proprietary Qt [14] GTK+ was chosen as the base of GNOME in place of the Qt toolkit. GTK+, or The GIMP Toolkit, is a Cross-platform Widget toolkit for creating Graphical user interfaces It is one of the most popular toolkits
In November 1998, the Qt toolkit was licensed under the free/open source Q Public License (QPL). An open source license is a copyright License for Computer software that makes the source code available under terms that allow for modification and redistribution The Q Public License ( QPL) is a non- Copyleft Free software license created by Trolltech for its free edition of the Qt toolkit But debate continued about compatibility with the GNU General Public License (GPL). In September 2000, Trolltech made the Unix version of the Qt libraries available under the GPL, in addition to the QPL, which has eliminated the concerns of the Free Software Foundation. September 2000: January - February - March - April - May - June - July - August - Unix (officially trademarked as UNIX, sometimes also written as Unix with Small caps) is a computer The Free Software Foundation ( FSF) is a Non-profit corporation founded by Richard Stallman on 4 October 1985 to support the Free software movement
Both KDE and GNOME now participate in freedesktop.org, an effort to standardize Unix desktop interoperability, although there is still some competition between them. [15]
Software such as Xgl or AIGLX also enable hardware acceleration in turn allowing Compiz to display graphical effects similar to Mac OS X's Exposé. Xgl is an X server architecture designed to take advantage of modern graphics cards via their OpenGL drivers layered Accelerated Indirect GLX (" AIGLX " is an Open source project founded by Red Hat and the Fedora community to allow accelerated In Computing, hardware acceleration is the use of Hardware to perform some function faster than is possible in software running on the general purpose CPU Compiz is one of the first Compositing window managers for the X Window System that uses 3D graphics hardware to create fast Compositing desktop Exposé is a feature of the Mac OS X Operating system. First previewed on 23 June 2003 at the Worldwide Developers Conference
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. The Free Standards Group was an industry non-profit Consortium chartered to primarily specify and drive the adoption of Open source standards. The Linux Foundation ( LF) is a non-profit Consortium chartered to foster the growth of Linux. Linux (commonly pronounced ˈlɪnəks Microsoft Windows is a series of Software Operating systems and Graphical user interfaces produced by Microsoft. [16]
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.
Linux has been surrounded by controversy repeatedly since its inception.
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. Samizdat And Other Issues Regarding the 'Source' of Open Source Code is a book by Kenneth Brown, which was prereleased in May 2004 and was to be published Brown wrote a section documenting its relationship to Linux well. Naturally Torvalds knew his book and Minix.
Although Torvalds has said that Microsoft's feeling threatened by Linux in the past was of no consequence to him [17] , 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. The so-called Halloween documents comprise a series of confidential Microsoft memoranda on potential strategies relating to Free software, Open-source software Eric Steven Raymond (born December 4 1957 often referred to as ESR, is a Computer programmer, author and Open source software advocate 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. Free software or software libre is Software that can be used studied and modified without restriction and which can be copied and redistributed in modified or unmodified However the Free Software Foundation distance 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. The Free Software Foundation ( FSF) is a Non-profit corporation founded by Richard Stallman on 4 October 1985 to support the Free software movement Proprietary software is Computer software on which the producer has set restrictions on use private modification copying, or republishing. [18]
Competition entered a new phase in the beginning of 2004, when Microsoft published results from customer case studies evaluating the use of Windows vs. Microsoft Corporation is an American multinational Computer technology Corporation, which rose to dominate the Home computer 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. Total cost of ownership (TCO is a financial estimate designed to help consumers and enterprise managers assess direct and indirect costs [19]
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 studies.
In the autumn of 2006, Novell and Microsoft announced an agreement to co-operate on software interoperability and patent protection. [20] In the context of the virtualization was agreed upon to improve the exchange from Office documents and to simplify the Virtualization of the Enterprise solutions in each case under the competition product as well as the integration of Linux and Windows machines into a common directory structure to simplify. The patent protection planned at the same time that customers of Novell or Microsoft may not be sued by the other company for patent infringement. This patent protection was also expanded for non-free software developers. The last part was criticized because it only included non-commercial developers.
In March 2003 the SCO Group accused IBM of violating their copyright on UNIX by transferring code from UNIX to Linux. The SCO-Linux controversies are a series of legal and public disputes between the Software company SCO Group (SCO and various Linux vendors and users The SCO Group Inc ( TSG, informally SCO;) is a software company formerly called Caldera Systems and Caldera International. 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. Novell Inc ( is a global Software Corporation based in the United States specializing in enterprise operating systems such as SUSE
SCO has since filed for bankruptcy. [21]
Linux is a registered trademark of Linus Torvalds.
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. Linux International, also known simply as LI is a worldwide non-profit association of groups corporations and others that work towards the promotion of growth of Linux and A trademark or trade mark, represented by the symbols ™ and ®, or mark is a distinctive sign or indicator used by an individual Protection of the trademark was later administered by a dedicated foundation, the non-profit Linux Mark Institute. The Linux Mark Institute ( LMI) is an organization which administers the " Linux " Trademark on behalf of Linus Torvalds for 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:
[. . . ] 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 [22]