GNU's Not Unix - Factbites
 Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: GNU's Not Unix


    Note: these results are not from the primary (high quality) database.


Related Topics

In the News (Sat 11 Oct 08)

  
 m4
patsubst(`GNUs not Unix', `^', `OBS: ') =>OBS: GNUs not Unix patsubst(`GNUs not Unix', `\<', `OBS: ') =>OBS: GNUs OBS: not OBS: Unix patsubst(`GNUs not Unix', `\w*', `(\0)') =>(GNUs)() (not)() (Unix) patsubst(`GNUs not Unix', `\w+', `(\0)') =>(GNUs) (not) (Unix) patsubst(`GNUs not Unix', `[A-Z][a-z]+') =>GN not
translit(`GNUs not Unix', `A-Z') =>s not nix translit(`GNUs not Unix', `a-z', `A-Z') =>GNUS NOT UNIX translit(`GNUs not Unix', `A-Z', `z-a') =>tmfs not fnix
define(`upcase', `translit(`$*', `a-z', `A-Z')')dnl define(`downcase', `translit(`$*', `A-Z', `a-z')')dnl define(`capitalize1', `regexp(`$1', `^\(\w\)\(\w*\)', `upcase(`\1')`'downcase(`\2')')')dnl define(`capitalize', `patsubst(`$1', `\w+', `capitalize1(`\0')')')dnl capitalize(`GNUs not Unix') =>Gnus Not Unix
www.cs.utah.edu /dept/old/texinfo/m4/m4.html   (6163 words)

  
 117.txt
https://agia.fsf.org/mp/order.py?make-donation=1 xah: >> * GNU stands for "Gnu's Not Unix", and it is a name of FSF's project, >> which is to write a completely "free" (freedom) and usable system of >> software including operating system & applications.
In the same way we can say NeXT is not unix, Irix is not unix, but Solaris, SunOS, HP-UX, and AIX are all unixes,, and Linux is unix, Gnu's Not Unix is unix too.) most unixers will have a hard time to articulate clearly what is unix.
You are probably right that GNU Darwin is not an official GNU project.
xahlee.org /Writ_dir/macosxtalk20020524/117.txt   (1913 words)

  
 Hache: Manifeste GNU (The GNU Manifesto)
GNU, qui est l'acronyme de GNU's Not Unix [GNU n'est pas Unix], est le nom du système logiciel complet compatible Unix que j'écris pour pouvoir le donner gratuitement à quiconque en aurait l'usage.
GNU sera capable d'exécuter des programmes Unix, mais ne sera pas identique à Unix.
GNU est initialement destiné aux ordinateurs de la série 68000/16000 avec mémoire virtuelle, parce que ce sont les ordinateurs sur lesquels il est le plus facile de le faire fonctionner.
www.dtext.com /hache/manifeste-GNU.html   (4670 words)

  
 Open Source Software Collection for Tru64 UNIX - indent
GNU indent is a descendant of BSD indent.
GNU indent changes the appearance of a C program by inserting or deleting whitespace according to a plethora of options.
This file is part of the GNU indent distribution.
h30097.www3.hp.com /demos/ossc/html/indent.htm   (4670 words)

  
 GNU - Wikipedia, the free encyclopedia
The GNU project was announced publicly on September 27, 1983, on the net.unix-wizards and net.usoft newsgroups.
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, a remote procedure call kernel developed at MIT, whose authors had decided to distribute for free, and was compatible with Version 7 Unix.
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 one of the most commonly-used free software licenses in the world.
en.wikipedia.org /wiki/GNU   (1471 words)

  
 The GNU Manifesto
GNU, which stands for Gnu's Not Unix, is the name for the complete Unix-compatible software system which I am writing so that I can give it away free to everyone who can use it.(1) Several other volunteers are helping me. Contributions of time, money, programs and equipment are greatly needed.
GNU will be able to run Unix programs, but will not be identical to Unix.
GNU is aimed initially at machines in the 68000/16000 class with virtual memory, because they are the easiest machines to make it run on.
mars.ark.com /~johnf/gnumanif.html   (4143 words)

  
 MoreRead.com - Packaging software with RPM, Part 1 - 2005-03-01
It might not matter for indent, but any program that needs to locate its installed files at runtime would fail, because when your RPM is finally installed on a user's system, the files aren't under the build root anymore -- that's just a temporary directory on your build system.
Summary: GNU indent Name: indent Version: 2.2.6 Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL Group: Development/Tools Þscription The GNU indent program reformats C code to any of a variety of formatting standards, or you can define your own.
The Free Software Foundation is the source for GNU Indent and many other useful software packages.
www.moreread.com /it/archives/2005/03/01/9549.shtml   (4143 words)

  
 The GNU C++ compiler
The GNU (GNU Not UNIX) C++ compiler is available for most UNIC systems, and Win95/NT.
Egcs is an experimental version of GNU C++ that is more up to date with the latest C++ standards.
This compiler emulates many of the unix system calls under Win32, - making it easy to port unix applications to Win32.
www.novatech.net /jgaa/gnu.htm   (4143 words)

  
 GNU - Wikipedia, the free encyclopedia
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, a remote procedure call kernel developed at MIT, whose authors had decided to distribute for free, and was compatible with UNIX version 7.
The GNU project was announced publicly on September 27, 1983, on the net.unix-wizards and net.usoft newsgroups.
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 one of the most commonly-used free software licenses in the world.
en.wikipedia.org /wiki/GNU   (1461 words)

  
 GNU/Linux naming controversy - Wikipedia, the free encyclopedia
Moreover, both the name "GNU" and the name "Linux" are intentionally related to the name "Unix", and Unix has always conceptually included the C library and userland tools as well as the kernel.
The history of Linux is closely tied to that of GNU, which began the development of a complete Unix-like operating system composed entirely of free software in January 1984.
The GNU Project was not, is not, a project to develop specific software packages.
en.wikipedia.org /wiki/GNU/Linux_naming_controversy   (1461 words)

  
 Nm (Unix) - Encyclopedia, History, Geography and Biography
As with other parts of the GNU toolchain, a given nm binary is compiled only for a specific computer architecture and binary format, and so security specialists who use nm to examine suspect binary files typically keep a number of "foreign target" nm binaries prebuilt.
The GNU project ships a highly capable nm program as part of the GNU Binutils package.
nm is used as an aid for debugging, to help resolve problems arising from name conflicts and C++ name mangling, and to validate other parts of the toolchain.
www.arikah.com /encyclopedia/Nm_%28Unix%29   (190 words)

  
 Encyclopedia article on GNU [EncycloZine]
The GNU project was announced to the public on September 27, 1983, on the net.unix-wizards and net.usoft newsgroups.
The GNU system is often combined with the kernel Linux, which is not part of the GNU project, to form a completely functional operating system.
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, a remote procedure call kernel developed at MIT, whose authors had decided to distribute for free, and was compatible with UNIX version 7.
encyclozine.com /GNU   (1338 words)

  
 Debian -- Debian GNU/Hurd --- Installation
GNU is similar in nature to any Unix-like system: after logging in, the user is presented with a shell and the familiar Unix VFS (virtual filesystem).
If GNU Mach does not recognize your network card or you use a modem, the only way to upgrade will be to download the packages and then transfer them to the GNU system.
Also, as GNU Mach does not support loadable kernel modules, many of the drivers are compiled into the default kernel.
www.debian.org /ports/hurd/hurd-install   (2250 words)

  
 Debian -- Debian GNU/Hurd --- Installation
GNU is similar in nature to any Unix-like system: after logging in, the user is presented with a shell and the familiar Unix VFS (virtual filesystem).
If GNU Mach does not recognize your network card or you use a modem, the only way to upgrade will be to download the packages and then transfer them to the GNU system.
Being familiar with the Unix environment (and especially GNU userland, found in popular variants such as GNU/Linux) is an imperative for feeling at ease in GNU.
www.debian.org /ports/hurd/hurd-install   (2250 words)

  
 Indent (Unix) - Wikipedia, the free encyclopedia
indent is a Unix utility that reformats C and C++ code in a user-defined coding style.
A different indent style, the GNU style, is used by default.
GNU indent is the GNU project 's version of indent.
en.wikipedia.org /wiki/Indent_(unix)   (2250 words)

  
 c.help
GNU gcc, gdb, ddd----------------- "gcc" and "gdb" are accessed from /usr/sww/bin on the Instructional UNIX systems in Soda and Cory Halls.
GNU gcc, gdb: Common Errors --------------------------- TEMPLATES: Older versions of g++ and STL generate error messages about ambiguous template instantiations if the classes are not defined in a specific order.
GNU gcc on Win2K ---------------- GNU gcc is not currently installed (Jul 1999) on Instructional Microsoft Windows workstations.
www-inst.eecs.berkeley.edu /share/b/pub/c.help   (1224 words)

  
 The GNU C Library - Introduction
The GNU C library defines some of the facilities required by the SVID that are not also required by the ANSI or POSIX standards, for compatibility with System V Unix and other Unix systems (such as SunOS) which include these facilities.
The GNU C library, described in this document, defines all of the library functions that are specified by the ANSI C standard, as well as additional features specific to POSIX and other derivatives of the Unix operating system, and extensions specific to the GNU system.
The GNU C library header files have been written in such a way that it doesn't matter if a header file is accidentally included more than once; including a header file a second time has no effect.
www.cs.utah.edu /dept/old/texinfo/glibc-manual-0.02/library_1.html   (3634 words)

  
 glibc-initial.log.do_stage
/var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/soversions.mkT; exit 0 mv -f /var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/soversions.mkT /var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/soversions.mk make[1]: Leaving directory `/var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/libc' make[1]: Entering directory `/var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/libc'./scripts/mkinstalldirs /var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/gnu mkdir /var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/gnu (echo '/* This file is automatically generated.';\ echo ' It defines macros to allow user program to find the shared';\ echo ' library files which come as part of GNU libc.
/var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/iconvdata/iconv-rules.new mv -f /var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/iconvdata/iconv-rules.new /var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/iconvdata/iconv-rules make[2]: Leaving directory `/var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/libc/iconvdata' make[2]: Entering directory `/var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/libc/iconvdata' make[2]: `install-headers' is up to date.
LC_ALL=C gawk -v buildroot=/var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/ -v defsfile=/var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/Versions.all \ -v move_if_change='/bin/sh scripts/move-if-change' \ -f scripts/versions.awk; \) > /var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/sysd-versionsT mv -f /var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/sysd-versionsT /var/tmp/oe-tmp.pb/shepherd/base/glibc-initial-2.3.2+cvs20040603-r2/build-arm-linux/sysd-versions (while read lib number setname; do \ case $number in \ [0-9]*) echo "$lib.so-version=.$number"; \ echo "all-sonames+=$lib=$lib.so\$($lib.so-version)";;\ *) echo "$lib.so-version=$number"; \ echo "all-sonames+=$lib=\$($lib.so-version)";;\ esac; \ done; \ echo soversions.mk-done = t;)
familiar.handhelds.org /~pb/glibc-initial.log.do_stage   (3634 words)

  
 Developing software with GNU
Technically, Unix and GNU have many similarities, and it is very easy to port software from Unix to GNU or use GNU software on Unix systems.
GNU Autoconf is part of the GNU build system and we first introduce in in section The GNU build system.
The GNU build system in general requires that all the object files that build a specific library be under the same directory.
www.amath.washington.edu /~lf/tutorials/autoconf/toolsmanual.html   (17807 words)

  
 UNIX
Together with The Free Software Foundation's GNU software, a complete UNIX-like system is now available for free under the terms of the GNU Copyleft license.
UNIX gave rise to the Internet and the Web, as well as the C language, which is at the heart of virtually every component in a modern computer system.
UNIX ® systems are ideal for providing services from a core group of computers to a heterogeneous group of clients.
members.cox.net /zzzsolutions/unix.htm   (17807 words)

  
 RM Stallman - Free Unix
GNU pourra exécuter des programmes Unix mais ne sera pas identique à Unix.
un logiciel système complet compatible avec Unix que j'appelerai GNU (pour Gnu N'est pas Unix), et le faire circuler
Nous espérons fournir, éventuellement, tout ce qui peut être utile et qui est normalement inclus dans un système Unix, et toutes autres choses utiles, y compris une documentation en ligne et imprimée.
www.freescape.eu.org /eclat/3partie/Stallman5/intertxt24.html   (17807 words)

  
 GNU Linux, SCO, IBM, IP, UNIX - MozillaQuest Magazine - SCO v Linux - SCO-Caldera Shows No Proof That Unix Was Derived from Unix - Page 1
Moreover, Bill Claybrook was not able to determine if the 80-lines of code might have been copied from Unix to Linux or from Linux to Unix-- nor does he report the source or author of these 80-lines of possibly purloined code.
Another proviso is that Bill Claybrook found 80 lines of code common to both the Unix and Linux code the SCO-Caldera people showed.
SCO's code-view show also failed to refute that which the prominent and respected members of the Linux kernel and GNU/Linux communities reject.
www.mozillaquest.com /Linux03/ScoSource-20-CodeReview_Story01.html   (2855 words)

  
 UNIX Power Tools, 3rd Edition: Examples
The GNU file utilities have significant advantages over their standard UNIX counterparts, such as greater speed, additional options, and fewer arbitrary limits.
The GNU shell utilities have significant advantages over their standard UNIX counterparts, such as greater speed, additional options, and fewer arbitrary limits.
It depends on the /proc filesystem; note that, because this isn't standardized on all Unix and Linux versions, showenv may not work completely or may need to be tweaked.
examples.oreilly.com /upt3   (5002 words)

  
 Unix - Encyclopedia Of Stupid
Unix programs are required to follow naming conventions that are funny (like GNU, which is a type of Unix but stands for "GNU's Not Unix" HA HA GET IT).
Some graphical user interfaces have been built for Unix, like Gnome and Litestep, but since you can't do anything with them except run Windows emulators, they are only used by fags and nerds, who always have a Windows machine standing by on which they can play the latest first person shooters.
Unix uses a command line interface like DOS and organizes files hierarchically.
www.encyclopediaofstupid.com /stupid/index.php/Unix   (242 words)

  
 The GNU Operating System
The GNU Project was launched in 1984 to develop a complete UNIX like operating system which is free software: the GNU system (GNU is a recursive acronym for “GNU's Not UNIX”; it is pronounced guh-noo, like canoe).
Variants of the GNU operating system, which use the kernel Linux, are now widely used; though these systems are often referred to as “Linux”, they are more accurately called GNU/Linux systems.
GNU mailing list subscribers: lists.gnu.org has recovered and is resuming normal mail delivery.
www.gnu.org   (483 words)

  
 Define GNU - a definition from Whatis.com
GNU stands for GNU's not Unix, which makes the term a recursive acronym (an acronym in which one of the letters stands for the acronym itself).
GNU is a Unix-like operating system that comes with source code that can be copied, modified, and redistributed.
The GNU project was started in 1983 by Richard Stallman and others, who formed the Free Software Foundation.
searchopensource.techtarget.com /sDefinition/0,,sid39_gci212202,00.html   (376 words)

  
 Wiki@Lodbrok - Main.UnixWise
Note: It is not always easy to use the correct name and I actually did not want to touch this but hey, it's part of the community...
Personally i do not care mucht on how "you" classify software and operating system but you should [at least] know the difference.
Beforehand: On this page you will find links and references related to UNIX™, UNIX based-systems and the Unix Community.
lodbrok.be /pmwiki/pmwiki.php/Main/UnixWise   (298 words)

  
 Linux
The GNU project was begun in 1983 to develop a complete Unix-like operating system — compilers, application programs, development utilities and so on — composed entirely of free software.
By 1991, when the first version of the Linux kernel was written, the GNU project had produced nearly all of the components of this system — except the kernel.
The history of Linux is closely tied to that of the GNU project, a prominent free-software project led by Richard Stallman.
www.wikiverse.org /linux   (298 words)

  
 Linux
Because these facilities (without which the system would not resemble Unix from a user perspective) stem from a longstanding free operating-system project that pre-dates the Linux kernel itself, Stallman of GNU asks users to refer to the entire system as GNU/Linux.
On the other hand, both the name GNU and the name Linux are intentionally parallel to the name Unix, and Unix has always referred to the C library and userland tools as well as the kernel.
We made a list of the programs needed to make a complete free system, and we systematically found, wrote, or found people to write everything on the list.
www.pheeds.com /info/guide/l/li/linux.html   (298 words)

  
 Unix-like - Wikipedia, the free encyclopedia
Other parties frequently treat "Unix" as a generic noun or descriptor for operating systems that are not necessarily covered by the "UNIX" trademark, in much the same way that "Band-Aid" is used in reference to any bandage or "Xerox" to any photocopier.
Most but not all commercial Unix systems fall into this category, as do the BSD systems, descendants of work done at the University of California at Berkeley in the late 1970s and early 1980s.
Their guidelines require "UNIX" to be presented in uppercase or otherwise distinguished from the surrounding text, strongly encourage using it as a branding adjective for a generic word such as "system", and discourage its use in hyphenated phrases.
en.wikipedia.org /wiki/Unix-like   (1083 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.