1. 09 Feb, 2022 1 commit
    • Cedric Roux's avatar
      nr-ue: fix T tracer · 1409e3bc
      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().
      1409e3bc
  2. 08 Feb, 2022 1 commit
  3. 07 Feb, 2022 6 commits
  4. 05 Feb, 2022 1 commit
  5. 04 Feb, 2022 7 commits
  6. 02 Feb, 2022 5 commits
  7. 01 Feb, 2022 12 commits
  8. 31 Jan, 2022 7 commits