Date: Tue, 14 Oct 2008 07:59:23 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_futex.c linux_futex.h src/sys/i386/linux linux.h Message-ID: <200810140759.m9E7xuxF074125@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2008-10-14 07:59:23 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32 linux.h
sys/compat/linux linux_futex.c linux_futex.h
sys/i386/linux linux.h
Log:
SVN rev 183871 on 2008-10-14 07:59:23Z by kib
Make robust futexes work on linux32/amd64. Use PTRIN to read
user-mode pointers. Change types used in the structures definitions to
properly-sized architecture-specific types.
Submitted by: dchagin
MFC after: 1 week
Revision Changes Path
1.18 +11 -0 src/sys/amd64/linux32/linux.h
1.14 +3 -3 src/sys/compat/linux/linux_futex.c
1.5 +0 -12 src/sys/compat/linux/linux_futex.h
1.80 +11 -0 src/sys/i386/linux/linux.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810140759.m9E7xuxF074125>
