From 746526de5f196f8b7e6ba6e0e297fa501b66aa9d Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 8 Jun 2016 10:34:18 +0200 Subject: darnassus: apache2, cgit --- open_issues/anatomy_of_a_hurd_system.mdwn | 8 ++++---- open_issues/git-core-2.mdwn | 22 ++-------------------- open_issues/glibc.mdwn | 8 ++++---- open_issues/glibc/debian/experimental.mdwn | 5 +++-- open_issues/gnumach_memory_management.mdwn | 6 +++--- open_issues/rework_gnumach_ipc_spaces.mdwn | 5 +++-- open_issues/systemd.mdwn | 6 +++--- open_issues/time.mdwn | 4 ++-- 8 files changed, 24 insertions(+), 40 deletions(-) (limited to 'open_issues') diff --git a/open_issues/anatomy_of_a_hurd_system.mdwn b/open_issues/anatomy_of_a_hurd_system.mdwn index 496d2a06..7429abce 100644 --- a/open_issues/anatomy_of_a_hurd_system.mdwn +++ b/open_issues/anatomy_of_a_hurd_system.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 @@ -844,7 +844,7 @@ Actually, the Hurd has never used an M:N model. Both libthreads (cthreads) and l braunr: uhm ...some example? see processes for example see - http://darnassus.sceen.net/gitweb/savannah_mirror/hurd.git/tree/HEAD:/hurd + https://git.sceen.net/hurd/hurd.git/tree/hurd this is the collection of interfaces the hurd provides most of them map to unix calls, because gnu aims at posix compatibility too @@ -1321,7 +1321,7 @@ Actually, the Hurd has never used an M:N model. Both libthreads (cthreads) and l can I get 'hello world' on pure mach? you could hurdmaster: actually, here it is: - http://darnassus.sceen.net/gitweb/rbraun/mach_print.git/ + http://darnassus.sceen.net/cgit/rbraun/mach_print.git/ compile it statically, put it somewhere in /boot make sure you're running a debug kernel load it from grub instead of /hurd/ext2fs.static diff --git a/open_issues/git-core-2.mdwn b/open_issues/git-core-2.mdwn index a92b3ebb..5afda5e8 100644 --- a/open_issues/git-core-2.mdwn +++ b/open_issues/git-core-2.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2008, 2009, 2010, 2011, 2013 Free Software +[[!meta copyright="Copyright © 2008, 2009, 2010, 2011, 2013, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -115,25 +115,7 @@ Still seen. fatal: index-pack failed not intereseting enough unfortunately but it might come from savannah too - try the mirrors at - http://darnassus.sceen.net/gitweb/?a=project_list;pf=savannah_mirror - Let's see..if I try: 'git clone - git://darnassus.sceen.net/gitweb/savannah_mirror/hurd.git', I get: - 'fatal: remote error: access denied or repository not exported: - /gitweb/savannah_mirror/hurd.git' - my bad - that's weird, it should work .. - oh, stupid translation error - translation? From one human language to another? - not translation actually - typo :) - it's either - git://darnassus.sceen.net/savannah_mirror/hurd.git - or - http://darnassus.sceen.net/gitweb/savannah_mirror/hurd.git - copy paste the url exactly please - /gitweb/ is only present in the http url - Ah, right. Okay, I'll paste it exactly + Ehm. The whole thing locked up badly. I'll reboot it and try again. are you sure it locked oO ? the hurd can easily become unresponsive when performing io diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index 9962203e..55bf9031 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2012, 2013, 2014, 2015 -Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2012, 2013, 2014, 2015, +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 @@ -378,10 +378,10 @@ Last reviewed up to the [[Git mirror's 9a869d822025be8e43b78234997b10bf0cf9d859 both select and poll are implemented on top of the hurd io select call (which isn't exactly select) - http://darnassus.sceen.net/gitweb/savannah_mirror/hurd.git/blob/HEAD:/hurd/io.defs + http://git.sceen.net/hurd/hurd.git/plain/hurd/io.defs this is the io interface - http://darnassus.sceen.net/gitweb/savannah_mirror/glibc.git/blob/refs/heads/tschwinge/Roger_Whittaker:/hurd/hurdselect.c + http://git.sceen.net/hurd/glibc.git/tree/hurd/hurdselect.c?h=tschwinge/Roger_Whittaker this is the client side implementation IRC, freenode, #hurd, 2014-02-14: diff --git a/open_issues/glibc/debian/experimental.mdwn b/open_issues/glibc/debian/experimental.mdwn index 4ae9807b..6fb9304a 100644 --- a/open_issues/glibc/debian/experimental.mdwn +++ b/open_issues/glibc/debian/experimental.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2013, 2014 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 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 @@ -231,7 +232,7 @@ Now in unstable. https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=17db6e8d6b12f55e312fcab46faf5d332c806fb6 does indeed fix locale generation? youpi: it doesn't, which is why i applied - http://git.sceen.net/hurd/glibc.git/commitdiff/da2d6e677ade278bf34afaa35c6ed4ff2489e7d8?hp=9a079e270a9bec7e1fe28aeda63e07c1bb808d44 + https://git.sceen.net/hurd/glibc.git/commit/?id=da2d6e677ade278bf34afaa35c6ed4ff2489e7d8 # IRC, OFTC, #debian-hurd, 2013-06-20 diff --git a/open_issues/gnumach_memory_management.mdwn b/open_issues/gnumach_memory_management.mdwn index b36c674a..8eb0cf8a 100644 --- a/open_issues/gnumach_memory_management.mdwn +++ b/open_issues/gnumach_memory_management.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 @@ -1952,7 +1952,7 @@ There is a [[!FF_project 266]][[!tag bounty]] on this task. # IRC, freenode, #hurd, 2011-11-16 for those who want to play with the slab branch of gnumach, the - slabinfo tool is available at http://git.sceen.net/rbraun/slabinfo.git/ + slabinfo tool is available at http://darnassus.sceen.net/cgit/rbraun/slabinfo.git/ for those merely interested in numbers, here is the output of slabinfo, for a hurd running in kvm with 512 MiB of RAM, an unused swap, and a short usage history (gnumach debian packages built, aptitude diff --git a/open_issues/rework_gnumach_ipc_spaces.mdwn b/open_issues/rework_gnumach_ipc_spaces.mdwn index 20ae126d..9807d4dc 100644 --- a/open_issues/rework_gnumach_ipc_spaces.mdwn +++ b/open_issues/rework_gnumach_ipc_spaces.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2011, 2013 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2011, 2013, 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 @@ -559,7 +560,7 @@ There is a [[!FF_project 268]][[!tag bounty]] on this task. # IRC, freenode, #hurd, 2011-06-27 < braunr> ok, here is the radix tree code: - http://git.sceen.net/rbraun/libbraunr.git/ + https://git.sceen.net/rbraun/librbraun.git/ < braunr> the preloading stuff will be added in the kernel only, as it's really pointless and not easily doable in userspace < youpi> preloading? diff --git a/open_issues/systemd.mdwn b/open_issues/systemd.mdwn index d2506046..efc46e93 100644 --- a/open_issues/systemd.mdwn +++ b/open_issues/systemd.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2010, 2011, 2013, 2014 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2010, 2011, 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 @@ -2587,7 +2587,7 @@ note the additional [[upstart]] page. Ah, you did? gnu_srs: yes, in debian/patches/exec_filename_fix.patch - http://darnassus.sceen.net/gitweb/teythoon/packaging/hurd.git/commitdiff/6da3e0be8fde0594bd84a13536d9d93048186790 + http://darnassus.sceen.net/cgit/teythoon/packaging/hurd.git/commit/?id=6da3e0be8fde0594bd84a13536d9d93048186790 * teythoon . o O (diffs of diffs are trippy :) diff --git a/open_issues/time.mdwn b/open_issues/time.mdwn index d9f1fa1d..99c2cbe9 100644 --- a/open_issues/time.mdwn +++ b/open_issues/time.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2009, 2011, 2013 Free Software Foundation, +[[!meta copyright="Copyright © 2009, 2011, 2013, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -276,7 +276,7 @@ not get a define for `HZ`, which is then defined with a fallback value of 60. < nalaginrut> well, I can't say works fine, the proper description is "now it has reasonable result" < braunr> youpi: could you bring - http://darnassus.sceen.net/gitweb/savannah_mirror/glibc.git/commit/90404d6d1aa01f6ce1557841f5a675bb6a30f508 + http://git.sceen.net/hurd/glibc.git/commit/?id=90404d6d1aa01f6ce1557841f5a675bb6a30f508 into debian glibc btw ? < nalaginrut> braunr: it failed the test since the clock run too fast, but it should be smaller than 2*clk-per-sec -- cgit v1.2.3