Skip to content
Snippets Groups Projects
  1. May 17, 2018
  2. May 10, 2018
  3. May 02, 2018
  4. May 01, 2018
    • David's avatar
      GetSharedFontInOrderOfPriority (#381) · ff2f0d98
      David authored
      * GetSharedFontInOrderOfPriority
      
      * Update pl_u.cpp
      
      * Ability to use ReadBuffer and WriteBuffer with different buffer indexes, fixed up GetSharedFontInOrderOfPriority
      
      * switched to NGLOG
      
      * Update pl_u.cpp
      
      * Update pl_u.cpp
      
      * language_code is actually language code and not index
      
      * u32->u64
      
      * final cleanups
      ff2f0d98
  5. Apr 30, 2018
  6. Apr 29, 2018
  7. Apr 27, 2018
  8. Apr 26, 2018
  9. Apr 23, 2018
    • Subv's avatar
      Kernel: Implemented mutex priority inheritance. · 46572d02
      Subv authored
      Verified with a hwtest and implemented based on reverse engineering.
      
      Thread A's priority will get bumped to the highest priority among all the threads that are waiting for a mutex that A holds.
      Once A releases the mutex and ownership is transferred to B, A's priority will return to normal and B's priority will be bumped.
      46572d02
  10. Apr 21, 2018
  11. Apr 20, 2018
  12. Apr 17, 2018
    • Hexagon12's avatar
      Various service name fixes - part 2 (rebased) (#322) · e52a87b9
      Hexagon12 authored
      * Updated ACC with more service names
      
      * Updated SVC with more service names
      
      * Updated set with more service names
      
      * Updated sockets with more service names
      
      * Updated SPL with more service names
      
      * Updated time with more service names
      
      * Updated vi with more service names
      e52a87b9
  13. Apr 15, 2018
  14. Apr 03, 2018
  15. Apr 01, 2018
  16. Mar 31, 2018
  17. Mar 30, 2018
  18. Mar 19, 2018
Loading