Skip to content
Snippets Groups Projects
  1. Jun 30, 2015
  2. Feb 12, 2014
  3. Feb 11, 2014
  4. Dec 16, 2013
  5. Nov 07, 2013
  6. Nov 01, 2013
  7. Oct 01, 2013
  8. May 09, 2013
  9. Apr 26, 2013
  10. Apr 03, 2013
  11. Mar 18, 2013
    • Alessandro Rubini's avatar
      kill mprintf, since pp_printf is better and solid · 634b29f2
      Alessandro Rubini authored and Grzegorz Daniluk's avatar Grzegorz Daniluk committed
      
      mprintf is of uncertain copyright status, and that's why
      we added pp_printf (actually, that's why I picked pp_printf
      fro ptp-proposal and made it a standalone thing).
      
      Now that everyone involved confirms pp_printf is well tested,
      let's remove mprintf.  We still accept mprintf in the callers,
      because the name is used by our ptp-noposix submodule, and I'm
      sure people has it in their fingers and it will appear again.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      634b29f2
  12. Mar 07, 2013
  13. Feb 20, 2013
  14. Feb 19, 2013
  15. Feb 14, 2013
  16. Feb 12, 2013
  17. Nov 23, 2012
  18. Nov 21, 2012
  19. Nov 01, 2012
  20. Oct 16, 2012
  21. Oct 05, 2012
    • Alessandro Rubini's avatar
      Run ./scripts/Lindent on all .c and .h files · e625cbd9
      Alessandro Rubini authored
      
      This is massive: 4k lines changed (but only 840 if you ignore
      space-only changes).  In this case "git blame -w" won't always find
      the right patch, and it may fall on this patch -- because those
      800 lines changed in content too.
      
      This has been done with
      
         find . -name '*.[ch]' | xargs -n 1 ./scripts/Lindent
      
      Statistics: all changes and ignoring blank space:
      
         morgana% git diff --stat HEAD~1 | tail -1
          77 files changed, 3774 insertions(+), 3709 deletions(-)
         morgana% git diff -w --stat HEAD~1 | tail -1
          61 files changed, 894 insertions(+), 829 deletions(-)
      
      However, after this step I hand-fixed some very ugly long expressions
      (leaving them long: no content change at all is there).
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      e625cbd9
    • Alessandro Rubini's avatar
      Remove all spaces at end-of-line · 1d24ecfb
      Alessandro Rubini authored
      If you find this patch with "git blame" please use "git blame -w"
      to have all white-space ignored while associating lines to commits.
      
      This commit has no practical effect but cleanup. I made it
      with sed like this:
      
        git grep -l '[ \t]$' | xargs sed -i 's/[ \t]*$//'
      
      However, I had to manually restore doc/wrpc_mon.png after the fact.
      Similarly, I restored the include/hw/*regs.h files, as they
      are (most likely) auto-generated.
      1d24ecfb
  22. Jul 12, 2012
  23. Jul 11, 2012
  24. Jul 09, 2012
  25. Jul 05, 2012