summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jaeho Lee [Fri, 7 Dec 2012 02:15:44 +0000 (11:15 +0900)]
support hw acceleration
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 30 Nov 2012 02:24:16 +0000 (11:24 +0900)]
fixed hybrid application launch bug
Change-Id: I38dd57a3f9327fbff5e5bd7b3682f58030551f22
Jacek Migacz [Fri, 23 Nov 2012 12:48:42 +0000 (13:48 +0100)]
Merge branch 'for-rsa-systemd'
Conflicts:
packaging/ac.service
packaging/aul.spec
packaging/launchpad-preload@.service
junsuk77.oh [Thu, 22 Nov 2012 00:20:22 +0000 (09:20 +0900)]
add app2ext mount handle when app which is located at sd card is mounted
Change-Id: Ia499908f55aaf424f0f5d03ae677d52d15e82ce0
Yin Kangkai [Mon, 19 Nov 2012 09:10:05 +0000 (17:10 +0800)]
HACK: to make sure amd started after xorg server
As said in previous commits, we have to move back ac.service from user session
to system. However since ac.service depends on xorg, and xorg is in user
session, we have to use *busy* checking /tmp/.X0-lock before we starts. This
is ugly, but at least a reasonable fix for now.
(If anyone has better solution, please go ahead to fix this.)
Also, both launchpad-preload@.service and ac.service are actually part of
graphical.target, not multi-user.target.
Change-Id: I37703578871c507d2d4c3c6d9e705e7784109396
Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
Yin Kangkai [Mon, 19 Nov 2012 08:59:37 +0000 (16:59 +0800)]
Revert "Run ac_daemon from user-session as it requires X to function properly"
This reverts commit
7dd6b68dd1006e2fa77f94bb4af8d5879ad2f062.
Conflicts:
packaging/aul.spec
We will move back ac.service/amd from user session to system.
From the aul maintainer, /usr/bin/amd has to be run as root, reasons:
1. /usr/bin/amd sets app privilege.
2. /usr/bin/amd mounts cgroup subsystem.
3. When handling some command packets, caller's privilege should be checked.
(Only amd can request terminate and reset to applications)
Change-Id: Ie7b58f8b5ad6295c0321bb5d8ca9cfb3facdc50a
Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
Yin Kangkai [Mon, 19 Nov 2012 08:52:43 +0000 (16:52 +0800)]
Revert "Make sure ac_daemon isn't started before X"
This reverts commit
da44f5ed91a7757baa083364c9b4e765b4f36540.
We will move back ac.service/amd from user session to system.
From the aul maintainer, /usr/bin/amd has to be run as root, reasons:
1. /usr/bin/amd sets app privilege.
2. /usr/bin/amd mounts cgroup subsystem.
3. When handling some command packets, caller's privilege should be checked.
(Only amd can request terminate and reset to applications)
Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
Sewook Park [Fri, 16 Nov 2012 09:53:34 +0000 (18:53 +0900)]
Removed /usr/bin/systemctl dependency
Chengwei Yang [Thu, 15 Nov 2012 09:11:29 +0000 (17:11 +0800)]
Fix build: ac_daemon renamed to amd
Change-Id: I9d1853c05bd4673c6f805ee98b8442e9bdb07060
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Jaeho Lee [Thu, 15 Nov 2012 06:39:50 +0000 (15:39 +0900)]
updated preload list
Jaeho Lee [Thu, 15 Nov 2012 05:03:35 +0000 (14:03 +0900)]
1. apply systemd
2. add a function of aul_test : update running list
Chengwei Yang [Thu, 15 Nov 2012 02:47:20 +0000 (10:47 +0800)]
Merge branch 'master' into systemd
Conflicts:
packaging/aul.spec
Change-Id: I9872c73c66563ea74ed3a8412595d3984d8bb479
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Jaeho Lee [Tue, 13 Nov 2012 10:29:19 +0000 (19:29 +0900)]
1. fixed package handler bug
Jaeho Lee [Mon, 12 Nov 2012 06:01:41 +0000 (15:01 +0900)]
apply smack, fix bugs, clear rua history
1. apply smack
2. call rua_clear_history when phone boot up
3. add amd_ready flag
4. check mount point
5. change installed path from /opt/apps/ to /opt/usr/apps
6. fix tpk type bug
Jaeho Lee [Mon, 5 Nov 2012 05:26:01 +0000 (14:26 +0900)]
apply smack manifest
Karol Lewandowski [Tue, 30 Oct 2012 15:22:00 +0000 (16:22 +0100)]
Make sure ac_daemon isn't started before X
This is fixup to
7dd6b68dd1 ("Run ac_daemon from user-session as it
requires X to function properly)"
Change-Id: I5a83802c8e61546dfb25eb3b30c9304d3eaf02d1
Jaeho Lee [Fri, 26 Oct 2012 04:30:20 +0000 (13:30 +0900)]
remove systemd dependecy
Jaeho Lee [Thu, 25 Oct 2012 10:34:11 +0000 (19:34 +0900)]
1. apply systemd unit files
2. apply application process management
Karol Lewandowski [Wed, 22 Aug 2012 06:06:41 +0000 (15:06 +0900)]
Run ac_daemon from user-session as it requires X to function properly
Change-Id: Ie9cb5579817be94b75f1a2e9b96d252f3ba9a951
Karol Lewandowski [Tue, 14 Aug 2012 01:13:33 +0000 (10:13 +0900)]
Convert launchpad-preload systemd service to instantiated unit
Applications launched from lauchpad (aul_ utility functions) expect
to see the same environment as in user-session@app.service.
This commit brings launchpad's environment in line with user-session@.
Change-Id: Idc928505aff139fc664b8209c53ad51ddadc67b4
Brad Peters [Mon, 2 Jul 2012 23:18:16 +0000 (16:18 -0700)]
Removing sysd CPU and IO prio
Change-Id: Ie25505c045ab9e46c76b81d72bd1dee1ce5e62c2
William Douglas [Wed, 1 Aug 2012 03:28:14 +0000 (12:28 +0900)]
Add systemd unit files.
Also create db in install instead of post.
Signed-off-by: William Douglas <william.douglas@intel.com>
Merged-and-mangled-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Change-Id: Ib04abd8114b4505a6138c9e8ffce7acc9f7ad4e8
Jaeho Lee [Tue, 11 Sep 2012 09:31:05 +0000 (18:31 +0900)]
remove key initialize in i386
Sewook Park [Thu, 30 Aug 2012 12:30:26 +0000 (21:30 +0900)]
Upload Tizen2.0 beta source
Change-Id: I0ff7419a84eaa6e71af31c60f5c2ca196d847ffd
Jaeho Lee [Mon, 27 Aug 2012 08:27:23 +0000 (17:27 +0900)]
tizen 2.0 build
Sewook Park [Tue, 21 Aug 2012 10:23:38 +0000 (19:23 +0900)]
Upload Tizen2.0 source
Kim Kibum [Sun, 29 Apr 2012 07:59:40 +0000 (16:59 +0900)]
upload tizen1.0 source
Yan Yin [Wed, 14 Mar 2012 06:01:29 +0000 (14:01 +0800)]
update for beta universally
Kibum Kim [Mon, 27 Feb 2012 04:32:57 +0000 (13:32 +0900)]
tizen beta release
Kibum Kim [Fri, 6 Jan 2012 15:43:34 +0000 (00:43 +0900)]
Git init
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:35 +0000 (21:59 +0900)]
Initial empty repository