Truly independent web browser
Find a file
Andreas Kling 9dd29f9aa9 Add a PTY multiplexer (/dev/ptmx) device.
When you open /dev/ptmx, you get a file descriptor pointing to one of the
available MasterPTY's. If none are available, you get an EBUSY.

This makes it possible to open multiple (up to 4) Terminals. :^)

To support this, I also added a CharacterDevice::open() that gets control
when VFS is opening a CharacterDevice. This is useful when we want to return
a custom FileDescriptor like we do here.
2019-01-16 13:39:32 +01:00
AK Always inline the locks. 2019-01-14 14:14:30 +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 Add a PTY multiplexer (/dev/ptmx) device. 2019-01-16 13:39:32 +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 Pass the process to CharacterDevice::read/write. 2019-01-16 00:20:38 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00