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. Jan 06, 2015
  2. Dec 23, 2014
  3. Dec 18, 2014
  4. 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
  5. 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
  6. Nov 27, 2014
  7. Nov 26, 2014
  8. Nov 23, 2014
  9. Nov 19, 2014
  10. Nov 17, 2014
  11. Nov 12, 2014
  12. Nov 11, 2014
  13. Nov 06, 2014
  14. Nov 05, 2014
  15. Oct 31, 2014
  16. Oct 28, 2014
    • Matthew Fernandez's avatar
      bf gen: Removed some undefined bit shifts. · 1d51025f
      Matthew Fernandez authored
      The bitfield generator constructs tags as enums. The compiler is free to back
      these by any type big enough to cover the enum. The generator emits code that
      uses these tag values in mask and shift operations where the target type is
      typically a uint32_t. As a result, it can produce code involving undefined
      shifts like:
      
       (seL4_CapData_Badge & 0x1) << 31
      
      This commit casts the tag value to the unsigned target type before masking to
      ensure everything is done on an appropriate sized unsigned type.
      
      JIRA: SELFOUR-193
      1d51025f
    • Matthew Fernandez's avatar
      bf gen: Fix missing include. · 3b6321f2
      Matthew Fernandez authored
      The bitfield generator uses the macros CONST and PURE which, for libsel4, are
      defined in macros.h.
      3b6321f2
  17. Oct 27, 2014
  18. Oct 22, 2014
  19. Oct 21, 2014
  20. Oct 20, 2014
  21. Oct 17, 2014
    • Adrian Danis's avatar
      Derive a new IPC buffer cap when inserting into the initial threads TCB to... · 04106920
      Adrian Danis authored
      Derive a new IPC buffer cap when inserting into the initial threads TCB to remove mapping information
      
      For any other thread setting the IPC buffer via TCB_Configure will result
      in a derived capability being installed that does not have mapping information.
      This leads to a expected behaviour that setting a new IPC buffer (even if it is
      the same as the current one), will not perform an unmapping.
      04106920
  22. Oct 16, 2014
Loading