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
7fd5e804
Commit
7fd5e804
authored
Jan 14, 2014
by
Hisham Muhammad
Browse files
New home, new life!
parent
8ace29c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
CRT.c
View file @
7fd5e804
...
...
@@ -131,7 +131,7 @@ static void CRT_handleSIGSEGV(int sgn) {
(
void
)
sgn
;
CRT_done
();
#if __linux
fprintf
(
stderr
,
"
\n\n
htop "
VERSION
" aborting. Please report bug at http://h
top.sf.net
\n
"
);
fprintf
(
stderr
,
"
\n\n
htop "
VERSION
" aborting. Please report bug at http://h
isham.hm/htop
\n
"
);
#ifdef HAVE_EXECINFO_H
size_t
size
=
backtrace
(
backtraceArray
,
sizeof
(
backtraceArray
)
/
sizeof
(
void
*
));
fprintf
(
stderr
,
"
\n
Please include in your report the following backtrace:
\n
"
);
...
...
README
View file @
7fd5e804
htop
by Hisham Muhammad <
loderunner@users.sourceforge.net
>
by Hisham Muhammad <
hisham@gobolinux.org
>
May, 2004 -
December
, 201
0
May, 2004 -
January
, 201
4
Introduction
~~~~~~~~~~~~
...
...
configure.ac
View file @
7fd5e804
...
...
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.65)
AC_INIT([htop],[1.0.2],[
loderunner@users.sourceforge.net
])
AC_INIT([htop],[1.0.2],[
hisham@gobolinux.org
])
# The following two lines are required by hwloc scripts
AC_USE_SYSTEM_EXTENSIONS
...
...
htop.1.in
View file @
7fd5e804
...
...
@@ -321,7 +321,7 @@ proc(5), top(1), free(1), ps(1), uptime(1)
.SH "AUTHORS"
.LP
htop is developed by Hisham Muhammad <
loderunner@users.sourceforge.net
>.
htop is developed by Hisham Muhammad <
hisham@gobolinux.org
>.
.LP
This man page was written by Bartosz Fenski <fenio@o2.pl> for the Debian
GNU/Linux distribution (but it may be used by others). It was updated by Hisham
...
...
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