mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
Reimplement tcsetattr/tcgetattr as ioctls.
This commit is contained in:
parent
c99f8af66d
commit
084287ca45
7 changed files with 55 additions and 49 deletions
|
@ -199,6 +199,9 @@ public:
|
|||
bool validate_user_read(LinearAddress) const;
|
||||
bool validate_user_write(LinearAddress) const;
|
||||
|
||||
bool validate_read(void*, size_t) const;
|
||||
bool validate_write(void*, size_t) const;
|
||||
|
||||
CoreInode* cwd_inode() { return m_cwd ? m_cwd->core_inode() : nullptr; }
|
||||
CoreInode* executable_inode() { return m_executable ? m_executable->core_inode() : nullptr; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue