This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 1a9267d net/local: Add an option to specify the prefix of named pipe
new 789d375 binfmt: libnxflat: nxstyle error fix
new a544c3f fs: nxffs: nxstyle error fix
new f9fb182 Author: Gregory Nutt: update licenses to Apache
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
binfmt/Makefile | 40 +++++++--------------
binfmt/binfmt.h | 43 ++++++++--------------
binfmt/binfmt_copyargv.c | 39 +++++++-------------
binfmt/binfmt_dumpmodule.c | 39 +++++++-------------
binfmt/binfmt_exec.c | 40 +++++++--------------
binfmt/binfmt_execsymtab.c | 39 +++++++-------------
binfmt/binfmt_exit.c | 39 +++++++-------------
binfmt/binfmt_globals.c | 39 +++++++-------------
binfmt/binfmt_loadmodule.c | 39 +++++++-------------
binfmt/binfmt_register.c | 39 +++++++-------------
binfmt/binfmt_unloadmodule.c | 39 +++++++-------------
binfmt/binfmt_unregister.c | 39 +++++++-------------
binfmt/builtin.c | 39 +++++++-------------
binfmt/elf.c | 39 +++++++-------------
binfmt/libelf/Make.defs | 39 +++++++-------------
binfmt/libelf/gnu-elf.ld | 39 +++++++-------------
binfmt/libelf/libelf.h | 43 ++++++++--------------
binfmt/libelf/libelf_addrenv.c | 39 +++++++-------------
binfmt/libelf/libelf_bind.c | 39 +++++++-------------
binfmt/libelf/libelf_ctors.c | 39 +++++++-------------
binfmt/libelf/libelf_dtors.c | 39 +++++++-------------
binfmt/libelf/libelf_init.c | 39 +++++++-------------
binfmt/libelf/libelf_iobuffer.c | 39 +++++++-------------
binfmt/libelf/libelf_load.c | 39 +++++++-------------
binfmt/libelf/libelf_read.c | 39 +++++++-------------
binfmt/libelf/libelf_sections.c | 39 +++++++-------------
binfmt/libelf/libelf_symbols.c | 39 +++++++-------------
binfmt/libelf/libelf_uninit.c | 39 +++++++-------------
binfmt/libelf/libelf_unload.c | 39 +++++++-------------
binfmt/libelf/libelf_verify.c | 39 +++++++-------------
binfmt/libnxflat/Make.defs | 39 +++++++-------------
binfmt/libnxflat/gnu-nxflat-gotoff.ld | 39 +++++++-------------
binfmt/libnxflat/gnu-nxflat-pcrel.ld | 39 +++++++-------------
binfmt/libnxflat/libnxflat.h | 49 ++++++++++---------------
binfmt/libnxflat/libnxflat_addrenv.c | 42 ++++++++--------------
binfmt/libnxflat/libnxflat_init.c | 39 +++++++-------------
binfmt/libnxflat/libnxflat_load.c | 39 +++++++-------------
binfmt/libnxflat/libnxflat_read.c | 39 +++++++-------------
binfmt/libnxflat/libnxflat_uninit.c | 39 +++++++-------------
binfmt/libnxflat/libnxflat_unload.c | 39 +++++++-------------
binfmt/libnxflat/libnxflat_verify.c | 39 +++++++-------------
binfmt/nxflat.c | 39 +++++++-------------
fs/Makefile | 40 +++++++--------------
fs/aio/Make.defs | 43 ++++++++--------------
fs/aio/aio_fsync.c | 43 ++++++++--------------
fs/aio/aio_queue.c | 39 +++++++-------------
fs/aio/aio_read.c | 39 +++++++-------------
fs/aio/aio_write.c | 39 +++++++-------------
fs/binfs/Make.defs | 39 +++++++-------------
fs/binfs/fs_binfs.c | 40 +++++++--------------
fs/cromfs/Make.defs | 39 +++++++-------------
fs/cromfs/cromfs.h | 39 +++++++-------------
fs/dirent/Make.defs | 39 +++++++-------------
fs/dirent/fs_closedir.c | 44 ++++++++---------------
fs/driver/Make.defs | 39 +++++++-------------
fs/driver/driver.h | 44 ++++++++---------------
fs/driver/fs_closeblockdriver.c | 42 ++++++++--------------
fs/driver/fs_findmtddriver.c | 39 +++++++-------------
fs/driver/fs_openblockdriver.c | 39 +++++++-------------
fs/fat/Make.defs | 39 +++++++-------------
fs/fs_initialize.c | 39 +++++++-------------
fs/inode/Make.defs | 39 +++++++-------------
fs/inode/fs_inodebasename.c | 39 +++++++-------------
fs/inode/fs_inodefree.c | 39 +++++++-------------
fs/inode/fs_inoderemove.c | 39 +++++++-------------
fs/inode/fs_inodereserve.c | 40 +++++++--------------
fs/inode/fs_inodesearch.c | 40 +++++++--------------
fs/mmap/Make.defs | 39 +++++++-------------
fs/mmap/fs_mmap.c | 39 +++++++-------------
fs/mmap/fs_munmap.c | 43 ++++++++--------------
fs/mmap/fs_rammap.c | 39 +++++++-------------
fs/mmap/fs_rammap.h | 45 ++++++++---------------
fs/mount/Make.defs | 39 +++++++-------------
fs/mount/fs_foreachmountpoint.c | 39 +++++++-------------
fs/mount/fs_gettype.c | 39 +++++++-------------
fs/mount/fs_procfs_mount.c | 39 +++++++-------------
fs/mount/mount.h | 39 +++++++-------------
fs/mqueue/Make.defs | 39 +++++++-------------
fs/mqueue/mqueue.h | 39 +++++++-------------
fs/nfs/Make.defs | 39 +++++++-------------
fs/nxffs/Make.defs | 39 +++++++-------------
fs/nxffs/nxffs.h | 46 ++++++++----------------
fs/nxffs/nxffs_block.c | 41 +++++++--------------
fs/nxffs/nxffs_blockstats.c | 41 +++++++--------------
fs/nxffs/nxffs_cache.c | 45 ++++++++---------------
fs/nxffs/nxffs_dirent.c | 41 +++++++--------------
fs/nxffs/nxffs_dump.c | 67 ++++++++++++++++-------------------
fs/nxffs/nxffs_initialize.c | 42 +++++++---------------
fs/nxffs/nxffs_inode.c | 41 +++++++--------------
fs/nxffs/nxffs_ioctl.c | 41 +++++++--------------
fs/nxffs/nxffs_open.c | 45 ++++++++---------------
fs/nxffs/nxffs_pack.c | 45 ++++++++---------------
fs/nxffs/nxffs_read.c | 41 +++++++--------------
fs/nxffs/nxffs_reformat.c | 41 +++++++--------------
fs/nxffs/nxffs_stat.c | 41 +++++++--------------
fs/nxffs/nxffs_truncate.c | 41 +++++++--------------
fs/nxffs/nxffs_unlink.c | 41 +++++++--------------
fs/nxffs/nxffs_util.c | 45 ++++++++---------------
fs/nxffs/nxffs_write.c | 45 ++++++++---------------
fs/procfs/Make.defs | 39 +++++++-------------
fs/procfs/fs_procfscpuload.c | 39 +++++++-------------
fs/procfs/fs_procfscritmon.c | 39 +++++++-------------
fs/procfs/fs_procfsuptime.c | 39 +++++++-------------
fs/procfs/fs_procfsutil.c | 39 +++++++-------------
fs/procfs/fs_procfsversion.c | 39 +++++++-------------
fs/romfs/Make.defs | 39 +++++++-------------
fs/romfs/fs_romfs.c | 42 +++++++---------------
fs/romfs/fs_romfs.h | 41 +++++++--------------
fs/semaphore/Make.defs | 39 +++++++-------------
fs/semaphore/semaphore.h | 39 +++++++-------------
fs/shm/Make.defs | 39 +++++++-------------
fs/smartfs/Make.defs | 39 +++++++-------------
fs/spiffs/Make.defs | 39 +++++++-------------
fs/spiffs/src/spiffs_cache.h | 43 ++++++++--------------
fs/spiffs/src/spiffs_check.h | 43 ++++++++--------------
fs/spiffs/src/spiffs_gc.h | 43 ++++++++--------------
fs/spiffs/src/spiffs_mtd.c | 39 +++++++-------------
fs/spiffs/src/spiffs_mtd.h | 43 ++++++++--------------
fs/tmpfs/Make.defs | 39 +++++++-------------
fs/tmpfs/fs_tmpfs.h | 39 +++++++-------------
fs/unionfs/Make.defs | 39 +++++++-------------
fs/userfs/Make.defs | 39 +++++++-------------
fs/userfs/fs_userfs.c | 39 +++++++-------------
fs/userfs/userfs.h | 39 +++++++-------------
fs/vfs/Make.defs | 39 +++++++-------------
fs/vfs/fs_close.c | 43 ++++++++--------------
fs/vfs/fs_dup.c | 39 +++++++-------------
fs/vfs/fs_dup2.c | 40 +++++++--------------
fs/vfs/fs_fcntl.c | 40 +++++++--------------
fs/vfs/fs_fstatfs.c | 39 +++++++-------------
fs/vfs/fs_fsync.c | 40 +++++++--------------
fs/vfs/fs_getfilep.c | 39 +++++++-------------
fs/vfs/fs_ioctl.c | 40 +++++++--------------
fs/vfs/fs_lseek.c | 43 ++++++++--------------
fs/vfs/fs_open.c | 40 +++++++--------------
fs/vfs/fs_poll.c | 39 +++++++-------------
fs/vfs/fs_pread.c | 39 +++++++-------------
fs/vfs/fs_pwrite.c | 39 +++++++-------------
fs/vfs/fs_read.c | 48 +++++++++----------------
fs/vfs/fs_readlink.c | 39 +++++++-------------
fs/vfs/fs_select.c | 39 +++++++-------------
fs/vfs/fs_sendfile.c | 40 +++++++--------------
fs/vfs/fs_statfs.c | 39 +++++++-------------
fs/vfs/fs_truncate.c | 39 +++++++-------------
fs/vfs/fs_write.c | 44 ++++++++---------------
145 files changed, 1816 insertions(+), 4034 deletions(-)