1. 07 Apr, 2022 1 commit
  2. 06 Apr, 2022 2 commits
  3. 05 Apr, 2022 1 commit
  4. 30 Mar, 2022 1 commit
  5. 28 Mar, 2022 3 commits
  6. 22 Mar, 2022 1 commit
  7. 17 Mar, 2022 1 commit
  8. 16 Mar, 2022 3 commits
  9. 14 Mar, 2022 2 commits
  10. 11 Mar, 2022 1 commit
  11. 04 Mar, 2022 2 commits
  12. 03 Mar, 2022 2 commits
  13. 02 Mar, 2022 1 commit
  14. 24 Feb, 2022 1 commit
  15. 21 Feb, 2022 2 commits
  16. 18 Feb, 2022 1 commit
  17. 17 Feb, 2022 1 commit
  18. 16 Feb, 2022 1 commit
  19. 09 Feb, 2022 2 commits
    • Sagar Parsawar's avatar
    • Cedric Roux's avatar
      nr-ue: fix T tracer · e5a3bcdc
      Cedric Roux authored
      T tracer was not functional anymore. because init_tpools() was called
      before T_Config_Init().
      
      The problem was that init_tpools() creates some threads and T_Config_Init()
      does call fork() and the child process (which is the one running the
      softmodem, the parent process is used to monitor it, this is the design
      of the T tracer, maybe to change at some point, it's too complicated) has
      no thread after the fork(). The threads created by init_tpools() are gone.
      Game over.
      
      In conclusion: T_Config_Init() has to be called very early in the life of
      the softmodem, at least before init_tpools().
      e5a3bcdc
  20. 04 Feb, 2022 2 commits
  21. 02 Feb, 2022 2 commits
  22. 01 Feb, 2022 1 commit
  23. 31 Jan, 2022 1 commit
  24. 27 Jan, 2022 4 commits
  25. 26 Jan, 2022 1 commit