summaryrefslogtreecommitdiffstats
path: root/unsupported
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespacesChristian Göttsche2020-08-213-3/+0
|
* Merge branch 'hishamhm-pull-932'Nathan Scott2020-08-201-1/+4
|\
| * Show N/A on unsupported platforms instead of 0KHzArnavion2019-08-101-1/+4
| |
* | Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-1/+1
|\ \
| * | Clean up existing whitespaceDaniel Flanagan2019-10-311-1/+1
| |/
* / Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking ↵Daniel Lange2018-10-071-1/+1
|/ | | | | | alignment Issue Github #841, Debian bug #910492
* Remove unused function from unsupported/Hisham Muhammad2018-02-182-7/+0
|
* Issue #502 fix SID colunm header widthKamyar Rasta2017-02-051-1/+1
|
* Issue #502 update Session ID columnKamyar Rasta2017-02-011-1/+1
|
* Interpret TTY_NR column on Linux,Hisham2016-10-011-1/+1
| | | | | translate dev_t to major:minor on other platforms. Closes #316.
* Mark signal tables 'const'Explorer092016-08-302-4/+4
| | | | | | | | | Specifically, Platform_signals[] and Platform_numberOfSignals. Both are not supposed to be mutable. Marking them 'const' puts them into rodata sections in binary. And for Platform_numberOfSignals, this aids optimization (aids only Link Time Optimization for now). :) Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
* Make unsupported platform build again.Hisham2016-02-142-27/+29
| | | | (Thanks @coypoop at #397 for the heads up!)
* Merge branch 'xalloc'Hisham2016-02-022-2/+2
|\
| * Check for failure in allocations.Hisham2016-02-022-2/+2
| |
* | Update generated headers.Hisham2016-02-021-0/+1
|/
* Merge remote-tracking branch 'upstream/master' into envscreenMichael Klein2016-01-061-1/+1
|\
| * Fix spelling of "maintainer"Michael McConville2016-01-021-1/+1
| |
* | Add Platform_getProcessEnvMichael Klein2015-12-031-0/+3
|/ | | | - currently implemented for darwin and linux
* fix calloc() callsChristian Hesse2015-09-071-1/+1
| | | | | | | * size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)
* Make column width calculation dynamic.Hisham Muhammad2015-08-202-4/+0
| | | | Closes #228.
* Make unsupported runDavid Hunt2015-08-196-31/+159
|
* Add files to unsupported platform.Hisham Muhammad2015-03-164-0/+78
|
* Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad2015-03-152-5/+5
|\ | | | | | | | | | | Conflicts: htop.c unsupported/Platform.h
| * Work on fixing build of "unsupported" platformHisham Muhammad2015-02-232-5/+8
| |
* | Merge branch 'master' into freebsdHisham Muhammad2014-11-271-1/+7
|\|
| * Move platform-dependent parts of Linux battery meter.Hisham Muhammad2014-11-271-1/+7
| |
* | Merge branch 'master' into freebsdHisham Muhammad2014-11-271-0/+4
|\|
| * Move "get max pid" code into platform specific area.Hisham Muhammad2014-11-271-0/+4
| |
* | Load averages for FreeBSD!Hisham Muhammad2014-11-271-0/+2
|/
* Isolate cross-platform code for load average.Hisham Muhammad2014-11-271-0/+6
|
* Make UptimeMeter cross-platform again.Hisham Muhammad2014-11-272-0/+6
|
* Move UptimeMeter into platform-dependent area.Hisham Muhammad2014-11-272-0/+30
| | | | Set up environment to move other meters.
* Add ProcessList_delete to the variable interface.Hisham Muhammad2014-11-272-0/+7
|
* Files moved and added for supporting separate platforms.Hisham Muhammad2014-11-246-0/+120

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