summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-05-30For RISCV64tizen_9.0_m2_releaseaccepted/tizen/unified/riscv/20231227.041957accepted/tizen/unified/dev/20240620.011220accepted/tizen/unified/20231226.180108accepted/tizen/unified/20231226.154446accepted/tizen/9.0/unified/20241030.233522tizen_9.0tizenaccepted/tizen_unified_riscvaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedwchang kim1-1/+1
Change-Id: I5f3cede284c72ad0d3a5e8b0a8111e301284eb41
2021-06-10Checked return valuetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163901submit/tizen/20210611.044056accepted/tizen/unified/riscv/20231226.211115accepted/tizen/unified/20210611.144943accepted/tizen/8.0/unified/20231005.095716accepted/tizen/7.0/unified/hotfix/20221116.111605accepted/tizen/7.0/unified/20221110.061537accepted/tizen/6.5/unified/20211029.015617tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5accepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifieddyamy-lee1-3/+15
Changed coverity rule checked the function which has return value. So, following this rule, add checking return value of tbm_surface fuction. Change-Id: Ic717804a8bdc6a2b97b0eba37e1c2f1978c5f163
2021-03-30Change way of printing error messge to use %msubmit/tizen/20210401.085322accepted/tizen/unified/20210401.110117dyamy-lee5-7/+7
It's better way to use %m than using strerror(errno). %m doesn't need parameter like errno Change-Id: I6d32e5533dfa58115ab1aea0b3aa0f0f0ca429be
2021-03-29fix TOCTOU Issue by fixing access to path checksubmit/tizen/20210330.033850accepted/tizen/unified/20210330.111233dyamy-lee6-70/+76
Calling function 'fopen' after check function like 'access' which perform check on path can cause a time-of-check, time-of-use race condition. For resolving this, remove 'access' and just print error message of fopen() fail with errno. Change-Id: I46b4639815b52fef1548209d703cf40d9ee6920b
2021-03-24Using define macro and correct the paths of wearablesubmit/tizen/20210324.034437accepted/tizen/unified/20210324.124242sandbox/dyamy/develdyamy-lee1-2/+2
It's missing to correct wearable.list.in too. By this correction, wearable can find /hal/lib or /hal/lib64 for tbm, tdm. Change-Id: I12ae480ecd19c6c2178b35dc24d995b019c8449a
2021-03-22Using define macro and correct the pathssubmit/tizen/20210322.091153accepted/tizen/unified/20210323.122712dyamy-lee3-4/+4
list.in file can't figure out RPM macro. It must be changed as define macro which used in CMake. If using %{_hal_libdir}, it already applied /hal/lib or /hal/lib64. Change-Id: I6ae78fa7c517e681f4a5097877ea756262b64004
2021-03-22Path change of tbm, tdmsubmit/tizen/20210322.082439dyamy-lee2-4/+4
Following Next Hal, backend tbm and tdm path is changed. This path has same macro so, it is not consider environment which is armv7l or aarch64. Change-Id: I7fa7a27c8f20cc78535040a41344eac773e1dc0b
2021-02-09base_gui_direct : resolve the dereference before null checksubmit/tizen/20210210.033159accepted/tizen/unified/20210210.052154dyamy-lee1-1/+7
Change-Id: Ic87c7df629929e3fda5ab422092c5a7c334d2f38
2020-12-22package version up to 1.2.12submit/tizen/20201222.072153accepted/tizen/unified/20201224.151546dyamy-lee1-1/+1
Change-Id: I65573b1cc88bb3c282b415bb64562eb20cb02dc2
2020-12-22because usleep function is vulnerable for use, remove it.dyamy-lee3-10/+0
Change-Id: I7031eddd672882758fe68677d01baa355926acb4
2020-12-22resolve termination of crash if it doesn't have displaydyamy-lee2-2/+6
Change-Id: Ie73a4a093699d8a30be2270931f49d26ee779c10
2020-12-17resolve malloc nullptr dereference problemsubmit/tizen/20201217.044801accepted/tizen/unified/20201217.225716dyamy-lee1-0/+5
Change-Id: I76f0d453e0300138100f56c4c7ce02178ca0af83
2020-12-02update version to 1.2.11submit/tizen/20201202.104648dyamy-lee1-1/+1
Change-Id: I1eacd3e7d9f5156591359bd0bb14c1514f175e29
2020-12-02remove not used code now which related unused imagedyamy-lee2-67/+7
Change-Id: I18c397c440f15b421a95840e9d67550f819da22b
2020-12-02update version to 1.2.10dyamy-lee1-1/+1
Change-Id: I3fe41f1b93bccc0796d317623b5b42ec760aaf5e
2020-12-02fix the problem which is not shared information when it changed staticdyamy-lee4-9/+12
Change-Id: I4c743ab7e936602660af135aac898d003b605dee
2020-12-01remove not used variables and file, also use unused variabledyamy-lee4-129/+7
Change-Id: Ied74cefdc07b2f306a205fa59e7fec0e2e516202
2020-12-01change global variables to staticdyamy-lee12-60/+69
Change-Id: I93cbffc279e7fd7232be3b086936debf6ffe7fb1
2020-12-01separate duplicate logic and unique logic and move duplicate logic to base ↵dyamy-lee20-2353/+763
directory. making single header for unique logic reduce module circular dependencies Change-Id: I0f02d92022380e1d742b12cb89420d14be95bab7
2020-12-01make base directory to remove exactly the same codedyamy-lee52-3691/+77
Change-Id: I9459356a1be251a2afe1eed226a209b1d8ee6378
2020-11-23rw-update-ani-common : hot fix - target linking missing DSOdyamy-lee4-1/+13
fota_gui_common, recovery_gui_common, rw-update-ani-common : if using rotate_angle, rotate_state from input, it has to consider integer overflow Change-Id: Ib09725bdae947576e2b5f79195ea0c0323db6b70
2020-11-23rw-update-ani-common : apply rotation logic following with fota_gui_commondyamy-lee4-32/+340
Change-Id: I51ae61b2e4d807165b8604969a3660c08bbf4ce4
2020-11-23recovery_gui_common : apply rotation logic following with fota_gui_commondyamy-lee4-32/+339
Change-Id: Ic5406dd52e6610be5d1d2af68405f8163bf5ae3b
2020-11-23fota_gui_common : for considering case which is out of range, it calculate ↵dyamy-lee1-11/+12
as 4 steps Change-Id: Ibf19e73067905996eaead3d6ca438865649afa1d
2020-11-23fota_gui_common : set rotate_angle by environment configuration. Before ↵dyamy-lee2-3/+12
running fota_gui, set ROTATE_STATE as a specific angle(4 types : 0,90,270,360). It can run with that angle. Change-Id: Ieee066a720ae2ccace9067ccde39f3d44e9969f5
2020-11-23fota_gui_common : set image buffer size by rotate_angledyamy-lee1-1/+13
Change-Id: I3f808e998d75aebe9671366dfcaca64206bca610
2020-11-23fota_gui_common : get rotate_angle from build option of cmakedyamy-lee2-0/+13
Change-Id: I879e8931b002fbbf7419583e4c9187feb36e50fb
2020-11-23fota_gui_common : add rotation logic with using pixman - roate angle is fixed 0dyamy-lee5-28/+301
Change-Id: Ie971c8a18956bcbb33c87c6eb67dec8367c38fb3
2020-11-06fota_gui - common, wearable : fix resource leaksubmit/tizen_6.0/20201110.080204submit/tizen/20201106.060201accepted/tizen/unified/20201109.123505accepted/tizen/6.0/unified/20201111.064836dyamy-lee2-0/+2
Change-Id: I193ba8937666ce50b09d71d4662af7be3bf717b0
2020-11-06hot fix : rw-update-ani-common : resolve integers' divide problem which ↵submit/tizen/20201106.052508dyamy-lee1-1/+1
can't get float result for percent Change-Id: I90f380dd39610bd690c05da6e5c5755a470d91b2
2020-11-06fota_gui - common, wearable : when it get 100 percent, it goes directly.dyamy-lee2-7/+12
Change-Id: I03220262d87b559b59b8c8a57c8036845b360891
2020-11-06fota_gui - common, wearable : terminate binary, when progress is -1.dyamy-lee4-7/+16
Even if it doesn't reach 100 percent, if progress is -1, it terminate. But, when it is just stared with progress -1 (remain previous update content), do not terminate. Change-Id: I836f9d0d0fcd0eb7b7a6641e8cb657690d721b77
2020-09-28following Architecture(armv7l, aarch64), initrd install file's variable is ↵tizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115104submit/tizen_6.0_hotfix/20201102.192904submit/tizen_6.0/20201029.205504submit/tizen/20200929.022457accepted/tizen/unified/20201005.005838accepted/tizen/6.0/unified/hotfix/20201103.050618accepted/tizen/6.0/unified/20201030.103526tizen_6.0_hotfixtizen_6.0_bkup_20201110accepted/tizen_6.0_unified_hotfixdyamy-lee4-5/+12
changed Change-Id: I4a06412e78442ea138386982280c4db114da8373
2020-09-24remove previous tracesubmit/tizen/20200924.055818accepted/tizen/unified/20200924.121617dyamy-lee5-32/+11
- .._main.c : change function name suitably - fota_gr_rw_common.c : remove cario not used Change-Id: Ia3fc51a3064930cc66e94512f7a5582776c1c24f
2020-08-19Set env value if not in recovery gui & update Versionsubmit/tizen/20200819.075512accepted/tizen/unified/20200820.034753dyamy-lee2-1/+17
Change-Id: Iab44a06e3239479b7cc5cda682c66b30d470bf8b
2020-08-12packaging: version up to 1.2.8submit/tizen/20200812.080729accepted/tizen/unified/20200814.123152dyamy-lee1-1/+1
Change-Id: Icfde9467a9ea49f5f622a54c83b59cc4682d7b40
2020-08-12change recovery gui binary name in spec file and remove swp filedyamy-lee3-4/+4
- change 'recovery_gui' to 'system-recovery_gui' in spec file for matching with execution script - remove swp file not used Change-Id: If34ee188e148939ed101720a2eec0b325ed1778d
2020-08-05add aarch64 for build and remove size_tsubmit/tizen/20200805.091537accepted/tizen/unified/20200805.093218dyamy-lee5-5/+1
Change-Id: Ief3208eca4102765a82cb4e0ae5e54e02714cc7b
2020-07-28change for catching Major Defectsubmit/tizen/20200728.094542accepted/tizen/unified/20200728.224547dyamy-lee1-1/+1
Change-Id: I8d0d166a7fdc90b644343ab1fa11df62357a53ba
2020-07-27Implements FOTA(RO, RW) UI, Recovery UIsubmit/tizen/20200728.042539dyamy-lee322-385/+6112
Change-Id: I42c102587fe5e1d724f958e8b51d818085160fc8
2020-06-04First draftGwanglim Lee160-0/+4654
Change-Id: I71155833a464a4737b752230ed4a7ff40a00f71b
2020-06-04Initial empty repositoryHEADmasterTizen Infrastructure0-0/+0