---
title: "Hurd Useful Links"
date: 2025-06-14T20:34:06+08:00
lastmod: 2025-06-14T20:34:06+08:00
---
## links
| name | link |
| --- | --- |
| kernel-list-archive | |
| debian-list-archive | |
| irc-archive | |
| kernel-home | |
| debian-home | |
refs:
| name | link |
| --- | --- |
| c | |
| posix latest | |
| posix 2013 | |
| posix 2008 | |
| glibc | |
## mailing lists / irc
| name | address |
| --- | --- |
| hurd | |
| debian | |
| irc | librechat #hurd |
## *_MAX patch
See [this](posts/c-func-ext.md)
## git repos
Clone all at once:
```sh
# glibc is too big, so not clone here.
for repo in hurd gnumach mig web; do
if [ ! -d $repo ]; then
git clone "https://crupest.life/git/hurd/$repo.git"
pushd $repo
git remote add upstream "https://git.savannah.gnu.org/git/hurd/$repo.git"
popd
fi
done
```
{{< link-group >}}
hurd
cru:
upstream:
debian:
{{< /link-group >}}
{{< link-group >}}
gnumach
cru:
upstream:
debian:
{{< /link-group >}}
{{< link-group >}}
mig
cru:
upstream:
debian:
{{< /link-group >}}
{{< link-group >}}
glibc
cru:
upstream:
debian:
mirror:
{{< /link-group >}}
{{< link-group >}}
web
cru:
upstream:
{{< /link-group >}}