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

看板DFBSD_commit作者時間16年前 (2010/03/25 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 3c792b83f8f961544eb668b3d15c0a0c91f8c602 Author: Alex Hornung <ahornung@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
文章代碼(AID): #1BgdsPva (DFBSD_commit)