summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jaeho Lee [Wed, 3 Apr 2013 06:59:58 +0000 (15:59 +0900)]
Merge branch 'tizen_2.1'
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Junfeng Dong [Fri, 29 Mar 2013 05:48:07 +0000 (13:48 +0800)]
Fix for 64 bit compatibility.
- Fix hardcoding path.
- Use %cmake to set default paths.
- systemd get service only into /usr/lib on both 32 and 64 platform.
Change-Id: I73106f7acc547804cd4b771b56f023b45a81bcfc
Jaeho Lee [Thu, 28 Mar 2013 13:39:06 +0000 (22:39 +0900)]
added application terminating status
Change-Id: I4906c62ba4c5b7015b56a64813aa0aca44c7b304
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 28 Mar 2013 02:12:59 +0000 (11:12 +0900)]
fixed socket leak
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 26 Mar 2013 07:52:31 +0000 (16:52 +0900)]
merge private
1. Fix cppcheck errors, gcc warnings
2. add callee appid to bundle data
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 19 Mar 2013 05:18:46 +0000 (14:18 +0900)]
Merge branch 'master' into tizen_2.1
fixed send_result bug
Conflicts:
am_daemon/amd_launch.c
am_daemon/amd_request.c
include/aul.h
packaging/aul.spec
src/launch.c
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 19 Mar 2013 05:05:36 +0000 (14:05 +0900)]
fixed send_result bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jinkun Jang [Fri, 15 Mar 2013 16:12:32 +0000 (01:12 +0900)]
merge with master
Jaeho Lee [Fri, 15 Mar 2013 10:38:20 +0000 (19:38 +0900)]
added caller appid bundle key
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 13 Mar 2013 08:58:39 +0000 (17:58 +0900)]
added preload list
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 13 Mar 2013 05:23:43 +0000 (14:23 +0900)]
modified aul_send_result
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jinkun Jang [Tue, 12 Mar 2013 16:46:32 +0000 (01:46 +0900)]
Tizen 2.1 base
Jaeho Lee [Sat, 9 Mar 2013 04:11:53 +0000 (13:11 +0900)]
Merge
1. fixed socket send bug
2. fixed aul_app_get_appid_bypid bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Maciej Wereski [Mon, 4 Mar 2013 15:13:09 +0000 (16:13 +0100)]
[systemd] Fix Smack labels for systemd units
systemd unit files should be labeled as "_" Smack label, just as
traditional sysvinit scripts.
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: Ibeb90dcf810c8bcd4e91d7bc142c1883ae6a0449
Jaeho Lee [Mon, 4 Mar 2013 12:51:59 +0000 (21:51 +0900)]
added permission feature
Change-Id: I3813a09b4c68101c739de6a6376f31f5e4c6a9d4
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Sat, 2 Mar 2013 10:15:39 +0000 (19:15 +0900)]
modifed service application prepare exec
Change-Id: I1c547543848a4eb06070604903a76d733b11dc43
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 12 Feb 2013 10:16:47 +0000 (19:16 +0900)]
modified ac.service file
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 6 Feb 2013 11:53:55 +0000 (20:53 +0900)]
support emulator configuration
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
junsuk77.oh [Thu, 31 Jan 2013 00:13:56 +0000 (09:13 +0900)]
Merge "add new api to enable on external memory using pkgid"
Jaeho Lee [Wed, 30 Jan 2013 11:03:10 +0000 (20:03 +0900)]
changed smack manifest
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
junsuk77.oh [Wed, 30 Jan 2013 06:42:11 +0000 (15:42 +0900)]
add new api to enable on external memory using pkgid
Jaeho Lee [Mon, 28 Jan 2013 04:03:22 +0000 (13:03 +0900)]
changed boilerplate
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Chengwei Yang [Tue, 15 Jan 2013 08:11:07 +0000 (16:11 +0800)]
Check pointer before unreference to avoid crash
Change-Id: If8a28f1e89aef4f33b25aea2337fbd18cc1f7399
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Chengwei Yang [Fri, 12 Oct 2012 06:57:32 +0000 (14:57 +0800)]
Fix initialization flag
preexec_initialized should be reset to zero when preexec got freed
Also define __preexec_list_free() as empty to avoid undefined error.
Change-Id: Ied5712d3e57c955541683af58d6d25b8bd9619db
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Jaeho Lee [Thu, 24 Jan 2013 11:05:56 +0000 (20:05 +0900)]
fixed prevent issue
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 22 Jan 2013 11:08:50 +0000 (20:08 +0900)]
fixed first booting bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
KunHoon Baik [Tue, 22 Jan 2013 10:54:56 +0000 (19:54 +0900)]
Merge "[systemd] Bug fix regarding launchpad_dameon systemd 'ExecStart' command"
Chengwei Yang [Tue, 15 Jan 2013 05:00:11 +0000 (13:00 +0800)]
Don't update running list and running history for invalid app
Currently, the app-checker check app launch privilege after the real
launch, and then if it has no privilege to launch, it will be killed by
app-checker immediately. However, seems this isn't a good design because
use may notice a UI blink.
This patch doesn't try to resolve the above issue but another thing, it
don't add the invalid app into running list and running history list.
Change-Id: Ie91f3f41849ef9d1d4551e7bb24810c9dd7fa4c0
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Jaeho Lee [Tue, 15 Jan 2013 06:51:12 +0000 (15:51 +0900)]
fixed build error
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Taejeong Lee [Tue, 15 Jan 2013 03:39:39 +0000 (12:39 +0900)]
[systemd] Bug fix regarding launchpad_dameon systemd 'ExecStart' command
* launchpad_daemon required a blank long string argument.
Jaeho Lee [Tue, 15 Jan 2013 01:00:02 +0000 (10:00 +0900)]
fixed prevent issues
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 14 Jan 2013 05:52:24 +0000 (14:52 +0900)]
remove checking userid
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 11 Jan 2013 09:13:27 +0000 (18:13 +0900)]
fixed double free bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 10 Jan 2013 05:32:34 +0000 (14:32 +0900)]
added error handle
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 8 Jan 2013 10:57:57 +0000 (19:57 +0900)]
changed booting sequence
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Chengwei Yang [Tue, 8 Jan 2013 09:50:43 +0000 (17:50 +0800)]
Replacy hard code with defined macro
Change-Id: I45d2746c56051af5163ad4dca8acd4e3aebaeba1
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Chengwei Yang [Tue, 8 Jan 2013 09:22:46 +0000 (17:22 +0800)]
fix a typo
Change-Id: I90be5ffeae9494651b90707811d2988d684efe89
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Jaeho Lee [Mon, 7 Jan 2013 04:38:28 +0000 (13:38 +0900)]
Merge "fixed prevent issues"
Jaeho Lee [Mon, 7 Jan 2013 02:38:57 +0000 (11:38 +0900)]
fixed prevent issues
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Chengwei Yang [Sat, 5 Jan 2013 09:18:58 +0000 (17:18 +0800)]
Fix crash when sim card hotplug
Change-Id: I2215efd0d3882ce89e2ee3432fa9094e639e4c29
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Jaeho Lee [Tue, 18 Dec 2012 10:16:45 +0000 (19:16 +0900)]
modified dlog tag
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 17 Dec 2012 07:10:39 +0000 (16:10 +0900)]
fixed sat-ui bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 14 Dec 2012 13:52:51 +0000 (22:52 +0900)]
fixed pkg type bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 14 Dec 2012 01:09:29 +0000 (10:09 +0900)]
support web launchpad
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 13 Dec 2012 08:46:49 +0000 (17:46 +0900)]
fixed running list bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 11 Dec 2012 10:46:06 +0000 (19:46 +0900)]
improve application info loading performance
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
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