Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/compat/linux32



Module Name:    src
Committed By:   snj
Date:           Wed Mar 18 17:20:09 UTC 2015

Modified Files:
        src/sys/compat/linux32/arch/amd64 [netbsd-5]: syscalls.master
        src/sys/compat/linux32/common [netbsd-5]: linux32_misc.c linux32_stat.c

Log Message:
Pull up following revision(s) (requested by joerg in ticket #1149):
        sys/compat/linux32/arch/amd64/syscalls.master: revisions 1.52, 1.53 via patch
        sys/compat/linux32/common/linux32_misc.c: revision 1.17 via patch
        sys/compat/linux32/common/linux32_stat.c: revision 1.14-1.16 via patch
Fix inverted lst_ino/__lst_ino assignment in linux32_from_stat().
--
Cleanup (no functional changes).
Kill some unneeded variables and return stattement.
Rename linux32_from_stat() to better bsd_to_linux32_stat64().
Fix some types.
Add stat/lstat/fstat syscalls.
--
Add fstatfs syscall.


To generate a diff of this commit:
cvs rdiff -u -r1.38.4.1 -r1.38.4.2 \
    src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -u -r1.12 -r1.12.6.1 src/sys/compat/linux32/common/linux32_misc.c
cvs rdiff -u -r1.11 -r1.11.14.1 src/sys/compat/linux32/common/linux32_stat.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