Skip to content
  1. Jul 06, 2017
  2. Jun 29, 2017
  3. Jun 22, 2017
  4. Jun 15, 2017
  5. Jun 01, 2017
  6. Mar 21, 2017
  7. Mar 20, 2017
    • Victor Lopez's avatar
      Refactor shmem.c · bfc273d7
      Victor Lopez authored
      * Replace semaphores by pthread_mutexes
      * Replace shmem nprocs by an array of pid_t
      * Remove shmem_check_consistency function and add a consistency
          check based on stored pids
      * Add an option to not delete Shared memory when calling shmem_finalize
      bfc273d7
  8. Mar 17, 2017
  9. Mar 02, 2017
  10. Feb 28, 2017
  11. Feb 24, 2017
  12. Feb 22, 2017
    • Victor Lopez's avatar
      Modify environment to accept forks. See #64 · 3c3207df
      Victor Lopez authored
      * API now receives a char ***environ
          - if NULL we use setenv
          - if !NULL, we must reallocate the custom environ to add our variable
      * Shared Memory attachment now needs to look to an env. variable
          "LB_PREINIT" and use that value instead of the PID.
          (*) This won't be done in 1.3. To be fixed in 1.4
      * Refactor PreRegister into PreInit
      3c3207df
    • Victor Lopez's avatar
      Add DLB_Drom_PostFinalize API · a36a2285
      Victor Lopez authored
      * Fix dlb_taskset to correctly finalize non-dlb aware applications
      * The API can receive a boolean to determine whether to return the CPUs
      a36a2285
  13. Feb 03, 2017
  14. Jan 26, 2017
  15. Jan 19, 2017
  16. Jan 18, 2017
  17. Jan 12, 2017
  18. Dec 23, 2016
  19. Dec 21, 2016