Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2008 14:08:16 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_map.c
Message-ID:  <200810041408.m94E8QSb028282@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-10-04 14:08:16 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linprocfs linprocfs.c 
    sys/fs/procfs        procfs_map.c 
  Log:
  SVN rev 183600 on 2008-10-04 14:08:16Z 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.125     +5 -29     src/sys/compat/linprocfs/linprocfs.c
  1.42      +7 -29     src/sys/fs/procfs/procfs_map.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810041408.m94E8QSb028282>