summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-03-18 03:03:57 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-03-18 03:03:57 +0100
commitcf0d1be9834a19e6f55bcd709e9417a9ce94da88 (patch)
tree3fd32ee93dcb4b75ea0ccf556a348aa3240d6724
parent6c1793ec4eb531b1ffc77111cfeec741fc9bb8ca (diff)
parent18fdac0f9c911e25d45ebfcfb5e52ccd56071c16 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
-rw-r--r--faq/0-still_useful.mdwn2
-rw-r--r--faq/help.mdwn2
-rw-r--r--faq/running/xserver-common.mdwn9
-rw-r--r--faq/support/2_gib_partition_limit.mdwn2
-rw-r--r--hurd/translator.mdwn4
-rw-r--r--hurd/translator/examples.mdwn17
-rw-r--r--hurd/translator/hello.mdwn6
-rw-r--r--hurd/translator/mboxfs.mdwn9
-rw-r--r--hurd/translator/xmlfs.mdwn6
-rw-r--r--unsorted/GNUstep.mdwn64
-rw-r--r--unsorted/KernelCousinDebianHurd.mdwn3
-rw-r--r--unsorted/PosixThreads.mdwn21
-rw-r--r--unsorted/changelogs.html107
13 files changed, 39 insertions, 213 deletions
diff --git a/faq/0-still_useful.mdwn b/faq/0-still_useful.mdwn
index 96ea6f32..85608fe3 100644
--- a/faq/0-still_useful.mdwn
+++ b/faq/0-still_useful.mdwn
@@ -30,7 +30,7 @@ various servers are designed for this sort of modification.
> $ cd /ftp://ftp.debian.org/debian
> $ ls
>
-> personnal filesystem
+> personal filesystem
>
> $ dd < /dev/zero > myspace.img bs=1M count=1024
> $ mke2fs myspace.img
diff --git a/faq/help.mdwn b/faq/help.mdwn
index 44e16d6b..8352dbfe 100644
--- a/faq/help.mdwn
+++ b/faq/help.mdwn
@@ -10,4 +10,4 @@ is included in the section entitled
[[!meta title="How can I help?"]]
-Please see the [contributing page](http://www.gnu.org/software/hurd/contributing.html)
+Please see the [[contributing page|contributing]].
diff --git a/faq/running/xserver-common.mdwn b/faq/running/xserver-common.mdwn
index 460c6e55..68058641 100644
--- a/faq/running/xserver-common.mdwn
+++ b/faq/running/xserver-common.mdwn
@@ -11,5 +11,10 @@ License|/fdl]]."]]"""]]
[[!meta title="Normal users can't start X"]]
-You need to run `dpkg-reconfigure x11-common` and select `Anybody` for
-starting X as there is no way to detect console users currently.
+This happens because currently there is no way to detect console users.
+
+On Debian GNU/Hurd systems, you need to run
+
+ # dpkg-reconfigure x11-common
+
+and select `Anybody` for starting X.
diff --git a/faq/support/2_gib_partition_limit.mdwn b/faq/support/2_gib_partition_limit.mdwn
index 3315cc08..8d921b07 100644
--- a/faq/support/2_gib_partition_limit.mdwn
+++ b/faq/support/2_gib_partition_limit.mdwn
@@ -8,7 +8,7 @@ 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]]."]]"""]]
-[[!meta title="Is there still a 2 GiB Partition Limit ?"]]
+[[!meta title="Is there still a 2 GiB Partition Limit?"]]
The 2 GiB limit has been removed in Debian GNU/Hurd.
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn
index 9bcdbcc5..d4eaf950 100644
--- a/hurd/translator.mdwn
+++ b/hurd/translator.mdwn
@@ -128,8 +128,8 @@ The [[concept|concepts]] of translators creates its own problems, too:
* [pith](http://www.nongnu.org/hurdextras/#pith)
* [pptop](http://www.nongnu.org/hurdextras/#pptop)
* [run](http://www.nongnu.org/hurdextras/#run)
-* [xmlfs](http://www.nongnu.org/hurdextras/#xmlfs)
-* [mboxfs](http://www.nongnu.org/hurdextras/#mboxfs)
+* [[xmlfs]]
+* [[mboxfs]]
Some of the above could be moved from hurdextras to [[source_repositories/incubator]],
see the [[status page|open_issues/hurdextras]].
diff --git a/hurd/translator/examples.mdwn b/hurd/translator/examples.mdwn
index ee766fbf..190b26ae 100644
--- a/hurd/translator/examples.mdwn
+++ b/hurd/translator/examples.mdwn
@@ -10,7 +10,8 @@ is included in the section entitled
## Setting up translators - HowTo
-Translators can be got from hurd-extras <http://www.nongnu.org/hurdextras/>
+Additional translators can be got from [[source_repositories/incubator]],
+or [hurd-extras](http://www.nongnu.org/hurdextras/).
cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/hurdextras co <modulename>
@@ -36,7 +37,7 @@ or
ftp$ cd ftp.fr.debian.org
ftp/ftp.fr.debian.org $ ls
-* tarfs translator (needs uatime fix, 2010-08-25 → [git repo](http://github.com/giselher/tarfs))
+* [[tarfs]] translator
You can use tarfs to mount (almost) any tar file (currently broken, 2010-08-25):
@@ -52,14 +53,14 @@ You can even use it to create new tar files:
This is not as fast as `tar czvf newfile.tar.gz all my files`, but at least it's more original. ;)
-* cvsfs translator
+* [[cvsfs]] translator
<!-- Prevent ikiwiki / Markdown rendering bug. -->
$ settrans -ac cvsfs_testing /hurd/cvsfs cvs.savannah.nongnu.org /sources/hurdextras
$ cd cvsfs_testing
-* pfinet translator -- configuring your network interface
+* [[pfinet]] translator -- configuring your network interface
<!-- Prevent ikiwiki / Markdown rendering bug. -->
@@ -77,17 +78,17 @@ This is not as fast as `tar czvf newfile.tar.gz all my files`, but at least it's
$ settrans -ac /cdrom /hurd/iso9660fs /dev/<cdrom device file>
-* ext2fs translator -- 'mounting' an ext2fs partition
+* [[ext2fs]] translator -- 'mounting' an ext2fs partition
<!-- Prevent ikiwiki / Markdown rendering bug. -->
$ settrans -ac /linux /hurd/ext2fs /dev/<partition device file>
-* unionfs translator
+* [[unionfs]] translator
To join "foo/" "bar/" and "baz/" in the directory "quux/", just do:
$ settrans -capfg quux/ /hurd/unionfs foo/ bar/ baz/
-If you want to join even quux/ contents in the union itself, add -u as a translator argument.
-You can add filesystems at run-time with the fsysopts command.
+If you want to join even quux/ contents in the union itself, add `-u` as a translator argument.
+You can add filesystems at run-time with the `fsysopts` command.
diff --git a/hurd/translator/hello.mdwn b/hurd/translator/hello.mdwn
index bd56cd76..440e1774 100644
--- a/hurd/translator/hello.mdwn
+++ b/hurd/translator/hello.mdwn
@@ -8,7 +8,7 @@ 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]]."]]"""]]
-The *hello* translator is an example of a simple [[libtrivfs]]-based one-node
+The `hello` translator is an example of a simple [[libtrivfs]]-based one-node
[[translator]]. It is shipped as part of the [[Hurd source code
-repository|source_repositories]], and exists in a single-threaded and a
-multi-threaded variant.
+repository|source_repositories]], and exists in a single-threaded (`hello.c`)
+and a multi-threaded (`hello-mt.c`) variant.
diff --git a/hurd/translator/mboxfs.mdwn b/hurd/translator/mboxfs.mdwn
index e357294f..4ffcaab6 100644
--- a/hurd/translator/mboxfs.mdwn
+++ b/hurd/translator/mboxfs.mdwn
@@ -8,4 +8,13 @@ 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]]."]]"""]]
+`mboxfs` is a translator meant to help people sorting emails.
+It parses mailboxes in order to create a directory hierarchy representing
+the contents of the mailbox.
+Thus, you can sort emails per recipient, senders, date, and much more.
+It supports attachments (put in a separate *attach* directory).
+
+
+# Source
+
<http://www.nongnu.org/hurdextras/#mboxfs>
diff --git a/hurd/translator/xmlfs.mdwn b/hurd/translator/xmlfs.mdwn
index 769c43ce..f57b9f2f 100644
--- a/hurd/translator/xmlfs.mdwn
+++ b/hurd/translator/xmlfs.mdwn
@@ -8,4 +8,10 @@ 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]]."]]"""]]
+`xmlfs` is a translator that provides access to XML documents through the
+filesystem.
+
+
+# Source
+
<http://www.nongnu.org/hurdextras/#xmlfs>
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.