From: Minep Date: Tue, 30 Aug 2022 12:20:39 +0000 (+0100) Subject: feat: support ioctl() syscall for direct control to devices X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/commitdiff_plain/c50398ab4cb09658b3b3fff74804d2f26df785e7?hp=c50398ab4cb09658b3b3fff74804d2f26df785e7 feat: support ioctl() syscall for direct control to devices 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. ---