1. 06 Nov, 2018 2 commits
  2. 05 Nov, 2018 18 commits
  3. 02 Nov, 2018 2 commits
  4. 01 Nov, 2018 3 commits
    • Nils Goroll's avatar
      more 32bit fixes · eb28fe77
      Nils Goroll authored
      eb28fe77
    • Poul-Henning Kamp's avatar
      Fix for 32 bit archs · 53a5e256
      Poul-Henning Kamp authored
      53a5e256
    • Nils Goroll's avatar
      do not pass a NULL pointer from strerror() to vsnprintf via VSL · ee33662a
      Nils Goroll authored
      (at leat on solaris) strerror() itself may fail for an out-of-memory
      condition (because the localization code contains memory
      allocations). In order to handle this situation, we need to save the
      original errno because strerror() may also set errno.
      
      This issue exists in many more places all over the code, but in the
      pool_breed case we likely failed pthread_create for an out-of-memory
      condition, and in the panic handler we want to make sure that we
      trip no follow-up panic under any circumstances.
      
      In general, while fixing all strerror() calls would unnecessarily
      complicate the code, doing so should be justified for these cases.
      
      Fixes #2815
      ee33662a
  5. 31 Oct, 2018 1 commit
  6. 30 Oct, 2018 7 commits
  7. 29 Oct, 2018 4 commits
  8. 26 Oct, 2018 1 commit
  9. 25 Oct, 2018 2 commits