2 May 2010 10:56
einige Patches für Ethersex
Hi,
hier wieder mal einige Patches für ethersex:
* 0001-ntp-status-print-uint16_t-variables-as-u.patch
consistently use %u for uint16_t variables in "ntp status"
Ziel: Konsistenz; keine Logikänderung
* 0002-clock.c-unindent-preprocessor-directives.patch
Have precprocessor directives start in first column
for consistency and easier detection.
In addition remove a spurious '#'.
Ziel: Konsistenz; keine Logikänderung
* 0003-ntp-status-convert-to-clean-multi-line-output.patch
Convert 'ntp status' to clean multi-line output with sequences of
ECMD_AGAIN() followed by a final ECMD_FINAL() to avoid having all
but the first line indented on e.g. serial connections that expect
"\r\n" for a line break.
In addition to that this fixes an overflow of the output buffer.
Ziel: saubere Darstellung auf allen Kanälen (auch seriell);
Fehlerbehebung: overflow im output buffer
* 0004-time-allow-optional-argument-to-set-the-time.patch
Make 'settime' obsolete by making 'time' bivalent: without an argument it
displays the time, with an argument it sets the time to the value given.
This behaviour is consistent with various other ECMD commands, e.g.
(Continue reading)
RSS Feed