git: linprocfs - further fix /proc/{pid}/maps

Alex Hornung alexh at crater.dragonflybsd.org
Wed Mar 24 13:37:07 PDT 2010


commit 3c792b83f8f961544eb668b3d15c0a0c91f8c602
Author: Alex Hornung <ahornung at gmail.com>
Date:   Wed Mar 24 20:26:55 2010 +0000

    linprocfs - further fix /proc/{pid}/maps
    
    * Change to use sbufs instead of ksprintf and don't copy out to userland
      until done parsing maps.
    
    * Avoid using EFBIG, since linux programs don't understand it.
    
    * Make use of the new vn_fullpath guessing so that it is likely that we
      get the right path.
    
    * Fix a bug when fullpath was NULL.
    
    Reported-by: Samuel J. Greear

Summary of changes:
 .../linux/i386/linprocfs/linprocfs_misc.c          |   40 ++++++++++----------
 1 files changed, 20 insertions(+), 20 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c792b83f8f961544eb668b3d15c0a0c91f8c602


-- 
DragonFly BSD source repository





More information about the Commits mailing list