From 5bd36fdff16871eb7d06fc26cac07e7f2703432b Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 29 Nov 2012 01:33:22 +0100 Subject: IRC. --- .../libpthread/t/fix_have_kernel_resources.mdwn | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 open_issues/libpthread/t/fix_have_kernel_resources.mdwn (limited to 'open_issues/libpthread') diff --git a/open_issues/libpthread/t/fix_have_kernel_resources.mdwn b/open_issues/libpthread/t/fix_have_kernel_resources.mdwn new file mode 100644 index 00000000..37231c66 --- /dev/null +++ b/open_issues/libpthread/t/fix_have_kernel_resources.mdwn @@ -0,0 +1,21 @@ +[[!meta copyright="Copyright © 2012 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]]."]]"""]] + +[[!tag open_issue_libphread]] + +`t/have_kernel_resources` + + +# IRC, freenode, #hurd, 2012-08-30 + + tschwinge: this issue needs more cooperation with the kernel + tschwinge: i.e. the ability to tell the kernel where the stack is, + so it's unmapped when the thread dies + which requiring another thread to perform this deallocation -- cgit v1.2.3 From 0a607c5c7bab130bfff70efd344bff78ce2bf88a Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 20 Dec 2012 18:09:56 +0100 Subject: Fix page tagging. --- hurd/translator/procfs/jkoenig/discussion.mdwn | 4 +--- open_issues/libpthread/t/fix_have_kernel_resources.mdwn | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'open_issues/libpthread') diff --git a/hurd/translator/procfs/jkoenig/discussion.mdwn b/hurd/translator/procfs/jkoenig/discussion.mdwn index cca9c3f3..e71ea02b 100644 --- a/hurd/translator/procfs/jkoenig/discussion.mdwn +++ b/hurd/translator/procfs/jkoenig/discussion.mdwn @@ -279,7 +279,7 @@ Needed by glibc's `pldd` tool (commit # `/proc/[PID]/maps` -[[!tag GNU_Savannah_bug 32770]] +[[!GNU_Savannah_bug 32770]] ## IRC, OFTC, #debian-hurd, 2012-06-20 @@ -299,8 +299,6 @@ Needed by glibc's `pldd` tool (commit with nocheck (ie skipping the test suite run) instead of investigate and report why the test suite failed -[[!GNU_Savannah_bug 32770]] - # IRC, freenode, #hurd, 2011-06-19 diff --git a/open_issues/libpthread/t/fix_have_kernel_resources.mdwn b/open_issues/libpthread/t/fix_have_kernel_resources.mdwn index 37231c66..10577c1e 100644 --- a/open_issues/libpthread/t/fix_have_kernel_resources.mdwn +++ b/open_issues/libpthread/t/fix_have_kernel_resources.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]]."]]"""]] -[[!tag open_issue_libphread]] +[[!tag open_issue_libpthread]] `t/have_kernel_resources` -- cgit v1.2.3