1. 16 7月, 2023 1 次提交
  2. 15 7月, 2023 1 次提交
  3. 30 6月, 2023 1 次提交
  4. 21 6月, 2023 2 次提交
  5. 06 6月, 2023 1 次提交
  6. 02 6月, 2023 1 次提交
  7. 01 6月, 2023 2 次提交
  8. 30 5月, 2023 1 次提交
  9. 19 5月, 2023 4 次提交
  10. 09 5月, 2023 1 次提交
    • H
      Fix dynamic loading functions of libnetsys_client.z.so by saving them globally · b5856528
      hongbinj 提交于
      Before this fix, every call to libnetsys_client.z.so's functions involves
      loading the lib, searching symbols and unloading the lib. Assuming debugging a
      process with lldb, it will hurt the debugging performance because lldb stops at
      dlopen and dlcose (lldb inserts internal breakpoints to know which shared
      library is loaded or unloaded). It is fixed by storing the handle to the lib and
      function pointers globally.
      
      Issue: I6XDBW
      Test: passed most test cases of libc-test with 4 anticipated cases failed
      Signed-off-by: Nhongbinj <jinhongbin2@huawei.com>
      b5856528
  11. 08 5月, 2023 1 次提交
  12. 04 5月, 2023 1 次提交
  13. 17 4月, 2023 1 次提交
  14. 13 4月, 2023 1 次提交
    • H
      Fix crash that invalid func ptr when dso has dlclosed · 82c18939
      hhj 提交于
      Use atexit to register some callback from dso, but there is no
      unregister interface. After this dso closed, this callback in
      atexit callback chain is invalidate. This workround will save
      the dso that the callback come from, then when dso closed, the
      relative callbacks would cleared.
      
      Issue: #I6UEZQ
      Test:register atexit cb, then dlclose this dso
      Signed-off-by: Nhhj <huanghuijin@huawei.com>
      Change-Id: I0dfc15366dd51bbe677b9700131fbaf57622499c
      82c18939
  15. 30 3月, 2023 1 次提交
    • M
      Fix libc-test · b58e88a6
      maweiye 提交于
      Modify runtest_Windows.bat to push test_dcngettext.mo to '/tmp';
      Create /etc/shadow for getspnam_r;
      Cancel 6 test shield and add 2 new.
      
      Issue: I6L8HT
      Test: Pass: 1156/1160
      Signed-off-by: Nmaweiye <maweiye@huawei.com>
      b58e88a6
  16. 28 3月, 2023 2 次提交
  17. 24 3月, 2023 1 次提交
  18. 03 3月, 2023 1 次提交
  19. 01 3月, 2023 1 次提交
  20. 27 2月, 2023 1 次提交
    • M
      Fix get_nprocs_conf · 28473f43
      maweiye 提交于
      Modify the get_nprocs_conf to count the number of cpuNN directories.
      Modify the get_nprocs to read the number of CPUs in the online file.
      
      Issue:I6FACP
      Test:pass
      Signed-off-by: Nmaweiye <maweiye@huawei.com>
      28473f43
  21. 23 2月, 2023 1 次提交
  22. 21 2月, 2023 2 次提交
  23. 18 2月, 2023 3 次提交
  24. 13 2月, 2023 1 次提交
  25. 10 2月, 2023 1 次提交
  26. 09 2月, 2023 1 次提交
  27. 08 2月, 2023 1 次提交
  28. 03 2月, 2023 2 次提交
  29. 01 2月, 2023 2 次提交