1. 04 Mar, 2022 1 commit
  2. 03 Mar, 2022 2 commits
  3. 02 Mar, 2022 1 commit
  4. 24 Feb, 2022 1 commit
  5. 21 Feb, 2022 2 commits
  6. 18 Feb, 2022 1 commit
  7. 17 Feb, 2022 1 commit
  8. 16 Feb, 2022 1 commit
  9. 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
  10. 04 Feb, 2022 2 commits
  11. 02 Feb, 2022 2 commits
  12. 01 Feb, 2022 1 commit
  13. 31 Jan, 2022 1 commit
  14. 27 Jan, 2022 4 commits
  15. 26 Jan, 2022 1 commit
  16. 25 Jan, 2022 3 commits
  17. 24 Jan, 2022 6 commits
  18. 22 Jan, 2022 1 commit
  19. 21 Jan, 2022 7 commits