diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-05-18 12:53:00 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-05-18 12:53:00 +0200 |
commit | a443afde27a74f8d8bc13e1184ecf16d513d6147 (patch) | |
tree | 706d01d5ec6581778dfa0e56fe6085fabdb60935 /open_issues | |
parent | 2781d32ebd97fe0c93cb1b428c8b85ae0f23515e (diff) | |
parent | 60f15d9a60e7e0754c30bd8ec458982cd35540d3 (diff) |
Merge remote-tracking branch 'savannah/master'
Conflicts:
open_issues/profiling.mdwn
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/64-bit_port.mdwn | 5 | ||||
-rw-r--r-- | open_issues/problematic_packages.mdwn | 5 | ||||
-rw-r--r-- | open_issues/profiling.mdwn | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/open_issues/64-bit_port.mdwn b/open_issues/64-bit_port.mdwn index 04273630..74758085 100644 --- a/open_issues/64-bit_port.mdwn +++ b/open_issues/64-bit_port.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2011, 2012, 2013, 2014 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2011, 2012, 2013, 2014, 2016 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 @@ -14,6 +14,7 @@ License|/fdl]]."]]"""]] There is a `master-x86_64` GNU Mach branch. As of 2012-11-20, it only supports the [[microkernel/mach/gnumach/ports/Xen]] platform. +See http://lists.gnu.org/archive/html/bug-hurd/2012-04/msg00000.html # IRC, freenode, #hurd, 2011-10-16 diff --git a/open_issues/problematic_packages.mdwn b/open_issues/problematic_packages.mdwn index 3e11c0e2..7ce9c5c4 100644 --- a/open_issues/problematic_packages.mdwn +++ b/open_issues/problematic_packages.mdwn @@ -20,6 +20,7 @@ This page lists the few packages whose build makes the Debian buildd box crash a * ruby-hiredis * libxs * subversion testsuite + * socket-wrapper * breaks cron @@ -28,3 +29,7 @@ This page lists the few packages whose build makes the Debian buildd box crash a * ext2fs gets stuck * emacs24 + +* loops and eats memory + + * pygobject diff --git a/open_issues/profiling.mdwn b/open_issues/profiling.mdwn index 13ac86eb..12690af2 100644 --- a/open_issues/profiling.mdwn +++ b/open_issues/profiling.mdwn @@ -19,6 +19,8 @@ done for [[performance analysis|performance]] reasons. * [[gprof]] + * [[profiling GNU Mach|microkernel/mach/gnumach/profiling]] + * [[glibc]]'s sotruss * [[ltrace]] |