1. 31 7月, 2023 1 次提交
  2. 28 7月, 2023 1 次提交
  3. 23 7月, 2023 1 次提交
  4. 16 7月, 2023 1 次提交
  5. 15 7月, 2023 1 次提交
  6. 21 6月, 2023 1 次提交
  7. 06 6月, 2023 1 次提交
  8. 02 6月, 2023 1 次提交
  9. 01 6月, 2023 2 次提交
  10. 19 5月, 2023 2 次提交
  11. 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
  12. 04 5月, 2023 1 次提交
  13. 17 4月, 2023 1 次提交
  14. 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
  15. 28 3月, 2023 1 次提交
  16. 24 3月, 2023 1 次提交
  17. 01 3月, 2023 1 次提交
  18. 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
  19. 23 2月, 2023 1 次提交
  20. 21 2月, 2023 2 次提交
  21. 18 2月, 2023 3 次提交
  22. 13 2月, 2023 1 次提交
  23. 10 2月, 2023 1 次提交
  24. 09 2月, 2023 1 次提交
  25. 08 2月, 2023 1 次提交
  26. 03 2月, 2023 2 次提交
  27. 01 2月, 2023 2 次提交
  28. 29 1月, 2023 1 次提交
  29. 19 1月, 2023 1 次提交
  30. 18 1月, 2023 3 次提交
  31. 13 1月, 2023 1 次提交