drop unnecessary executable file permission mode

Change-Id: Ia6c1f6302407a707b3ec9b805f4c92d8a7970b86
This commit is contained in:
Caoruihong 2020-10-13 11:31:15 +08:00
parent ba0efaa706
commit 63bd69267a
473 changed files with 0 additions and 0 deletions

0
.gitee/ISSUE_TEMPLATE.zh-CN.md Executable file → Normal file
View File

0
.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
BUILD.gn Executable file → Normal file
View File

0
Kconfig Executable file → Normal file
View File

0
Makefile Executable file → Normal file
View File

0
apps/Makefile Executable file → Normal file
View File

0
apps/config.mk Executable file → Normal file
View File

0
apps/init/Makefile Executable file → Normal file
View File

0
apps/init/src/init.c Executable file → Normal file
View File

0
apps/module.mk Executable file → Normal file
View File

0
apps/shell/Makefile Executable file → Normal file
View File

0
apps/shell/builtin/cd.c Executable file → Normal file
View File

0
apps/shell/include/shcmd.h Executable file → Normal file
View File

0
apps/shell/include/shcmdparse.h Executable file → Normal file
View File

0
apps/shell/include/shell.h Executable file → Normal file
View File

0
apps/shell/include/shell_list.h Executable file → Normal file
View File

0
apps/shell/include/shell_pri.h Executable file → Normal file
View File

0
apps/shell/include/sherr.h Executable file → Normal file
View File

0
apps/shell/include/shmsg.h Executable file → Normal file
View File

0
apps/shell/include/show.h Executable file → Normal file
View File

0
apps/shell/src/main.c Executable file → Normal file
View File

0
apps/shell/src/shcmd.c Executable file → Normal file
View File

0
apps/shell/src/shcmdparse.c Executable file → Normal file
View File

0
apps/shell/src/shmsg.c Executable file → Normal file
View File

0
arch/Kconfig Executable file → Normal file
View File

0
arch/arm/Kconfig Executable file → Normal file
View File

0
arch/arm/arm.mk Executable file → Normal file
View File

0
arch/arm/arm/Makefile Executable file → Normal file
View File

0
arch/arm/arm/include/arch_config.h Executable file → Normal file
View File

0
arch/arm/arm/include/arm.h Executable file → Normal file
View File

0
arch/arm/arm/include/arm_user_copy.h Executable file → Normal file
View File

0
arch/arm/arm/include/arm_user_get.h Executable file → Normal file
View File

0
arch/arm/arm/include/arm_user_put.h Executable file → Normal file
View File

0
arch/arm/arm/include/los_arch_mmu.h Executable file → Normal file
View File

0
arch/arm/arm/include/los_asid.h Executable file → Normal file
View File

0
arch/arm/arm/include/los_atomic.h Executable file → Normal file
View File

0
arch/arm/arm/include/los_hw_cpu.h Executable file → Normal file
View File

0
arch/arm/arm/include/los_mmu_descriptor_v6.h Executable file → Normal file
View File

0
arch/arm/arm/include/los_pte_ops.h Executable file → Normal file
View File

0
arch/arm/arm/include/los_tlb_v6.h Executable file → Normal file
View File

0
arch/arm/arm/src/armv7a/cache.S Executable file → Normal file
View File

0
arch/arm/arm/src/hw_user_get.S Executable file → Normal file
View File

0
arch/arm/arm/src/hw_user_put.S Executable file → Normal file
View File

0
arch/arm/arm/src/include/asm.h Executable file → Normal file
View File

0
arch/arm/arm/src/include/los_exc_pri.h Executable file → Normal file
View File

0
arch/arm/arm/src/include/los_hw_pri.h Executable file → Normal file
View File

0
arch/arm/arm/src/include/los_hwi_pri.h Executable file → Normal file
View File

0
arch/arm/arm/src/jmp.S Executable file → Normal file
View File

0
arch/arm/arm/src/los_arch_mmu.c Executable file → Normal file
View File

0
arch/arm/arm/src/los_asid.c Executable file → Normal file
View File

0
arch/arm/arm/src/los_dispatch.S Executable file → Normal file
View File

0
arch/arm/arm/src/los_exc.c Executable file → Normal file
View File

0
arch/arm/arm/src/los_hw.c Executable file → Normal file
View File

0
arch/arm/arm/src/los_hw_exc.S Executable file → Normal file
View File

0
arch/arm/arm/src/los_hw_runstop.S Executable file → Normal file
View File

0
arch/arm/arm/src/los_hw_tick.c Executable file → Normal file
View File

0
arch/arm/arm/src/los_hwi.c Executable file → Normal file
View File

0
arch/arm/arm/src/startup/reset_vector_mp.S Executable file → Normal file
View File

0
arch/arm/arm/src/startup/reset_vector_up.S Executable file → Normal file
View File

0
arch/arm/arm/src/strncpy_from_user.c Executable file → Normal file
View File

0
arch/arm/arm/src/strnlen_user.c Executable file → Normal file
View File

0
arch/arm/arm/src/user_copy.c Executable file → Normal file
View File

0
arch/arm/include/in_cksum.h Executable file → Normal file
View File

0
arch/arm/include/los_exc.h Executable file → Normal file
View File

0
arch/arm/include/los_hw.h Executable file → Normal file
View File

0
arch/arm/include/los_hw_arch.h Executable file → Normal file
View File

0
arch/arm/include/los_hw_tick_pri.h Executable file → Normal file
View File

0
arch/arm/include/los_hwi.h Executable file → Normal file
View File

0
arch/arm/include/los_strncpy_from_user.h Executable file → Normal file
View File

0
arch/arm/include/los_strnlen_user.h Executable file → Normal file
View File

0
arch/arm/include/los_sys_stack_pri.h Executable file → Normal file
View File

0
arch/arm/include/los_user_get.h Executable file → Normal file
View File

0
arch/arm/include/los_user_put.h Executable file → Normal file
View File

0
arch/arm/include/user_copy.h Executable file → Normal file
View File

0
arch/cpu.mk Executable file → Normal file
View File

0
bsd/Kconfig Executable file → Normal file
View File

0
bsd/Makefile Executable file → Normal file
View File

0
bsd/compat/linuxkpi/Makefile Executable file → Normal file
View File

0
bsd/dev/usb/Kconfig Executable file → Normal file
View File

0
bsd/dev/usb/Makefile Executable file → Normal file
View File

0
compat/posix/Kconfig Executable file → Normal file
View File

0
compat/posix/Makefile Executable file → Normal file
View File

0
compat/posix/include/mqueue.h Executable file → Normal file
View File

0
compat/posix/include/time_posix.h Executable file → Normal file
View File

0
compat/posix/src/map_error.c Executable file → Normal file
View File

0
compat/posix/src/map_error.h Executable file → Normal file
View File

0
compat/posix/src/misc.c Executable file → Normal file
View File

0
compat/posix/src/mqueue.c Executable file → Normal file
View File

0
compat/posix/src/posix_memalign.c Executable file → Normal file
View File

0
compat/posix/src/pprivate.h Executable file → Normal file
View File

0
compat/posix/src/pthread.c Executable file → Normal file
View File

0
compat/posix/src/pthread_attr.c Executable file → Normal file
View File

0
compat/posix/src/pthread_cond.c Executable file → Normal file
View File

0
compat/posix/src/pthread_mutex.c Executable file → Normal file
View File

0
compat/posix/src/sched.c Executable file → Normal file
View File

0
compat/posix/src/semaphore.c Executable file → Normal file
View File

0
compat/posix/src/socket.c Executable file → Normal file
View File

0
compat/posix/src/time.c Executable file → Normal file
View File

0
config.mk Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More