summaryrefslogtreecommitdiff
path: root/unsorted
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2013-03-17 16:04:01 +0100
committerPino Toscano <toscano.pino@tiscali.it>2013-03-17 16:04:01 +0100
commit7305eb7793b5acbdf5c93d2436edf5401669efff (patch)
tree8cec5af65c547cdc149142108e5998302ea1e9f5 /unsorted
parentde92647ad706c6784e60592f6a95428c53a91814 (diff)
remove obsolete pages from unsorted
Diffstat (limited to 'unsorted')
-rw-r--r--unsorted/GNUstep.mdwn64
-rw-r--r--unsorted/KernelCousinDebianHurd.mdwn3
-rw-r--r--unsorted/PosixThreads.mdwn21
-rw-r--r--unsorted/changelogs.html107
4 files changed, 0 insertions, 195 deletions
diff --git a/unsorted/GNUstep.mdwn b/unsorted/GNUstep.mdwn
deleted file mode 100644
index 95b2a622..00000000
--- a/unsorted/GNUstep.mdwn
+++ /dev/null
@@ -1,64 +0,0 @@
-# <a name="Setting_up_GNUstep_on_the_Hurd"> </a> Setting up GNUstep on the Hurd
-
-GNUstep is not available on the Debian distribution for GNU/Hurd, but it can be built manually. This is, how to do it.
-
-#### <a name="Prerequisites"> Prerequisites </a>
-
-This packages should already be installed (Debian package names in brackets): ffcall (libffcall1, libffcall1-dev), libffi (libffi4), libffi4-dev, openssl (openssl), libtiff (libtiff4), libpng (libpng12-0, libpng3), libjpg (libjpeg62), libxml (libxml1, libxml2, libxml2-dev &amp; dependencies), xslt (libxslt1.1, libxslt1-dev &amp; dependencies), ssl (libssl0.9.8, libssl-dev), libungif4-dev libungif4g, aspell (libaspell15, libaspell-dev, aspell &amp; apspell-[for your language, e. g. en]) windowmaker (wmaker), Objective-C-Compiler (gobjc and depending packages)
-
-#### <a name="Getting_the_sources"> Getting the sources </a>
-
-To do an up-to-date-installation, download the daily snapshot from GNUstep into one new directory and unzip/untar them:
-
- wget ftp://ftp.gnustep.org/pub/daily-snapshots/core.current.tar.bz2
-
-#### <a name="Building_GNUstep"> </a> Building GNUstep
-
-Everything needed for the GNUstep base system is included into the expanded tarball. This is how to build it:
-
-Do the following installation as root!
-
- cd core/make
- ./configure
- make && make install
- cd ..
- . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh (see the dot at the begin!)
- cd ../base
- ./configure
- Edit the file Headers/Additions/GNUstepBase/config.h and add "#define BROKEN_SO_REUSEADDR 1" somewhere
- make && make install
- cd ../gui
- ./configure
- make && make install
- cd ../back
- make && make install
-
-Now, you've built the GNUstep base system. When you want to start a GNUstep application later or want to build one, open a bash shell and enter this command:
-
- . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
-
-This sets some necessary environment variables.
-
-#### <a name="Building_GNUstep_apps"> </a> Building GNUstep apps
-
-You can find some GNUstep applications here: <http://www.gnustep.org/experience/apps.html>
-
-and here: [http://mediawiki.gnustep.org/index.php/Main\_Page](http://mediawiki.gnustep.org/index.php/Main_Page)
-
-#### <a name="Known_problems"> Known problems </a>
-
-##### <a name="GNUMail"> </a> GNUMail
-
-After starting GNUMail, you can only once get mails from a pop3-server. If you want to fetch mails again, you have to restart it.
-
-##### <a name="GWorkspace_0_8"> GWorkspace 0.8 </a>
-
-GWorkspace 0.8 expects a /etc/mtab file. If you want to use it, you must manually make this file.
-
-Example for a /etc/mtab file:
-
- /dev/hd0s1 / ext2 rw 1 1
-
-----
-
--- Thomas Schlesinger - 03 Mar 2006
diff --git a/unsorted/KernelCousinDebianHurd.mdwn b/unsorted/KernelCousinDebianHurd.mdwn
deleted file mode 100644
index 1ff8a698..00000000
--- a/unsorted/KernelCousinDebianHurd.mdwn
+++ /dev/null
@@ -1,3 +0,0 @@
-[Kernel Traffic](http://www.kerneltraffic.org/) publishes newsletters that track the technical developments of various projects of the Free and Open Source world. [Newsletters for the Hurd development](http://www.kerneltraffic.org/debian-hurd/archives.html) were published, but not anymore.
-
-Updated status. -- [[Main/OgnyanKulev]] - 18 Sep 2004
diff --git a/unsorted/PosixThreads.mdwn b/unsorted/PosixThreads.mdwn
deleted file mode 100644
index f031b56f..00000000
--- a/unsorted/PosixThreads.mdwn
+++ /dev/null
@@ -1,21 +0,0 @@
-## <a name="POSIX_Threads_for_the_Hurd"> </a> POSIX Threads for the Hurd
-
-One of the features the Hurd has been lacking up til now is support for POSIX threads, pthreads. It has been the show stopper for porting many useful applications and has sometimes been pointed out as one of the bigger problems with the GNU operating system.
-
-In 2002 however, all this came to an end when Neal Walfield implemented libpthreads for his work on L4 and decided to also make it work on GNUmach.
-
-Information on the library can be found on Neals web site.
-
-* <http://web.walfield.org/pub/people/neal/hurd/libpthread/>
-
-## <a name="Previous_Attempts"> Previous Attempts </a>
-
-Plans to implement pthreads for the Hurd has existed since, at least, 1999. Mark Kettenis [1] began work that was supposed to be useful on Linux as well. His work was continued by Igor Khavikine [2], who implemented most of it. Igor could however not continue his work so it was picked up by Jeroen Dekkers [3] and Ryan Golbeck. Their work can be found on Savannah, <http://savannah.gnu.org/projects/pthreads/>.
-
-1. <http://sources.redhat.com/ml/libc-hacker/1999-08/msg00117.html>
-2. <http://lists.debian.org/debian-hurd/2001/debian-hurd-200102/msg00283.html>
-3. <http://mail.gnu.org/pipermail/l4-hurd/2001-October/000310.html>
-
-----
-
-Initial version -- [[Main/JoachimNilsson]] - 03 Nov 2002
diff --git a/unsorted/changelogs.html b/unsorted/changelogs.html
deleted file mode 100644
index 299ef281..00000000
--- a/unsorted/changelogs.html
+++ /dev/null
@@ -1,107 +0,0 @@
-[[meta copyright="Copyright © 2001, 2002, 2006, 2008 Free Software Foundation,
-Inc."]]
-
-[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable
-id="license" text="Permission is granted to copy, distribute and/or modify this
-document under the terms of the GNU Free Documentation License, Version 1.2 or
-any later version published by the Free Software Foundation; with no Invariant
-Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
-is included in the section entitled
-[[GNU Free Documentation License|/fdl]]."]]"""]]
-
-<H3>ChangeLogs</H3>
-<P>
-As the Hurd sources are kept and maintained in a CVS repository that
-is accessible via the web, you can follow the progress of development
-closely. We maintain ChangeLogs, in which we record every change to
-the source code at the time it is committed. The links below lead you
-directly to the ChangeLog files in the Hurd and its associated packages.
-<P>
-If you want to follow the development of the Hurd closely, we suggest
-that you subscribe to the <A
-HREF="http://lists.gnu.org/mailman/listinfo/commit-hurd/">commit-hurd mailing
-list</A> to which notifications about changes to the Hurd source code
-are sent. The <A HREF="/software/hurd/download.html">complete source
-code</A> is also available, of course.
-</P>
-<H4>The Hurd</H4>
-<P>
-The Hurd source tree contains many independent parts, and therefore
-has one ChangeLog for each directory. There is one <A
-HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/ChangeLog">ChangeLog
-in the main directory</A>, and one in each of the following
-subdirectories:
-</P>
-<UL>
-<LI>Translators and other servers:
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/auth/ChangeLog">auth</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/exec/ChangeLog">exec</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/ext2fs/ChangeLog">ext2fs</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/ftpfs/ChangeLog">ftpfs</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/hostmux/ChangeLog">hostmux</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/init/ChangeLog">init</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/isofs/ChangeLog">isofs</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/mach-defpager/ChangeLog">mach-defpager</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/nfs/ChangeLog">nfs</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/nfsd/ChangeLog">nfsd</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/pfinet/ChangeLog">pfinet</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/pflocal/ChangeLog">pflocal</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/proc/ChangeLog">proc</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/storeio/ChangeLog">storeio</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/term/ChangeLog">term</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/tmpfs/ChangeLog">tmpfs</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/trans/ChangeLog">trans</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/ufs/ChangeLog">ufs</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/usermux/ChangeLog">usermux</A>
-<LI>Utilities:
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/benchmarks/ChangeLog">benchmarks</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/boot/ChangeLog">boot</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/bsdfsck/ChangeLog">bsdfsck</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/fstests/ChangeLog">fstests</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/sutils/ChangeLog">sutils</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/ufs-fsck/ChangeLog">ufs-fsck</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/ufs-utils/ChangeLog">ufs-utils</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/utils/ChangeLog">utils</A>
-<LI>Boot code and system programs:
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/login/ChangeLog">login</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/config/ChangeLog">config</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/daemons/ChangeLog">daemons</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/serverboot/ChangeLog">serverboot</A>
-<LI>Release scripts and packaging:
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/debian/ChangeLog">debian</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/release/ChangeLog">release</A>
-<LI>Documentation:
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/doc/ChangeLog">doc</A>
-<LI>Interface definitions:
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/hurd/ChangeLog">hurd</A>
-<LI>Support libraries:
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libdiskfs/ChangeLog">libdiskfs</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libfshelp/ChangeLog">libfshelp</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libftpconn/ChangeLog">libftpconn</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libhurdbugaddr/ChangeLog">libhurdbugaddr</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libihash/ChangeLog">libihash</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libiohelp/ChangeLog">libiohelp</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libnetfs/ChangeLog">libnetfs</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libpager/ChangeLog">libpager</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libpipe/ChangeLog">libpipe</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libports/ChangeLog">libports</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libps/ChangeLog">libps</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libshouldbeinlibc/ChangeLog">libshouldbeinlibc</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libstore/ChangeLog">libstore</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libthreads/ChangeLog">libthreads</A>,
-<A HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/hurd/libtrivfs/ChangeLog">libtrivfs</A>
-</UL>
-<H4>GNU&nbsp;Mach</H4>
-The <A
-HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/gnumach/ChangeLog">GNU
-Mach ChangeLog</A> covers all changes to GNU&nbsp;Mach and <A
-HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/gnumach/ChangeLog?rev=1.128.2">GNU
-Mach 1 branch ChangeLog</A> those on the <SAMP>gnumach-1-branch</SAMP>.
-Changes before March 1997 are listed in <A
-HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/gnumach/ChangeLog.0">ChangeLog.0</A>
-and <A
-HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/gnumach/ChangeLog.00">ChangeLog.00</A>.
-<H4>MIG</H4>
-The <A
-HREF="http://cvs.savannah.gnu.org/viewcvs/~checkout~/hurd/mig/ChangeLog">MIG ChangeLog</A>
-covers all changes to MIG.