Skip to content
  1. May 12, 2017
    • Sebastien Lorquet's avatar
      si4463 default syncword setting · e6e31721
      Sebastien Lorquet authored
      e6e31721
    • Gregory Nutt's avatar
      Bitbucket Issue 47: Some of last syslog changes needed to be condition on... · c84a3e35
      Gregory Nutt authored
      Bitbucket Issue 47: Some of last syslog changes needed to be condition on #ifdef CONFIG_SYSLOG_BUFFER in order to be built without syslog buffering enabled.
      c84a3e35
    • Gregory Nutt's avatar
      syslog: There is yet another place where the output can get split. That is... · 1c985952
      Gregory Nutt authored
      syslog:  There is yet another place where the output can get split.  That is in syslog_dev_write():  It will break up the stream to insert a CR before the LF.  This can that can be avoid be generating the CR-LF sequence in the buffer and then detecting and ignoring valid CR-LF sequences, rather than expecting syslog_dev_write() to insert the CR in this case.
      
      I don't like the idea that syslog_dev_write() still scans the entire output buffer to expand CR-LF sequence.  This seems really wasteful, especially in this case where we can be sure that the is no CR or LF without a matching LF or CR.  Bu, I think, the existing behavior in syslog_dev_write() must be retained because it is needed in other contexts.
      1c985952
    • Gregory Nutt's avatar
      syslog: Avoid flushing syslog_stream buffer, if possible, until lib_vsprintf()... · 0fc068cc
      Gregory Nutt authored
      syslog: Avoid flushing syslog_stream buffer, if possible, until lib_vsprintf() completely parses the format.  This assures that the flush will flush the entire output, even data that may potentially follow the linefeed.  And, in that case, it cannot be interleaved with other devug output.  Suggested by Jussi Kivilinna.
      0fc068cc
  2. May 11, 2017
  3. May 10, 2017
  4. May 09, 2017
  5. May 08, 2017
  6. May 06, 2017
  7. May 05, 2017
  8. May 04, 2017
  9. May 03, 2017
  10. May 02, 2017