53 Commits

Author SHA1 Message Date
331f055a96
Add alt attribute to images
`alt` attribute is a mandatory attribute of `<img>` elements.
2024-01-29 23:18:34 +00:00
0a39225eea
Remove duplicate IDs
IDs should not be defined multiple times. Use the `<section>` elements
to define the IDs rather than the headings.
2024-01-29 21:41:25 +00:00
975692c23a
Add Linux Memory Protection Keys reference link 2024-01-29 20:43:00 +00:00
2c58ce1908
Switch from paragraph formatting to table formatting for arena counts 2024-01-29 20:38:26 +00:00
ee89fe5ef5
Fix line length to conform to code style 2024-01-29 20:30:27 +00:00
4c9546a325
Fix preloading syntax
`/etc/environment` does not require `export` or quotation mark wrapping.
2024-01-29 20:28:09 +00:00
67b88c3af1
Fix 1st-level heading and section indentation 2024-01-29 20:23:29 +00:00
90911cc33c
Fix wording 2024-01-29 20:13:58 +00:00
9eb89b33bf
Document light variant security properties versus default allocators 2024-01-29 20:11:07 +00:00
e3ba86d7ca
Mention potential memory fragmentation due to too-high arena count 2024-01-29 18:55:00 +00:00
32e873ae32
Add unprivileged execution as requirement 2024-01-29 18:45:39 +00:00
5fafc2c3b9
Split section "Introduction" into more paragraphs 2024-01-29 18:44:50 +00:00
7fa419c508
Fix out-of-bounds paragraph text 2024-01-29 18:40:08 +00:00
0d61201c01
Remove "GrapheneOS" mentions from "hardened_malloc" documentation
It doesn't make much sense to have the developer(s)/publisher(s) noted
for every piece of software; use software name only.
2024-01-29 18:36:19 +00:00
f535c3e573
Reorder navigation bar list 2024-01-29 18:30:37 +00:00
f419a34346
Rebase webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version "2.0.0-alpha.1" onto "2.0.0" 2024-01-29 17:55:15 +00:00
064de67572
Rebase webpage "Documentation - hardened_malloc" from version "2.0.0-alpha.1" onto "2.0.0" 2024-01-29 17:54:39 +00:00
dba0b18bc8
Switch from HTML to XHTML
XHTML provides strict parsing checks to enforce XML compliance, unlike
HTML which will allow broken code to load. Code-correctness will
substantially increase with this change.
2024-01-12 08:02:13 +00:00
90dcbf2cc9
Rebase webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version "1.1.0-alpha.2" onto "1.1.0" 2024-01-12 06:48:41 +00:00
a8bcb0a15f
Rebase webpage "Documentation - hardened_malloc" from version "1.1.0-alpha.2" onto "1.1.0" 2024-01-12 06:37:49 +00:00
d5f96630cc
Revert "Switch from local relative paths to absolute"
This reverts commit 275a159e1336c62e2030ca6e9f092a5f9035d69e.

Webroot conflicts with local root filesystem and causes broken paths
when opening repository files locally. Revert change from relative to
absolute paths until a solution is found.
2023-11-20 04:29:14 +00:00
275a159e13
Switch from local relative paths to absolute 2023-11-20 04:19:37 +00:00
85548fa8cc
Switch navigation bar CSS class to "navbar" 2023-11-20 03:28:03 +00:00
65cb6aa20b
Add webpage "Directory" navigation bar link 2023-11-19 23:00:20 +00:00
08e8ac7f49
Rebase webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version 1.0.2-alpha.14 onto 1.0.3 2023-11-19 22:48:18 +00:00
79d70d4031
Rebase webpage "Documentation - hardened_malloc" from version 1.0.3-alpha.11 onto 1.0.3 2023-11-19 22:46:53 +00:00
2d25219322
Fix code to conform to code style 2023-11-16 20:09:00 +00:00
7928aff117
Remove unnecessary comments 2023-11-16 19:39:38 +00:00
8c409cc984
Add custom CSS class "nav-bar" for main navigation bar 2023-11-16 17:39:35 +00:00
7a03618760
Reorder file metadata header 2023-11-16 17:00:16 +00:00
cd7849d03d
Reorder head element child elements 2023-11-16 16:52:21 +00:00
78c3e4d562
Close tags without an end tag
Closing tags which don't have an end tag provides more correctness for
XML and XHTML tools, and is not against HTML standards despite closing
such tags not being mandatory in HTML.
2023-11-16 16:42:54 +00:00
f16a6355d4
Set head element meta charset attribute to UTF-8 2023-11-16 16:17:34 +00:00
eca9fc50f9
Add HTML lang attribute 2023-11-16 16:03:33 +00:00
0e685dd463
Switch table of contents from section element to nav 2023-11-16 15:52:59 +00:00
84b7c9b655
Fix nav element 2023-11-16 15:19:34 +00:00
00d56aee87
Switch navigation bar from custom sidebar element to proper nav 2023-11-16 15:02:24 +00:00
1594cedfa4
Rebase webpage "Documentation - hardened_malloc" from version 1.0.2-alpha.6+19 onto 1.0.2+21 2023-11-16 13:34:08 +00:00
4a3a2dbf60
Fix broken anchor 2023-10-12 14:19:40 +01:00
be584f0a30
Switch to unordered list for libc preloading instructions 2023-10-10 02:44:00 +01:00
c9db4d01fa
Add variable tags to variables 2023-10-08 23:57:27 +01:00
ee12864ce0
Fix broken apostrophes 2023-10-08 08:59:37 +01:00
1e4e4e0314
Fix line lengths to conform to code style 2023-10-08 08:56:52 +01:00
30134a21a0
Move navigation bar to HTML body 2023-10-08 08:47:18 +01:00
c662b4c696
Link to project readme for official documentation 2023-10-08 08:42:48 +01:00
761d664925
Add section "Introduction" 2023-10-07 07:00:20 +01:00
9645c161a4
Add missing section closing tag 2023-10-07 06:17:26 +01:00
22d4e3b3c6
Add missing section closing tag 2023-10-07 06:16:09 +01:00
2cd8377d62
Fix broken apostrophe 2023-10-07 06:15:06 +01:00
b79baa7e38
Rename hardened_malloc documentation file to match AsciiDoc file. 2023-10-07 02:13:25 +01:00