summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-06-08 10:34:18 +0200
committerThomas Schwinge <thomas@codesourcery.com>2016-06-08 10:34:18 +0200
commit746526de5f196f8b7e6ba6e0e297fa501b66aa9d (patch)
tree37f70d0d95cf53d18b8695914ff94f24f97cc65d /open_issues
parent2e4e77877cfa3943df1120b1651cbf759e56d4c1 (diff)
darnassus: apache2, cgit
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/anatomy_of_a_hurd_system.mdwn8
-rw-r--r--open_issues/git-core-2.mdwn22
-rw-r--r--open_issues/glibc.mdwn8
-rw-r--r--open_issues/glibc/debian/experimental.mdwn5
-rw-r--r--open_issues/gnumach_memory_management.mdwn6
-rw-r--r--open_issues/rework_gnumach_ipc_spaces.mdwn5
-rw-r--r--open_issues/systemd.mdwn6
-rw-r--r--open_issues/time.mdwn4
8 files changed, 24 insertions, 40 deletions
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
<giuscri> braunr: uhm ...some example?
<braunr> see processes for example
<braunr> see
- http://darnassus.sceen.net/gitweb/savannah_mirror/hurd.git/tree/HEAD:/hurd
+ https://git.sceen.net/hurd/hurd.git/tree/hurd
<braunr> this is the collection of interfaces the hurd provides
<braunr> 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
<hurdmaster> can I get 'hello world' on pure mach?
<teythoon> you could
<teythoon> hurdmaster: actually, here it is:
- http://darnassus.sceen.net/gitweb/rbraun/mach_print.git/
+ http://darnassus.sceen.net/cgit/rbraun/mach_print.git/
<teythoon> compile it statically, put it somewhere in /boot
<teythoon> make sure you're running a debug kernel
<teythoon> 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.
<sea`> fatal: index-pack failed
<braunr> not intereseting enough unfortunately
<braunr> but it might come from savannah too
- <braunr> try the mirrors at
- http://darnassus.sceen.net/gitweb/?a=project_list;pf=savannah_mirror
- <sea`> 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'
- <braunr> my bad
- <braunr> that's weird, it should work ..
- <braunr> oh, stupid translation error
- <sea`> translation? From one human language to another?
- <braunr> not translation actually
- <braunr> typo :)
- <braunr> it's either
- <braunr> git://darnassus.sceen.net/savannah_mirror/hurd.git
- <braunr> or
- <braunr> http://darnassus.sceen.net/gitweb/savannah_mirror/hurd.git
- <braunr> copy paste the url exactly please
- <braunr> /gitweb/ is only present in the http url
- <sea`> Ah, right. Okay, I'll paste it exactly
+
<sea`> Ehm. The whole thing locked up badly. I'll reboot it and try again.
<braunr> are you sure it locked oO ?
<braunr> 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
<braunr> both select and poll are implemented on top of the hurd io
select call (which isn't exactly select)
<braunr>
- 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
<braunr> this is the io interface
<braunr>
- 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
<braunr> 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?
<braunr> 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
<braunr> 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/
<braunr> 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.
<gnu_srs> Ah, you did?
<teythoon> gnu_srs: yes, in debian/patches/exec_filename_fix.patch
<teythoon>
- 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