summaryrefslogtreecommitdiff
path: root/NOTICE
AgeCommit message (Collapse)AuthorFilesLines
2015-07-21deviced: Remove build warnings and do not use thread unsafey functionsJiyoung Yun1-1/+1
Thread unsafety functions: readdir, strerror Keep the kernel's checkpatch.pl guideline. Remove build warnings and unused codes. Change-Id: I79d2442d77531c6ff9e4c6decc862019e7b3e4a4 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2014-11-10deviced: Merge Tizen 2.3 source code into tizen branchjy910.yun1-1/+2
Deviced is a new device daemon instead of system-server. We have a plan to upgrade system-server to deviced. But there are more than 500 different patches. Besides some patches in Tizen 2.3 has mobile product features. And deviced should provide some library which have provided by system-server to keep compatibility with another modules. So I merge Tizen 2.3 source code into public branch manually. (Remove mobile product features and Keep library compatibility) Signed-off-by: jy910.yun <jy910.yun@samsung.com> Change-Id: I53d5cfb76ae05c4a240f00cab719e4c699b70592
2014-11-07deviced: Refartoring directory hierarchyjy910.yun1-1/+1
All source directory move into src/. Most script move into scripts/. All library directory has a prefix, like lib-. Signed-off-by: jy910.yun <jy910.yun@samsung.com> Change-Id: I6e8807f4e67c9e266c1e9067bcab014a0046a6d0
2013-01-18update apach LICENSEgiyeolok1-0/+3
Signed-off-by: giyeolok <giyeolok@giyeolokD.(none)>