DragonFly commits List (threaded) for 2009-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: top - Import DragonFly specific patches for 3.8beta1. * fix commands.c renice function to prevent segfault on wrong number of parameters.
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]