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 17, 2016
    • Adrian Danis's avatar
      Further separate 'release' and 'verification' builds · 541289a3
      Adrian Danis authored
      Originally building the kernel was largely considered to be done in
      one of two ways
      1. Release build with no assertions, no debug symbols and no printing.
         This was generally considered to be a 'verified' build
      2. Debug build with assertions, debug symbols and printing
      
      Since then various options were added, such as the 'code injection'
      option, which we wanted on builds that did not have assertions or
      other options that affected performance. As such it did not depend
      upon a debug build and had large warning signs saying that enabling
      this in a release build would not give you a verified or trusted
      kernel.
      
      Most recently the ability to print from the kernel in release mode
      was added. For the same reason that tying the ability to print with
      the performance reduction of various debugging was not always desireable.
      
      This change attempts to unify the current state and have a single top
      level option to enable a 'verification friendly' build. All other
      options (assertions, printing, code injection) then depend upon
      this configuration not being set.
      541289a3
  2. May 16, 2016
  3. May 13, 2016
  4. May 05, 2016
  5. May 04, 2016
  6. May 02, 2016
  7. Apr 28, 2016
  8. Apr 27, 2016
  9. Apr 20, 2016
  10. 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
  11. Mar 22, 2016
  12. Mar 21, 2016
  13. Mar 17, 2016
  14. Mar 03, 2016
  15. Mar 02, 2016
Loading