summaryrefslogtreecommitdiffstats
path: root/Process.c
Commit message (Collapse)AuthorAgeFilesLines
* changes for htop 0.8.2Hisham Muhammad2009-06-021-3/+3
|
* sort by PROCESSOR and SESSIONHisham Muhammad2009-03-111-0/+4
|
* BSD related fixes:Hisham Muhammad2009-03-111-8/+13
| | | | | | | | * 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)
* Rename VEID to CTID in OpenVZ systemsHisham Muhammad2009-03-111-7/+7
| | | | | (thanks to Thorsten Schifferdecker)
* Add Linux-VServer support,Hisham Muhammad2008-09-231-0/+19
| | | | | contributed by Jonathan Sambrook and Benedikt Bohm
* Ability to change sort column with the mouse byHisham Muhammad2008-03-141-53/+48
| | | | | | 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-86/+86
| | | | | Reduces resulting code size.
* Add support for Linux per-process IO statistics,Hisham Muhammad2008-03-091-4/+72
| | | | | | | enabled with the --enable-taskstats flag, which requires a kernel compiled with taskstats support. Thanks to Tobias Oetiker!
* Add Unicode support, enabled with the --enable-unicodeHisham Muhammad2008-03-091-15/+13
| | | | | | flag, which requires libncursesw. Thanks to Sergej Pupykin!
* BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad2008-03-081-7/+14
| | | | | | | | | | When user threads are hidden, process now shows the sum of processor usage for all processors. When user threads are displayed, each thread shows its own processor usage, including the root thread. (thanks to Bert Wesarg for the report) Also, add option to display thread colors differently.
* Embed PLPA (Portable Linux Processor Affinity) in order to supportHisham Muhammad2008-03-051-2/+4
| | | | | conflicting affinity API of different Linux kernel versions.
* Experimental feature: beep on permission failures. Hisham Muhammad2007-12-171-4/+5
| | | | | Update dates.
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-5/+19
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* OpenVZ support, contributed by Sergey LychkoHisham Muhammad2007-08-101-2/+28
|
* Add support of NLWP field, by Bert WesargHisham Muhammad2007-05-211-2/+7
|
* Fixes for /proc location, submitted by Florent ThoumieHisham Muhammad2007-05-171-0/+2
|
* Apply patches by Matthias Lederhofer adding extraHisham Muhammad2007-04-051-0/+16
| | | | | memory status fields
* Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad2007-04-051-12/+12
| | | | | in the sf tracker
* Fix gcc warning.Hisham Muhammad2006-11-291-4/+4
|
* Changes suggested by Bo LiuHisham Muhammad2006-11-201-2/+2
|
* Sanity cleanup.Hisham Muhammad2006-11-131-0/+2
|
* Ok, second take on fixing the handling of comm.-Hisham Muhammad2006-11-081-0/+1
|
* Initialize variable.Hisham Muhammad2006-11-081-0/+1
|
* Share name strings from UsersListHisham Muhammad2006-07-121-4/+10
|
* Perform RichString operations by hand.Hisham Muhammad2006-07-121-1/+1
| | | | | Avoid unnecessary operations when processing entries on ProcessList.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-24/+44
| | | | | | | | | | 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-14/+6
|
* Remove unfinished code.Hisham Muhammad2006-03-241-7/+0
|
* Fixes for header generation.Hisham Muhammad2006-03-231-1/+2
|
* Initial import.Hisham Muhammad2006-03-041-0/+427

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