ed 2008-07-23 17:47:44 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_ioctl.c linux_ioctl.h
Log:
SVN rev 180768 on 2008-07-23 17:47:44Z by ed
Add TIOCPKT and TIOCSPTLCK to the Linuxolator.
We're very lucky, because the flags used by our TIOCP
kib 2007-11-15 10:38:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/compat/linux linux_ioctl.c linux_ioctl.h
Log:
MFC rev. 1.139 of src/sys/compat/linux/linux_ioctl.c,
rev. 1.27 of src/sys/compat/linux/linux_ioctl.h:
Implement LINU
kib 2007-11-07 16:42:53 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_ioctl.c linux_ioctl.h
Log:
Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.
LINUX_SIOCGIFCOUNT just returns 0 since it is not implemented in the
Linux 2.
netchild2007-09-03 13:55:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/compat/linux linux_ioctl.c
Log:
Really commit the TIOCGPTN part (missing in the previous commit...).
Revision ChangesPath
1.127.2.6 +9 -1 src/sys/compat/lin
cognet 2006-01-26 01:32:47 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_ioctl.c linux_ioctl.h linux_stats.c
Log:
Linux compat bits needed to make linux programs use the new ptys :
linux_ioctl.[ch] : Implement LINUX_TIOCGPTN, which returns the pty numbe
delphij 2006-01-11 15:40:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/compat/linux linux_ioctl.c
Log:
MFC revision 1.131
date: 2005/12/13 15:32:52; author: delphij; state: Exp; lines: +5 -5
In Linux, kernel parameters passed to ioctl are
delphij 2006-01-11 15:39:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/compat/linux linux_ioctl.c
Log:
MFC revision 1.131
date: 2005/12/13 15:32:52; author: delphij; state: Exp; lines: +5 -5
In Linux, kernel parameters passed to ioctl are
delphij 2005-12-13 15:32:53 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_ioctl.c
Log:
In Linux, kernel parameters passed to ioctl are by value, while in FreeBSD
they are passed by reference. Handle the difference within the
linux_ioctl_termio on the