nuttx-apps/system
Alin Jerpelea 5c936ce0e4 Various fixes (#6)
Author: Gregory Nutt <gnutt@nuttx.org>

    Run all .c and .h affected by this PR through nxstyle.

Author: Alin Jerpelea <alin.jerpelea@sony.com>

    * system/usbmsc: Fix accessing uninitialized pointer
    * fsutils/inifile: Fix a memory leak in inifile error case
    * fsutils/mksmartfs: Fix uninitialized return code
    * system/zmodem: Fix a compile error in zmodem debug enabled
    * nshlib/nsh_fscmds.c: Add syntax check to cp command

    If the destication of NutShell cp command is the same with the source,
    it may cause the file corruption. Add the syntax check of argument to
    avoid this problem.
2020-01-07 09:01:23 -06:00
..
cdcacm Unify the void cast usage 2020-01-02 23:21:01 +08:00
cfgdata Unify the void cast usage 2020-01-02 23:21:01 +08:00
cle apps/system/cle/cle.c: This commit modifies the cle to use the streams file interface more consistently and has removed the observed race conditions. It was previously a mix of streams and fileio. It also simplifies the VT100 cursor position handling. 2019-11-04 11:35:18 -06:00
composite Unify the void cast usage 2020-01-02 23:21:01 +08:00
critmon apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
cu apps/system/cu/cu_main.c: (1) Fix early exit. getc(stdin) can return 0 the first time around. (2) Set optind to zero. getopt() was being left in a bad state, causing parsing errors on second use. (3) Fix priority of cu_listen(). (4) Add suppor for -h. 2019-11-05 07:07:02 -06:00
dhcpc Unify the void cast usage 2020-01-02 23:21:01 +08:00
embedlog nshlib/Kconfig: Add missing NSH_DISABLE_DMESG, typos. 2019-11-08 07:52:22 -06:00
flash_eraseall apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
hex2bin apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
hexed apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
i2c Unify the void cast usage 2020-01-02 23:21:01 +08:00
lm75 apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
lzf Unify the void cast usage 2020-01-02 23:21:01 +08:00
mdio Unify the void cast usage 2020-01-02 23:21:01 +08:00
netdb apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
nsh Unify the void cast usage 2020-01-02 23:21:01 +08:00
ntpc apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
nxplayer Unify the void cast usage 2020-01-02 23:21:01 +08:00
nxrecorder Unify the void cast usage 2020-01-02 23:21:01 +08:00
ping apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
ping6 apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
popen Unify the void cast usage 2020-01-02 23:21:01 +08:00
psmq In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq. 2019-10-17 11:42:49 -06:00
ramtest apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
readline Unify the void cast usage 2020-01-02 23:21:01 +08:00
sched_note Unify the void cast usage 2020-01-02 23:21:01 +08:00
setlogmask apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
spi Unify the void cast usage 2020-01-02 23:21:01 +08:00
stackmonitor apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
system Unify the void cast usage 2020-01-02 23:21:01 +08:00
taskset Unify the void cast usage 2020-01-02 23:21:01 +08:00
tee Unify the void cast usage 2020-01-02 23:21:01 +08:00
telnet apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
termcurses In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq. 2019-10-17 11:42:49 -06:00
ubloxmodem apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
usbmsc Various fixes (#6) 2020-01-07 09:01:23 -06:00
usrsock_rpmsg apps/system/usrsock_rpmsg/usrsock_rpmsg_server.c: Fix usrsock_rpmsg_server.c:554:7: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]. 2019-11-11 09:06:18 -06:00
vi Unify the void cast usage 2020-01-02 23:21:01 +08:00
zmodem Various fixes (#6) 2020-01-07 09:01:23 -06:00
.gitignore Recursive Kconfig autogeneration 2016-06-02 16:34:00 +02:00
Make.defs Restore apps/system/flash_eraseall/ using new IOCTL wrapper 2016-06-03 08:15:37 -06:00
Makefile Rearrange to eliminate Kmenu files 2016-06-09 08:59:16 -06:00