htop/freebsd
Explorer09 1f3d85b617 Mark signal tables 'const'
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-08-30 20:41:17 +08:00
..
Battery.c add FreeBSD battery support 2016-02-11 13:42:37 +03:00
Battery.h Prepare for release 2.0.1. 2016-03-07 18:32:06 -03:00
FreeBSDCRT.c Fix spelling of "maintainer" 2016-01-02 12:11:26 -05:00
FreeBSDCRT.h Regenerate platform-dependent headers. 2015-10-19 17:22:54 -02:00
FreeBSDProcess.c Suppress compiler warnings. 2016-02-13 02:09:50 +08:00
FreeBSDProcess.h Regenerate platform-dependent headers. 2015-10-19 17:22:54 -02:00
FreeBSDProcessList.c Merge pull request #496 from tcreech/lwp_hack 2016-05-19 15:44:57 -03:00
FreeBSDProcessList.h Avoid global, as done by @gaod in #387. 2016-03-07 16:58:02 -03:00
Platform.c Mark signal tables 'const' 2016-08-30 20:41:17 +08:00
Platform.h Mark signal tables 'const' 2016-08-30 20:41:17 +08:00