summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark Platform_defaultFields constChristian Göttsche2020-12-191-1/+1
|
* Merge Process_pidColumns into Process_fields and rework auto-fit for ↵Christian Göttsche2020-12-191-4/+0
| | | | PID-like columns
* Rework enum ProcessFieldChristian Göttsche2020-12-191-2/+0
| | | | | | Use only one enum instead of a global and a platform specific one. Drop Platform_numberOfFields global variable. Set known size of Process_fields array
* Move Process_fields from unsupported/Platform to unsupported/UnsupportedProcessDániel Bakai2020-12-131-2/+0
|
* Minor cleanups to platform-specific init and doneNathan Scott2020-11-191-2/+6
| | | | | | | Move platform-specific code out of the htop.c main function and into the platform sub-directories - primarily this is the Linux procfs path check and sensors setup/teardown; not needed on any other platforms. No functional changes here.
* Merge individual Battery.[ch] files into Platform.[ch]Nathan Scott2020-11-181-0/+2
| | | | | Consistent with everything else involving platform-specific calls from core htop code.
* Resolve merge conflicts, merge #298 "Macro cleanup" from @BenBEDaniel Lange2020-11-151-4/+4
|\
| * Spacing around operatorsBenny Baumann2020-11-021-4/+4
| |
* | Split platform dependent parts for file locks screenBenny Baumann2020-11-141-0/+5
|/
* FreeBSD: implement Platform_getDiskIO()Christian Goettsche2020-10-291-3/+2
|
* Improve handling of no data in Disk and Network IO MetersChristian Göttsche2020-10-261-2/+4
|
* Add NetworkIOMeterChristian Göttsche2020-10-161-0/+5
|
* Mark process argument of Process_isThread constChristian Göttsche2020-10-091-1/+1
|
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Add DiskIOMeter for IO read/write usageChristian Göttsche2020-10-031-0/+2
|
* Use strict function prototypesChristian Göttsche2020-09-181-2/+2
| | | | int foo(); declares a function taking any number of arguments.
* Axe automated header generation.Zev Weiss2020-09-031-2/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* Mark signal tables 'const'Explorer092016-08-301-2/+2
| | | | | | | | | 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-141-3/+9
| | | | (Thanks @coypoop at #397 for the heads up!)
* Update generated headers.Hisham2016-02-021-0/+1
|
* Make column width calculation dynamic.Hisham Muhammad2015-08-201-1/+0
| | | | Closes #228.
* Make unsupported runDavid Hunt2015-08-191-1/+21
|
* Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad2015-03-151-0/+4
|\ | | | | | | | | | | Conflicts: htop.c unsupported/Platform.h
| * Work on fixing build of "unsupported" platformHisham Muhammad2015-02-231-0/+7
| |
* | Load averages for FreeBSD!Hisham Muhammad2014-11-271-0/+2
|/
* Make UptimeMeter cross-platform again.Hisham Muhammad2014-11-271-0/+1
|
* Move UptimeMeter into platform-dependent area.Hisham Muhammad2014-11-271-0/+2
| | | | Set up environment to move other meters.
* Files moved and added for supporting separate platforms.Hisham Muhammad2014-11-241-0/+17

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