Jump to content

GNU: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Reverted to revision 367413149 by Cyclopia; rv vandalism. (TW)
Tag: references removed
Line 57: Line 57:
{{See also|GNU/Linux naming controversy}}
{{See also|GNU/Linux naming controversy}}


==
== Copyright, licenses, and stewardship ==
The GNU Project suggests contributors assign the copyright for GNU packages to the Free Software Foundation,<ref>[http://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html Copyright Papers - Information For Maintainers of GNU Software]</ref> although this is not required.<ref>[http://www.gnu.org/licenses/why-assign.html Why the FSF gets copyright assignments from contributors]</ref>

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&nbsp;&ndash; 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 as [[copyleft]].

In 1991, the [[GNU Lesser General Public License]] (LGPL), then known as the Library General Public License, was written for certain libraries. 1991 also saw the release of version 2 of the GNU GPL. The [[GNU 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]].<ref>[http://slashdot.org/comments.pl?sid=225606&cid=18272276 What the GPLv3 Means for MS-Novell Agreement<!-- Bot generated title -->]</ref>


==GNU software==
==GNU software==

Revision as of 07:38, 18 June 2010

Template:Two other uses

GNU
Logo
OS familyUnix
Working stateUnder development, no stable releases
Latest preview0.9 (18 December 2016) [±]
Available inMultilingual
Platformsx86
Kernel typeMicrokernel
Default
user interface
GNOME
LicenseGNU General Public License and other free software licenses
Official websitewww.gnu.org

GNU (Template:Pron-en[1]) is an incomplete computer operating system composed entirely of free software. Its name is a recursive acronym for GNU's Not Unix!” This name was chosen because GNU's design is Unix-like, but differs from Unix by being free software and containing no Unix code.[2] Development of GNU was initiated by Richard Stallman and was the original focus of the Free 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 the GNU Compiler Collection (GCC), the GNU Binary Utilities (binutils), the bash shell, the GNU C library (glibc), and GNU Core Utilities (coreutils).

GNU is in active development. Although nearly all components were completed long ago and have been in production use for a decade or more, its official kernel, GNU Hurd, is incomplete. Thus, the third-party Linux kernel is most commonly used instead. While the Linux kernel was not originally developed for the sake of the GNU project, GNU developers have contributed Linux ports of GNU applications and utilities, which are now also widely used on other operating systems such as BSD variants, Solaris and Mac OS X.

The GNU General Public License (GPL), the GNU Lesser General Public License (LGPL), and the GNU Free Documentation License (GFDL) were written for GNU, but are also used by many unrelated projects.

To paraphrase Richard Stallman, the GNU system is a technical means to a social end.[3]

History

The plan for the GNU operating system was publicly announced on September 27, 1983, on the net.unix-wizards and net.usoft newsgroups by Richard Stallman.[4] Software development began on January 5, 1984, when Stallman quit his job at the Massachusetts Institute of Technology (MIT) Artificial Intelligence Laboratory so that they could not claim ownership or interfere with distributing GNU as free software. Richard Stallman chose the name by using various plays on words, including the song The Gnu.[5]

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 in assembly language that became obsolete due to discontinuation of PDP-10, the computer architecture for which ITS was written, led to a decision that a portable system was necessary.[6] It was thus decided that GNU would be mostly compatible with Unix. 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 the X 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 the Free 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 of Red 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 optimizing compiler (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 the X Window System for graphical display, the TeX 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 TRIX,[citation needed] a remote procedure call kernel developed at MIT Technology, whose authors had decided to distribute it as free software, and which 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 programmers,[citation needed] by 1988 Stallman decided instead to use the Mach kernel being developed at Carnegie Mellon University, although its release as free software was delayed until 1990 while its developers worked to remove code copyrighted to AT&T.[citation needed] 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.[7]

The design of the kernel was to be GNU's largest departure from "traditional" Unix. GNU's kernel was to be a set of programs called servers, forming a multi-server microkernel that would provide 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 developer Thomas Bushnell later preferred the name Hurd, so the Alix name was moved to a subsystem and eventually dropped completely.[8] Eventually, development progress of the Hurd became very slow due to ongoing technical issues.[9]

Despite an optimistic announcement by Stallman in 2002 predicting a release of GNU/Hurd,[10] 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 of FreeBSD, NetBSD, and OpenSolaris.

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.

==

GNU software

Prominent components of the GNU system include the GNU Compiler Collection (GCC), the GNU C Library (glibc), the GNU Emacs text editor, and the GNOME desktop environment.

Many GNU programs have been ported to a multitude of other operating systems, including various proprietary platforms such as Microsoft Windows and Mac OS X. They are often installed on proprietary Unix systems as replacements for the proprietary utilities originally included. However, this practice is controversial: these GNU component programs were developed with the goal of replacing entire proprietary UNIX systems with free software, not enhancing these systems.

Many GNU programs have been tested against their proprietary Unix counterparts and shown as being more reliable.[11]

As of 2007, there are a total of 319 GNU packages hosted on the official GNU development site.[12]

GNU variants

gNewSense is an example of a GNU/Linux distribution

Usage with the Linux kernel is by far the most popular distribution vector for GNU software, though the Linux kernel itself is not part of the GNU Project.

Other GNU variants which do not use the Hurd as a kernel include Nexenta OS (GNU plus the kernel of OpenSolaris) and GNU-Darwin. Debian GNU/kFreeBSD and Debian GNU/NetBSD from Debian bring the early plan of GNU on a BSD kernel full circle. GNU itself is distributed as Debian GNU/Hurd by the Debian project.

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.[13]

See also

References

  1. ^ "The GNU Operating System - What is GNU?". Free Software Foundation. September 4, 2009. Retrieved October 9, 2009. The name "GNU" is a recursive acronym for "GNU's Not Unix!"; it is pronounced g-noo, as one syllable with no vowel sound between the g and the n.
  2. ^ "The GNU Operating system". Retrieved 2008-08-18.
  3. ^ Richard Stallman's speech in Stockholm, Sweden in 1986 www.gnu.org
  4. ^ Stallman, Richard (27 September 1983). "new UNIX implementation". Newsgroupnet.usoft. 771@mit-eddie.UUCP. Retrieved 2008-08-18.
  5. ^ "Stallman explaining why the name "GNU" was chosen". FSFE. Retrieved 2007-02-20.
  6. ^ "Stallman describing why a Unix-like design was chosen". FSFE. Retrieved 2007-02-20.
  7. ^ Peter H. Salus. "The Hurd and BSDI". The Daemon, the GNU and the Penguin. Retrieved 2008-08-18. It is now perfectly obvious to me that this would have succeeded splendidly and the world would be a very different place today.
  8. ^ About the GNU Project - GNU Project - Free Software Foundation (FSF)
  9. ^ "Stallman describing Hurd progress". 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.
  10. ^ John Ribeiro (2002-03-11). "Free Software Sees Gnu Loose of Linux". PC World. Retrieved 2006-08-08.
  11. ^ Fuzz Revisited: A Re-examination of the Reliability of UNIX Utilities and Services - October 1995 - Computer Sciences Department,University of Wisconsin
  12. ^ Statistics [Savannah]
  13. ^ A GNU Head - Free Software Foundation (FSF)

External links

Template:Link GA