History log of /netbsd/sys/compat/linux/common/linux_termios.h (Results 1 – 23 of 23)
Revision Date Author Comments
# f036aca9 23-Sep-2021 ryo <ryo@NetBSD.org>

add support COMPAT_LINUX for aarch64


# 7ef7437a 23-Aug-2019 maxv <maxv@NetBSD.org>

Fix info leaks.


# 00bec14e 25-Sep-2011 chs <chs@NetBSD.org>

linux_termio c_cc array should be indexed by LINUX_OLD_V* rather than LINUX_V*.
fixes array overrun on alpha noticed by gcc 4.5.


# e1d91333 04-Jul-2011 mrg <mrg@NetBSD.org>

avoid array bounds violation on netbsd/mips when dealing with termio
structures. (did linux/mips ever support termio?).

the effect of this is that termio linux apps won't have VEOF support.
i can't

avoid array bounds violation on netbsd/mips when dealing with termio
structures. (did linux/mips ever support termio?).

the effect of this is that termio linux apps won't have VEOF support.
i can't tell what it should be since that code isn't in linux going
back quite some years.

show more ...


# 9fca5da6 15-Mar-2009 cegger <cegger@NetBSD.org>

ansify function definitions


# d890fb22 28-Jun-2008 chris <chris@NetBSD.org>

Fix warnings about type conversions by using linux_speed_t type on
linux_speeds[] rather than speed_t.

On Arm (and others) linux uses unsigned long, however, NetBSD uses
unsigned int.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# f2af9174 04-Dec-2007 dsl <dsl@NetBSD.org>

Remove all the __P


# f806470f 15-Feb-2006 manu <manu@NetBSD.org>

- Move the BSD to Linux and Linux to BSD termio/termios conversion functions
to a header where they can be shared between COMPAT_LINUX and COMPAT_LINUX32
- Add termios ioctl emulation to COMPAT_LINUX

- Move the BSD to Linux and Linux to BSD termio/termios conversion functions
to a header where they can be shared between COMPAT_LINUX and COMPAT_LINUX32
- Add termios ioctl emulation to COMPAT_LINUX32
- Add the getcwd system call to COMPAT_LINUX32/amd64

That makes Linux's bash working with COMPAT_LINUX32.

show more ...


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 89647c7c 03-May-2005 manu <manu@NetBSD.org>

First work on COMPAT_LINUX/amd64
Process startup and dynamiclinking work, but processes hang due to
Linux arch_prctl(2) not being really supported yet.


# 477853c3 26-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# 64625064 14-Jan-2002 bjh21 <bjh21@NetBSD.org>

Crude first cut at ARMLinux binary compatibility. Successfully runs
"/emul/linux/bin/echo hello, world", dynamically linked.


# e302bb5b 22-Sep-2001 manu <manu@NetBSD.org>

Enable Mips Linux emulation in header files


# 34e3550d 26-Aug-2001 manu <manu@NetBSD.org>

Moved LINUX_NCCS from MI file to MD file, because the value is different
on MIPS and sparc machines.


# fe95c9c3 20-Jan-2001 manu <manu@NetBSD.org>

Moved architecure dependent part of struct linux_termio to architecture
dependent header files.


# cac0b393 19-Jan-2001 manu <manu@NetBSD.org>

Added Linux compatibility support for powerpc ports


# a499e569 10-Dec-2000 fvdl <fvdl@NetBSD.org>

Add some ioctls for harddisk, floppy disk and console handling.
Implement a few extra cdrom ioctl calls.
Make sure to correctly use FILE_USE and FILE_UNUSE.


# 0c080222 15-Dec-1998 itohy <itohy@NetBSD.org>

Added linux compat support on m68k ports.


# 908291d2 03-Oct-1998 christos <christos@NetBSD.org>

Attempt to fix the mess.


# 9c4b9e98 01-Oct-1998 erh <erh@NetBSD.org>

Split compat/linux/linux_termios.h into i386 and common parts.


# 3c479005 05-Jan-1998 perry <perry@NetBSD.org>

RCSID Police.


# 6bc0baa1 08-Mar-1996 mycroft <mycroft@NetBSD.org>

Separate ioctl emulation by group. Add (minimal) audio emulation.