1. 22 May, 2017 2 commits
    • Tim Wickberg's avatar
      Remove redeclaration of SOMAXCONN. · c5a8d606
      Tim Wickberg authored
      I cannot fathom why this was added - this would only have
      influenced something if listen() was implemented as an inline
      function or a macro, which I don't believe has ever been the
      case.
      
      Regardless, on modern Linux systems that limit is set dynamically
      through /proc/sys/net/core/somaxconn.
      c5a8d606
    • Tim Wickberg's avatar
      Remove local refinition of daemon(). · 6f45a2bf
      Tim Wickberg authored
      While not POSIX compliant, BSD and Linux platforms have shipped this
      function for a long time, and slurmctld/slurmdbd/slurmd have actually
      been using the version from libc instead of this local redefinition.
      6f45a2bf
  2. 20 May, 2017 3 commits
  3. 19 May, 2017 1 commit
  4. 18 May, 2017 10 commits
  5. 17 May, 2017 24 commits