diff options
-rw-r--r-- | mailing_lists.mdwn | 35 | ||||
-rw-r--r-- | mailing_lists/libc-alpha.mdwn | 11 | ||||
-rw-r--r-- | open_issues/secure_file_descriptor_handling.mdwn | 5 |
3 files changed, 37 insertions, 14 deletions
diff --git a/mailing_lists.mdwn b/mailing_lists.mdwn index e4bd1368..f89a6e72 100644 --- a/mailing_lists.mdwn +++ b/mailing_lists.mdwn @@ -1,13 +1,14 @@ -[[!meta copyright="Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 -Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, +2011 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]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + # On Posting @@ -30,21 +31,20 @@ Also see these general notes about [[community/communication]]. # Main Lists -The lists are [[unmoderated]] and most of them are hosted on -<http://lists.gnu.org/>. Try to post to the appropriate mailing list. +Most of these lists are [[unmoderated]], and most of them are hosted on +<http://lists.gnu.org/>. Some of the Hurd user groups listed on [[community]] also host additional mailing lists. -<!-- TODO. Need some real ikiwiki way of adding such anchors. --> - <a name="bug-hurd"></a> ## bug-hurd <bug-hurd@gnu.org> <http://lists.gnu.org/mailman/listinfo/bug-hurd> -Technical discussion and bug reports; main development list. If you want to **contribute**, please meet us here. +Technical discussion and bug reports; main development list. If you want to +[[*contribute*|contributing]], please meet us here. <a name="hurd-devel"></a> ## hurd-devel @@ -59,8 +59,8 @@ Subscribe to [[hurd-devel-readers]] instead. <http://lists.gnu.org/mailman/listinfo/hurd-devel-readers> -This list is a read-only mirror of [[hurd-devel]]. In contrast to subscribing -to the latter, everyone is free to subscribe to this read-only list. +This list is a read-only mirror of [[hurd-devel]]. In contrast to the former, +everyone is free to subscribe to this read-only list. <a name="help-hurd"></a> ## help-hurd @@ -68,7 +68,8 @@ to the latter, everyone is free to subscribe to this read-only list. <help-hurd@gnu.org> <http://lists.gnu.org/mailman/listinfo/help-hurd> -Hurd-specific questions; for users of the Hurd. If you need help on **using the Hurd** please ask in this list. +Hurd-specific questions, for users of the Hurd. If you need help with [[*using +the Hurd*|hurd/running]], please ask on this list. <a name="web-hurd"></a> ## web-hurd @@ -103,6 +104,16 @@ Discussion around and questions regarding the Discussion about the [[GNU_system|hurd/running/gnu]]. +<a name="libc-alpha"></a> +## libc-alpha + +<libc-alpha@sourceware.org> +<http://sourceware.org/ml/libc-alpha/> + +Discussion about [[glibc]], where the Hurd's POSIX et al. interfaces are +implemented, amongst a lot of other bits and pieces. This list is *moderated*, +but on-topic development topics will generally be accepted. + # Spam diff --git a/mailing_lists/libc-alpha.mdwn b/mailing_lists/libc-alpha.mdwn new file mode 100644 index 00000000..2f997922 --- /dev/null +++ b/mailing_lists/libc-alpha.mdwn @@ -0,0 +1,11 @@ +[[!meta copyright="Copyright © 2011 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]]."]]"""]] + +[[!meta redir=mailing_lists#libc-alpha]] diff --git a/open_issues/secure_file_descriptor_handling.mdwn b/open_issues/secure_file_descriptor_handling.mdwn index 1a514e69..45e983a7 100644 --- a/open_issues/secure_file_descriptor_handling.mdwn +++ b/open_issues/secure_file_descriptor_handling.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2011 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 @@ -12,7 +12,8 @@ License|/fdl]]."]]"""]] `O_CLOEXEC`, `dup3` et al.; see <http://udrepper.livejournal.com/20407.html>. [[tschwinge]] once worked -on this, posted patches to libc-alpha. This works needs to be resumed +on this, posted patches to [[mailing_lists/libc-alpha]]. This works needs to +be resumed and finished. --- |