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 Apr 11 11:45:56 UTC 2007

Modified Files:
        src/sys/compat/linux/common: linux_misc.c
        src/sys/compat/linux32: files.linux32
        src/sys/compat/linux32/arch/amd64: syscalls.master
        src/sys/compat/linux32/common: linux32_types.h
Added Files:
        src/sys/compat/linux/common: linux_statfs.h
        src/sys/compat/linux32/common: linux32_misc.c

Log Message:
- Add compat amd64 linux32 statfs support, adapted from PR/35956.
- Move bsd_to_linux_statfs() function to its own file to be shared
  between both linux compats.

ok by manu.


To generate a diff of this commit:
cvs rdiff -r1.169 -r1.170 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r0 -r1.1 src/sys/compat/linux/common/linux_statfs.h
cvs rdiff -r1.3 -r1.4 src/sys/compat/linux32/files.linux32
cvs rdiff -r1.13 -r1.14 src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -r0 -r1.5 src/sys/compat/linux32/common/linux32_misc.c
cvs rdiff -r1.3 -r1.4 src/sys/compat/linux32/common/linux32_types.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