Skip to content
Snippets Groups Projects
  1. Mar 05, 2016
  2. Mar 03, 2016
  3. Feb 29, 2016
  4. Feb 20, 2016
  5. Feb 14, 2016
  6. Feb 07, 2016
  7. Feb 01, 2016
  8. Jan 24, 2016
  9. Jan 21, 2016
  10. Jan 10, 2016
  11. Jan 03, 2016
  12. Dec 28, 2015
  13. Dec 21, 2015
  14. Dec 17, 2015
  15. Dec 14, 2015
  16. Dec 10, 2015
  17. Dec 06, 2015
  18. Nov 30, 2015
  19. Nov 23, 2015
  20. Nov 16, 2015
  21. Nov 02, 2015
  22. Oct 25, 2015
  23. Oct 18, 2015
  24. Oct 11, 2015
  25. Oct 08, 2015
  26. Oct 04, 2015
  27. Oct 01, 2015
  28. Sep 28, 2015
    • Ben Hutchings's avatar
      DocBook: Use a fixed encoding for output · b479bfd0
      Ben Hutchings authored
      
      Currently the encoding of documents generated by DocBook depends on
      the current locale.  Make the output reproducible independently of
      the locale, by setting the encoding to UTF-8 (LC_CTYPE=C.UTF-8) by
      preference, or ASCII (LC_CTYPE=C) as a fallback.
      
      LC_CTYPE can normally be overridden by LC_ALL, but the top-level
      Makefile unsets that.
      
      Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
      [jc: added check-lc_ctype to .gitignore]
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      b479bfd0
  29. Sep 27, 2015
  30. Sep 20, 2015
  31. Sep 12, 2015
  32. Sep 04, 2015
  33. Aug 30, 2015
  34. Aug 28, 2015
  35. Aug 24, 2015
  36. Aug 16, 2015
  37. Aug 14, 2015
  38. Aug 09, 2015
  39. Aug 07, 2015
    • David Woodhouse's avatar
      modsign: Use single PEM file for autogenerated key · fb117949
      David Woodhouse authored
      
      The current rule for generating signing_key.priv and signing_key.x509 is
      a classic example of a bad rule which has a tendency to break parallel
      make. When invoked to create *either* target, it generates the other
      target as a side-effect that make didn't predict.
      
      So let's switch to using a single file signing_key.pem which contains
      both key and certificate. That matches what we do in the case of an
      external key specified by CONFIG_MODULE_SIG_KEY anyway, so it's also
      slightly cleaner.
      
      Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
      Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
      fb117949
Loading