Truly independent web browser
Go to file
Andreas Kling 4fef895eda Rework WindowServer to use select() in its main event loop.
The system can finally idle without burning CPU. :^)

There are some issues with scheduling making the mouse cursor sloppy
and unresponsive that need to be dealt with.
2019-01-16 17:20:58 +01:00
AK Tear out or duplicate what's unique for WindowServer from Widgets. 2019-01-16 16:03:50 +01:00
Base/etc Make bash-2.05b build with minimal changes. 2018-11-17 00:14:07 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel Rework WindowServer to use select() in its main event loop. 2019-01-16 17:20:58 +01:00
LibC Get rid of Vnode concept. 2019-01-16 12:57:07 +01:00
Terminal Add a PTY multiplexer (/dev/ptmx) device. 2019-01-16 13:39:32 +01:00
Userland Make it possible for a process to switch controlling terminals. 2019-01-15 08:49:24 +01:00
VirtualFileSystem Add a PTY multiplexer (/dev/ptmx) device. 2019-01-16 13:39:32 +01:00
Widgets Tear out or duplicate what's unique for WindowServer from Widgets. 2019-01-16 16:03:50 +01:00
WindowServer Rework WindowServer to use select() in its main event loop. 2019-01-16 17:20:58 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00