Skip to content
Snippets Groups Projects
  1. Apr 11, 2019
  2. Apr 08, 2019
  3. Apr 06, 2019
  4. Apr 04, 2019
  5. Feb 12, 2019
  6. Feb 06, 2019
  7. Jan 29, 2019
  8. Jan 23, 2019
  9. Jan 13, 2019
  10. Jan 12, 2019
    • Jiyong Park's avatar
      Add libc.bootstrap only for Q and beyond · 3173e4c2
      Jiyong Park authored
      Test: m on pi-dev
      Test: m on master
      Test: m on cw-f-dev
      
      Change-Id: Ia0b02320b0bb06cac8e1fded09d609a1418928a3
      3173e4c2
    • Jiyong Park's avatar
      Fix build breakage · bdff1786
      Jiyong Park authored
      sshd is using the symbol arc4random_stir which is not exposed from the
      libc in the runtime APEX. Override this by directly linking to the
      bootstrap bionic which exposes the symbol
      
      Test: m sshd
      Change-Id: I37ae12f1d979725e6396ccab20c6ea57d84724a6
      bdff1786
  11. Mar 19, 2018
  12. Mar 12, 2018
  13. Mar 10, 2018
  14. Mar 06, 2018
  15. Mar 05, 2018
  16. Feb 20, 2018
  17. Feb 18, 2018
  18. Feb 15, 2018
    • Elliott Hughes's avatar
      Remove assumption that _PATH_BSHELL is a compile-time constant. · f11ba899
      Elliott Hughes authored
      The alternative would be to build sshd using the (V)NDK, and I initially
      went down that route but the because (a) we build sshd for API level 19
      and (b) there are a couple of dependencies on non-NDK libraries/headers,
      that's a significantly larger and more complicated change.
      
      One day, when we don't have to support anything older than API 23 we
      can remove most/all of the Android-specific changes in this project,
      at which time we should drop this change and just build with the (V)NDK.
      
      Bug: http://b/67975799
      Test: builds
      Change-Id: If6be7947e69b24cfa514a17bee6fef3cfbddc236
      f11ba899
  19. Jan 08, 2018
  20. Dec 11, 2017
  21. Dec 08, 2017
  22. Nov 15, 2017
  23. Nov 11, 2017
    • Chih-Hung Hsieh's avatar
      Use -Werror and -Wno-error in external/openssh · 596e9161
      Chih-Hung Hsieh authored
      * Suppress non-critical warnings.
      * Keep other warnings to fix later.
      * Some warnings cannot be suppressed so we added -Wno-error at the end.
      
      Bug: 66996870
      Test: build with WITH_TIDY=1
      Change-Id: I746ba8f7dc48232678af87749ef23789ee982aa7
      596e9161
  24. Oct 26, 2017
  25. Oct 25, 2017
  26. Oct 24, 2017
  27. Oct 23, 2017
  28. Oct 20, 2017
  29. Oct 18, 2017
  30. Sep 10, 2017
  31. Sep 08, 2017
  32. Jul 20, 2017
  33. Jun 23, 2017
  34. Jun 07, 2017
  35. Mar 29, 2017
Loading