git: top - Import DragonFly specific patches for 3.8beta1. * fix commands.c renice function to prevent segfault on wrong number of parameters.
Aggelos Economopoulos
aggelos at crater.dragonflybsd.org
Fri Dec 4 14:28:47 PST 2009
commit 7af1b2bc11f58827732bea8d78e9eeedbd585e5c
Author: Jan Lentfer <Jan.Lentfer at 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
More information about the Commits
mailing list