Commit Graph

1245 Commits

Author SHA1 Message Date
Isaac Woods
cf2c5550aa Fix sign extension bug in next_table_address (#372)
Fixes #362

Fix an issue where the left shift of the old table address would overwrite the sign extension, making the address non-canonical and leading to #GPs. This calculates the correct sign extension for the new table address.
2017-12-05 20:22:29 +01:00
Philipp Oppermann
0a583ca73b Add fish script for helping with rebasing of post_* tags 2017-11-19 15:53:08 +01:00
Philipp Oppermann
5ad167c45d Merge pull request #367 from phil-opp/allocator-post-update
Update the “Kernel Heap” post to use new allocator API
2017-11-19 15:35:09 +01:00
Philipp Oppermann
e89e4f5277 Rewrite bump allocator and integrate it in main crate 2017-11-19 15:29:36 +01:00
Philipp Oppermann
8fb813a09d Rewrite “Kernel Heap” to use the new allocator API 2017-11-19 15:29:36 +01:00
Wesley Aptekar-Cassels
bed57b03ce Add missing semicolon in double-fault post (#366) 2017-11-18 09:22:57 +01:00
Will
3e7aea0d51 Fix eh_personality linker errors (#364) 2017-11-14 15:21:14 +01:00
johanmon
30fcae9dce A rewrite of the bump allocator to conform to the new API (#361) 2017-10-24 08:31:08 +02:00
Philipp Oppermann
f499b6378c Toc.js was removed 2017-10-10 09:39:14 +02:00
Philipp Oppermann
e23479bd9e Make “Recent Updates” a h2 instead of h1 2017-10-10 09:37:41 +02:00
Philipp Oppermann
087371d7b0 Fix html (incorrect </datetime>) 2017-10-10 09:35:41 +02:00
Philipp Oppermann
ff240ed264 Use absolute permalinks instead of relative paths for links
Fixes links in subfolders. See https://github.com/Keats/gutenberg/issues/128 for a detailed description of the problems with `page.path`.
2017-10-10 09:30:22 +02:00
Philipp Oppermann
7590050ffe Front matter: insert_anchor was renamed to insert_achor_links 2017-10-05 16:01:02 +02:00
Philipp Oppermann
3c6b0b89ac Front matter: url key was renamed to path 2017-10-05 15:52:40 +02:00
Philipp Oppermann
f1ffa242c2 Don't escape titles (e.g. they might contain <code>) 2017-10-05 15:49:10 +02:00
Philipp Oppermann
36eccdd102 Re-indent table of content code 2017-10-05 11:50:51 +02:00
Philipp Oppermann
1c9c20c810 Remove empty toc asides from posts 2017-10-05 11:50:32 +02:00
Philipp Oppermann
dae2edfbf5 Let gutenberg generate the table of contents
Remove the javascript toc code.
2017-10-05 11:37:23 +02:00
Philipp Oppermann
bba3c52ff3 Reverse posts array for increasing post numbers
This should make it much easier to add a new post at the end.
2017-10-05 11:25:10 +02:00
Philipp Oppermann
a85794df1b Get_url paths should start with ./ for internal links 2017-10-05 10:55:37 +02:00
Philipp Oppermann
df0a6fa3ab Argument of get_url was renamed to path 2017-10-05 10:17:13 +02:00
Philipp Oppermann
c5cde79130 Use get_section instead of deprecated `sections argument 2017-10-05 10:14:52 +02:00
Philipp Oppermann
b58ee1e52b Add new const_unique_new feature gate (#355) 2017-10-03 13:29:22 +02:00
Philipp Oppermann
82c4a6f0a0 Add new required target-c-int-width field to target json (#354) 2017-10-03 13:11:22 +02:00
Will
0175e83387 Update to use the new API for custom allocators (#348)
* Update to new allocator API

* Change linked_list_allocator dependency to link directly to git repository

* Add Cargo.lock to gitignore
2017-08-20 19:36:30 +07:00
Tim Crawford
2ebd4ed954 Use new Unique API (#346)
Change Unique to use `new_unchecked`. Fixes #345.
2017-08-05 12:47:15 +08:00
Tim Crawford
e54cfa4378 Update bitflags to 0.9.1 (#347)
Signed-off-by: Tim Crawford <crawfxrd@gmail.com>
2017-08-05 12:33:56 +08:00
Philipp Oppermann
7b04934cab Fix dead internal link 2017-07-05 23:44:44 +02:00
Philipp Oppermann
970aeb1e20 Merge pull request #340 from phil-opp/markdown-fixes
Fix markdown links
2017-06-25 21:16:15 +02:00
Philipp Oppermann
54ab56aec5 Move links down to avoid splitting list items 2017-06-25 21:12:49 +02:00
Philipp Oppermann
d5fe84e1c6 Fix broken link 2017-06-25 21:12:49 +02:00
Philipp Oppermann
bfe0d12a60 Markdown links require a blank line before them 2017-06-25 21:12:49 +02:00
skierpage
a06f074bc8 Minor error in 01-multiboot-kernel.md (#336)
Fixes #335
2017-06-25 13:38:15 +02:00
skierpage
1f0e1f0e21 Two minor English fixes (#338)
Garbled sentence, no word "everytime".
2017-06-25 13:32:55 +02:00
skierpage
ab8b40a9d1 Explain and motivate "ISO"
This change to 01-multiboot-kernel/index.md fixes issue #337
2017-06-25 13:28:32 +02:00
Philipp Oppermann
557c6a58ea Make subtitle non-wrapping 2017-06-20 20:28:00 +02:00
Philipp Oppermann
3263f412fd Remove unneeded installation of rustfmt on travis 2017-06-20 18:09:09 +02:00
Philipp Oppermann
559a90ad8b Format using rustfmt-nightly 2017-06-20 18:09:09 +02:00
Philipp Oppermann
ff8e8e0f8b The collections crate was merged into the alloc crate (#333) 2017-06-20 17:41:28 +02:00
Philipp Oppermann
7d584818ff Fix CI by avoiding duplicate rustup installation (#330)
Travis uses rustup by default now
2017-06-19 14:05:54 +02:00
Philipp Oppermann
31806c7e92 Add redirect from /handling-exceptions-with-naked-fns.html 2017-06-14 15:15:04 +02:00
Philipp Oppermann
ee6a4ecc53 Add missing redirect from /modifying-page-tables.html 2017-06-13 23:08:20 +02:00
Philipp Oppermann
b5a271191d Make table of content JS async 2017-06-13 22:10:44 +02:00
Philipp Oppermann
076b4e132f Use a cdn for piwik.js 2017-06-13 21:52:45 +02:00
Philipp Oppermann
4df59060fb Move favicon to /favicon.ico 2017-06-13 21:42:16 +02:00
Philipp Oppermann
0048d3bcd3 Use js/ instead of piwik.js/php for caching and compression 2017-06-13 21:33:23 +02:00
Philipp Oppermann
f807eaa95e Merge pull request #326 from phil-opp/gutenberg
Switch from hugo to gutenberg
2017-06-13 21:03:00 +02:00
Philipp Oppermann
ab0d27e398 Redirect from /atom.xml to /rss.xml 2017-06-13 20:35:03 +02:00
Philipp Oppermann
487e4c18fc Add isso comments 2017-06-13 20:34:15 +02:00
Philipp Oppermann
1794a94fa9 Introduce an (arbitrary) ordering for extra pages 2017-06-13 17:47:07 +02:00