- GNU
Infobox OS
name = GNU
caption = Screenshot ofGNewSense , a GNU/Linux system
family =Unix-like
latest_release_version = 0.2
latest_release_date = 1997 [cite web | author = The GNU Project | url = ftp://ftp.gnu.org/gnu/gnu-0.2/ | title = GNU 0.2 | date = 1997 | accessdate 1997]
source_model =Free software
kernel_type =Microkernel
license =GNU General Public License and otherfree software license s
working_state = current
website = http://www.gnu.org/GNU ( Audio-IPA|En-gnu.ogg|/gnuː/) is a computer
operating system composed entirely offree software . Its name is arecursive acronym for "GNU's Not Unix"; it was chosen because its design isUnix-like , but differs from Unix by being free software and containing noUnix code. [ cite web | url = http://www.gnu.org/ | title = The GNU Operating system | accessdate = 2008-08-18 ] Development of GNU was initiated byRichard Stallman and was the original focus of theFree Software Foundation (FSF).GNU is developed by the "
GNU Project ", and programs released under the auspices of the project are called "GNU packages" or "GNU programs". The system's basic components include theGNU Compiler Collection (GCC), theGNU Binary Utilities (binutils), thebash shell, theGNU C library (glibc), andGNU Core Utilities (coreutils).GNU is in active development. Although nearly all components have been completed long ago and have been in production use for a decade or more, its official kernel,
GNU Hurd , is incomplete and not all GNU components work with it. Thus, the third-partyLinux kernel is most commonly used instead. While this kernel has not been officially adopted by the GNU project, some third-party software is included, such as theX.Org release of theX Window System and theTeX typesetting system. Many GNU programs have also been ported to numerous other operating systems such asMicrosoft Windows , BSD variants, Solaris andMac OS .The
GNU General Public License (GPL), theGNU Lesser General Public License (LGPL), and theGNU Free Documentation License (GFDL) were written for GNU, but are also used by many unrelated projects.History
The plan for the GNU operating system was publicly announced on
September 27 1983 , on the net.unix-wizards and net.usoftnewsgroup s byRichard Stallman . [ cite newsgroup | title = new UNIX implementation | first = Richard | last = Stallman | date =27 September 1983 | newsgroup = net.unix-wizards | newsgroup = net.usoft | id = 771@mit-eddie.UUCP | url = http://groups.google.com/group/net.unix-wizards/msg/4dadd63a976019d7 | accessdate = 2008-08-18 ] Software development began onJanuary 5 ,1984 , when Stallman quit his job atMassachusetts Institute of Technology so that they could not claim ownership or interfere with distributing GNU as free software. According to Stallman, the name was inspired by various plays on words, including the song "The Gnu ". [cite web|url=http://fsfeurope.org/documents/rms-fs-2006-03-09.en.html#the-name-gnu| title=Stallman explaining why the name "GNU" was chosen|publisher=FSFE|accessdate=2007-02-20|]The goal was to bring a wholly-free software operating system into existence. Stallman wanted computer users to be free, as most were in the 1960s and 1970s — free to study the source code of the software they use, free to share the software with other people, free to modify the behaviour of the software, and free to publish their modified versions of the software. This philosophy was later published as the
GNU Manifesto in March 1985.Richard Stallman's experience with the
Incompatible Timesharing System (ITS), an early operating system written inassembly language that became obsolete due to discontinuation ofPDP-10 , the computer architecture for which ITS was written, led to a decision that a portable system was necessary. [cite web|url=http://fsfeurope.org/documents/rms-fs-2006-03-09.en.html#choosing-the-unix-design| title=Stallman describing why a Unix-like design was chosen|publisher=FSFE|accessdate=2007-02-20|] It was thus decided that GNU would be mostly compatible withUnix . At the time, Unix was already a popular proprietary operating system. The design of Unix had proven to be solid, and it was modular, so it could be reimplemented piece by piece.Much of the needed software had to be written from scratch, but existing compatible free software components were also used such as the
TeX typesetting system, and theX Window System . Most of GNU has been written by volunteers; some in their spare time, some paid by companies, educational institutions, and other non-profit organizations. In October 1985, Stallman set up theFree Software Foundation (FSF). In the late 1980s and 1990s, the FSF hired software developers to write the software needed for GNU.As GNU gained prominence, interested businesses began contributing to development or selling GNU software and technical support. The most prominent and successful of these was
Cygnus Solutions , now part ofRed Hat .Design and implementation
The initial plan for GNU was to be mostly Unix-compatible, while adding enhancements where they were useful. By 1990, the GNU system had an extensible
text editor (Emacs ), a very successful optimizingcompiler (GCC), and most of the core libraries and utilities of a standard Unix distribution. As the goal was to make a whole free operating system exist - rather than necessarily to write a whole free operating system - Stallman tried to use existing free software when possible. In the 1980s there was not much free software, but there was theX Window System for graphical display, theTeX typesetting system, and the Mach microkernel. These components were integrated into GNU.In the GNU Manifesto, Stallman had mentioned that "an initial kernel exists but many more features are needed to emulate Unix." He was referring to TRIXFact|date=February 2008, a remote procedure call kernel developed at Massachusetts Institute of Technology, whose authors had decided to distribute it as free software, and was compatible with
Version 7 Unix . In December 1986, work had started on modifying this kernel. However, the developers eventually decided it was unusable as a starting point, primarily because it only ran on "an obscure, expensive 68000 box" and would therefore have to be ported to other architectures before it could be used.The GNU Project's early plan was to adapt the BSD 4.4-Lite kernel for GNU. However, due to a lack of cooperation from the Berkeley programmersFact|date=February 2008, by 1988 Stallman decided instead to use the
Mach kernel being developed atCarnegie Mellon University , although its release as free software was delayed until 1990 while its developers worked to remove code copyrighted toAT&T . Thomas Bushnell, the initial Hurd architect, said in hindsight that the decision to start a new kernel rather than adapt the BSD work set the project back considerably, and that the project should have used the BSD kernel for this reason. [cite web | url = http://www.groklaw.net/article.php?story=20050727225542530 | title = The Hurd and BSDI|accessdate = 2008-08-18 | author = Peter H. Salus | work = The Daemon, the GNU and the Penguin | quote = It is now perfectly obvious to me that this would have succeeded splendidly and the world would be a very different place today. ]The design of the kernel was to be GNU's largest departure from "traditional" Unix. GNU's kernel was to be a multi-server
microkernel , and was to consist of a set of programs called servers that offers the same functionality as the traditional Unix kernel. Since the Mach microkernel, by design, provided just the low-level kernel functionality, the GNU Project had to develop the higher-level parts of the kernel, as a collection of user programs. Initially, this collection was to be called Alix, but developerThomas Bushnell later preferred the name Hurd, so the Alix name was moved to a subsystem and eventually dropped completely. [ [http://www.gnu.org/gnu/thegnuproject.html About the GNU Project - GNU Project - Free Software Foundation (FSF) ] ] Eventually, development progress of the Hurd became very slow due to ongoing technical issues. [cite web|url=http://fsfeurope.org/documents/rms-fs-2006-03-09.en.html#gnu-and-linux|title=Stallman describing Hurd progress|quote=it took many many many years to get this kernel to run at all, and it still doesn't run well, and it looks like there may be fundamental problems with this design, which nobody knew about back in 1990.]Despite an optimistic announcement by Stallman in 2002 predicting a release of GNU/Hurd, [cite web | url = http://www.pcworld.com/article/88464/free_software_sees_gnu_loose_of_linux.html | title = Free Software Sees Gnu Loose of Linux | accessdate = 2006-08-08 | author = John Ribeiro | publisher = PC World |date=2002-03-11] further development and design are still required. The latest release of the Hurd is version 0.2. It is fairly stable, suitable for use in non-critical applications.
As of 2005 , Hurd is in slow development, and is now the official kernel of the GNU system. There are also projects working on porting the GNU system to the kernels ofFreeBSD ,NetBSD , andOpenSolaris .After the
Linux kernel became usable and was switched to a free software license, it became the most common host for GNU software. The GNU project coined the term "GNU/Linux" for such systems.Copyright, licenses, and stewardship
The GNU Project suggests contributors assign the copyright for GNU packages to the Free Software Foundation [ [http://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html Copyright Papers - Information For Maintainers of GNU Software ] ] although this is not required. [ [http://www.gnu.org/licenses/why-assign.html Why the FSF gets copyright assignments from contributors - GNU Project - Free Software Foundation (FSF) ] ]
Copyright law grants the copyright-holder significant control over the copying and distributing of a work, but FSF wrote a license for the GNU software which grant recipients permission to copy and redistribute the software under highly permissive terms. For most of the 80s, each GNU package had its own license - the Emacs General Public License, the GCC General Public License, etc. In 1989, FSF published a single license they could use for all their software, and which could be used by non-GNU projects: the
GNU General Public License (GPL).This license is now used by most GNU programs, as well as a large number of free software programs that are not part of the GNU project; it is the most commonly used
free software license . It gives all recipients of a program the right to run, copy, modify and distribute it, while forbidding them from imposing further restrictions on any copies they distribute. This idea is often referred to ascopyleft .In 1991, the
GNU Lesser General Public License (LGPL) was written for certain libraries. 1991 also saw the release of version 2 of the GNU GPL. TheGNU Free Documentation License (FDL), for documentation, followed in 2000. The GPL and LGPL were revised to version 3 in 2007, improving their international applicability, and adding protection for users whose hardware restricts software changes.Most GNU software is distributed under the GPL. A minority is distributed under the LGPL, and a handful of packages are distributed under
permissive free software licences . [ [http://slashdot.org/comments.pl?sid=225606&cid=18272276 What the GPLv3 Means for MS-Novell Agreement ] ]GNU software
Prominent components of the GNU system include the
GNU Compiler Collection (GCC), theGNU C Library (glibc), theGNU Emacs text editor , and theGNOME desktop environment .Many GNU programs have been ported to a multitude of other operating systems, including various proprietary platforms such as
Microsoft Windows andMac OS X . They are often installed on proprietary UNIX systems as a replacement for proprietary utilities, however, this is often a hot topic among enthusiasts, as the motive for developing these programs was to replace those systems with free software, not to enhance them. These GNU programs have in contested cases been tested to show as being more reliable than their proprietary Unix counterparts. [http://ftp.cs.wisc.edu/pub/paradyn/technical_papers/fuzz-revisited.ps]As of 2007, there are a total of 319 GNU packages hosted on the official GNU development site. [ [http://savannah.gnu.org/stats/ Statistics [Savannah ] ]
Distributions of GNU
Usage with the
Linux kernel is by far the most popular distribution vector for GNU software, though theLinux kernel is not itself part of GNU.Other
GNU variants which do not use the Hurd as a kernel include Debian GNU/kFreeBSD and Debian GNU/NetBSD from Debian,Nexenta OS (GNU plus the kernel ofOpenSolaris ) andGNU-Darwin . GNU itself is distributed asDebian GNU/Hurd by the Debian project, and aLive CD is also available from [http://superunprivileged.org/ Superunprivileged.org] .GNU Logo
The logo for GNU is a gnu head. The well-known drawing was originally done by
Etienne Suvasa . It appears in GNU software and in printed and electronic documentation for the GNU project, and is also used in Free Software Foundation materials. [ [http://www.gnu.org/graphics/agnuhead.html A GNU Head - Free Software Foundation (FSF)] ]See also
*
Open Source history
*Free software movement
*GNU Free Documentation License
*GNU Project
*List of GNU packages
*Creative Commons References
External links
* [http://www.gnu.org/ Official website]
* [http://unxutils.sourceforge.net/ Ports of GNU utilities for Microsoft Windows]
* [http://www.verbumvanum.org/pesalus/ The daemon, the GNU and the penguin]
* [http://www.gnu.org/gnu/gnu-user-groups.html GNU User Groups]
* [irc://irc.gnu.org/gnu #gnu] IRC channel
Wikimedia Foundation. 2010.