From f537fdf2fb3f700d5e6551b619277a2c58c11420 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm-Xq-lkj9CJZu31fqMOcKoGTS_zXlc8nY" Date: Tue, 4 Jun 2013 22:15:21 +0200 Subject: --- open_issues/gnumach_vm_object_resident_page_count.mdwn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'open_issues') diff --git a/open_issues/gnumach_vm_object_resident_page_count.mdwn b/open_issues/gnumach_vm_object_resident_page_count.mdwn index cc1b8897..9b16fc1d 100644 --- a/open_issues/gnumach_vm_object_resident_page_count.mdwn +++ b/open_issues/gnumach_vm_object_resident_page_count.mdwn @@ -20,3 +20,7 @@ License|/fdl]]."]]"""]] luckily, this should be easy to solve `vm/vm_object.h:vm_object:resident_page_count`. + + +resident_page_count it's now an int. +The topic it's fixed. -- cgit v1.2.3 From 0a4c953136513d5d33283637057763168dcebd68 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 3 Jul 2013 09:16:15 +0200 Subject: Add ssh compression issue --- open_issues/ssh.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 open_issues/ssh.mdwn (limited to 'open_issues') diff --git a/open_issues/ssh.mdwn b/open_issues/ssh.mdwn new file mode 100644 index 00000000..6d000b00 --- /dev/null +++ b/open_issues/ssh.mdwn @@ -0,0 +1,20 @@ +[[!meta copyright="Copyright © 2013 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_porting]] + +Ssh compression does not work at the server level for some reason: + + Jul 2 18:06:08 debian sshd[405]: fatal: buffer_uncompress: inflate returned -3 + +One has to disable compression in /etc/sshd_config: + + Compression no + -- cgit v1.2.3 From 71a62b8b52f06ed2bf33e89eaea8e1f233040d0b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawma2Ssl7yrV7NQ6zPklPtlymc2-WC_bt98" Date: Mon, 15 Jul 2013 09:18:42 +0200 Subject: Added the libgo test results from both Linux and the Hurd. --- open_issues/gccgo.mdwn | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'open_issues') diff --git a/open_issues/gccgo.mdwn b/open_issues/gccgo.mdwn index 9e724b95..18be3d93 100644 --- a/open_issues/gccgo.mdwn +++ b/open_issues/gccgo.mdwn @@ -93,6 +93,48 @@ Also, in `libgo/runtime/proc.c`:`runtime_newm`, `pthread_attr_setstacksize` is used, which we also can't support yet, for the same reason. +======================== + +**gccgo manages to get compiled and pass a fair amount of its tests, however its library is failing all but one of its tests.** + +Following are the results of the passing suite between the libgo tests run on linux (x86) and the Hurd: + +# the Hurd: + + Test Run By root on Fri Jul 12 17:56:44 UTC 2013 + Native configuration is i686-unknown-gnu0.3 + + === libgo tests === + + Schedule of variations: + unix + + ... + + === libgo Summary === + + # of expected passes 1 + # of unexpected failures 130 + /root/gcc_new/gccbuild/./gcc/gccgo version 4.9.0 20130606 (experimental) (GCC) + +# Linux results: + + Test Run By fotis on Τρι 02 Ιούλ 2013 09:20:20 μμ EEST + Native configuration is i686-pc-linux-gnu + + === libgo tests === + + Schedule of variations: + unix + + ... + + === libgo Summary === + + # of expected passes 131 + /home/fotis/Software/gcc_build/./gcc/gccgo version 4.9.0 20130702 (experimental) (GCC) + + --- -- cgit v1.2.3 From 8bcd06fbf7bc372874ebc2223a6790e8c4f725c8 Mon Sep 17 00:00:00 2001 From: teythoon Date: Sun, 8 Sep 2013 19:35:58 +0200 Subject: This seems to have been resolved. --- open_issues/exec.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'open_issues') diff --git a/open_issues/exec.mdwn b/open_issues/exec.mdwn index ff3fccf5..36513453 100644 --- a/open_issues/exec.mdwn +++ b/open_issues/exec.mdwn @@ -18,6 +18,20 @@ IRC, unknown channel, unknown date. now a funny bug: if I disable gzip/bzip2 support from exec trying to run a zero-byte file hangs +Justus: This doesn't seem to be an issue anymore (2013-09-08): + + % touch empty + % chmod +x empty + % ./empty + zsh: exec format error: ./empty + % bash + $ ./empty + $ + +Also I've never encountered a problem with apt. + --- May want to have a look at using BFD / libiberty/simpleobject. + +Justus: The BFD code has been removed from the exec server. -- cgit v1.2.3 From 35770e1fa554162803f22d14796a9236847abdb9 Mon Sep 17 00:00:00 2001 From: teythoon Date: Sun, 8 Sep 2013 22:15:32 +0200 Subject: Add (most likely) relevant savannah bug --- open_issues/magic_translator_machtype.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'open_issues') diff --git a/open_issues/magic_translator_machtype.mdwn b/open_issues/magic_translator_machtype.mdwn index 1c62b762..9c1a0d76 100644 --- a/open_issues/magic_translator_machtype.mdwn +++ b/open_issues/magic_translator_machtype.mdwn @@ -22,3 +22,5 @@ License|/fdl]]."]]"""]] tschwinge@clubber:~ $ l machtype Segmentation fault tschwinge@clubber:~ $ l machConnection to clubber.bddebian.com closed. + +Justus: This is most likely just the shell not handling SIGLOST, see: -- cgit v1.2.3 From 56681cf134c09235c18e39b29c063606138b6823 Mon Sep 17 00:00:00 2001 From: teythoon Date: Sun, 8 Sep 2013 22:33:18 +0200 Subject: Add link to the file name tracking patches in lib{disk,net}fs --- open_issues/translate_fd_or_port_to_file_name.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'open_issues') diff --git a/open_issues/translate_fd_or_port_to_file_name.mdwn b/open_issues/translate_fd_or_port_to_file_name.mdwn index 0d786d2a..fda4b811 100644 --- a/open_issues/translate_fd_or_port_to_file_name.mdwn +++ b/open_issues/translate_fd_or_port_to_file_name.mdwn @@ -133,3 +133,5 @@ A related issue: Also see email thread starting at [[!message-id "20110714082216.GA8335@sceen.net"]]. + +Justus: Once [these patches](http://lists.gnu.org/archive/html/bug-hurd/2013-07/msg00262.html) are merged there is a way to map from ports to file names, at least for lib{disk,net}fs, one would only have to make this information available somehow. -- cgit v1.2.3 From 3c5a4ed72ec9e1f215a59c738161f18960a3670c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 26 Sep 2013 09:25:30 +0200 Subject: Missing 2013 copyright year updates. --- advantages.mdwn | 4 ++-- community/gsoc/project_ideas/valgrind.mdwn | 2 +- community/meetings/ghm2013.mdwn | 2 +- hurd/running.mdwn | 2 +- hurd/subhurd.mdwn | 4 ++-- media_appearances.mdwn | 2 +- open_issues/gccgo.mdwn | 2 +- open_issues/gnumach_vm_object_resident_page_count.mdwn | 2 +- open_issues/magic_translator_machtype.mdwn | 3 ++- 9 files changed, 12 insertions(+), 11 deletions(-) (limited to 'open_issues') diff --git a/advantages.mdwn b/advantages.mdwn index 63bc56bc..94e64c33 100644 --- a/advantages.mdwn +++ b/advantages.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2001, 2002, 2008, 2010, 2011, 2012 Free Software -Foundation, Inc."]] +[[!meta copyright="Copyright © 2001, 2002, 2008, 2010, 2011, 2012, 2013 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 diff --git a/community/gsoc/project_ideas/valgrind.mdwn b/community/gsoc/project_ideas/valgrind.mdwn index 76675796..6663eec2 100644 --- a/community/gsoc/project_ideas/valgrind.mdwn +++ b/community/gsoc/project_ideas/valgrind.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2009, 2010, 2011 Free Software Foundation, +[[!meta copyright="Copyright © 2009, 2010, 2011, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable diff --git a/community/meetings/ghm2013.mdwn b/community/meetings/ghm2013.mdwn index dfb14713..c12b6682 100644 --- a/community/meetings/ghm2013.mdwn +++ b/community/meetings/ghm2013.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2013 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 diff --git a/hurd/running.mdwn b/hurd/running.mdwn index f0cb0809..15ee25d9 100644 --- a/hurd/running.mdwn +++ b/hurd/running.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2011, 2012 Free Software +[[!meta copyright="Copyright © 2007, 2008, 2009, 2011, 2012, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn index af119af3..df708499 100644 --- a/hurd/subhurd.mdwn +++ b/hurd/subhurd.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2010, 2011 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2013 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 diff --git a/media_appearances.mdwn b/media_appearances.mdwn index bf370415..3d1ae7c6 100644 --- a/media_appearances.mdwn +++ b/media_appearances.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010, 2011, 2012 Free Software Foundation, +[[!meta copyright="Copyright © 2010, 2011, 2012, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable diff --git a/open_issues/gccgo.mdwn b/open_issues/gccgo.mdwn index 18be3d93..42502c67 100644 --- a/open_issues/gccgo.mdwn +++ b/open_issues/gccgo.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2011, 2013 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 diff --git a/open_issues/gnumach_vm_object_resident_page_count.mdwn b/open_issues/gnumach_vm_object_resident_page_count.mdwn index 9b16fc1d..e6c7897f 100644 --- a/open_issues/gnumach_vm_object_resident_page_count.mdwn +++ b/open_issues/gnumach_vm_object_resident_page_count.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2012 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2012, 2013 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 diff --git a/open_issues/magic_translator_machtype.mdwn b/open_issues/magic_translator_machtype.mdwn index 9c1a0d76..cf396d5c 100644 --- a/open_issues/magic_translator_machtype.mdwn +++ b/open_issues/magic_translator_machtype.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2008, 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2008, 2010, 2013 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 -- cgit v1.2.3