summaryrefslogtreecommitdiffstats
path: root/htop.c
Commit message (Collapse)AuthorAgeFilesLines
* doc fixHisham Muhammad2009-06-021-1/+1
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-25/+40
|
* clean inc search buffer codeHisham Muhammad2009-04-221-5/+3
|
* BSD related fixes:Hisham Muhammad2009-03-111-0/+6
| | | | | | | | * BUGFIX: Correct page size calculation for FreeBSD systems (thanks to Andrew Paulsen) * Allow compilation without PLPA on systems that don't support it (thanks to Timothy Redaelli)
* improve help on monochrome, fix bug #2430855Hisham Muhammad2009-02-181-2/+4
|
* fix bug #2171752Hisham Muhammad2009-02-171-1/+6
|
* Fix mouseclick handling in top barHisham Muhammad2008-05-071-1/+1
|
* Make setup screen fully mouse-driveableHisham Muhammad2008-04-231-1/+3
|
* Ability to change sort column with the mouse byHisham Muhammad2008-03-141-21/+32
| | | | | | clicking column titles (click again to invert order). Also, add a consolidated IO kbyte/s column.
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-5/+5
| | | | | Reduces resulting code size.
* Add Unicode support, enabled with the --enable-unicodeHisham Muhammad2008-03-091-0/+7
| | | | | | flag, which requires libncursesw. Thanks to Sergej Pupykin!
* Make sure help screen is properly filled.Hisham Muhammad2008-03-081-1/+6
| | | | | Make behavior of H key consistent.
* Time keeps passing byHisham Muhammad2008-03-051-3/+3
|
* Time keeps passing byHisham Muhammad2008-03-051-1/+1
|
* Experimental feature: beep on permission failures. Hisham Muhammad2007-12-171-19/+27
| | | | | Update dates.
* IO-wait time now counts as idle time, which is a moreHisham Muhammad2007-11-091-3/+3
| | | | | | | accurate description. It is still available in split time, now called detailed CPU time. (thanks to Samuel Thibault for the report)
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-2/+38
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* Fix crash on invalid command line arguments:Hisham Muhammad2007-08-101-14/+20
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435651
* Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad2007-04-051-2/+2
| | | | | in the sf tracker
* Add information about the status columnHisham Muhammad2006-11-161-27/+28
| | | | | (which I always forget) in the help page
* Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad2006-10-041-9/+19
| | | | | | | status bar (minor modifications: default to false, add help)
* --sort-key flag in the command-line, overriding theHisham Muhammad2006-08-041-0/+18
| | | | | | saved setting in .htoprc for the session. (thanks to Rodolfo Borges)
* No longer untag processes after sending a signalHisham Muhammad2006-07-231-1/+0
| | | | | | (useful for when SIGTERM fails and one wants to try again with SIGKILL).
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-3/+3
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-3/+0
|
* Remove references to ListBoxHisham Muhammad2006-05-301-83/+83
|
* Rename ListBox to Panel, matching dit.Hisham Muhammad2006-05-301-64/+64
|
* Rename TypedVector to Vector, matching dit.Hisham Muhammad2006-05-301-1/+1
|
* Fixes for header generation.Hisham Muhammad2006-03-231-8/+4
|
* Complete implementation of --with-proc, making htop more FreeBSD-friendlyHisham Muhammad2006-03-131-1/+10
|
* Initial import.Hisham Muhammad2006-03-041-0/+663

© 2014-2024 Faster IT GmbH | imprint | privacy policy