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
kernel/base/BUILD.gn Executable file → Normal file
View File

0
kernel/base/Makefile Executable file → Normal file
View File

0
kernel/base/core/los_bitmap.c Executable file → Normal file
View File

0
kernel/base/core/los_process.c Executable file → Normal file
View File

0
kernel/base/core/los_sortlink.c Executable file → Normal file
View File

0
kernel/base/core/los_swtmr.c Executable file → Normal file
View File

0
kernel/base/core/los_sys.c Executable file → Normal file
View File

0
kernel/base/core/los_task.c Executable file → Normal file
View File

0
kernel/base/core/los_tick.c Executable file → Normal file
View File

0
kernel/base/core/los_timeslice.c Executable file → Normal file
View File

0
kernel/base/include/los_base_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_binarytree_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_err_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_event_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_futex_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_heap_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_ipcdebug_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_membox_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_memory_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_memrecord_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_memstat_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_multipledlinkhead_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_mux_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_oom.h Executable file → Normal file
View File

0
kernel/base/include/los_percpu_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_pmm.h Executable file → Normal file
View File

0
kernel/base/include/los_printf_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_priqueue_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_process_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_queue_debug_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_queue_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_sched_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_sem_debug_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_sem_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_signal.h Executable file → Normal file
View File

0
kernel/base/include/los_sortlink_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_stackinfo_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_stat_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_swtmr_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_sys_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_task_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_tick_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_timeslice_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_typedef_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_boot.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_common.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_dump.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_fault.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_filemap.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_iomap.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_lock.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_map.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_page.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_phys.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_shm_pri.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_syscall.h Executable file → Normal file
View File

0
kernel/base/include/los_vm_zone.h Executable file → Normal file
View File

0
kernel/base/ipc/los_event.c Executable file → Normal file
View File

0
kernel/base/ipc/los_futex.c Executable file → Normal file
View File

0
kernel/base/ipc/los_ipcdebug.c Executable file → Normal file
View File

0
kernel/base/ipc/los_mux.c Executable file → Normal file
View File

0
kernel/base/ipc/los_queue.c Executable file → Normal file
View File

0
kernel/base/ipc/los_queue_debug.c Executable file → Normal file
View File

0
kernel/base/ipc/los_sem.c Executable file → Normal file
View File

0
kernel/base/ipc/los_sem_debug.c Executable file → Normal file
View File

0
kernel/base/ipc/los_signal.c Executable file → Normal file
View File

0
kernel/base/mem/bestfit/los_memory.c Executable file → Normal file
View File

0
kernel/base/mem/bestfit/los_multipledlinkhead.c Executable file → Normal file
View File

0
kernel/base/mem/bestfit_little/los_heap.c Executable file → Normal file
View File

0
kernel/base/mem/common/los_memstat.c Executable file → Normal file
View File

0
kernel/base/mem/common/memrecord/los_binarytree.c Executable file → Normal file
View File

0
kernel/base/mem/common/memrecord/los_interto64radix.c Executable file → Normal file
View File

0
kernel/base/mem/common/memrecord/los_memrecord.c Executable file → Normal file
View File

0
kernel/base/mem/membox/los_membox.c Executable file → Normal file
View File

0
kernel/base/misc/kill_shellcmd.c Executable file → Normal file
View File

0
kernel/base/misc/los_misc.c Executable file → Normal file
View File

0
kernel/base/misc/los_stackinfo.c Executable file → Normal file
View File

0
kernel/base/misc/mempt_shellcmd.c Executable file → Normal file
View File

0
kernel/base/misc/swtmr_shellcmd.c Executable file → Normal file
View File

0
kernel/base/misc/sysinfo_shellcmd.c Executable file → Normal file
View File

0
kernel/base/misc/task_shellcmd.c Executable file → Normal file
View File

0
kernel/base/misc/vm_shellcmd.c Executable file → Normal file
View File

0
kernel/base/mp/los_lockdep.c Executable file → Normal file
View File

0
kernel/base/mp/los_mp.c Executable file → Normal file
View File

0
kernel/base/mp/los_percpu.c Executable file → Normal file
View File

0
kernel/base/mp/los_stat.c Executable file → Normal file
View File

0
kernel/base/om/los_err.c Executable file → Normal file
View File

0
kernel/base/sched/sched_sq/los_priqueue.c Executable file → Normal file
View File

0
kernel/base/sched/sched_sq/los_sched.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_boot.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_dump.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_fault.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_filemap.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_iomap.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_map.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_page.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_phys.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_scan.c Executable file → Normal file
View File

0
kernel/base/vm/los_vm_syscall.c Executable file → Normal file
View File

0
kernel/base/vm/oom.c Executable file → Normal file
View File

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