1. 30 Aug, 2016 1 commit
    • Explorer09's avatar
      Mark signal tables 'const' · 1f3d85b6
      Explorer09 authored
      
      
      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: default avatarKang-Che Sung <explorer09@gmail.com>
      1f3d85b6
  2. 02 Feb, 2016 1 commit
  3. 02 Jan, 2016 1 commit
    • Michael McConville's avatar
      OpenBSD fixes and updates · 22cfda63
      Michael McConville authored
      I forgot how awful the process name logic was. It was an initial hack to
      get it running, and I forgot to clean it up.
      
      I also had to change a few includes and error function uses.
      22cfda63
  4. 19 Oct, 2015 1 commit
  5. 09 Oct, 2015 1 commit
  6. 06 Oct, 2015 1 commit
  7. 18 Sep, 2015 1 commit