Date: Thu, 5 Nov 2009 16:16:56 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/linux32 linux32_machdep.c src/sys/i386/linux linux_machdep.c Message-ID: <200911051617.nA5GHo9m040959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-11-05 16:16:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_8_0) sys/amd64/linux32 linux32_machdep.c sys/i386/linux linux_machdep.c Log: SVN rev 198951 on 2009-11-05 16:16:56Z by jhb MFC 198554: Fix some problems with effective mmap() offsets > 32 bits. This was partially fixed on amd64 earlier. Rather than forcing linux_mmap_common() to use a 32-bit offset, have it accept a 64-bit file offset. This offset is then passed to the real mmap() call. Rather than inventing a structure to hold the normal linux_mmap args that has a 64-bit offset, just pass each of the arguments individually to linux_mmap_common() since that more closes matches the existing style of various kern_foo() functions. Approved by: re (kib) Revision Changes Path 1.53.2.1.2.2 +30 -36 src/sys/amd64/linux32/linux32_machdep.c 1.83.2.1.2.2 +31 -34 src/sys/i386/linux/linux_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911051617.nA5GHo9m040959>