1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00
No description
Find a file
Andreas Kling 5e9ba2ac84 Kernel: Rewrite ProcFS.
Now the filesystem is generated on-the-fly instead of manually adding and
removing inodes as processes spawn and die.

The code is convoluted and bloated as I wrote it while sleepless. However,
it's still vastly better than the old ProcFS, so I'm committing it.

I also added /proc/PID/fd/N symlinks for each of a process's open fd's.
2019-02-03 12:33:11 +01:00
AK Support font files. 2019-02-02 23:13:12 +01:00
Base Liza8x10: Tweak some glyphs. 2019-02-03 03:06:43 +01:00
FontEditor FontEditor: Add text box for editing the font name. 2019-02-03 03:06:58 +01:00
Kernel Kernel: Rewrite ProcFS. 2019-02-03 12:33:11 +01:00
LibC Kernel: Rewrite ProcFS. 2019-02-03 12:33:11 +01:00
LibGUI FontEditor: Add text box for editing the font name. 2019-02-03 03:06:58 +01:00
SharedGraphics SharedGraphics: Font::load_from_file() forgot to close() the font file. 2019-02-03 08:18:16 +01:00
Terminal Terminal: Constrain the cursor inside the terminal rect. 2019-02-03 04:04:42 +01:00
Userland Kernel: Oops, I mixed up st_dev and st_rdev in struct stat. 2019-02-03 06:23:10 +01:00
WindowServer Kernel: Rewrite ProcFS. 2019-02-03 12:33:11 +01:00
.gitignore Tweak .gitignore. 2019-01-28 20:38:53 +01:00