Truly independent web browser
Find a file
Andreas Kling a258d6507a mmap all the font files!
Font now uses the same in-memory format as the font files we have on disk.
This allows us to simply mmap() the font files and not use any additional
memory for them. Very cool! :^)

Hacking on this exposed a bug in file-backed VMObjects where the first client
to instantiate a VMObject for a specific inode also got to decide its size.
Since file-backed VMObjects always have the same size as the underlying file,
this made no sense, so I removed the ability to even set a size in that case.
2019-02-05 06:43:33 +01:00
AK AK: Add bounds assertions in Vector::operator[]. 2019-02-05 06:37:03 +01:00
Base LizaBlack8x10: Import a very heavy variant of Liza. 2019-02-04 16:02:30 +01:00
FontEditor mmap all the font files! 2019-02-05 06:43:33 +01:00
Kernel mmap all the font files! 2019-02-05 06:43:33 +01:00
LibC Add a /bin/top program for process table monitoring. 2019-02-04 10:28:12 +01:00
LibGUI mmap all the font files! 2019-02-05 06:43:33 +01:00
SharedGraphics mmap all the font files! 2019-02-05 06:43:33 +01:00
Terminal Terminal: Fix broken parsing of background color escape. 2019-02-04 10:22:47 +01:00
Userland Kernel: Ignore SIGCHLD by default. 2019-02-04 14:06:38 +01:00
WindowServer LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold. 2019-02-04 11:37:15 +01:00
.gitignore Tweak .gitignore. 2019-01-28 20:38:53 +01:00