Al Viro bf7da7bcfb [PATCH] remove horrors with irix tty ioctls handling
Existing code in there (get_tty(), etc.) is both severely
racy *and* pointless: ioctls in question have Linux equivalents
and there's no need to play silly buggers in irix_ioctl() -
just need to replace arguments and, in case of TIOCGSID,
deal with API differences - Linux one expects pid_t __user *
while Irix one does unsigned long __user *.  BFD...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2008-05-01 13:07:21 -04:00
..
2008-04-28 17:14:32 +01:00
2008-01-29 10:14:59 +00:00
2008-04-28 17:14:25 +01:00
2008-04-28 17:14:30 +01:00
2008-01-29 10:14:58 +00:00
2008-01-29 10:14:59 +00:00
2008-04-28 17:14:32 +01:00
2008-04-28 17:14:32 +01:00