Commit Graph

14 Commits

Author SHA1 Message Date
3d79c72e9a Update OpenBSD maximum PID
The source code correctly states that the maximum PID number in
the OpenBSD kernel is fixed in sys/sys/proc.h, however this was
updated in revision 1.215 (two years ago!) from 32766 to 99999.
2018-07-17 18:46:55 +01:00
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
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
b54d2dde40 Check for failure in allocations. 2016-02-02 15:53:02 +01:00
cc23d13f87 Add Platform_getProcessEnv
- currently implemented for darwin and linux
2015-12-03 22:23:40 +01:00
fd5dd6605a Merge pull request #299 from mmcco/master
OpenBSD port updates and error exit improvements
2015-11-02 08:46:40 -05:00
0fb9a8c389 Remove a debugging print 2015-11-01 13:19:01 -05:00
8673a84e5f Remove some trailing whitespace 2015-10-13 11:05:52 -04:00
9f1884c28f Fix generation of openbsd/Platform.h and replace a vestigial dummy CPU utilization value 2015-10-09 14:57:01 -04:00
56193323ce let's let the user find SIGIOT if the look for it :) 2015-10-06 12:58:53 -03:00
c4eb99f264 Add header file reference for OpenBSD signals 2015-10-06 11:32:40 -04:00
77f12bbecd Add OpenBSD signals 2015-10-06 11:25:16 -04:00
e2bbd5cfa4 Change some tabs to three spaces 2015-09-19 12:08:34 -04:00
a9a5a539cf (Very) initial working OpenBSD port 2015-09-18 00:46:48 -04:00