[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Shell-Änderungen aus dem LIOv2-Branch



Kevin Wolf (2):
  shell: bincat: Kein fseek auf NULL aufrufen
  shell: Neuer Befehl sync

 src/modules/c/shell/cmds/bincat.c  |   51 +++++++++++++++---------------
 src/modules/c/shell/cmds/sync.c    |   61 ++++++++++++++++++++++++++++++++++++
 src/modules/c/shell/commmands.c    |    1 +
 src/modules/c/shell/lang/lang_en.c |    1 +
 src/modules/c/shell/shell.c        |    1 +
 src/modules/c/shell/shell.h        |    1 +
 6 files changed, 91 insertions(+), 25 deletions(-)
 create mode 100644 src/modules/c/shell/cmds/sync.c