Skip to content
Snippets Groups Projects
  1. Feb 12, 2019
  2. Feb 06, 2019
  3. Jan 29, 2019
  4. Jan 23, 2019
  5. Jan 13, 2019
  6. 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
  7. Mar 19, 2018
  8. Mar 12, 2018
  9. Mar 10, 2018
  10. Mar 06, 2018
  11. Mar 05, 2018
  12. Feb 20, 2018
  13. Feb 18, 2018
  14. 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
  15. Jan 08, 2018
  16. Dec 11, 2017
  17. Dec 08, 2017
  18. Nov 15, 2017
  19. 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
  20. Oct 26, 2017
  21. Oct 25, 2017
  22. Oct 24, 2017
  23. Oct 23, 2017
  24. Oct 20, 2017
  25. Oct 18, 2017
  26. Sep 10, 2017
  27. Sep 08, 2017
  28. Jul 20, 2017
  29. Jun 23, 2017
  30. Jun 07, 2017
  31. Mar 29, 2017
  32. Mar 28, 2017
  33. Feb 09, 2017
    • George Burgess IV's avatar
      Define HAVE_{STRLCPY,STRLCAT} to 1. · 7b5a7c1b
      George Burgess IV authored
      Bionic has both of these functions; their redeclarations break our
      new-style FORTIFY.
      
      Bug: 32073964
      Test: Builds with new FORITFY
      Change-Id: Ia6e43117012dc83f6f11ae78a74bb1f4b07c75fc
      7b5a7c1b
  34. Nov 23, 2016
  35. Aug 11, 2016
    • Josh Gao's avatar
      Define HAVE_ATTRIBUTE__SENTINEL__ to 1. · 819a147a
      Josh Gao authored
      The #define in config.h for __sentinel__ is incorrect and doesn't
      handle __attribute__((__sentinel__(1))). Since we have the attribute,
      just turn it on.
      
      Change-Id: Ifaced8170a274d2d0e527f892986795aaffedb69
      819a147a
Loading