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 04, 2016
  2. May 02, 2016
  3. Apr 28, 2016
  4. Apr 27, 2016
  5. Apr 20, 2016
  6. 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
  7. Mar 22, 2016
  8. Mar 21, 2016
  9. Mar 17, 2016
  10. Mar 03, 2016
  11. Mar 02, 2016
  12. Mar 01, 2016
  13. 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
  14. Feb 26, 2016
  15. Feb 25, 2016
Loading