Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/seL4/seL4.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Apr 06, 2016
  2. Mar 22, 2016
  3. Mar 21, 2016
  4. Mar 17, 2016
  5. Mar 03, 2016
  6. Mar 02, 2016
  7. Mar 01, 2016
  8. Feb 29, 2016
    • Adrian Danis's avatar
      x86: Explicitly disable sse · bc457614
      Adrian Danis authored
      Previously the external build system was relied upon for disablingdisabling sse.
      This is not desirable as it has the affect of disabling sse for the entire user
      level build. Instead, since we only want to disable it for the kernel, we will
      disable it here in the kernel Makefile
      bc457614
  9. Feb 26, 2016
  10. Feb 25, 2016
  11. Feb 24, 2016
  12. Feb 23, 2016
    • Adrian Danis's avatar
      SELFOUR-56: Remove diminish rights from IPC · e61a1056
      Adrian Danis authored
      Diminish rights were to prevent a user from sending a writeable
      cap over a read only endpoint. It turns out this 'security' can
      be worked around without difficulty (by putting caps in a cnode
      and sending the cnode) making the current diminish rights
      implementation functionally useless.
      
      Removing diminish rights has the benefit of simplifying all the
      IPC paths.
      e61a1056
  13. Feb 18, 2016
  14. Feb 17, 2016
  15. Feb 12, 2016
  16. Feb 16, 2016
Loading