Hisham Muhammad
1afbc19087
safer code, test for return of fcntl
12 years ago
Hisham Muhammad
28d4cad5fe
xread may return -1.
12 years ago
Hisham Muhammad
2ee1c41274
Add .h file ref previous commit
12 years ago
Hisham Muhammad
1de8762e71
Fix display of open files.
...
Cleanup the code to prevent this bug from happening again.
12 years ago
Hisham Muhammad
d28b281165
Fix compiler complaints.
12 years ago
Hisham Muhammad
b1564c2be9
Refactor and fix resource leaks.
12 years ago
Hisham Muhammad
79e390120a
Remove use of usleep, which is sadly obsolete.
12 years ago
Hisham Muhammad
f239b62b90
Restrict size of read.
12 years ago
Hisham Muhammad
f677843288
Restrict size of inputs on sscanf reads.
12 years ago
Hisham Muhammad
3fbd1ef76d
check return of topoErr
12 years ago
Hisham Muhammad
30bafafb24
avoid strtok and reduce scope of variables.
12 years ago
Hisham Muhammad
57b393f783
shorten scope of variable.
12 years ago
Hisham Muhammad
5b30280810
shorten scope of variables.
12 years ago
Hisham Muhammad
0a4ddab2a4
Use proper format string for unsigned data.
12 years ago
Hisham Muhammad
2bf8754bc2
Remove useless assignment.
12 years ago
Hisham Muhammad
f5a469b5a8
Use reentrant version to silence warnings.
12 years ago
Hisham Muhammad
4027e5ee44
goto considered harmful and confuses cppcheck.
12 years ago
Hisham Muhammad
2f0a4b3d3a
Test realloc failure to make cppcheck happy
12 years ago
Hisham Muhammad
99bc23771f
Fix resource leak detected by cppcheck
12 years ago
Hisham Muhammad
af02749722
Merge branch 'master' of https://github.com/hishamhm/htop
12 years ago
Hisham Muhammad
4716a9857b
Fix logic for skipping non-numeric directories.
...
Closes #42 .
12 years ago
Hisham Muhammad
1ac517be52
Fix padding in large numbers. (See #40 )
12 years ago
Hisham Muhammad
96858744b5
Avoid "else" trick with #ifdef, hopefully makes code easier to follow.
12 years ago
Hisham Muhammad
5d6ad853fa
Support for very large numbers, now tested on a 64-bit machine.
12 years ago
Hisham Muhammad
127f847ca5
Support really large numbers on 64-bit architectures; first try.
12 years ago
Hisham Muhammad
19b438de10
Improve discoverability of the expand/collapse feature.
...
It is now accessible via F6 when on tree view (as a bonus, it is
now also reachable via the mouse). The function bar now dynamically
changes to reflect the toggle nature of the tree-view mode (F5)
and the F6 key serves as expand/collapse when on tree mode,
and its previous behavior of bringing up the "Sort By" menu
(which only made sense on non-tree mode). Users wishing to go to
the "Sort By" menu straight from Tree View can still do so with the
"<" and ">" keys (the top-compatible keys for sort selection).
12 years ago
Hisham Muhammad
af4c412ebf
Better support for Home and End keys
12 years ago
Hisham Muhammad
cb297af848
Fix invalid access when highlighting basename of threads.
12 years ago
Hisham Muhammad
f2e4556b5e
Updated icon!
12 years ago
Hisham Muhammad
1d9e1b0118
Add missing check for return value and be more conservative in constructs to avoid future slips of this kind.
12 years ago
Hisham Muhammad
369bef279a
a nicer look
12 years ago
Hisham Muhammad
c0fc5bf898
alert to Mac users
12 years ago
Hisham Muhammad
f2a190b0e9
New logic for highlighting basenames with spaces
12 years ago
Hisham Muhammad
61bd770689
Merge branch 'master' of https://github.com/hishamhm/htop
12 years ago
Hisham Muhammad
6d90e58c01
alignment improvements
12 years ago
Hisham Muhammad
88ca9dcfa0
Update README
12 years ago
Hisham Muhammad
953ec71235
Add README.md for Github
12 years ago
Hisham Muhammad
817e292ac9
Update README file
12 years ago
Hisham Muhammad
11b251a577
Update changelog
12 years ago
Hisham Muhammad
96b57ea812
Merge pull request #10 from simpleigh/master
...
Added additional column to monitor OOM killer score of each process
12 years ago
Leigh Simpson
da236ca318
Added additional column to monitor OOM killer score of each process
12 years ago
Hisham Muhammad
558b001e2b
Merge pull request #6 from zed-0xff/patch-1
...
fix column shift on wrong megabytes format
12 years ago
Hisham Muhammad
6fcceeff04
Merge pull request #4 from robberos/master
...
Possible to regenerate headers outside of srcdir
12 years ago
zed_0xff
7afda7f5a1
fix column shift on wrong megabytes format
...
see http://0xff.me/htop_bug.png
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