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
Michael McConville
1809f4be98
Remove needless allocation error conditions
...
These allocations were converted to use xMalloc et al. and no longer
need error checks.
2016-04-29 21:10:05 -04:00
Hisham
b54d2dde40
Check for failure in allocations.
2016-02-02 15:53:02 +01:00
Michael Klein
cc23d13f87
Add Platform_getProcessEnv
...
- currently implemented for darwin and linux
2015-12-03 22:23:40 +01:00
Hisham Muhammad
fd5dd6605a
Merge pull request #299 from mmcco/master
...
OpenBSD port updates and error exit improvements
2015-11-02 08:46:40 -05:00
Michael McConville
0fb9a8c389
Remove a debugging print
2015-11-01 13:19:01 -05:00
Michael McConville
8673a84e5f
Remove some trailing whitespace
2015-10-13 11:05:52 -04:00
Michael McConville
9f1884c28f
Fix generation of openbsd/Platform.h and replace a vestigial dummy CPU utilization value
2015-10-09 14:57:01 -04:00
Hisham Muhammad
56193323ce
let's let the user find SIGIOT if the look for it :)
2015-10-06 12:58:53 -03:00
Michael McConville
c4eb99f264
Add header file reference for OpenBSD signals
2015-10-06 11:32:40 -04:00
Michael McConville
77f12bbecd
Add OpenBSD signals
2015-10-06 11:25:16 -04:00
Michael McConville
e2bbd5cfa4
Change some tabs to three spaces
2015-09-19 12:08:34 -04:00
Michael McConville
a9a5a539cf
(Very) initial working OpenBSD port
2015-09-18 00:46:48 -04:00