ladybird/Base
Andreas Kling 84b2d4c475 Kernel: Add "map_fixed" pledge promise
This is a new promise that guards access to mmap() with MAP_FIXED.

Fixed-address mappings are rarely used, but can be useful if you are
trying to groom the process address space for malicious purposes.

None of our programs need this at the moment, as the only user of
MAP_FIXED is DynamicLoader, but the fixed mappings are constructed
before the process has had a chance to pledge anything.
2021-02-21 01:08:48 +01:00
..
etc LookupServer: Implement a DNS server :^) 2021-02-15 09:14:42 +01:00
home/anon FileManager: Add layout options to View menu 2021-02-13 11:01:59 +01:00
res Base: Make PixelPaint launch handler for .pp files 2021-02-16 19:00:41 +01:00
usr Kernel: Add "map_fixed" pledge promise 2021-02-21 01:08:48 +01:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00