Skip to content
Snippets Groups Projects
  1. Feb 06, 2018
  2. Jan 09, 2018
  3. Jan 01, 2018
  4. Sep 30, 2017
  5. Jan 04, 2017
  6. Sep 21, 2016
  7. Sep 19, 2016
  8. Sep 18, 2016
  9. Jun 17, 2015
  10. May 20, 2015
  11. May 07, 2015
  12. Apr 09, 2015
  13. Feb 11, 2015
    • archshift's avatar
      Asserts: break/crash program, fit to style guide; log.h->assert.h · ef24e72b
      archshift authored
      Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
      As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
      
      Also removed some GEKKO cruft.
      ef24e72b
  14. Feb 10, 2015
  15. Feb 02, 2015
  16. Jan 30, 2015
  17. Jan 22, 2015
  18. Jan 21, 2015
  19. Jan 09, 2015
  20. Jan 04, 2015
  21. Dec 28, 2014
    • Yuri Kunde Schlesner's avatar
      Kernel: New handle manager · 7e2903cb
      Yuri Kunde Schlesner authored
      This handle manager more closely mirrors the behaviour of the CTR-OS
      one. In addition object ref-counts and support for DuplicateHandle have
      been added.
      
      Note that support for DuplicateHandle is still experimental, since parts
      of the kernel still use Handles internally, which will likely cause
      troubles if two different handles to the same object are used to e.g.
      wait on a synchronization primitive.
      7e2903cb
Loading