1. 01 6月, 2016 1 次提交
  2. 29 5月, 2016 1 次提交
  3. 24 5月, 2016 1 次提交
  4. 21 5月, 2016 1 次提交
  5. 18 5月, 2016 1 次提交
  6. 20 4月, 2016 1 次提交
  7. 08 4月, 2016 1 次提交
    • A
      PPC assembly pack: remove branch hints. · 20b88bb1
      Andy Polyakov 提交于
      As it turns out branch hints grew as kind of a misconception. In
      addition their interpretation by GNU assembler is affected by
      assembler flags and can end up with opposite meaning on different
      processors. As we have to loose quite a lot on misinterprerations,
      especially on newer processors, we just omit them altogether.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      20b88bb1
  8. 16 3月, 2016 2 次提交
  9. 11 3月, 2016 1 次提交
    • R
      Fix some assembler generating scripts for better unification · a5aa63a4
      Richard Levitte 提交于
      Some of these scripts would recognise an output parameter if it looks
      like a file path.  That works both in both the classic and new build
      schemes.  Some fo these scripts would only recognise it if it's a
      basename (i.e. no directory component).  Those need to be corrected,
      as the output parameter in the new build scheme is more likely to
      contain a directory component than not.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      a5aa63a4
  10. 08 3月, 2016 2 次提交
  11. 07 3月, 2016 1 次提交
    • A
      bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking. · adc4f1fc
      Andy Polyakov 提交于
      Some OSes, *cough*-dows, insist on stack being "wired" to
      physical memory in strictly sequential manner, i.e. if stack
      allocation spans two pages, then reference to farmost one can
      be punishable by SEGV. But page walking can do good even on
      other OSes, because it guarantees that villain thread hits
      the guard page before it can make damage to innocent one...
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      adc4f1fc
  12. 02 3月, 2016 1 次提交
  13. 01 3月, 2016 4 次提交
  14. 06 2月, 2016 1 次提交
  15. 22 12月, 2015 1 次提交
  16. 14 12月, 2015 1 次提交
  17. 07 12月, 2015 1 次提交
  18. 03 12月, 2015 1 次提交
  19. 23 11月, 2015 1 次提交
  20. 16 11月, 2015 2 次提交
  21. 24 10月, 2015 1 次提交
  22. 30 9月, 2015 1 次提交
  23. 25 9月, 2015 1 次提交
  24. 14 7月, 2015 1 次提交
  25. 25 5月, 2015 1 次提交
  26. 20 5月, 2015 1 次提交
  27. 13 5月, 2015 1 次提交
  28. 20 4月, 2015 2 次提交
  29. 25 1月, 2015 1 次提交
  30. 22 1月, 2015 2 次提交
  31. 14 1月, 2015 1 次提交
  32. 08 1月, 2015 1 次提交