aboutsummaryrefslogtreecommitdiff
path: root/news/2011-q3.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-04-07 17:18:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-04-07 17:18:07 +0200
commit0db356ea482b3045f4d49b5c7953791bf18573a3 (patch)
treed083419e0fb7f974b4111a5fcd44174d1d221556 /news/2011-q3.mdwn
parent9553439d7562aad9c3b58a83fc7c0059fc29422a (diff)
downloadweb-0db356ea482b3045f4d49b5c7953791bf18573a3.tar.gz
web-0db356ea482b3045f4d49b5c7953791bf18573a3.tar.bz2
web-0db356ea482b3045f4d49b5c7953791bf18573a3.zip
Fix git.savannah.gnu.org urls into https
Diffstat (limited to 'news/2011-q3.mdwn')
-rw-r--r--news/2011-q3.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/2011-q3.mdwn b/news/2011-q3.mdwn
index 83fc30a5..587a8b6e 100644
--- a/news/2011-q3.mdwn
+++ b/news/2011-q3.mdwn
@@ -71,7 +71,7 @@ Maksym Planeta finished a project he has been doing as a university task:
replace GNU Mach's old zone memory allocator with a new [[!wikipedia
slab_allocation desc="slab allocator"]] written by Richard Braun, who also
mentored Maksym during the project. [This
-allocator](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?h=mplaneta/libbraunr/master&id=59c9da87375ad3c8401890ecd4f7f101093f2463),
+allocator](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?h=mplaneta/libbraunr/master&id=59c9da87375ad3c8401890ecd4f7f101093f2463),
apart from being overally cleaner than the zone allocator, is meant to waste
less memory than the zone allocator (less fragmentation and more memory can be
reclaimed by the VM system), there are debugging/inspection features, and it's