summaryrefslogtreecommitdiff
path: root/sysutils/htop
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-21update to 1.0.1drochner7-88/+20
changes: -UI improvements, UTF-8/wcurses support -Performance improvements -XDG compliance -bugfixes
2011-12-10Remove useless .include "../../mk/bsd.prefs.mk"cheusov1-3/+1
2011-12-10Unconditionally pass ac_cv_file__proc_stat=yes andcheusov1-2/+7
ac_cv_file__proc_meminfo=yes to "configure" script. As a result htop will be built regardless of /proc is mounted or not (bulk builds). Enable htop PR 39881 on NetBSD, Linux and FreeBSD only where Linux-compatible procfs is available.
2011-08-06Update to version 0.9. This fixes build failures on Linux (PR 44001).cheusov7-6/+109
Support for NetBSD was added. Fixes for pkglint warnings. Oked by wiz@
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-06-03Update to 0.6.6:xtraeme2-6/+6
* Add support of NLWP field (thanks to Bert Wesarg) * BUGFIX: Fix use of configurable /proc location (thanks to Florent Thoumie) * Fix memory percentage calculation and make it saner (thanks to Olev Kartau for the report) * Added display of DRS, DT, LRS and TRS (thanks to Matthias Lederhofer) * BUGFIX: LRS and DRS memory values were flipped (thanks to Matthias Lederhofer) * BUGFIX: Don't crash on very high UIDs (thanks to Egmont Koblinger)
2007-05-25Initial import of htop-0.6.5 into the Packages Collection.agc4-0/+45
htop is an enhanced version of top, the interactive process viewer, which can display the list of processes in a tree form, like pstree. This is htop, an interactive process viewer. Comparison between 'htop' and 'top' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * In 'htop' you can scroll the list vertically and horizontally to see all processes and full command lines. * In 'top' you are subject to a delay for each unassigned key you press (especially annoying when multi-key escape sequences are triggered by accident). * 'htop' starts faster ('top' seems to collect data for a while before displaying anything). * In 'htop' you don't need to type the process number to kill a process, in 'top' you do. * In 'htop' you don't need to type the process number or the priority value to renice a process, in 'top' you do. * In 'htop' you can kill multiple processes at once. * 'top' is older, hence, more tested.