freebsd-skq/sys/compat/linux
Ed Schouten b377be43a5 Add TIOCPKT and TIOCSPTLCK to the Linuxolator.
We're very lucky, because the flags used by our TIOCPKT implementation
are the same as flags used by Linux. We can safely enable TIOCPKT,
assuming EXTPROC is not used.

TIOCSPTLCK is used by unlockpt(). Because we don't need unlockpt() in
our implementation, make this ioctl a no-op.

Approved by:	philip (mentor, implicit), rdivacky
Obtained from:	P4 (//depot/projects/mpsafetty/...)
2008-07-23 17:47:44 +00:00
..
linux_emul.c
linux_emul.h
linux_file.c
linux_file.h
linux_futex.c
linux_futex.h
linux_getcwd.c
linux_ioctl.c Add TIOCPKT and TIOCSPTLCK to the Linuxolator. 2008-07-23 17:47:44 +00:00
linux_ioctl.h Add TIOCPKT and TIOCSPTLCK to the Linuxolator. 2008-07-23 17:47:44 +00:00
linux_ipc.c
linux_ipc.h
linux_mib.c
linux_mib.h
linux_misc.c Fix linux_alarm, the linux behaviour is to limit the 2008-07-23 17:19:02 +00:00
linux_misc.h
linux_signal.c
linux_signal.h
linux_socket.c
linux_socket.h
linux_stats.c
linux_sysctl.c
linux_sysproto.h
linux_time.c
linux_uid16.c
linux_util.c
linux_util.h