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. May 02, 2016
    • Stephen Sherratt's avatar
      Added KERNEL_MASTER config flag · 861f4f0a
      Stephen Sherratt authored
      This makes it possible to statically check if the kernel is the master
      kernel from user level. This is useful when when writing user level code
      that's expected to work with different kernel versions.
      861f4f0a
  2. Apr 28, 2016
  3. Apr 27, 2016
  4. Apr 20, 2016
  5. Apr 06, 2016
    • Partha Susarla's avatar
      SELFOUR-404: Remove hardcoded constants in stub generator. · f186c71b
      Partha Susarla authored
      `syscall_stub_gen` has hardcoded constants for word size, this patch removes
      that constraint and makes the word size an argument to the program instead.
      The word size can either be passed either as command line arugmemt (-w option)
      or a path to the build configuration file can be given(-c option) and the
      generator will use the value of `CONFIG_WORD_SIZE` instead.
      The `Makefile` in `libsel4` calls the generator with the configuration file as
      an option.
      
      Ideally, the architecture should be determined from the configration file, but
      since we don't have unit tests for the generator, I will make one change at a
      time.
      
      This commit also includes a few changes to make it Python 2.7 compliant.
      f186c71b
    • Anna Lyons's avatar
      update VERSION file to 3.0.1-dev · 5a48ee12
      Anna Lyons authored
      5a48ee12
    • Anna Lyons's avatar
  6. Mar 22, 2016
  7. Mar 21, 2016
  8. Mar 17, 2016
  9. Mar 03, 2016
  10. Mar 02, 2016
  11. Mar 01, 2016
  12. 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
  13. Feb 26, 2016
  14. Feb 25, 2016
  15. Feb 24, 2016
  16. 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
  17. Feb 18, 2016
Loading