1. 05 Jun, 2013 23 commits
  2. 29 May, 2013 2 commits
  3. 23 May, 2013 6 commits
  4. 21 May, 2013 2 commits
  5. 20 May, 2013 5 commits
  6. 15 May, 2013 1 commit
  7. 09 May, 2013 1 commit
    • Alessandro Rubini's avatar
      diag.c: honor DIAG_PUTS if provided · feb5ed39
      Alessandro Rubini authored
      if the user passes "-DDIAG_PUTS=sth~ in USER_CFLAGS at build time, al
      diagnostic messages are directed to this special puts (through sprintf
      to a local buffer) instead of going to the normal printf (and thus the
      default puts).
      
      This is going to be used by wrpc-sw, to leave the default output channel
      clean for the user shell.
      
      Unfortunately, frame dumps cannot go to this special puts, as
      lib/dump-funcs.c just call printf and I don't know how to fix that
      without a massive change in the code.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      feb5ed39