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: njoly
Date: Wed Nov 7 00:24:31 UTC 2007
Modified Files:
src/sys/compat/linux/common: linux_misc.c linux_misc_notalpha.c
src/sys/compat/linux32/arch/amd64: syscalls.master
src/sys/compat/linux32/common: linux32_sched.c linux32_unistd.c
Log Message:
Remove remaining 64-bit compat linux syscalls linux_sys_xxx() (except
for ones without arguments), and replace them by their 32-bit
equivalent linux32_sys_xxxx().
To generate a diff of this commit:
cvs rdiff -r1.184 -r1.185 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.95 -r1.96 src/sys/compat/linux/common/linux_misc_notalpha.c
cvs rdiff -r1.18 -r1.19 src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -r1.3 -r1.4 src/sys/compat/linux32/common/linux32_sched.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/linux32/common/linux32_unistd.c
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