1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 12:05:06 +00:00
serenity/Kernel/FileSystem/DevPtsFS
Liav A ed315dd950 Kernel: Move m_uid and m_gid from the Device class to SlavePTY
No other device needs to store the UID/GID of the process that created
them, so only store these values within the SlavePTY class.
2023-08-31 11:59:18 +02:00
..
FileSystem.cpp Kernel: Move m_uid and m_gid from the Device class to SlavePTY 2023-08-31 11:59:18 +02:00
FileSystem.h Kernel+LibCore+LibC: Split the mount syscall into multiple syscalls 2023-07-02 01:04:51 +02:00
Inode.cpp Kernel: Use UnixDateTime wherever applicable 2023-05-24 23:18:07 +02:00
Inode.h Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode> 2023-03-09 21:54:59 +01:00