Hisham Muhammad
6fcceeff04
Merge pull request #4 from robberos/master
...
Possible to regenerate headers outside of srcdir
12 years ago
Robert Rosengren
5aac1733a6
Possible to regenerate headers outside of srcdir
12 years ago
Hisham Muhammad
76a715ee8c
Fix order of calloc arguments.
...
(Patch by Dawid Gajownik)
12 years ago
Hisham Muhammad
c1e0f6e17c
BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
...
See https://bugzilla.redhat.com/show_bug.cgi?id=987805 for details.
(thanks to Dawid Gajownik for the detailed analysis!)
12 years ago
Hisham Muhammad
4256c23d84
Refactor the drawing of the help screen
12 years ago
Hisham Muhammad
1c0e93c1bd
First new feature of the git era! "c" key tags all children of a process.
12 years ago
Hisham Muhammad
cd692f27f4
There was a bug in my implementaion. No reason not to use the glibc version.
12 years ago
Hisham Muhammad
7fd5e80429
New home, new life!
12 years ago
Hisham Muhammad
8ace29c267
Make CPU meter optionally account guest time in its percentages
12 years ago
Hisham Muhammad
af285d1d3b
Fixes in accounting of guest time when using virtualization
...
(thanks to Patrick Marlier)
12 years ago
Hisham Muhammad
6cfa9e0bf2
Performance improvements due to conditional parsing of IO data depending on selected fields.
...
On my machine, this gives a ~20% improvement in htop process time use with the default config.
13 years ago
Hisham Muhammad
5c2d84aba3
Apply patch fixing typos, and catch another one. Closes #3613760 .
13 years ago
Hisham Muhammad
322ba274ea
Performance improvements
...
(thanks to Jann Horn)
13 years ago
Hisham Muhammad
ee5dc46fee
Don't end up killing init if process selected to be killed terminates before the user selects a signal. Closes #3606072 .
13 years ago
Hisham Muhammad
a0810561f3
Add extra checks in configure.ac for different locations of (n)curses.h
13 years ago
Hisham Muhammad
43a7231615
Remove explicit calls to curses.h in other files
13 years ago
Hisham Muhammad
8d5dd51cf2
Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux.
13 years ago
Hisham Muhammad
00b324bfc1
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
13 years ago
Hisham Muhammad
2a73405cd0
search and filter for the strace and lsof screens!
14 years ago
Hisham Muhammad
259e1a2938
fixes PGRP and SESN columns in case of big pids. Patch #3567904 .
14 years ago
Hisham Muhammad
f44a8f2009
Option to update process names on every refresh
...
(thanks to Rob Hoelz)
14 years ago
Hisham Muhammad
1b21827f1f
Fail gracefully when /proc is not mounted
...
(thanks to Philipp Hagemeister)
14 years ago
Hisham Muhammad
47e881f460
Add IO priority support ('i' key)
14 years ago
Hisham Muhammad
e6c6d7fbf7
Add -p flag, contributed by Rob Hoelz
14 years ago
Hisham Muhammad
6c71b7ed2d
improve crash message
14 years ago
Hisham Muhammad
078b831696
don't downcast to int before determining number of hours
14 years ago
Hisham Muhammad
0d8f654343
allow 'k' to kill multiple processes again (when did this break?...)
14 years ago
Hisham Muhammad
fae598fce8
Continue following when switching to tree view. Patch by Richard Wang.
14 years ago
Hisham Muhammad
ac36e4acbf
fix message in help screen
14 years ago
Hisham Muhammad
90d567531a
Fix CPU percentage. Patch 3522180 for bug 3516978, by Richard.
14 years ago
Hisham Muhammad
05a78c8111
Auto-follow process when selecting which signal to use when killing a process.
...
This avoids killing the wrong process.
14 years ago
Hisham Muhammad
bca656c79e
Fix crashes when process list is empty
14 years ago
Hisham Muhammad
368cb1fe20
avoid deleting valid symbolic links to .htoprc
...
so that home directories can be used with both old and new versions of htop
(see #3496731 ).
14 years ago
Hisham Muhammad
571ae33bb4
Fix warning on ARM processors.
...
Thanks to Kelly Anderson.
14 years ago
Hisham Muhammad
1a604a05a5
BUGFIX: behavior of 'F' (follow) key was broken, also affecting the
...
persistence of mouse selections. Closes #3165065 .
14 years ago
Hisham Muhammad
58676d7001
minor style cleanups
14 years ago
Hisham Muhammad
ff8d54c221
Extra check if Process_getAffinity fails.
...
I could not reproduce the crash in current SVN
(I've been adding checks for problems like this),
but the sanity check looks correct.
Thanks to Cybjit. Closes #3481053 .
14 years ago
Hisham Muhammad
8b73d11ac6
make htop trunk compile on FreeBSD 8.2-STABLE
...
(thanks to Trond Endestrol)
14 years ago
Hisham Muhammad
5b3cc559b2
remove old reference to hwloc directory
14 years ago
Hisham Muhammad
45f7a4fc8d
Remove old memory debugging routines. We have Valgrind nowadays.
14 years ago
Hisham Muhammad
84281bdc44
major header cleanup
14 years ago
Hisham Muhammad
81e44312b4
Use strdup explicitly
14 years ago
Hisham Muhammad
93233a67ea
Move .htoprc to XDG-compliant path ~/.config/htop/htoprc,
...
respecting $XDG_CONFIG_HOME
(thanks to Hadzhimurad Ustarkhan for the suggestion.)
14 years ago
Hisham Muhammad
5b0b2255ef
Fix typo that has been lurking since 2006
14 years ago
Hisham Muhammad
59d5eecdfd
fix pagedown in some panels
14 years ago
Hisham Muhammad
9c44f589d2
show proper values for very large times
14 years ago
Hisham Muhammad
0bb8dba937
update changelog, following confirmation of fix from users
14 years ago
Hisham Muhammad
bfd86a60cc
Keep panel structure up-to-date as process list changes when headers are updated during the screen manager. Hopefully closes #3444533 .
14 years ago
Hisham Muhammad
dfad0afb36
Don't run sched_setaffinity compatibility test when cross compiling
15 years ago
Hisham Muhammad
ae7e68321b
cleanup old stuff
15 years ago