rebase: rebased latest tizen 2.4 code
authorPrajwal A N <an.prajwal@samsung.com>
Tue, 24 Nov 2015 07:26:33 +0000 (16:26 +0900)
committerPrajwal A N <an.prajwal@samsung.com>
Tue, 24 Nov 2015 08:08:35 +0000 (17:08 +0900)
commit03b371533eddc37bf0ba5b86447d7cf29c858408
treedcd0b5696b2bebe3b3c1c248e1d3848f7e9702c3
parent18504fc24f66d6fa3bac21cf4fa5ef3a6746af40
rebase: rebased latest tizen 2.4 code

* this branch will keep track of the development of tizen 2.4
* this branch will be merged periodically into tizen
* the code in this branch may not build in tizen environment

Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
252 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
cmake/InstallSymlink.cmake [new file with mode: 0644]
cmake/ProcessGPERF.cmake [new file with mode: 0644]
data/exception_db.sql [new file with mode: 0644]
data/resourced_proc_exclude.ini [new file with mode: 0644]
data/traffic_db.sql [new file with mode: 0644]
docs/description.txt [new file with mode: 0644]
docs/func.txt [new file with mode: 0644]
docs/traffic_db.txt [new file with mode: 0644]
include/data_usage.h [new file with mode: 0755]
include/proc_stat.h [new file with mode: 0644]
include/resourced.h [new file with mode: 0644]
libresourced.manifest [new file with mode: 0644]
libresourced.pc.in [new file with mode: 0644]
packaging/add_test_net_activity.patch [new file with mode: 0644]
packaging/resourced-cpucgroup.service [new file with mode: 0644]
packaging/resourced.spec [new file with mode: 0644]
resourced.conf [new file with mode: 0644]
resourced.manifest [new file with mode: 0644]
resourced.rule [new file with mode: 0644]
scripts/resourced-cpucgroup.sh [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/block/block-monitor.c [new file with mode: 0644]
src/block/block.c [new file with mode: 0755]
src/block/block.conf [new file with mode: 0644]
src/block/include/block.h [new file with mode: 0644]
src/common/appid-helper.c [new file with mode: 0644]
src/common/appid-helper.h [new file with mode: 0644]
src/common/appinfo-list.c [new file with mode: 0644]
src/common/appinfo-list.h [new file with mode: 0644]
src/common/cgroup.c [new file with mode: 0644]
src/common/cgroup.h [new file with mode: 0644]
src/common/config-parser.c [new file with mode: 0644]
src/common/config-parser.h [new file with mode: 0644]
src/common/config.h.in [new file with mode: 0644]
src/common/const.h [new file with mode: 0644]
src/common/edbus-handler.c [new file with mode: 0644]
src/common/edbus-handler.h [new file with mode: 0644]
src/common/file-helper.c [new file with mode: 0644]
src/common/file-helper.h [new file with mode: 0644]
src/common/filemap.c [new file with mode: 0644]
src/common/filemap.h [new file with mode: 0644]
src/common/genl.h [new file with mode: 0644]
src/common/heart-common.h [new file with mode: 0644]
src/common/lowmem-common.h [new file with mode: 0644]
src/common/macro.h [new file with mode: 0644]
src/common/meminfo-lookup.gperf [new file with mode: 0644]
src/common/memory-common.h [new file with mode: 0644]
src/common/module-data.c [new file with mode: 0644]
src/common/module-data.h [new file with mode: 0644]
src/common/module.c [new file with mode: 0644]
src/common/module.h [new file with mode: 0644]
src/common/notifier.c [new file with mode: 0644]
src/common/notifier.h [new file with mode: 0644]
src/common/proc-common.h [new file with mode: 0644]
src/common/proc-cpu.c [new file with mode: 0755]
src/common/proc-cpu.h [new file with mode: 0644]
src/common/procfs.c [new file with mode: 0644]
src/common/procfs.h [new file with mode: 0644]
src/common/smaps-lookup.gperf [new file with mode: 0644]
src/common/smaps.c [new file with mode: 0644]
src/common/smaps.h [new file with mode: 0644]
src/common/storage-helper.c [new file with mode: 0644]
src/common/storage-helper.h [new file with mode: 0644]
src/common/swap-common.h [new file with mode: 0644]
src/common/systemd-util.c [new file with mode: 0644]
src/common/systemd-util.h [new file with mode: 0644]
src/common/time-helper.c [new file with mode: 0644]
src/common/time-helper.h [new file with mode: 0644]
src/common/trace.c [new file with mode: 0644]
src/common/trace.h [new file with mode: 0644]
src/common/transmission.h [new file with mode: 0644]
src/common/util.c [new file with mode: 0644]
src/common/util.h [new file with mode: 0644]
src/cpu/cpu.c [new file with mode: 0644]
src/cpu/cpu.conf [new file with mode: 0644]
src/freezer/freezer-common.c [new file with mode: 0644]
src/freezer/freezer.c [new file with mode: 0644]
src/freezer/freezer.conf [new file with mode: 0644]
src/freezer/include/freezer.h [new file with mode: 0644]
src/freezer/libsystem-freezer.so.arm [new file with mode: 0644]
src/freezer/libsystem-freezer.so.i586 [new file with mode: 0644]
src/heart/decision-memory.c [new file with mode: 0644]
src/heart/decision.c [new file with mode: 0644]
src/heart/dump_heart_data.sh [new file with mode: 0755]
src/heart/heart-abnormal.c [new file with mode: 0644]
src/heart/heart-appopt.c [new file with mode: 0644]
src/heart/heart-battery.c [new file with mode: 0644]
src/heart/heart-cpu.c [new file with mode: 0644]
src/heart/heart-memory.c [new file with mode: 0644]
src/heart/heart-storage.c [new file with mode: 0644]
src/heart/heart.c [new file with mode: 0644]
src/heart/heart.conf [new file with mode: 0644]
src/heart/include/decision-memory.h [new file with mode: 0644]
src/heart/include/decision.h [new file with mode: 0644]
src/heart/include/heart.h [new file with mode: 0644]
src/heart/include/logging.h [new file with mode: 0644]
src/heart/logging.c [new file with mode: 0644]
src/mem-stress/CMakeLists.txt [new file with mode: 0644]
src/mem-stress/mem-stress.c [new file with mode: 0644]
src/mem-stress/mem-stress.service [new file with mode: 0644]
src/memory/lowmem-dbus.c [new file with mode: 0644]
src/memory/lowmem-handler.h [new file with mode: 0644]
src/memory/memcontrol.c [new file with mode: 0644]
src/memory/memory_eng.conf [new file with mode: 0644]
src/memory/memory_user.conf [new file with mode: 0644]
src/memory/vmpressure-lowmem-handler.c [new file with mode: 0644]
src/memps/CMakeLists.txt [new file with mode: 0644]
src/memps/memps.c [new file with mode: 0644]
src/network/500.resourced-datausage.patch.sh [new file with mode: 0644]
src/network/CMakeLists.txt [new file with mode: 0755]
src/network/app-stat.c [new file with mode: 0644]
src/network/counter-process.c [new file with mode: 0644]
src/network/counter.c [new file with mode: 0644]
src/network/datausage-common.c [new file with mode: 0644]
src/network/datausage-common.c.orig [new file with mode: 0644]
src/network/datausage-quota-processing.c [new file with mode: 0644]
src/network/datausage-quota.c [new file with mode: 0644]
src/network/datausage-vconf-callbacks.c [new file with mode: 0644]
src/network/datausage-vconf-common.c [new file with mode: 0644]
src/network/db-guard.c [new file with mode: 0644]
src/network/dummy-tethering.c [new file with mode: 0644]
src/network/foreach.c [new file with mode: 0644]
src/network/generic-netlink.c [new file with mode: 0644]
src/network/iface-cb.c [new file with mode: 0644]
src/network/iface.c [new file with mode: 0644]
src/network/include/app-stat.h [new file with mode: 0644]
src/network/include/counter-process.h [new file with mode: 0644]
src/network/include/counter.h [new file with mode: 0644]
src/network/include/database.h [new file with mode: 0644]
src/network/include/datausage-common.h [new file with mode: 0644]
src/network/include/datausage-foreach.h [new file with mode: 0644]
src/network/include/datausage-quota-processing.h [new file with mode: 0644]
src/network/include/datausage-quota.h [new file with mode: 0644]
src/network/include/datausage-reset.h [new file with mode: 0644]
src/network/include/datausage-restriction.h [new file with mode: 0644]
src/network/include/datausage-vconf-callbacks.h [new file with mode: 0644]
src/network/include/datausage-vconf-common.h [new file with mode: 0644]
src/network/include/db-guard.h [new file with mode: 0644]
src/network/include/errors.h [new file with mode: 0644]
src/network/include/generic-netlink.h [new file with mode: 0644]
src/network/include/iface-cb.h [new file with mode: 0644]
src/network/include/iface.h [new file with mode: 0644]
src/network/include/iptables-rule.h [new file with mode: 0644]
src/network/include/net-cls-cgroup.h [new file with mode: 0644]
src/network/include/netlink-restriction.h [new file with mode: 0644]
src/network/include/nfacct-rule.h [new file with mode: 0644]
src/network/include/nl-helper.h [new file with mode: 0644]
src/network/include/notification.h [new file with mode: 0644]
src/network/include/restriction-handler.h [new file with mode: 0644]
src/network/include/restriction-helper.h [new file with mode: 0644]
src/network/include/settings.h [new file with mode: 0644]
src/network/include/specific-trace.h [new file with mode: 0644]
src/network/include/storage.h [new file with mode: 0644]
src/network/include/telephony.h [new file with mode: 0644]
src/network/include/tethering-restriction.h [new file with mode: 0644]
src/network/iptables-rule.c [new file with mode: 0644]
src/network/join-dummy.c [new file with mode: 0644]
src/network/join.c [new file with mode: 0644]
src/network/ktgrabber-parser.c [new file with mode: 0644]
src/network/ktgrabber-restriction.c [new file with mode: 0644]
src/network/main.c [new file with mode: 0644]
src/network/net-activity.c [new file with mode: 0644]
src/network/net-cls-cgroup.c [new file with mode: 0644]
src/network/net-cls-release.c [new file with mode: 0644]
src/network/network-dummy.c [new file with mode: 0644]
src/network/network.conf [new file with mode: 0644]
src/network/nf-restriction.c [new file with mode: 0644]
src/network/nfacct-rule.c [new file with mode: 0644]
src/network/nl-helper.c [new file with mode: 0644]
src/network/notification-mobile.c [new file with mode: 0644]
src/network/notification-wearable.c [new file with mode: 0644]
src/network/options-private.c [new file with mode: 0644]
src/network/options-public.c [new file with mode: 0644]
src/network/reset.c [new file with mode: 0644]
src/network/restriction-handler.c [new file with mode: 0644]
src/network/restriction-helper.c [new file with mode: 0644]
src/network/restriction-local.c [new file with mode: 0644]
src/network/restriction.c [new file with mode: 0644]
src/network/settings.c [new file with mode: 0644]
src/network/specific-trace.c [new file with mode: 0644]
src/network/storage.c [new file with mode: 0644]
src/network/telephony.c [new file with mode: 0644]
src/network/tethering-restriction.c [new file with mode: 0644]
src/network/update.c [new file with mode: 0755]
src/proc-stat/CMakeLists.txt [new file with mode: 0644]
src/proc-stat/include/proc-appusage.h [new file with mode: 0644]
src/proc-stat/include/proc-handler.h [new file with mode: 0644]
src/proc-stat/include/proc-info.h [new file with mode: 0644]
src/proc-stat/include/proc-main.h [new file with mode: 0644]
src/proc-stat/include/proc-monitor.h [new file with mode: 0644]
src/proc-stat/include/proc-noti.h [new file with mode: 0644]
src/proc-stat/include/proc-process.h [new file with mode: 0644]
src/proc-stat/include/proc-usage-stats-helper.h [new file with mode: 0644]
src/proc-stat/proc-appusage.c [new file with mode: 0644]
src/proc-stat/proc-handler.c [new file with mode: 0644]
src/proc-stat/proc-info.c [new file with mode: 0644]
src/proc-stat/proc-main.c [new file with mode: 0644]
src/proc-stat/proc-monitor.c [new file with mode: 0644]
src/proc-stat/proc-noti.c [new file with mode: 0644]
src/proc-stat/proc-process.c [new file with mode: 0644]
src/proc-stat/proc-stat.c [new file with mode: 0644]
src/proc-stat/proc-usage-stats-helper.c [new file with mode: 0644]
src/proc-stat/proc-usage-stats.c [new file with mode: 0644]
src/proc-stat/proc.conf [new file with mode: 0644]
src/resourced-dbus/include/resourced-dbus.h [new file with mode: 0644]
src/resourced-dbus/resourced-dbus.c [new file with mode: 0644]
src/resourced/init.c [new file with mode: 0644]
src/resourced/init.h [new file with mode: 0644]
src/resourced/main.c [new file with mode: 0644]
src/resourced/resourced.service [new file with mode: 0644]
src/resourced/resourced.socket [new file with mode: 0644]
src/sluggish/sluggish.c [new file with mode: 0755]
src/swap/swap.c [new file with mode: 0644]
src/swap/swap.conf [new file with mode: 0644]
src/test/CMakeLists.txt [new file with mode: 0755]
src/test/activation/CMakeLists.txt [new file with mode: 0644]
src/test/activation/dbus/CMakeLists.txt [new file with mode: 0644]
src/test/activation/dbus/org.tizen.system.resourced-test.service [new file with mode: 0644]
src/test/activation/systemd/CMakeLists.txt [new file with mode: 0644]
src/test/activation/systemd/resourced-test.service [new file with mode: 0644]
src/test/main.c [new file with mode: 0644]
src/test/sluggish-test.c [new file with mode: 0644]
src/test/sluggish-test.conf [new file with mode: 0644]
src/test/test-file-helper.c [new file with mode: 0644]
src/test/test-procfs.c [new file with mode: 0644]
src/test/test-smaps.c [new file with mode: 0644]
src/test/test.c [new file with mode: 0644]
src/test/test.h [new file with mode: 0644]
src/timer-slack/timer-slack.c [new file with mode: 0644]
src/timer-slack/timer-slack.conf [new file with mode: 0644]
src/timer-slack/timer-slack.h [new file with mode: 0644]
src/utils/cgroup-test.c [new file with mode: 0644]
src/utils/database.c [new file with mode: 0644]
src/utils/datausage-tool.c [new file with mode: 0644]
src/utils/hashtest.c [new file with mode: 0644]
src/utils/iface-test.c [new file with mode: 0644]
src/utils/inodeuser.c [new file with mode: 0644]
src/utils/iptables-test.c [new file with mode: 0644]
src/utils/monitored.c [new file with mode: 0644]
src/utils/portuser.c [new file with mode: 0644]
src/utils/proc-stat-test.c [new file with mode: 0644]
src/utils/test-net-activity.c [new file with mode: 0644]
src/utils/udp-client.c [new file with mode: 0644]
src/utils/udp-common.c [new file with mode: 0644]
src/utils/udp-common.h [new file with mode: 0644]
src/utils/udp-server.c [new file with mode: 0644]
src/vip-agent/vip-process.c [new file with mode: 0644]
src/vip-agent/vip-process.conf [new file with mode: 0644]
src/vip-agent/vip-process.h [new file with mode: 0644]
src/vip-agent/vip-release-agent.c [new file with mode: 0644]