Commit Graph

3033 Commits

Author SHA1 Message Date
chengyuzhe112
18851de45b
const.ohos.fullname=OpenHarmony-4.1.1.3
Signed-off-by: chengyuzhe112 <chengyuzhe1@huawei.com>
2023-09-18 10:47:33 +00:00
openharmony_ci
fb933d6b6c
!2246 LE_CreateStreamServer支持TASK_PUBLIC标记
Merge pull request !2246 from handy/0917
2023-09-18 10:04:48 +00:00
openharmony_ci
b9968983af
!2248 回退 'Pull Request !2238 : 修改const.ohos.apiversion=11'
Merge pull request !2248 from openharmony_ci/revert-merge-2238-master
2023-09-18 09:29:19 +00:00
openharmony_ci
d47c0e9f63
回退 'Pull Request !2238 : 修改const.ohos.apiversion=11' 2023-09-18 09:26:38 +00:00
openharmony_ci
b89e9d5b15
!2238 修改const.ohos.apiversion=11
Merge pull request !2238 from liangliang6768/master
2023-09-18 08:27:43 +00:00
handyohos
4fb3ee9d14 Bugfix: LE_CreateStreamServer支持TASK_PUBLIC标记
1)LE_CreateStreamServer创建的unix domain socket只有设置了TASK_PUBLIC位后others才可以访问
2)paramservice增加TASK_PUBLIC标记
3)其它server默认不是public
4)修改init的libinit.stub.json,开放更多符号

Signed-off-by: handyohos <zhangxiaotian@huawei.com>
Change-Id: Ie2a09f3a349f64759efe99e04dfb7507f96bc2ec

#I820PO
2023-09-17 21:09:49 +08:00
liangliang6768
94fb824e0e
修改const.ohos.apiversion=11
Signed-off-by: liangliang6768 <xuliang110@huawei.com>
2023-09-14 09:09:25 +00:00
openharmony_ci
1b3ef6baa6
!2204 FIX:添加param client read message 长度校验
Merge pull request !2204 from 钟柠/0825_message
2023-09-13 01:23:46 +00:00
openharmony_ci
2339befb04
!2222 FIX:修改appspawn socket 创建流程
Merge pull request !2222 from 钟柠/0906_
2023-09-11 12:26:01 +00:00
openharmony_ci
95ca371cf4
!2234 【轻量级 PR】:const.ohos.releasetype=Canary1 const.ohos.fullname=OpenHarmony-4.1.1.2
Merge pull request !2234 from miaoxiaohui/N/A
2023-09-11 09:48:31 +00:00
miaoxiaohui
fbf43ac38b
const.ohos.releasetype=Canary1
const.ohos.fullname=OpenHarmony-4.1.1.2

Signed-off-by: miaoxiaohui <miaoxiaohui@huawei.com>
2023-09-11 08:24:47 +00:00
openharmony_ci
a6f2dd68c5
!2231 回退 'Pull Request !2227 : 【轻量级 PR】:const.ohos.releasetype=Canary1 const.ohos.apiversion=11'
Merge pull request !2231 from openharmony_ci/revert-merge-2227-master
2023-09-09 07:50:37 +00:00
openharmony_ci
d6c058f597
回退 'Pull Request !2227 : 【轻量级 PR】:const.ohos.releasetype=Canary1 const.ohos.apiversion=11' 2023-09-09 07:50:14 +00:00
openharmony_ci
d42970440e
!2230 回退 'Pull Request !2228 : fix:change apversion11'
Merge pull request !2230 from openharmony_ci/revert-merge-2228-weekly_20230905
2023-09-09 07:49:20 +00:00
openharmony_ci
f923f67bfa
回退 'Pull Request !2228 : fix:change apversion11' 2023-09-09 07:48:23 +00:00
openharmony_ci
c045e1c736 !2197 【轻量级 PR】:fix:change version to 4.0.10.5
Merge pull request !2197 from aizehua/N/A
2023-09-09 11:03:10 +08:00
openharmony_ci
381920cd45
!2227 【轻量级 PR】:const.ohos.releasetype=Canary1 const.ohos.apiversion=11
Merge pull request !2227 from miaoxiaohui/N/A
2023-09-08 11:54:15 +00:00
openharmony_ci
d255729cf4
!2228 fix:change apversion11
Merge pull request !2228 from aizehua/weekly_20230905
2023-09-08 11:48:10 +00:00
aizehua
cf5e121b08
fix
Signed-off-by: aizehua <aizehua@huawei.com>
2023-09-08 11:06:52 +00:00
miaoxiaohui
49ce795e03
const.ohos.releasetype=Canary1
const.ohos.apiversion=11

Signed-off-by: miaoxiaohui <miaoxiaohui@huawei.com>
2023-09-08 10:24:22 +00:00
openharmony_ci
3864d3eaca
!2216 优化bootevent度量开机启动耗时
Merge pull request !2216 from handy/0902
2023-09-07 09:21:16 +00:00
handyohos
b5ac43a708 Bugfix: 优化bootevent度量开机启动耗时
1) 去掉无效的init_trace静态插件
2)去掉InitAddServiceHook在INIT_SERVICE_FORK_BEFORE阶段的无效记录时间戳
3)优化INIT_CMD_RECORD的hook,只对耗时超过100ms的命令加入到bootevents列表
4)每次开机都记录同名的startup.bootevent文件,防止开机次数过多,产生过多垃圾文件
5)简化bootevent的clear命令处理逻辑
6)记录每个bootevent时间点到系统参数中
7)支持为系统应用预置bootevents

Signed-off-by: handyohos <zhangxiaotian@huawei.com>
Change-Id: I7cdc269fe1a0eb8e4394de010f1f71e6c16b5a6c

#I7XYNX
2023-09-07 09:21:09 +08:00
zhongning5
3e65dd03dd 修改appssawn socket创建流程
Signed-off-by: zhongning5 <zhongning5@huawei.com>
Change-Id: I093ffde2662f067c6487c8be6af136e45328d98f
2023-09-06 13:51:19 +08:00
openharmony_ci
2de95fa8ea
!2221 通过resize.f2fs来使能projquota/casefold特性
Merge pull request !2221 from 范威威/master
2023-09-05 06:13:40 +00:00
18682127009
6be1714336 Fix: resize.f2fs enable projquota/casefold
Signed-off-by: 18682127009 <fanww92@126.com>
2023-09-05 11:17:47 +08:00
openharmony_ci
0ccf392918
!2199 FIX:允许部分权限开发放给系统应用
Merge pull request !2199 from 钟柠/0821
2023-09-04 12:44:16 +00:00
openharmony_ci
b9cea8bbb0
!2217 【轻量级 PR】:修改版本号为4.1.1.1
Merge pull request !2217 from miaoxiaohui/N/A
2023-09-04 07:43:06 +00:00
miaoxiaohui
63c2118167
修改版本号为4.1.1.1
Signed-off-by: miaoxiaohui <miaoxiaohui@huawei.com>
2023-09-04 06:56:00 +00:00
openharmony_ci
749ff1b9f4
!2200 需求:系统参数可靠可用能力增强——修改当前的空间大小配置实现
Merge pull request !2200 from 钟柠/0821_mem
2023-09-01 11:06:02 +00:00
openharmony_ci
dddf628ba1
!2215 FIX:修改错误码为正值
Merge pull request !2215 from 钟柠/0901_errNum
2023-09-01 08:44:13 +00:00
zhongning5
168dd36da3 修改错误码为正值
Signed-off-by: zhongning5 <zhongning5@huawei.com>
2023-09-01 15:12:23 +08:00
openharmony_ci
cafb0c7882
!2212 需求:paramService初始化失败时重启系统
Merge pull request !2212 from 钟柠/0831_panic
2023-09-01 01:47:14 +00:00
openharmony_ci
e4d45688ab
!2208 修正libbegetutil.z.so innerapi对外exported_header_files范围
Merge pull request !2208 from handy/0826_2
2023-08-31 13:12:55 +00:00
openharmony_ci
ca9fbc11e0
!2207 console配置支持使用/dev/kmsg
Merge pull request !2207 from handy/0826
2023-08-31 13:07:28 +00:00
zhongning5
2990f70109 初始化失败,重启
Signed-off-by: zhongning5 <zhongning5@huawei.com>
2023-08-31 19:54:45 +08:00
钟柠
0096b689bf Merge branch 'master' of gitee.com:openharmony/startup_init into 0821_mem
Signed-off-by: 钟柠 <zhongning5@huawei.com>
2023-08-31 19:43:20 +08:00
handyohos
b92c0acbb4 Bugfix: console配置支持使用/dev/kmsg
console配置支持使用/dev/kmsg:
0: 进程的stdio重定向到/dev/null
1: 进程的stdio重定向到/dev/console
2: 进程的stdio重定向到/dev/kmsg(新增)

Signed-off-by: handyohos <zhangxiaotian@huawei.com>
Change-Id: I758b4eb1c101e61166b410233903603ffce9dd5b
2023-08-31 16:14:28 +08:00
openharmony_ci
2a6bca812d
!2203 需求:系统参数可靠可用能力增强——错误码细化
Merge pull request !2203 from 钟柠/0823_errNum
2023-08-30 10:01:57 +00:00
钟柠
415c90f217 Merge branch 'master' of gitee.com:openharmony/startup_init into 0823_errNum
Signed-off-by: 钟柠 <zhongning5@huawei.com>
2023-08-30 06:02:54 +00:00
openharmony_ci
5fa9ecbcf7
!2202 需求:系统进程生命周期管理可靠可用能力增强
Merge pull request !2202 from 钟柠/init-service
2023-08-30 05:04:34 +00:00
openharmony_ci
56792d2a4c
!2201 需求:系统参数可靠可用能力增强 ——减少DAC空间占用
Merge pull request !2201 from 钟柠/init-group
2023-08-30 04:19:22 +00:00
zhongning5
1c9f872e11 sysparameter 错误码细化
Signed-off-by: zhongning5 <zhongning5@huawei.com>
2023-08-29 21:14:50 +08:00
openharmony_ci
b2b2140725
!2209 add quota when format userdata
Merge pull request !2209 from 张文迪/quota
2023-08-29 11:11:32 +00:00
openharmony_ci
ae6e38ecb7
!2210 FIX:定义与实现不一致
Merge pull request !2210 from 钟柠/0828_
2023-08-29 03:13:31 +00:00
zhongning5
97c338335e 定义和实现不一致
Signed-off-by: zhongning5 <zhongning5@huawei.com>
2023-08-28 21:15:43 +08:00
张文迪
f04952fb91 add quota when format userdata
Signed-off-by: 张文迪 <zhangwendi3@huawei.com>
2023-08-28 15:54:46 +08:00
openharmony_ci
b6780595a7
!2206 FIX:GetDistributionOSName等接口未覆盖
Merge pull request !2206 from nianyuu/master
2023-08-27 08:02:53 +00:00
nianyuu
87043866a7
update test/unittest/syspara/syspara_unittest.cpp.
Signed-off-by: nianyuu <zhouwenqiang12@huawei.com>
2023-08-27 03:40:55 +00:00
handyohos
b16fe43cb3 Bugfix: 修正libbegetutil.z.so innerapi对外exported_header_files范围
1)services/param/include为内部头文件目录,把其中对外的头文件挪到services/include/param中
2)去掉exported_header_files中的services/param/include目录

Signed-off-by: handyohos <zhangxiaotian@huawei.com>
Change-Id: I25039067539ce99d8893b12cbfb5d1ad69f31cc9

#I7W6SZ
2023-08-26 21:01:26 +08:00
nianyuu
fef6d4238b fix: startup_init接口覆盖率
Signed-off-by: nianyuu <zhouwenqiang12@huawei.com>
2023-08-26 20:02:49 +08:00