git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f403924
)
fix unix permissions for source files
author
David Marchand
<david.marchand@6wind.com>
Tue, 26 Aug 2014 14:10:41 +0000
(16:10 +0200)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Thu, 28 Aug 2014 15:04:01 +0000
(17:04 +0200)
No need for that 'x bit' on source files.
Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
17 files changed:
examples/l3fwd/main.c
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_meter/main.c
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_meter/main.h
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_sched/Makefile
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_sched/app_thread.c
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_sched/args.c
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_sched/cfg_file.c
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_sched/cfg_file.h
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_sched/init.c
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_sched/main.c
[changed mode: 0755->0644]
patch
|
blob
|
history
examples/qos_sched/main.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/librte_cmdline/cmdline.c
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/librte_eal/bsdapp/eal/include/exec-env/rte_kni_common.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/librte_eal/common/eal_common_hexdump.c
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/librte_timer/rte_timer.c
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/librte_timer/rte_timer.h
[changed mode: 0755->0644]
patch
|
blob
|
history
diff --git
a/examples/l3fwd/main.c
b/examples/l3fwd/main.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_meter/main.c
b/examples/qos_meter/main.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_meter/main.h
b/examples/qos_meter/main.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_sched/Makefile
b/examples/qos_sched/Makefile
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_sched/app_thread.c
b/examples/qos_sched/app_thread.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_sched/args.c
b/examples/qos_sched/args.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_sched/cfg_file.c
b/examples/qos_sched/cfg_file.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_sched/cfg_file.h
b/examples/qos_sched/cfg_file.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_sched/init.c
b/examples/qos_sched/init.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_sched/main.c
b/examples/qos_sched/main.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/examples/qos_sched/main.h
b/examples/qos_sched/main.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/librte_cmdline/cmdline.c
b/lib/librte_cmdline/cmdline.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/librte_eal/bsdapp/eal/include/exec-env/rte_kni_common.h
b/lib/librte_eal/bsdapp/eal/include/exec-env/rte_kni_common.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/librte_eal/common/eal_common_hexdump.c
b/lib/librte_eal/common/eal_common_hexdump.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h
b/lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/librte_timer/rte_timer.c
b/lib/librte_timer/rte_timer.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/librte_timer/rte_timer.h
b/lib/librte_timer/rte_timer.h
old mode 100755
(executable)
new mode 100644
(file)