Date: Fri, 28 Jan 2011 18:47:07 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/linux32 linux32_machdep.c src/sys/compat/linux linux_misc.c linux_misc.h src/sys/i386/linux linux_machdep.c Message-ID: <201101281847.p0SIlT2b036432@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dchagin 2011-01-28 18:47:07 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32 linux32_machdep.c
sys/compat/linux linux_misc.c linux_misc.h
sys/i386/linux linux_machdep.c
Log:
SVN rev 218030 on 2011-01-28 18:47:07Z by dchagin
Implement a variation of the linux_common_wait() which should
be used by linuxolator itself.
Move linux_wait4() to MD path as it requires native struct
rusage translation to struct l_rusage on linux32/amd64.
MFC after: 1 Month.
Revision Changes Path
1.62 +43 -0 src/sys/amd64/linux32/linux32_machdep.c
1.246 +23 -63 src/sys/compat/linux/linux_misc.c
1.7 +5 -0 src/sys/compat/linux/linux_misc.h
1.87 +38 -0 src/sys/i386/linux/linux_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101281847.p0SIlT2b036432>
