openharmony_ci
7ba0bfa800
!157 删除无用的__cplusplus,移除不必要的文件x权限
...
Merge pull request !157 from Caoruihong/cplusplus
2021-04-20 09:01:45 +08:00
openharmony_ci
ef37bf9037
!158 setitimer 创建的软件定时器,定时给进程发信号时,未加锁保护,导致踩内存等问题
...
Merge pull request !158 from zhushengle/master
2021-04-20 08:20:07 +08:00
openharmony_ci
2131237057
!152 修复LOS_RegionFind等接口竞态问题
...
Merge pull request !152 from JerryH/master
2021-04-20 08:16:28 +08:00
zhushengle
8f2e4bb8c9
IssueNo:#I3H7TO
...
fix:the setitimer signals the process to be locked at a fixed time. There is a static problem.
Change-Id: I26f12289c4b13b0fd70bf0aad30507270e0ee421
2021-04-19 21:28:04 +08:00
openharmony_ci
81cdf0c6c3
!156 代码优化
...
Merge pull request !156 from Caoruihong/ioremap
2021-04-19 18:48:22 +08:00
Caoruihong
7e73c929a2
remove __cplusplus guards in .c files
...
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
2021-04-19 18:28:25 +08:00
openharmony_ci
2da9dfe67f
!155 rootfsdir.sh脚本中cp未考虑目标是否与源相同
...
Merge pull request !155 from zhangfanfan2/master
2021-04-19 15:42:25 +08:00
Caoruihong
1ea9610ffd
code optimization
...
Change-Id: I8d2e9f96e86f4130474da9898791240b5d42328e
2021-04-19 15:24:00 +08:00
openharmony_ci
0857e6f2ec
!154 修改quickstart.c文件拼写错误
...
Merge pull request !154 from boxi/master
2021-04-19 12:06:15 +08:00
zhangfanfan2
e14558a834
rootfsdir.sh脚本中cp未考虑目的地址是否存在以及是否与源地址相同
2021-04-19 11:36:26 +08:00
boxi
3b2ff4b71f
fix: fix typo in quickstart
...
rename quickstart.c
closes #I3M1S8
Change-Id: Ic85586553389d56f5188dd58e4fb7ced16463dff
2021-04-19 11:12:58 +08:00
openharmony_ci
901b21e4d9
!153 新增LOS_CurrSpaceGet函数给外部获取当前的进程vm空间
...
Merge pull request !153 from zhangfanfan2/master
2021-04-19 11:04:25 +08:00
openharmony_ci
75a85e4483
!151 [Desc] add debug code to fix bug: kernel crashed after rmdir the umounted folder, parentVnode->data null
...
Merge pull request !151 from LeonChan/lc-master
2021-04-19 11:00:57 +08:00
openharmony_ci
23ee3689da
!150 Initialize a parameter
...
Merge pull request !150 from JING/master
2021-04-19 10:18:25 +08:00
zhangfanfan2
23037dfd38
新增函数LOS_CurrSpaceGet
2021-04-17 16:28:03 +08:00
YOUR_NAME
74af06d5cb
IssueNo:#I3G1Q7
...
Description:Fix related interface competition issues.
Sig:liteos_a
Feature or Bugfix:Bugfix
Binary Source:No
Change-Id: I1198408be9ce577bbf0735e3da53d0834622f429
2021-04-17 16:15:35 +08:00
openharmony_ci
9920e359f8
!149 VfsProcfsOpen实现存在问题,没有调用具体procfs节点的存在的open函数
...
Merge pull request !149 from zhangfanfan2/master
2021-04-17 12:05:35 +08:00
chenwei
296274b60f
add debug code to fix bug: kernel crashed after rmdir the umounted folder, parent->data null
...
Change-Id: I44981eb9475feb4604ffe91244b4dff00f7d1548
2021-04-17 11:44:03 +08:00
chenjing
9c13a59ac0
Description: [fix]Uninitialized parameter
...
Bug: #I2E08N
Test:
2021-04-17 10:04:29 +08:00
openharmony_ci
0e56ee6509
!147 fix capabilities in write and execute case
...
Merge pull request !147 from 野生毛霉君/master
2021-04-17 09:46:29 +08:00
openharmony_ci
b684b0c85d
!148 为LOS_Panic添加noreturn属性
...
Merge pull request !148 from Caoruihong/los_panic
2021-04-17 09:24:14 +08:00
zhangfanfan2
78e1fdb971
解决issueI3J6PP
2021-04-16 18:51:09 +08:00
Caoruihong
ea794ac751
add noreturn attribute for LOS_Panic
...
Change-Id: Id2c76e3282d72bce18cf0925e12afaa0c3b06a90
2021-04-16 18:46:05 +08:00
mucor
c6b898ea30
fix capabilities in write and execute case
...
Change-Id: Ic9abc53cd0aafa1fd6272fab8191493c609ea995
2021-04-16 17:33:40 +08:00
openharmony_ci
098da53afe
!146 Fix the LFN dir entry leak in fatfs.
...
Merge pull request !146 from JING/master
2021-04-16 17:31:45 +08:00
openharmony_ci
af2b0ac75b
!144 用于检测umount栈溢出的调测功能
...
Merge pull request !144 from ysy4tc3/dev
2021-04-16 17:11:28 +08:00
JING
580ed3ea62
update fs/fat/virpart/src/virpart.c.
2021-04-16 15:49:35 +08:00
chenjing
77e8075f2f
Description: [fix]Initialize parameter
...
Bug: Uninitialized parameter
Test:
2021-04-16 15:37:26 +08:00
openharmony_ci
62e708c70f
!145 [Desc] add debug code to fix bug: kernel crashed after rmdir the umounted folder
...
Merge pull request !145 from LeonChan/lc-master
2021-04-16 15:14:25 +08:00
chenjing
b9b9d6dbaf
Description: [fix] LFN dir entry leak
...
Bug: #I3J1IC
Test: io test 1000 time
2021-04-16 11:39:37 +08:00
chenwei
a7c5abf64c
add debug code to fix bug: kernel crashed after rmdir the umounted folder
...
Change-Id: Ia956fd09f1bd734cd26ab631359c1e2131fe1e37
2021-04-16 11:30:04 +08:00
Far
7e0e46828b
Bugfix: add vnode iteration debug feature for a bug
...
buginfo: when try to umount a nfs node, it may casue stack overflow.
Change-Id: I7d96f74a770607c990ca5f51cb92fb2843a08d12
2021-04-16 11:00:38 +08:00
openharmony_ci
b56c8392fd
!135 watchdog没有用宏隔离
...
Merge pull request !135 from SimonLi/watchdog_bugfix
2021-04-16 08:45:52 +08:00
openharmony_ci
7332c00077
!139 FATFS及mmcblk 性能优化
...
Merge pull request !139 from ysy4tc3/dev
2021-04-15 19:19:51 +08:00
Far
beca52b61b
Feature: Fatfs scandir format and mmcblk read/write optimization
...
1. Bcache block with high mem address is after lower mem address in RCU list when initing bcache.
2. Format will clear the bcache before writing the FAT.
3. The fatfs_readdir use the bcache writing block to reduce the chance of data switching out
4. Add performance analysing macron switch
Change-Id: I8fbc48418509d2e660d725d2c265266e931c26f8
2021-04-15 14:49:43 +08:00
openharmony_ci
b19527c5a4
!138 优化menuconfig.h的使用
...
Merge pull request !138 from Caoruihong/master
2021-04-15 08:56:24 +08:00
Caoruihong
d2197c801f
use -include option instead of including menuconfig manually
...
Change-Id: Ie48b96fe9c8ab036d7234b56a169d6668171a895
2021-04-14 17:56:48 +08:00
openharmony_ci
08543cea6c
!140 3518开源板系统启动后未初始化时钟寄存器CNTFRQ,导致系统延时不准
...
Merge pull request !140 from zhangfanfan2/master
2021-04-14 13:54:06 +08:00
zhangfanfan2
2026102cdf
初始化系统时钟
2021-04-14 11:27:40 +08:00
openharmony_ci
8ba225700b
!137 random风格一致性修改
...
Merge pull request !137 from zhangfanfan2/master
2021-04-13 17:37:23 +08:00
zhangfanfan2
f0fc5db72d
风格修改
2021-04-12 19:41:11 +08:00
likailong
fdae508932
Issue: #I3I8MT
...
Description: Fix watchdog macro bug
Sig:kernel
Feature or Bugfix: Bugfix
Binary Source: No
2021-04-11 09:44:56 +08:00
openharmony_ci
b9a4f8b3f1
!115 kernel platform目录整改
...
Merge pull request !115 from SimonLi/master
2021-04-10 10:31:37 +08:00
openharmony_ci
432907dbf6
!96 Refactoring file system packaging process
...
Merge pull request !96 from pilipala195/master
2021-04-10 09:02:24 +08:00
openharmony_ci
ca41a70d7d
!132 VfsJffs2Lookup中VfsHashGet获取的vnode未判断data字段的有效性
...
Merge pull request !132 from zhangfanfan2/jffs2
2021-04-10 09:00:27 +08:00
openharmony_ci
9dd5d56f9c
!131 IsValidFP可读性优化
...
Merge pull request !131 from zhangfanfan2/master
2021-04-09 21:14:51 +08:00
zhangfanfan2
ee8ae574ec
回退IsValidFP的修改提交
2021-04-09 19:36:29 +08:00
zhangfanfan2
78a6bd9416
VfsJffs2Lookup中VfsHashGet获取的vnode未判断data字段的有效性
2021-04-09 19:30:40 +08:00
openharmony_ci
67b7f730d1
!110 feat: add and fix some syscall
...
Merge pull request !110 from MGY917/master
2021-04-09 18:14:28 +08:00
openharmony_ci
c5233a5b9f
!130 修复limits.h,调整宏定义位置
...
Merge pull request !130 from Zhaotianyu/0406limits
2021-04-09 17:17:55 +08:00