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: dsl
Date: Sat Feb 2 19:37:53 UTC 2008
Modified Files:
src/sys/compat/linux/arch/arm: linux_commons.c
src/sys/compat/linux/arch/i386: linux_commons.c
src/sys/compat/linux/arch/mips: files.linux_mips
src/sys/compat/linux/arch/powerpc: files.linux_powerpc
src/sys/compat/linux/common: linux_file64.c
src/sys/compat/linux32/arch/amd64: linux32_missing.c
Added Files:
src/sys/compat/linux/common: linux_fcntl64.c
Log Message:
Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.c
Unravel some of the knots that caused linux_file64.c to be compiled twice
for an amd64 kernel (once for linux and once for linux32) with different
parts being skipped each time.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/compat/linux/arch/arm/linux_commons.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/linux/arch/i386/linux_commons.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux/arch/mips/files.linux_mips
cvs rdiff -r1.8 -r1.9 src/sys/compat/linux/arch/powerpc/files.linux_powerpc
cvs rdiff -r0 -r1.1 src/sys/compat/linux/common/linux_fcntl64.c
cvs rdiff -r1.44 -r1.45 src/sys/compat/linux/common/linux_file64.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux32/arch/amd64/linux32_missing.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