1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 10 9月, 2019 1 次提交
  7. 21 7月, 2019 1 次提交
  8. 10 12月, 2018 1 次提交
  9. 23 8月, 2018 1 次提交
  10. 14 4月, 2018 1 次提交
  11. 21 3月, 2018 1 次提交
    • M
      Add dladdr() for AIX · 4af14b7b
      Matthias Kraft 提交于
      Although it deviates from the actual prototype of DSO_dsobyaddr(), this
      is now ISO C compliant and gcc -Wpedantic accepts the code.
      
      Added DATA segment checking to catch ptrgl virtual addresses. Avoid
      memleaks with every AIX/dladdr() call. Removed debug-fprintf()s.
      Added test case for DSO_dsobyaddr(), which will eventually call dladdr().
      Removed unecessary AIX ifdefs again.
      
      The implementation can only lookup function symbols, no data symbols.
      Added PIC-flag to aix*-cc build targets.
      
      As AIX is missing a dladdr() implementation it is currently uncertain our
      exit()-handlers can still be called when the application exits. After
      dlclose() the whole library might have been unloaded already.
      Signed-off-by: NMatthias Kraft <makr@gmx.eu>
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5668)
      4af14b7b
  12. 18 10月, 2017 1 次提交
  13. 09 10月, 2017 1 次提交
  14. 15 9月, 2017 1 次提交
  15. 14 9月, 2017 1 次提交
  16. 03 11月, 2016 1 次提交
  17. 18 5月, 2016 1 次提交
  18. 23 3月, 2016 3 次提交
  19. 19 2月, 2016 1 次提交
  20. 04 2月, 2016 1 次提交
  21. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  22. 18 12月, 2015 1 次提交
  23. 10 11月, 2015 1 次提交
  24. 14 5月, 2015 1 次提交
  25. 01 5月, 2015 1 次提交
  26. 17 3月, 2015 1 次提交
  27. 31 1月, 2015 1 次提交
  28. 22 1月, 2015 2 次提交
  29. 30 12月, 2014 1 次提交
  30. 22 12月, 2014 1 次提交
  31. 20 5月, 2014 1 次提交
  32. 13 2月, 2011 1 次提交
  33. 02 2月, 2011 1 次提交
  34. 29 3月, 2010 1 次提交
  35. 04 10月, 2009 1 次提交
  36. 16 7月, 2009 1 次提交