Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat
Module Name: src
Committed By: manu
Date: Wed Feb 15 09:31:17 UTC 2006
Modified Files:
src/sys/compat/linux/common: linux_termios.c linux_termios.h
src/sys/compat/linux32: files.linux32
src/sys/compat/linux32/arch/amd64: linux32_syscall.h
linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c
src/sys/compat/linux32/common: linux32_ioctl.c
Added Files:
src/sys/compat/linux32/arch/amd64: linux32_ioctl.h linux32_termios.h
src/sys/compat/linux32/common: linux32_ioctl.h linux32_termios.c
linux32_termios.h
Log Message:
- 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.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/compat/linux/common/linux_termios.c
cvs rdiff -r1.14 -r1.15 src/sys/compat/linux/common/linux_termios.h
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux32/files.linux32
cvs rdiff -r0 -r1.1 src/sys/compat/linux32/arch/amd64/linux32_ioctl.h \
src/sys/compat/linux32/arch/amd64/linux32_termios.h
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux32/arch/amd64/linux32_syscall.h \
src/sys/compat/linux32/arch/amd64/linux32_syscallargs.h \
src/sys/compat/linux32/arch/amd64/linux32_syscalls.c \
src/sys/compat/linux32/arch/amd64/linux32_sysent.c
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux32/common/linux32_ioctl.c
cvs rdiff -r0 -r1.1 src/sys/compat/linux32/common/linux32_ioctl.h \
src/sys/compat/linux32/common/linux32_termios.c \
src/sys/compat/linux32/common/linux32_termios.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index