git: top - Import DragonFly specific patches for 3.8beta1.

看板DFBSD_commit作者時間16年前 (2009/12/05 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 7af1b2bc11f58827732bea8d78e9eeedbd585e5c Author: Jan Lentfer <Jan.Lentfer@web.de> Date: Fri Dec 4 22:21:59 2009 +0100 top - Import DragonFly specific patches for 3.8beta1. * fix commands.c renice function to prevent segfault on wrong number of parameters. Summary of changes: contrib/top/commands.c | 1 + contrib/top/display.c | 108 +++++ contrib/top/top.c | 9 +- contrib/top/top.h | 3 + usr.bin/top/Makefile | 33 +- usr.bin/top/config.h | 263 ++++++++++++ usr.bin/top/m_dragonfly.c | 958 +++++++++++++++++++++++++++++++++++++++++++ usr.bin/top/machine.c | 992 --------------------------------------------- usr.bin/top/top.local.1 | 7 +- usr.bin/top/top.x | 463 +++++++++++++++++++++ 10 files changed, 1817 insertions(+), 1020 deletions(-) create mode 100644 usr.bin/top/config.h create mode 100644 usr.bin/top/m_dragonfly.c delete mode 100644 usr.bin/top/machine.c create mode 100644 usr.bin/top/top.x http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7af1b2bc11f58827732bea8d78e9eeedbd585e5c -- DragonFly BSD source repository
文章代碼(AID): #1B6Otddp (DFBSD_commit)