Truly independent web browser
Find a file
Andreas Kling ca16d9d98e Kernel: Invalidate file-backed VMO's when inodes are written.
The current strategy is simply to nuke all physical pages and force
reload them from disk. This is obviously not optimal and should eventually
be optimized. It should be fairly straightforward.
2019-02-05 08:17:46 +01:00
AK AK: Vector::data() shouldn't crash if the vector is empty. 2019-02-05 07:12:45 +01:00
Base LizaBlack8x10: Tweak some glyphs. 2019-02-05 07:12:25 +01:00
FontEditor FontEditor: Allow specifying which font to edit on the command line. 2019-02-05 07:23:01 +01:00
Kernel Kernel: Invalidate file-backed VMO's when inodes are written. 2019-02-05 08:17:46 +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