git: vendor/TOP top - Import 3.8beta1 sources into new vendor/TO

看板DFBSD_commit作者時間16年前 (2009/12/05 07:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 63d9232357cccd947402f22bb9107ed749fda55e Author: Jan Lentfer <Jan.Lentfer@web.de> Date: Sat Nov 28 20:16:07 2009 +0100 top - Import 3.8beta1 sources into new vendor/TOP branch. Summary of changes: contrib/top/Changes | 949 ++++++++++++++++++++ contrib/top/FAQ | 340 +++++++ contrib/top/INSTALL | 54 ++ contrib/top/LICENSE | 30 + contrib/top/Porting | 229 +++++ contrib/top/README | 191 ++++ contrib/top/README.DELETED | 15 + contrib/top/README.DRAGONFLY | 15 + contrib/top/Y2K | 26 + contrib/top/ap_snprintf.c | 1193 +++++++++++++++++++++++++ contrib/top/boolean.h | 5 + contrib/top/color.c | 376 ++++++++ contrib/top/color.h | 91 ++ contrib/top/commands.c | 1034 ++++++++++++++++++++++ contrib/top/commands.h | 42 + contrib/top/display.c | 1937 ++++++++++++++++++++++++++++++++++++++++ contrib/top/display.h | 84 ++ contrib/top/getopt.c | 121 +++ contrib/top/globalstate.h | 66 ++ contrib/top/hash.c | 2001 ++++++++++++++++++++++++++++++++++++++++++ contrib/top/hash.h | 155 ++++ contrib/top/hash.m4c | 666 ++++++++++++++ contrib/top/hash.m4h | 103 +++ contrib/top/layout.h | 69 ++ contrib/top/loadavg.h | 89 ++ contrib/top/machine.h | 122 +++ contrib/top/message.h | 44 + contrib/top/os.h | 143 +++ contrib/top/screen.c | 591 +++++++++++++ contrib/top/screen.h | 65 ++ contrib/top/top.c | 980 +++++++++++++++++++++ contrib/top/top.h | 80 ++ contrib/top/username.c | 150 ++++ contrib/top/username.h | 42 + contrib/top/utils.c | 745 ++++++++++++++++ contrib/top/utils.h | 78 ++ contrib/top/version.c | 46 + contrib/top/version.h | 37 + 38 files changed, 13004 insertions(+), 0 deletions(-) create mode 100644 contrib/top/Changes create mode 100644 contrib/top/FAQ create mode 100644 contrib/top/INSTALL create mode 100644 contrib/top/LICENSE create mode 100644 contrib/top/Porting create mode 100644 contrib/top/README create mode 100644 contrib/top/README.DELETED create mode 100644 contrib/top/README.DRAGONFLY create mode 100644 contrib/top/Y2K create mode 100644 contrib/top/ap_snprintf.c create mode 100644 contrib/top/boolean.h create mode 100644 contrib/top/color.c create mode 100644 contrib/top/color.h create mode 100644 contrib/top/commands.c create mode 100644 contrib/top/commands.h create mode 100644 contrib/top/display.c create mode 100644 contrib/top/display.h create mode 100644 contrib/top/getopt.c create mode 100644 contrib/top/globalstate.h create mode 100644 contrib/top/hash.c create mode 100644 contrib/top/hash.h create mode 100755 contrib/top/hash.m4c create mode 100755 contrib/top/hash.m4h create mode 100644 contrib/top/layout.h create mode 100644 contrib/top/loadavg.h create mode 100644 contrib/top/machine.h create mode 100644 contrib/top/message.h create mode 100644 contrib/top/os.h create mode 100644 contrib/top/screen.c create mode 100644 contrib/top/screen.h create mode 100644 contrib/top/top.c create mode 100644 contrib/top/top.h create mode 100644 contrib/top/username.c create mode 100644 contrib/top/username.h create mode 100644 contrib/top/utils.c create mode 100644 contrib/top/utils.h create mode 100644 contrib/top/version.c create mode 100644 contrib/top/version.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/63d9232357cccd947402f22bb9107ed749fda55e -- DragonFly BSD source repository
文章代碼(AID): #1B6PIosl (DFBSD_commit)