496d0e6b8f
Switch to <code>
formatting for arena count integer
2024-01-30 17:34:24 +00:00
7a651eafde
Remove units from img
element height
and width
attributes
...
Units are not permitted to be used in `height` and `width` attributes in
`img` elements.
2024-01-30 00:01:48 +00:00
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
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