Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

GNU Project

From Wikipedia, the free encyclopedia
Free software project
Not to be confused with the operating system developed by the GNU Project,GNU.
This articlerelies excessively onreferences toprimary sources. Please improve this article by addingsecondary or tertiary sources.
Find sources: "GNU Project" – news ·newspapers ·books ·scholar ·JSTOR
(January 2013) (Learn how and when to remove this message)
GNU mascot, by Aurelio A. Heckert[1] (derived from a more detailed version by Etienne Suvasa)[2]

TheGNU Project (/ɡn/ GNOO)[3] is afree software,mass collaboration project announced byRichard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers andcomputing devices by collaboratively developing and publishing software that gives everyone the rights to freely run the software, copy and distribute it, study it, and modify it. GNU software grants these rights inits license.

In order to ensure that theentire software of a computer grants its users all freedom rights (use, share, study, modify), even the most fundamental and important part, theoperating system (including all its numerous utility programs) needed to be free software. Stallman decided to call this operating systemGNU (arecursive acronym meaning "GNU's not Unix!"), basing its design on that ofUnix, a proprietary operating system.[4] According to its manifesto, the founding goal of the project was to build a free operating system, and if possible, "everything useful that normally comes with a Unix system so that one could get along without any software that is not free." Development was initiated in January 1984. In 1991, theLinux kernel appeared, developed outside the GNU Project byLinus Torvalds,[5] and in December 1992, it was made available under version 2 of theGNU General Public License.[6] Combined with the operating system utilities already developed by the GNU Project, it allowed for the first operating system that was free software, commonly known asLinux.[7][8]

The project's current work includes software development, awareness building, political campaigning, and sharing of new material.

Origins

[edit]

Richard Stallman, in the 60's had an issue with a printer in a mid-sized company runningproprietary firmware, he could not print and staple using a special type of paper, which printed and stapled on an old printer the company used. After this, Richard Stallman got more motivation to abolish non-free software.[9]

Richard Stallman announced his intent to start coding the GNU Project in aUsenet message in September 1983.[10] Despite never having used Unix prior, Stallman felt that it was the most appropriate system design to use as a basis for the GNU Project, as it was portable and "fairly clean".[11]

When the GNU Project first started it had anEmacstext editor withLisp for writing editor commands, a source leveldebugger, ayacc-compatibleparser generator, and alinker.[12] The GNU system required its ownCcompiler and tools to be free software, so these also had to be developed. By June 1987, the project had accumulated and developed free software for anassembler, an almost finished portable optimizing C compiler (GCC), an editor (GNU Emacs), and various Unix utilities (such asls,grep,awk,make andld).[13] Richard Stallman also mentioned in theGNU manifesto that an initial kernel exists for the GNU operating system. That kernel was soon revealed to be theTRIX kernel.[14] Developers attempted to use TRIX as the base of the GNU kernel, but abandoned the effort in favour ofGNU Mach.

Once thekernel and the compiler were finished, GNU was able to be used forprogram development. The main goal was to create many other applications to be like the Unix system. GNU was able to run Unix programs, but was not identical to it. GNU incorporated longer file names, file version numbers, and a crash-proof file system. The GNU Manifesto was written to gain support and participation from others for the project. Programmers were encouraged to take part in any aspect of the project that interested them. People could donate funds, computer parts, or even their own time to write code and programs for the project.[4]

The origins and development of most aspects of the GNU Project (and free software in general) are shared in a detailed narrative in the Emacs help system. (C-h g runs the Emacs editor commanddescribe-gnu-project.) It is the same detailed history as at their web site.

GNU Manifesto

[edit]
Main article:GNU Manifesto

The GNU Manifesto was written by Richard Stallman to gain support and participation in the GNU Project. In the GNU Manifesto, Stallman listed four freedoms essential to software users: freedom to run a program for any purpose, freedom to study the mechanics of the program and modify it, freedom to redistribute copies, and freedom to improve and change modified versions for public use.[15][16] To implement these freedoms, users needed full access to thesource code. To ensure code remained free and provide it to the public, Stallman created theGNU General Public License (GPL), which allowed software and the future generations of code derived from it to remain free for public use.

Philosophy and activism

[edit]
Main article:Free software movement

Although most of the GNU Project's output is technical in nature, it was launched as a social, ethical, and political initiative. As well as producing software and licenses, the GNU Project has published a number of writings, the majority of which were authored by Richard Stallman.

Free software

[edit]
Main article:Free software

The GNU Project uses software that is free for users to copy, edit, and distribute.[17] It is free in the sense that users can change the software to fit individual needs. The way programmers obtain the free software depends on where they get it. The software could be provided to the programmer from friends or over the Internet, or the company a programmer works for may purchase the software.[18]

Funding

[edit]

Proceeds fromFree Software Foundation associate members, purchases, and donations support the GNU Project.[19]

Copyleft

[edit]
Main article:Copyleft

Copyleft is what helps maintain free use of this software among other programmers. Copyleft gives the legal right to everyone to use, edit, and redistribute programs or programs' code as long as the distribution terms do not change. As a result, any user who obtains the software legally has the same freedoms as the rest of its users do.

The GNU Project and theFree Software Foundation sometimes differentiate between "strong" and "weak" copyleft. "Weak" copyleft programs typically allow distributors to link them together with non-free programs, while "strong" copyleft strictly forbids this practice. Most of the GNU Project's output is released under a strong copyleft, although some is released under a weak copyleft or a lax, push-over free software license.[20][21]

Operating system development

[edit]
GNU Hurd live CD
Main article:GNU

The first goal of the GNU Project was to create a whole free-software operating system. Because UNIX was already widespread and ran on more powerful machines, compared to contemporaryCP/M orMS-DOS machines of time,[22] it was decided it would be a Unix-like operating system. Richard Stallman later commented that he considered MS-DOS "a toy".[23]

By 1992, the GNU Project had completed all of the major operating system utilities, but had not completed their proposedoperating system kernel,GNU Hurd. With the release of theLinux kernel, started independently byLinus Torvalds in 1991, and released for the first time under the GPLv2 with version 0.12 in 1992, it was possible to run an operating system composed completely of free software. Though the Linux kernel is not part of the GNU Project, it was developed usingGCC and other GNU programming tools and was released as free software under theGNU General Public License.[24] Most compilation of the Linux kernel is still done with GNU toolchains, but it is currently possible to use theClang compiler and theLLVM toolchain for compilation.[25]

As of present, the GNU Project has not released a version ofGNU/Hurd that is suitable for production environments since the commencement of the GNU/Hurd project over 34 years ago.[26]

GNU/Linux

[edit]

A stable version (or variant) of GNU can be run by combining the GNU packages with theLinux kernel, making a functionalUnix-like system. The GNU Project calls this GNU/Linux, and the defining features are the combination of:

Within the GNU website, a list of projects is laid out and each project has specifics for what type of developer is able to perform the task needed for a certain piece of the GNU Project. The skill level ranges from project to project but anyone with background knowledge in programming is encouraged to support the project.

The packaging of GNU tools, together with the Linux kernel and other programs, is usually called aLinux distribution (distro). The GNU Project calls the combination of GNU and the Linux kernel "GNU/Linux", and asks others to do the same,[38] resulting in theGNU/Linux naming controversy.

Most Linux distros combine GNU packages with a Linux kernel which contains proprietarybinary blobs.[39]

GNU Free System Distribution Guidelines

[edit]

The GNU Free System Distribution Guidelines (GNU FSDG) is a system distribution commitment that explains how an installable system distribution (such as a Linux distribution) qualifies as free (libre), and helps distribution developers make their distributions qualify.

The list mostly describes distributions that are a combination of GNU packages with aLinux-libre kernel (a modified Linux kernel that removes binary blobs, obfuscated code, and portions of code under proprietary licenses) and consist only of free software (eschewing proprietary software entirely).[40][41][39] Distributions that have adopted the GNU FSDG includeDragora GNU/Linux-Libre,GNU Guix System,Hyperbola GNU/Linux-libre,Parabola GNU/Linux-libre,Trisquel GNU/Linux,PureOS, and a few others.[42]

In 2022, Debian was close to becoming a FSF endorsed distro but it had an other repository on its servers with non-free packages, therefore it did not become FSF endorsed. And in 2022 Debian 12 added an option in the installer for non-free hardware to work by running non-free code.[43]

The Fedora Project's distribution license guidelines were used as a basis for the FSDG.[44] The Fedora Project's own guidelines, however, currently do not follow the FSDG, and thus the GNU Project does not considerFedora to be a fully free (libre) GNU/Linux distribution.[39]

Strategic projects

[edit]
See also:Free Software Foundation § High priority projects, andGNU toolchain

From the mid-1990s onward, with many companies investing in free software development, theFree Software Foundation redirected its funds toward the legal and political support of free software development. Software development from that point on focused on maintaining existing projects, and starting new projects only when there was an acute threat to thefree software community. One of the most notable projects of the GNU Project is theGNU Compiler Collection, whose components have been adopted as the standard compiler system on manyUnix-like systems.

The copyright of most works by the GNU Project is owned by the Free Software Foundation.[45]

GNOME

[edit]

TheGNOME desktop effort was launched by the GNU Project because another desktop system,KDE, was becoming popular, but required users to installQt, which was thenproprietary software. To prevent people from being tempted to install KDE and Qt, the GNU Project simultaneously launched two projects. One was theHarmony toolkit. This was an attempt to make a free software replacement for Qt. Had this project been successful, the perceived problem with the KDE would have been solved. The second project was GNOME, which tackled the same issue from a different angle. It aimed to make a replacement for KDE that had no dependencies on proprietary software. The Harmony project did not make much progress, but GNOME developed very well. Eventually, the proprietary component that KDE depended on (Qt) was released as free software.[46] GNOME has since dissociated itself from the GNU Project and the Free Software Foundation, and is now independently managed by theGNOME Project.[47]

GNU Enterprise

[edit]

GNU Enterprise (GNUe) was a meta-project started in 1996,[48] and can be regarded as a sub-project of the GNU Project. GNUe's goal is to createfree "enterprise-class data-aware applications" (enterprise resource planners, etc.). GNUe is designed to collect Enterprise software for the GNU system in a single location (much like the GNOME project collects Desktop software), it was later decommissioned.[49]

Recognition

[edit]

In 2001, the GNU Project received theUSENIX Lifetime Achievement Award for "the ubiquity, breadth, and quality of its freely available redistributable and modifiable software, which has enabled a generation of research and commercial development".[50]

See also

[edit]

References

[edit]
  1. ^"A Bold GNU Head".Archived from the original on December 5, 2014. RetrievedNovember 30, 2014.We thank Aurelio A. Heckert...for donating this graphic to us.
  2. ^"A GNU Head".Archived from the original on July 28, 2011. RetrievedNovember 30, 2014.This graphic was drawn by Etienne Suvasa
  3. ^"What is GNU?".The GNU Operating System.Free Software Foundation. September 4, 2009.Archived from the original on 2004-04-02. Retrieved2009-10-09.The name "GNU" is a recursive acronym for "GNU's Not Unix!"; it is pronouncedg-noo, as one syllable with no vowel sound between theg and then.
  4. ^ab"The GNU Manifesto".Free Software Foundation. July 21, 2007.Archived from the original on 2018-07-14. Retrieved2015-10-08.
  5. ^Torvalds, Linus Benedict (August 1991)."comp.os.minix".Archived from the original on 2013-05-09. Retrieved2009-09-06.
  6. ^"z-archive of Linux version 0.99".The Linux Kernel Archives. December 1992. Archived fromthe original on 2017-01-30.
  7. ^Balsa, Andrew D."The linux-kernel mailing list FAQ".The Linux Kernel Archives. Kernel.org. Archived fromthe original on 2012-10-01. Retrieved2013-06-13....we have tried to use the word "Linux" or the expression "Linux kernel" to designate the kernel, and GNU/Linux to designate the entire body of GNU/GPL'ed OS software,... ...many people forget that the linux kernel mailing list is a forum for discussion of kernel-related matters, not GNU/Linux in general...
  8. ^Mark Shuttleworth (14 February 2014)."Losing graciously". Archived fromthe original on 22 March 2014. Retrieved27 April 2014.today our focus is on the cloud and on mobile, and we are quite clearly leading GNU/Linux on both fronts
  9. ^https://www.gnu.org/philosophy/rms-nyu-2001-transcript.txt
  10. ^Richard Stallman."new Unix implementation".Archived from the original on 2011-01-22. Retrieved2013-09-27.
  11. ^Stallman, Richard (2022)."How I do my computing".Archived from the original on January 31, 2023. RetrievedJanuary 31, 2023.
  12. ^Wardrip-Fruin, Noah; and Nick Montfort. "The GNU Manifesto".The NewMediaReader. Cambridge, Massachusetts: MIT, 2003. pp.545–550.
  13. ^"GNU's Bulletin, vol. 1 no. 3".gnu.org. June 1987.Archived from the original on 2015-11-25. Retrieved2014-04-18.
  14. ^https://www.gnu.org/gnu/manifesto.en.html#whats-gnu
  15. ^Stallman, Richard (March 1985)."The GNU Manifesto – GNU Project – Free Software Foundation (FSF)".gnu.org. GNU Project.Archived from the original on 2018-07-14. Retrieved2011-10-18.
  16. ^Weber, S. (2004).The Success of Open Source. Cambridge: Harvard University Press.
  17. ^https://www.gnu.org/philosophy/free-sw.en.html#four-freedoms
  18. ^https://www.gnu.org/philosophy/free-sw.en.html#selling
  19. ^Helping the GNU Project and the Free Software Movement – GNU Project – Free Software FoundationArchived 2015-12-25 at theWayback Machine. gnu.org. Retrieved on 2013-07-17.
  20. ^"Ncurses".wiki.freedesktop.org.Archived from the original on 2021-03-22. Retrieved2019-03-18.It is one of the few GNU files not distributed under the GNU General Public License or GNU Lesser General Public License; it is distributed under a license like the X11 License
  21. ^"Why you shouldn't use the Lesser GPL for your next library".GNU.Archived from the original on 2007-11-26. Retrieved2019-03-18.There are reasons that can make it better to use the Lesser GPL in certain cases.
  22. ^"GNU's Bulletin Volume 1 No.1". February 1986.Archived from the original on 2015-06-23. Retrieved2020-08-16.
  23. ^"Richard Stallman: Freedom".Radio New Zealand. August 9, 2008.Archived from the original on October 31, 2020. RetrievedAugust 16, 2020.
  24. ^Linus Benedict Torvalds (August 26, 1991)."What would you like to see most in minix?". comp.os.minix.Archived from the original on April 30, 2013. RetrievedJuly 28, 2016.
  25. ^The Kernel Development Community."Building Linux with Clang/LLVM". The Linux Kernel Docs.Archived from the original on 2022-09-27. Retrieved2022-10-08.
  26. ^"GNU Hurd/ hurd/ status".GNU Operating System. Free Software Foundation.Archived from the original on 2020-11-12. Retrieved2018-04-15.It may not be ready for production use, as there are still some bugs and missing features.
  27. ^ab"All GNU packages".gnu.org.Archived from the original on 2015-12-25. Retrieved2014-04-18.
  28. ^abGNU @ Free Software DirectoryArchived 2015-12-05 at theWayback Machine (fsf.org)
  29. ^"POSIX – The GNU C Library".Archived from the original on 2014-04-24. Retrieved2014-04-18.
  30. ^GNU C Library#A temporary fork
  31. ^GCC Architectures
  32. ^"The Linux Kernel Archives".Archived from the original on 2011-02-21. Retrieved2016-07-25.
  33. ^"Release Notes for Linux v0.12".Archived from the original on 2013-05-26. Retrieved2012-12-24.
  34. ^Should the GNU/name convention be applied to all programs that are GPL'ed?Archived 2013-09-07 at theWayback Machine GNU/Linux FAQ by Richard Stallman
  35. ^Why do you write “GNU/Linux” instead of “GNU Linux”?Archived 2013-09-07 at theWayback Machine GNU/Linux FAQ by Richard Stallman
  36. ^Isn't it wrong for us to label Linus Torvalds' work as GNU?Archived 2013-09-07 at theWayback Machine GNU/Linux FAQ by Richard Stallman
  37. ^Does Linus Torvalds agree that Linux is just the kernel?Archived 2013-09-07 at theWayback Machine GNU/Linux FAQ by Richard Stallman
  38. ^"Why do you call it GNU/Linux and not Linux?".Archived from the original on 2013-09-07. Retrieved2014-04-18.
  39. ^abc"Explaining Why We Don't Endorse Other Systems".GNU.Archived from the original on 2011-04-24. Retrieved2016-07-22.
  40. ^"Guidelines for Free System Distributions".gnu.org.Archived from the original on 2015-12-08. Retrieved2014-04-17.
  41. ^"Avoiding Ruinous Compromises".www.gnu.org.Archived from the original on 2018-06-22. Retrieved2016-07-22.
  42. ^"List of Free GNU/Linux Distributions – GNU Project – Free Software Foundation".gnu.org.Archived from the original on 2014-12-16. Retrieved2014-08-18.
  43. ^https://www.gnu.org/distros/common-distros.html
  44. ^"Free System Distribution Guidelines (GNU FSDG) – GNU Project".gnu.org. publisher.Archived from the original on 2015-12-08. Retrieved2014-06-07.We would like to thank the Fedora Project for their help in focusing these policies, and allowing us to use their own distribution license guidelines as a basis for this document.
  45. ^Moglen, Eben."Why the FSF Gets Copyright Assignments from Contributors".gnu project.Archived from the original on 2023-05-11. Retrieved2023-05-11.
  46. ^Stallman, Richard (September 5, 2000)."Stallman on Qt, the GPL, KDE, and GNOME". Linux Today.Archived from the original on 2012-04-19. Retrieved2005-09-09.
  47. ^https://x.com/nmcgovern/status/1382360647464316931
  48. ^"GNU Enterprise Project History – GNU Enterprise". 2013-01-16. Archived fromthe original on 2013-01-16. Retrieved2019-02-18.
  49. ^"GNU Enterprise Homepage".
  50. ^"USENIX Lifetime Achievement Award ("The Flame")". USENIX.Archived from the original on 2007-12-28. Retrieved2007-12-05.

External links

[edit]
History
Licenses
Software
Contributors
Other topics
People
GNU Project
Other projects
Sister organizations
See also
General
Software
packages
Community
Organisations
Licenses
Types and
standards
Challenges
Related
topics
Commercial
Open-source
Retrieved from "https://en.wikipedia.org/w/index.php?title=GNU_Project&oldid=1319029653"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp