Commit Graph

1105 Commits

Author SHA1 Message Date
Hisham Muhammad a4f4ef5b63 Tag 3.0.0beta5 2018-08-24 22:55:24 -03:00
Hisham Muhammad 8c43218aa0 Introduce screen tabs 2018-08-24 22:53:07 -03:00
Hisham Muhammad e77a16f4ae Linux: proper sorting of CMAJFILT and CMINFILT 2018-08-24 22:45:36 -03:00
Hisham Muhammad a49853543e Change to previous screen using Shift-Tab 2018-08-24 19:30:54 -03:00
Hisham Muhammad 28a5859fe8 Settings: fix storage of screens in htoprc 2018-08-24 18:39:00 -03:00
Hisham Muhammad 0939e5cb41 Settings: fix default and storage of sort keys 2018-08-24 18:39:00 -03:00
Hisham Muhammad e1c2dc56fd Linux: fix CPU count 2018-08-24 18:39:00 -03:00
Hisham Muhammad e9f95da559 Linux: remove warnings of unused variables 2018-08-24 18:39:00 -03:00
Robert Antoni Buj Gelonch 5a0a4e1adb Improve Catalan translation for desktop file (#828) 2018-08-24 18:39:00 -03:00
Jan Chren f3b47c46e6 Improve htop.desktop file (#609)
- sort entries according to the spec
- add to the `Monitor` category
2018-08-24 16:01:50 -03:00
Shawn Landden 34b147e14e Linux: add process->starttime and use it for STARTTIME column (#700)
this way a remount of /proc will not reset starttimes
and we can also see startup times for processes started before the mount
of /proc

also record btime (boot time in seconds since epoch) as Linux semi-global
2018-08-24 16:01:43 -03:00
multiplexd 03e0a73d5b OpenBSD: make the STARTTIME column display correctly (#815) 2018-08-24 16:01:38 -03:00
multiplexd 794419e6c5 OpenBSD: add environment reading support (#819) 2018-08-24 16:01:31 -03:00
Score_Under 7ec5312974 Fix process name updates for shorter strings (#812)
When a process name changes from a long string to a short string,
truncate instead of just overwriting the beginning.
2018-08-24 16:01:25 -03:00
Hisham Muhammad af92f0b8d6 Fix virtualization color in help screen
Closes #785.
2018-08-24 16:01:19 -03:00
Hisham Muhammad 22e9d09723 Unstage/gitignore INSTALL since it's regenerated by autogen.sh
As noted by @marcelpaulo. I've had ugly diffs that fiddled with
this file in the past, so it's good to see it gone.

Closes #800.
2018-08-24 16:01:12 -03:00
Jérémie Roquet fda1475a10 Mention the "c" key (tag subtree) in the man
This was reported by @agguser.
2018-08-24 16:01:06 -03:00
Explorer09 ebf3cff1ac Disable 'make dist' when pkg.m4 is unused in configure
This would prevent a careless future package maintainer from creating a
release tarball with a defective configure script. :)

Also, add a warning in the autogen.sh phase if pkg.m4 is unused.

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
2018-08-24 16:00:59 -03:00
Christian Hesse 7bbb3600fc fix option string
This broke with commit db05ba6106.
2018-08-24 16:00:52 -03:00
Hisham Muhammad 4092c90bc3 Update ChangeLog 2018-08-24 16:00:23 -03:00
Daniel Flanagan 7742e17cc0 Add tree view flag to man page (#777) 2018-08-24 16:00:01 -03:00
Hisham Muhammad 2dffee8de9 Require pkg-config as an optional build dependency on Linux (#775)
With this commit:

* if pkgconfig is installed, it will expand the code inside the shell if, adding the pkgconfig-based tests for the dependencies of Linux delay accounting.
* if pkgconfig is not installed, it will add an error message inside the test of Linux delay accounting, telling the user to install pkgconfig and rebuild the configure script if they want to use Linux delay accounting.

The end result is:

* people running Linux
  * will not need pkgconfig when not using delay accounting
  * will need pkgconfig when using delay accounting
    * if they don't have it
      * they are told by configure they need to install it and re-run autogen.sh when running from Git
      * they are told by configure they need to install it and re-run configure when running from the tarball
* people not running Linux
  * will never need pkgconfig

...and in none of the above scenarios the generated configure script produces unexpanded macros for users checking out the sources from Git.
2018-08-24 15:59:40 -03:00
volkov-am 791aae87c4 MakeHeader.py: Fix for non-utf8 environments (#770)
Header creation fails with non-utf8 locale and python3.
Simply set LC_ALL="C" and use python3 to reproduce the issue.

env LC_ALL="C" ./scripts/MakeHeader.py MetersPanel.c
Traceback (most recent call last):
  File "./scripts/MakeHeader.py", line 32, in <module>
    for line in file.readlines():
  File "/usr/lib64/python3.5/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 956: ordinal not in range(128)

This changes is python2 and python3 compatible

cStringIO.StringIO module is removed because it is not able to accept unicode strings
https://docs.python.org/2/library/stringio.html#cStringIO.StringIO
2018-08-24 15:58:12 -03:00
Guy M. Broome 505fa6b517 Solaris: grammatical whoops in configure.ac 2018-05-22 23:17:30 -03:00
Guy M. Broome f94c54eb5a Solaris: add check for missing err.h 2018-05-22 23:17:30 -03:00
Guy M. Broome 9710ce6c08 Solaris: Make last change to Platform.h persistent by adding to Platform.c 2018-05-22 23:17:30 -03:00
Hisham Muhammad f78f658eed dragonflybsd, freebsd, openbsd: fixes for htop 3.0 branch 2018-04-10 10:22:44 -03:00
Guy M. Broome b8bfe60d2b Solaris: fix build on htop 3.0 branch 2018-04-10 10:21:29 -03:00
Hisham Muhammad 5c6d7cca3e Bump version to 3.0.0beta4 2018-04-06 12:43:24 -03:00
Hisham Muhammad 6fe06fb7e5 Portability: make list of default screens per-platform 2018-04-06 12:41:36 -03:00
Hisham Muhammad 657836a2ae Minor style fixes. 2018-04-06 12:40:51 -03:00
Hisham Muhammad 63e1417b8c Update some field accesses to new structures 2018-04-06 12:34:57 -03:00
Daniel Flanagan 9b4bdfcb3e Add -t command-line flag for tree view 2018-04-06 11:14:09 -03:00
pmalhaire 7a71f9cf32 macOS: fix the switched version test (#772) 2018-04-06 11:14:09 -03:00
Guy M. Broome c91b0938d5 Solaris: update proc state letters to reflect Solaris usage 2018-04-06 11:14:09 -03:00
Guy M. Broome 4f934c977d Solaris: bump copyright in Platform.{c,h} 2018-04-06 11:14:09 -03:00
Guy M. Broome d1696b5d5d Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for each LWP 2018-04-06 11:14:09 -03:00
Guy M. Broome beb47cbb12 Solaris: Implement process environment listing 2018-04-06 11:14:09 -03:00
Guy M. Broome 677cac9fab Solaris: add placeholder message about environment listing 2018-04-06 11:14:09 -03:00
Guy M. Broome 6790e004cd Solaris: showing a dash for the top-level process is no longer necessary 2018-04-06 11:14:09 -03:00
Guy M. Broome 8677162836 Solaris: add warning about proc_walk_f callback function 2018-04-06 11:14:09 -03:00
Guy M. Broome 475798e8ab Solaris: condense separate process vs lwp handling down to a single workflow 2018-04-06 11:14:09 -03:00
Guy M. Broome 7689c5c3b7 Solaris: get completely out of the file handling business using libproc 2018-04-06 11:14:09 -03:00
Guy M. Broome c2ab3ac422 Solaris: Condense conditional blocks for new vs old LWPs and procs 2018-04-06 11:14:09 -03:00
Guy M. Broome 61bb649e0a Solaris: remove unneeded accumulators for process and thread counting 2018-04-06 11:14:09 -03:00
Guy M. Broome b8ec1c0337 Solaris: Assorted post-LWP code cleanup 2018-04-06 11:14:09 -03:00
Guy M. Broome 499af738e7 Solaris: Implement kernel thread counting 2018-04-06 11:14:09 -03:00
Guy M. Broome 416ef48a62 Solaris: If a process has a running LWP, then the process is by definition running 2018-04-06 11:14:09 -03:00
Hisham Muhammad b9e0da9200 Collapse current subtree pressing Backspace 2018-04-06 11:14:09 -03:00
gmbroome 509303323f Solaris: Implement LWP enumeration (#768)
Squashed the following commits:

* Solaris: Get LWP enumeration working
* Solaris: Make showing and hiding of kernel threads behave
* Solaris: remove usage of lwpstatus that is no longer needed
* Solaris: no discrete access to parent proc structure needed
* Solaris: Restore runtime MaxPid detection after LWP changes
* Solaris: Workaround virtual PID signal issue by shadowing kill() with a macro
* Solaris: Fix unintention double-shifting of virtual PID for LWP enumeration
* Solaris: Add LWPID to default display since LWP enumeration is also default
* Solaris: use PAGE_SIZE_KB from Process.h instead of custom definition
* Solaris: stop LWP enumeration at 1023 LWPs per proc since that is all we can handle in the virtual PID
2018-04-06 11:14:09 -03:00