feat: support ioctl() syscall for direct control to devices
authorMinep <zelong56@gmail.com>
Tue, 30 Aug 2022 12:20:39 +0000 (13:20 +0100)
committerMinep <zelong56@gmail.com>
Tue, 30 Aug 2022 12:20:39 +0000 (13:20 +0100)
feat: add ascii control code support to lunaix tty driver
feat: expose the syscall interface of getpgid() and setpgid()
fix: race condition when issuing SIGINT to process group.
fix: dead lock when a process get terminated while it is holding the inode lock
fix: double freeing the v_file object when terminating a process which it's fd is dup()ed from it's parent process.
todo: taskfs is still problematic..
chore: fixes and refactor.


No differences found