summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_termios.h
AgeCommit message (Collapse)Author
2021-11-25add support COMPAT_LINUX32 for aarch64ryo
2006-02-15- Move the BSD to Linux and Linux to BSD termio/termios conversion functionsmanu
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.