Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
a600d5a6
Commit
a600d5a6
authored
Feb 25, 2010
by
Hisham Muhammad
Browse files
Tempus fugit.
parent
62a31673
Changes
52
Hide whitespace changes
Inline
Side-by-side
SwapMeter.c
View file @
a600d5a6
/*
htop
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
SwapMeter.h
View file @
a600d5a6
...
...
@@ -4,7 +4,7 @@
#define HEADER_SwapMeter
/*
htop
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
TasksMeter.c
View file @
a600d5a6
/*
htop
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
TasksMeter.h
View file @
a600d5a6
...
...
@@ -4,7 +4,7 @@
#define HEADER_TasksMeter
/*
htop
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
UptimeMeter.c
View file @
a600d5a6
/*
htop
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
UptimeMeter.h
View file @
a600d5a6
...
...
@@ -4,7 +4,7 @@
#define HEADER_UptimeMeter
/*
htop
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
UsersTable.c
View file @
a600d5a6
/*
htop - UsersTable.c
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
UsersTable.h
View file @
a600d5a6
...
...
@@ -4,7 +4,7 @@
#define HEADER_UsersTable
/*
htop - UsersTable.h
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
Vector.c
View file @
a600d5a6
/*
htop
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
Vector.h
View file @
a600d5a6
...
...
@@ -4,7 +4,7 @@
#define HEADER_Vector
/*
htop
(C) 2004-200
6
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
configure.ac
View file @
a600d5a6
...
...
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT([htop],[0.8.
3
],[loderunner@users.sourceforge.net])
AC_INIT([htop],[0.8.
4
],[loderunner@users.sourceforge.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_HEADER([config.h])
...
...
htop.h
View file @
a600d5a6
...
...
@@ -4,7 +4,7 @@
#define HEADER_htop
/*
htop - htop.h
(C) 2004-200
8
Hisham H. Muhammad
(C) 2004-20
1
0 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
...
...
@@ -16,6 +16,7 @@ in the source distribution for its full text.
#include <ctype.h>
#include <stdbool.h>
#include <locale.h>
#include <getopt.h>
#include "ProcessList.h"
#include "CRT.h"
...
...
@@ -40,6 +41,8 @@ in the source distribution for its full text.
#define INCSEARCH_MAX 40
#define COPYRIGHT "(C) 2004-2010 Hisham Muhammad"
int
main
(
int
argc
,
char
**
argv
);
#endif
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment