|
0115cce750
|
Kernel/VFS: Add file owners and file modes, and check those in system calls
|
2022-10-28 17:10:28 +02:00 |
|
|
bef9158450
|
Kernel, libc: Add isatty() and F_ISTTY to fcntl()
|
2022-10-21 18:34:31 +02:00 |
|
|
97b7572933
|
VFS: Implement a new type of Node, VFS_DEVICE
This is used to differentiate normal files from devices.
|
2022-10-12 15:22:34 +02:00 |
|
|
96b1d1c2f2
|
Devices: Tell a device which name you want it to be instantiated with
This allows us to create a device in any path, with any filename.
|
2022-10-12 10:54:46 +02:00 |
|
|
e764647133
|
Devices: add a new ConsoleDevice
This new device is the userspace interface to the text console/tty.
|
2022-10-11 21:04:50 +02:00 |
|