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