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. Mar 09, 2015
  2. Mar 04, 2015
  3. Feb 24, 2015
  4. Feb 23, 2015
  5. Feb 18, 2015
  6. Feb 17, 2015
  7. Feb 16, 2015
  8. Feb 13, 2015
  9. Feb 11, 2015
  10. Feb 09, 2015
  11. Jan 28, 2015
  12. Jan 27, 2015
  13. Jan 16, 2015
  14. Jan 13, 2015
    • Adrian Danis's avatar
      Trivial: style · 09b22d3f
      Adrian Danis authored
      09b22d3f
    • Adrian Danis's avatar
      libsel4: Ensure the ARM syscall stubs always treat instances of seL4_MessageInfo as POD · 0adf2124
      Adrian Danis authored
      A C++ compiler will attempt to interpret 'return info' as an invocation of a copy
      constructor. Even though the copy constructor is auto-generated (and eventually
      completely eliminated due to inlining) and just does obvious member copying it
      still results in an intermediate invocation that must take a reference to 'info'.
      Because 'info' is a register variable it is not permissable to take a reference
      to it. Manually reconstructing a new info from the .words keeps everything as
      Plain Old Data
      0adf2124
  15. Jan 09, 2015
  16. Jan 07, 2015
  17. Jan 06, 2015
  18. Dec 23, 2014
  19. Dec 18, 2014
  20. Dec 11, 2014
    • Gerwin Klein's avatar
      haskell: removed Lyrebird target · 2d4d520c
      Gerwin Klein authored
      Consolidating to one simulator to get simulator builds running again. The
      source setup is still for multiple potential targets so it remains reasonably
      easy to add different architectures like x86 to the Haskell model if needed.
      2d4d520c
  21. Dec 04, 2014
    • Gerwin Klein's avatar
      haskell: removed outdated platforms · 713387ed
      Gerwin Klein authored
      HaskellCPU and Alpha implementations have fallen far behind the current
      kernel structure, haven't been used for years, and are not included in
      the build.
      
      Removing them to avoid confusion.
      713387ed
  22. Nov 27, 2014
Loading