From 51b6821a1c0b805cdd9b09aff95e93a9c65d323e Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 12 Oct 2016 10:16:15 +0200 Subject: Update URLs to local git repositories --- community/gsoc/project_ideas/object_lookups.mdwn | 14 +++++++------- hurd/translator/mtab/discussion.mdwn | 6 +++--- open_issues/automatically_checking_port_deallocation.mdwn | 2 +- open_issues/robustness.mdwn | 4 ++-- open_issues/virtualization/fakeroot.mdwn | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/community/gsoc/project_ideas/object_lookups.mdwn b/community/gsoc/project_ideas/object_lookups.mdwn index d67dbe20..43bed087 100644 --- a/community/gsoc/project_ideas/object_lookups.mdwn +++ b/community/gsoc/project_ideas/object_lookups.mdwn @@ -265,7 +265,7 @@ In context of [[!message-id "20130918081345.GA13789@dalaran.sceen.net"]]. let me push it somewhere, so I can show you the patches ok braunr: - http://darnassus.sceen.net/gitweb/teythoon/gnumach.git/shortlog/refs/heads/feature-protected-payload-1 + http://darnassus.sceen.net/cgit/teythoon/gnumach.git/shortlog/refs/heads/feature-protected-payload-1 teythoon: where should i look at ? the last commit hm @@ -290,7 +290,7 @@ In context of [[!message-id "20130918081345.GA13789@dalaran.sceen.net"]]. right, I can see how that could work mach_reply_port(); mach_port_set_payload(); mach_msg(); braunr: - http://darnassus.sceen.net/gitweb/teythoon/gnumach.git/log/refs/heads/feature-protected-payload-2 + http://darnassus.sceen.net/cgit/teythoon/gnumach.git/log/refs/heads/feature-protected-payload-2 I think I found the right spot teythoon: looks better indeed :) braunr: yes, thanks for the hint :) @@ -378,11 +378,11 @@ In context of [[!message-id "20130918081345.GA13789@dalaran.sceen.net"]]. no, no deb ok braunr: - http://darnassus.sceen.net/gitweb/teythoon/gnumach.git/log/refs/heads/feature-protected-payload-3 + http://darnassus.sceen.net/cgit/teythoon/gnumach.git/log/refs/heads/feature-protected-payload-3 - http://darnassus.sceen.net/gitweb/teythoon/hurd.git/log/refs/heads/feature-protected-payload-1 + http://darnassus.sceen.net/cgit/teythoon/hurd.git/log/refs/heads/feature-protected-payload-1 braunr: in particular, - http://darnassus.sceen.net/gitweb/teythoon/hurd.git/blob/refs/heads/feature-protected-payload-1:/libports/manage-multithread.c#l161 + http://darnassus.sceen.net/cgit/teythoon/hurd.git/blob/refs/heads/feature-protected-payload-1:/libports/manage-multithread.c#l161 ## IRC, freenode, #hurd, 2013-11-27 @@ -396,13 +396,13 @@ In context of [[!message-id "20130918081345.GA13789@dalaran.sceen.net"]]. sure ok first, please look at this - http://darnassus.sceen.net/gitweb/teythoon/hurd.git/blob/refs/heads/feature-protected-payload-1:/libports/manage-multithread.c#l161 + http://darnassus.sceen.net/cgit/teythoon/hurd.git/blob/refs/heads/feature-protected-payload-1:/libports/manage-multithread.c#l161 in line 165, the msgh_local_port is restored b/c later some intrans function might use this for the object (re-)lookup yes ok - http://darnassus.sceen.net/gitweb/teythoon/mig.git/commitdiff/64b7d34f90a41d017a9e1e8179c0533a97012f6f + http://darnassus.sceen.net/cgit/teythoon/mig.git/commitdiff/64b7d34f90a41d017a9e1e8179c0533a97012f6f makes sense this makes mig payload aware we'd specify another intrans function that takes a label and diff --git a/hurd/translator/mtab/discussion.mdwn b/hurd/translator/mtab/discussion.mdwn index 715884ce..952c0825 100644 --- a/hurd/translator/mtab/discussion.mdwn +++ b/hurd/translator/mtab/discussion.mdwn @@ -1107,7 +1107,7 @@ In context of [[open_issues/mig_portable_rpc_declarations]]. ok only send-once rights have their own names btw, I'll push my work to darnassus from now on, - e.g. http://darnassus.sceen.net/gitweb/?p=teythoon/hurd.git;a=shortlog;h=refs/heads/feature-mtab-translator-v3-wip + e.g. http://darnassus.sceen.net/cgit/?p=teythoon/hurd.git;a=shortlog;h=refs/heads/feature-mtab-translator-v3-wip ### IRC, freenode, #hurd, 2013-11-20 @@ -2518,7 +2518,7 @@ Fixed in 2013-10-05 procfs commit c87688a05a8b49479ee10127470cc60acebead4a? push that work in a branch somewhere for review please right, thanks braunr: - http://darnassus.sceen.net/gitweb/teythoon/hurd.git/shortlog/refs/heads/feature-translatorslist-detect-passive-translators + http://darnassus.sceen.net/cgit/teythoon/hurd.git/shortlog/refs/heads/feature-translatorslist-detect-passive-translators ### IRC, freenode, #hurd, 2014-01-04 @@ -2539,7 +2539,7 @@ Fixed in 2013-10-05 procfs commit c87688a05a8b49479ee10127470cc60acebead4a? ! where are they again ? - http://darnassus.sceen.net/gitweb/teythoon/hurd.git/shortlog/refs/heads/feature-translatorslist-detect-passive-translators + http://darnassus.sceen.net/cgit/teythoon/hurd.git/shortlog/refs/heads/feature-translatorslist-detect-passive-translators ok they are reasonably straight-forward but cause this funny issue, after the first reboot with the diff --git a/open_issues/automatically_checking_port_deallocation.mdwn b/open_issues/automatically_checking_port_deallocation.mdwn index 6aeaf207..e8a4389e 100644 --- a/open_issues/automatically_checking_port_deallocation.mdwn +++ b/open_issues/automatically_checking_port_deallocation.mdwn @@ -29,4 +29,4 @@ a recompilation of the code that contains the port leak. Currently, it is a prototype. If you are looking for a port leak, I'd love you to try it though: -[[http://darnassus.sceen.net/gitweb/teythoon/portseal.git]] +[[http://darnassus.sceen.net/cgit/teythoon/portseal.git]] diff --git a/open_issues/robustness.mdwn b/open_issues/robustness.mdwn index 4b0cdc9b..3ba9bb3d 100644 --- a/open_issues/robustness.mdwn +++ b/open_issues/robustness.mdwn @@ -138,7 +138,7 @@ License|/fdl]]."]]"""]] < teythoon> I came across some paper about process reincarnation and created a little prototype a while back: - < teythoon> http://darnassus.sceen.net/gitweb/teythoon/reincarnation.git/ + < teythoon> http://darnassus.sceen.net/cgit/teythoon/reincarnation.git/ < teythoon> and I looked into restarting the exec server in case it dies. the exec server is an easy target since it has no state of its own < teythoon> the only problem is that there is no exec server around to @@ -166,7 +166,7 @@ License|/fdl]]."]]"""]] < teythoon> braunr: the server can store a checkpoint using the reincarnation_checkpoint procedure < teythoon> - http://darnassus.sceen.net/gitweb/teythoon/reincarnation.git/blame/HEAD:/reincarnation.defshttp://darnassus.sceen.net/gitweb/teythoon/reincarnation.git/blame/HEAD:/reincarnation.defs + http://darnassus.sceen.net/cgit/teythoon/reincarnation.git/blame/HEAD:/reincarnation.defshttp://darnassus.sceen.net/cgit/teythoon/reincarnation.git/blame/HEAD:/reincarnation.defs < teythoon> uh >,< sorry, pasted twice < braunr> oh ok diff --git a/open_issues/virtualization/fakeroot.mdwn b/open_issues/virtualization/fakeroot.mdwn index 441d5c13..b8604ff7 100644 --- a/open_issues/virtualization/fakeroot.mdwn +++ b/open_issues/virtualization/fakeroot.mdwn @@ -480,7 +480,7 @@ License|/fdl]]."]]"""]] that must be new then might be, yes - http://darnassus.sceen.net/gitweb/teythoon/packaging/hurd.git/blame/HEAD:/debian/patches/libports_stability.patch + http://darnassus.sceen.net/cgit/teythoon/packaging/hurd.git/blame/HEAD:/debian/patches/libports_stability.patch antrik: debian currently disables both the global and thread timeouts in libports my work on thread destruction consists in part in reenabling -- cgit v1.2.3