Английская Википедия:GNU/Linux naming controversy
Шаблон:Short description Шаблон:Multiple image Шаблон:Use dmy dates Within the free software and the open-source software communities there is controversy over whether to refer to computer operating systems that use a combination of GNU software and the Linux kernel as "GNU/Linux" or "Linux" systems.[1]
Proponents of the term Linux argue that it is far more commonly used by the public and media[2][3] and that it serves as a generic term for systems that combine that kernel with software from multiple other sources,[4] while proponents of the term GNU/Linux note that GNU alone would be just as good a name for GNU variants which combine the GNU operating system software with software from other sources.[5]
The term GNU/Linux is promoted by the Free Software Foundation (FSF) and its founder Richard Stallman.[6] Their reasoning is that the GNU project was the main contributor for not only many of the operating system components used in the subsequent development of modern "Linux" systems, but also the associated free software philosophy.[1][7] Several distributions of operating systems containing the Linux kernel use the name that the FSF prefers, such as Debian,[8] Trisquel[9] and Parabola GNU/Linux-libre.[10] Others claim that GNU/Linux is a useful name to make a distinction between those and Linux distributions such as Android and Alpine Linux.
History
In 1983, Richard Stallman, founder of the Free Software Foundation, set forth plans of a complete Unix-like operating system, called GNU, composed entirely of free software. In September of that year, Stallman published a manifesto in Dr. Dobb's Journal detailing his new project publicly, outlining his vision of free software.[11][12] Software development work began in January 1984. By 1991, the GNU mid-level portions of the operating system were almost complete, and the upper level could be supplied by the X Window System, but the lower level (kernel, device drivers, system-level utilities and daemons) was still mostly lacking.
The kernel officially developed by GNU was called GNU Hurd. The Hurd followed an ambitious microkernel design, which proved unexpectedly difficult to implement early on. However, in 1991, Linus Torvalds independently released the first version of the Linux kernel. Early Linux developers ported GNU code, including the GNU C Compiler, to run on Linux, while the free software community adopted the use of the Linux kernel as the missing kernel for the GNU operating system. This work filled the remaining gaps in providing a completely free operating system.[7]
Over the next few years, several suggestions arose for naming operating systems using the Linux kernel and GNU components. In 1992, the Yggdrasil Linux distribution adopted the name "Linux/GNU/X". In Usenet and mailing-list discussions, one can find usages of "GNU/Linux" as early as 1992,[13] and of "GNU+Linux" as early as 1993.[14] The Debian project, which was at one time sponsored by the Free Software Foundation, switched to calling its product "Debian GNU/Linux" in early 1994.[3][15][16][17] This change followed a request by Richard Stallman (who initially proposed "LiGNUx," but suggested "GNU/Linux" instead after hearing complaints about the awkwardness of the former term).[18] GNU's June 1994 Bulletin described "Linux" as a "free Unix system for 386 machines" (with "many of the utilities and libraries" from GNU),[19] but the January 1995 Bulletin switched to the term "GNU/Linux" instead.[20]
Stallman's and the FSF's efforts to include "GNU" in the name started around 1994, but were reportedly mostly via private communications (such as the above-mentioned request to Debian) until 1996.[21][22] In May 1996, Stallman released Emacs 19.31 with the Autoconf system target "linux" changed to "lignux" (shortly thereafter changed to "linux-gnu" in emacs 19.32),[23][7] and included an essay "Linux and the GNU system"[24] suggesting that people use the terms "Linux-based GNU system" (or "GNU/Linux system" or "Lignux" for short). He later used "GNU/Linux" exclusively, and the essay was superseded by Stallman's 1997 essay, "Linux and the GNU System".[6]
Composition of operating systems
Modern free software and open-source software operating systems are composed of software by many different authors, including the Linux kernel developers, the GNU project, and other vendors such as those behind the X Window System. Desktop- and server-based distributions use GNU components such as the GNU C Library (glibc), GNU Core Utilities (coreutils), and the Bash shell.
In a 2002 analysis of the source code for Red Hat Linux 7.1, a typical Linux distribution, the total size of the packages from the GNU project was found to be much larger than the Linux kernel.[25] Later, a 2011 analysis of the Ubuntu distribution's "Natty" release main repository found that 8% to 13% of it consisted of GNU components (the range depending on whether GNOME is considered part of GNU), while only 6% is taken by the Linux kernel (9% when including its direct dependencies).[26] Determining exactly what constitutes the "operating system" per se is a matter of continuing debate.[1]
On the other hand, some embedded systems, such as handheld devices and smartphones (like Google's Android), residential gateways (routers), and Voice over IP devices, are engineered with space efficiency in mind and use a Linux kernel with few or no components of GNU, due to perceived issues surrounding bloat, and impeded performance.[27] A system running μClinux is likely to substitute uClibc for glibc, and BusyBox for coreutils. Google's Linux-based Android operating system does not use any GNU components or libraries, using Google's own BSD-based Bionic C library in place of glibc. The FSF agrees that "GNU/Linux" is not an appropriate name for these systems.[28][29][30]
There are also systems that use a GNU userspace and/or C library on top of a non-Linux kernel, for example Debian GNU/Hurd (GNU userland on the GNU kernel)[31] or Debian GNU/kFreeBSD (which uses the GNU coreutils and C library with the kernel from FreeBSD).[32]
Opinions
GNU/Linux
The FSF justifies the name "GNU/Linux" primarily on the grounds that the GNU project was specifically developing a complete system, of which they argue that the Linux kernel filled one of the final gaps;[33] the large number of GNU components and GNU source code used in such systems is a secondary argument:
Other arguments include that the name "GNU/Linux" recognizes the role that the free-software movement played in building modern free and open source software communities,[28] that the GNU project played a larger role in developing packages and software for GNU/Linux or Linux distributions,[6][7] and that using the word "Linux" to refer to the Linux kernel, the operating system and entire distributions of software leads to confusion on the differences about the three. Because of this confusion, legal threats and public relations campaigns apparently directed against the kernel, such as those launched by the SCO Group or the Alexis de Tocqueville Institution (AdTI), have been misinterpreted by many commentators who assume that the whole operating system is being targeted. SCO and the AdTI have even been accused of deliberately exploiting this confusion.[34][35][36]
Regarding suggestions that renaming efforts stem from egotism or personal pique, Stallman has responded that his interest is not in giving credit to himself but to the GNU Project: "Some people think that it's because I want my ego to be fed. Of course, I'm not asking you to call it 'Stallmanix'."[37] In response to another common suggestion that many people have contributed to the system and that a short name cannot credit all of them, the FSF has argued that this cannot justify calling the system "Linux", since they believe that the GNU project's contribution was ultimately greater than that of the Linux kernel in these related systems.[7][26]
In 2010, Stallman stated that naming is not simply a matter of giving equal mention to the GNU Project, saying that because the system is more widely referred as "Linux", people tend to "think it's all Linux, that it was all started by Mr. Torvalds in 1991, and they think it all comes from his vision of life, and that's the really bad problem."[38]
Ariadne Conill, developer and security chair of Alpine Linux, has stated that in her opinion GNU/Linux is the correct name when referring to Linux distributions that are based on glibc and GNU coreutils, such as Debian and Fedora Linux. This can be contrasted to other Linux distributions which are based on bionic (Android) and musl (Alpine).[39]
Linux
Proponents of naming the operating systems "Linux" state that "Linux" is used far more often than "GNU/Linux".[2][3]
Eric S. Raymond writes (in the "Linux" entry of the Jargon File):
When Linus Torvalds was asked in the documentary Revolution OS whether the name "GNU/Linux" was justified, he replied:
An earlier comment by Torvalds on the naming controversy was:
The name "GNU/Linux," particularly when using Stallman's preferred pronunciation, has been criticized for its perceived clumsiness and verbosity,[40][41] a factor that Torvalds has cited as the downfall of operating systems such as 386BSD.[42]
The Linux Journal speculated that Stallman's advocacy of the combined name stems from frustration that "Linus got the glory for what [Stallman] wanted to do."[43]
Others have suggested that, regardless of the merits, Stallman's persistence in what sometimes seems a lost cause makes him and GNU look bad. For example, Larry McVoy (author of BitKeeper, once used to manage Linux kernel development) opined that "claiming credit only makes one look foolish and greedy".[44]
Many users and vendors who prefer the name "Linux," such as Jim Gettys, one of the original developers of the X Window System, point to the inclusion of non-GNU, non-kernel tools, such as KDE, LibreOffice, and Firefox, in end-user operating systems based on the Linux kernel:
See also
References
External links
- "Why GNU/Linux?" (or "What's in a name?"), by Richard Stallman
- GNU Users Who Have Never Heard of GNU, also by Richard Stallman
- GNU/Linux FAQ by Richard Stallman
- The "Say Lignux" Campaign, by Richard Stallman, 2013
- David A. Wheeler on why he mostly says "GNU/Linux"
- Stallman explaining the relationship of GNU and Linux, Zagreb, 2006
- Who wrote Linux?, by Josh Mehlman, ZDNet Australia, 7 July 2004
- "What is GNU/Linux", Debian Project
- ↑ 1,0 1,1 1,2 Шаблон:Cite web
- ↑ 2,0 2,1 Шаблон:Cite news
- ↑ 3,0 3,1 3,2 Шаблон:Cite news
- ↑ Шаблон:Cite book
- ↑ Шаблон:Cite book
- ↑ 6,0 6,1 6,2 Шаблон:Cite web
- ↑ 7,0 7,1 7,2 7,3 7,4 Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite book
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite newsgroup
- ↑ Шаблон:Cite newsgroup
- ↑ Шаблон:Cite newsgroup
- ↑ Official announcement of the name change on the debian-announce mailing list
- ↑ Шаблон:Cite book
- ↑ Шаблон:Cite book
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite mailing list
- ↑ Шаблон:Cite newsgroup
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ 26,0 26,1 Шаблон:Cite web (self-published data)
- ↑ Шаблон:Cite web
- ↑ 28,0 28,1 Шаблон:Cite web
- ↑ Bradley M. Kuhn, Android/Linux's Future and Advancement of Mobile Software Freedom, blog post (4 November 2009).
- ↑ Шаблон:Cite web
- ↑ Debian GNU/Hurd web page, and GNU Hurd web page. (Accessed June 2013.)
- ↑ Debian GNU/kFreeBSD web page (accessed June 2013).
- ↑ Ошибка цитирования Неверный тег
<ref>
; для сносокlinux-and-gnu
не указан текст - ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite mailing list
- Английская Википедия
- Страницы с неработающими файловыми ссылками
- Free Software Foundation
- Linus Torvalds
- Linux
- Naming controversies
- Computing terminology
- Страницы, где используется шаблон "Навигационная таблица/Телепорт"
- Страницы с телепортом
- Википедия
- Статья из Википедии
- Статья из Английской Википедии
- Страницы с ошибками в примечаниях