1. 21 11月, 2016 13 次提交
  2. 20 11月, 2016 1 次提交
    • G
      configure: Look for daemons in **/sbin · 112b0959
      Guido Günther 提交于
      Unify the logic we use for looking up daemons and admin binaries. Some
      lookups prefered $PATH over **/sbin while others left out $PATH
      entierly.  We add **/sbin since non-root users might not have these in
      their path.
      
      This also unbreaks libvirt when built on Debian systems with usrmerge[0]
      and run on systems without it.
      
      [0]: https://packages.debian.org/sid/usrmerge
      112b0959
  3. 18 11月, 2016 1 次提交
    • M
      Fix scheduler support check · f2bf5fbb
      Martin Kletzander 提交于
      Commit 94cc5778 tried fixing build on systems that did not have
      SCHED_BATCH or SCHED_IDLE defined.  But instead of changing it to
      conditional support, it rather completely disabled the support for
      setting any scheduler.  Since then, such old systems are not
      supported, but rather than reverting that commit, let's change that to
      the conditional support.  That way any addition to the list of
      schedulers can follow the same style so that we're consistent in the
      future.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      f2bf5fbb
  4. 16 11月, 2016 4 次提交
  5. 15 11月, 2016 21 次提交