diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-06-09 02:06:59 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-06-09 02:06:59 +0200 |
commit | aef463c050add77d72259c5c9b630adbfb0409bb (patch) | |
tree | 76e598c2ad57db9704e9d3e764add53e84c9b1c6 /community | |
parent | af4e2bc8f1b5c450b22c19ff8e06ded02ef08cba (diff) | |
parent | 0d9f8a5a6246924c5ac6f79cedd507b74477f06e (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'community')
-rw-r--r-- | community/gsoc/2013/hacklu.mdwn | 4 | ||||
-rw-r--r-- | community/gsoc/2013/nlightnfotis.mdwn | 4 | ||||
-rw-r--r-- | community/gsoc/project_ideas/physical_memory_management.mdwn | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/community/gsoc/2013/hacklu.mdwn b/community/gsoc/2013/hacklu.mdwn index 43b4b59e..4da3dde9 100644 --- a/community/gsoc/2013/hacklu.mdwn +++ b/community/gsoc/2013/hacklu.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 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 @@ -1798,7 +1798,7 @@ In context of [[open_issues/libpthread/t/fix_have_kernel_resources]]: <hacklu> please give me any advice on how to use mig to generate stub-files in gdbserver? <braunr> hacklu: - http://darnassus.sceen.net/gitweb/rbraun/slabinfo.git/blob/HEAD:/Makefile + http://darnassus.sceen.net/cgit/rbraun/slabinfo.git/plain/Makefile <hacklu> braunr: shouldnt' I work like this https://github.com/hacklu/gdbserver/blob/gdbserver/gdb/config/i386/i386gnu.mh ? diff --git a/community/gsoc/2013/nlightnfotis.mdwn b/community/gsoc/2013/nlightnfotis.mdwn index 87250c62..7b0468f2 100644 --- a/community/gsoc/2013/nlightnfotis.mdwn +++ b/community/gsoc/2013/nlightnfotis.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 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 @@ -2366,7 +2366,7 @@ But not the [[open_issues/libpthread_dlopen]] issue? <braunr> i'll make a repository on darnassus too <braunr> better store it there <braunr> nlightnfotis: - http://darnassus.sceen.net/gitweb/rbraun/mach_print.git/ + http://darnassus.sceen.net/cgit/rbraun/mach_print.git/ <braunr> nlightnfotis: i suggest you implement mach_print with inline asm statement in a C file, so that you don't need to alter the build system configuration diff --git a/community/gsoc/project_ideas/physical_memory_management.mdwn b/community/gsoc/project_ideas/physical_memory_management.mdwn index 2baa7a90..1bb6a760 100644 --- a/community/gsoc/project_ideas/physical_memory_management.mdwn +++ b/community/gsoc/project_ideas/physical_memory_management.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2015 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 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 @@ -46,6 +46,6 @@ Useful links : * <http://git.sceen.net/rbraun/x15.git/> - * <http://git.sceen.net/rbraun/librbraun.git/blob/HEAD:/rdxtree.h> + * <https://git.sceen.net/rbraun/librbraun.git/plain/rdxtree.h> Possible mentors: Richard Braun |