Date: Mon, 8 Dec 2008 12:34:52 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_map.c Message-ID: <200812081236.mB8Cadth039834@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2008-12-08 12:34:52 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs_map.c Log: SVN rev 185765 on 2008-12-08 12:34:52Z by kib Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use sbuf instead of doing uiomove. This allows for reads from non-zero offsets to work. Patch is forward-ported des@' one, and was adopted to current code by dchagin@ and me. Reviewed by: des (linprocfs part) PR: kern/101453 MFC after: 1 week Revision Changes Path 1.129 +23 -7 src/sys/compat/linprocfs/linprocfs.c 1.44 +28 -9 src/sys/fs/procfs/procfs_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812081236.mB8Cadth039834>