summaryrefslogtreecommitdiffstats
path: root/unsupported
AgeCommit message (Collapse)Author
2020-08-21Remove trailing whitespacesChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-932'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-08-10Show N/A on unsupported platforms instead of 0KHzArnavion
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking ↵Daniel Lange
alignment Issue Github #841, Debian bug #910492
2018-02-18Remove unused function from unsupported/Hisham Muhammad
2017-02-05Issue #502 fix SID colunm header widthKamyar Rasta
2017-02-01Issue #502 update Session ID columnKamyar Rasta
2016-10-01Interpret TTY_NR column on Linux,Hisham
translate dev_t to major:minor on other platforms. Closes #316.
2016-08-30Mark signal tables 'const'Explorer09
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>
2016-02-14Make unsupported platform build again.Hisham
(Thanks @coypoop at #397 for the heads up!)
2016-02-02Merge branch 'xalloc'Hisham
2016-02-02Check for failure in allocations.Hisham
2016-02-02Update generated headers.Hisham
2016-01-06Merge remote-tracking branch 'upstream/master' into envscreenMichael Klein
2016-01-02Fix spelling of "maintainer"Michael McConville
2015-12-03Add Platform_getProcessEnvMichael Klein
- currently implemented for darwin and linux
2015-09-07fix calloc() callsChristian Hesse
* 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)
2015-08-20Make column width calculation dynamic.Hisham Muhammad
Closes #228.
2015-08-19Make unsupported runDavid Hunt
2015-03-16Add files to unsupported platform.Hisham Muhammad
2015-03-15Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad
Conflicts: htop.c unsupported/Platform.h
2015-02-23Work on fixing build of "unsupported" platformHisham Muhammad
2014-11-27Merge branch 'master' into freebsdHisham Muhammad
2014-11-27Move platform-dependent parts of Linux battery meter.Hisham Muhammad
2014-11-27Merge branch 'master' into freebsdHisham Muhammad
2014-11-27Move "get max pid" code into platform specific area.Hisham Muhammad
2014-11-27Load averages for FreeBSD!Hisham Muhammad
2014-11-27Isolate cross-platform code for load average.Hisham Muhammad
2014-11-27Make UptimeMeter cross-platform again.Hisham Muhammad
2014-11-27Move UptimeMeter into platform-dependent area.Hisham Muhammad
Set up environment to move other meters.
2014-11-27Add ProcessList_delete to the variable interface.Hisham Muhammad
2014-11-24Files moved and added for supporting separate platforms.Hisham Muhammad