Skip to content
Snippets Groups Projects
  1. Oct 09, 2016
  2. Oct 06, 2016
  3. Oct 05, 2016
    • bors's avatar
      Auto merge of #413 - zenhack:CLONE_NEWCGROUP, r=alexcrichton · a6ada003
      bors authored
      Define CLONE_NEWCGROUP
      
      Should be fairly self explanatory.
      a6ada003
    • Ian Denhardt's avatar
      Fix musl-i686 CI failures. · cd03b140
      Ian Denhardt authored
      * Override the compiler via CC; ./configure can't seem to detect it.
      * Unset CROSS_COMPILE when running make. Per the comment, we otherwise
        end up invoking commands like i686-ar.
      cd03b140
    • Ian Denhardt's avatar
      Consolidate and fix musl-specific definitions. · 0ecafc31
      Ian Denhardt authored
      Musl 1.1.14 defined these incorrectly, and we followed suit. They're
      fixed in 1.1.15, so we fix them here as well.
      
      Since these are kernel ABIs, the correct values match other libc
      implementations, so we move them up to the topmost module possible.
      0ecafc31
    • Ian Denhardt's avatar
      Test against newer c libraries · 8ff1c417
      Ian Denhardt authored
      Specifically:
      
      * Update the base docker images to ubuntu 16.10
      * Update musl to version 1.1.15
      
      This is necessary since the versions we were previously using do not
      define CLONE_NEWCGROUP, so adding the symbol to the libc crate causes
      test failures.
      8ff1c417
    • Ian Denhardt's avatar
      Define CLONE_NEWCGROUP · 2faafb38
      Ian Denhardt authored
      Currently restricted to non-Android Linux. In theory this should work on
      Android as well (since it's a function of the kernel ABI), but the
      released version of the NDK doesn't export it, so putting it in
      `notbsd/mod.rs` makes Travis very unhappy.
      2faafb38
    • bors's avatar
      Auto merge of #417 - valarauca:master, r=alexcrichton · 7c493967
      bors authored
      Added all additional ptrace options.
      
      Added additional PTrace Flags.
      
      All the `PTRACE_O` are flags options values that are passed with `PTRACE_OPTION`.
      
      The `PTRACE_PEEKSIGINFO_SHARED` is used for setting/fetching signal masks when interacting with thread groups not individual threads.
      
      `SYSEMU` stuff I pulled from the kernel sources. As far as I can tell these flags haven't been added to `<sys/ptrace.h>`, which is weird because the two `SYSEMU` calls have been live on x64 since 2011. I'm starting a thread on kernel-newies about it.
      7c493967
    • William Laeder's avatar
      Forgot the x86 changes · 12e1cd18
      William Laeder authored
      12e1cd18
    • William Laeder's avatar
    • William Laeder's avatar
      Added all additional ptrace options. · acaea91e
      William Laeder authored
      acaea91e
  4. Oct 04, 2016
  5. Oct 03, 2016
  6. Oct 01, 2016
  7. Sep 30, 2016
  8. Sep 29, 2016
  9. Sep 28, 2016
  10. Sep 27, 2016
  11. Sep 26, 2016
Loading