Zbigniew Bodek
59db6662c2
Add new Qemu ARM virtual platform to Kconfig
...
Qemu ARM virtual platform emulates an ARM machine
with configurable, ARM components. This commit adds
configuration option for Cortex-A7 based virtual machine.
qemu_arm_virt_ca7 name is derived from a command
to invoke Qemu:
qemu-system-arm -M virt -cpu cortex-a7
Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
Change-Id: Ia267ee7c989b8c22e6c19d6f11ff3ee2eef8148b
2020-11-17 23:07:01 +08:00
Zbigniew Bodek
647f91af7b
Fix build problem after Kconfig file change
...
conf --silentoldconfig generates required autoconf.h file
but when invoked on modified Kconfig it will ask for user
input which breaks the build. To automatically regenerate
config structure and then autogenerate headers run
config --olddefconfig first.
Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
Change-Id: If7f7653c80cc0c5c0d84015b8e50fcb66568d00a
2020-11-17 23:07:01 +08:00
openharmony_ci
0b2ac37c07
!27 [Lightweight PR]: 实现IPv6地址解析函数ip6addr_aton,代替lwip自带的,修正ifconfig配置ipv6地址时的误报错误
...
Merge pull request !27 from Caoruihong/N/A
2020-11-16 16:21:17 +08:00
openharmony_ci
a2d3befc5a
!29 使用不规范的安全函数
...
Merge pull request !29 from zhushengle/zhushengle_20201105100528
2020-11-05 14:25:42 +08:00
zhushengle
4ff3c4bf79
Description:Process security function rectification.
...
Reviewed-by:liulei, lihao, likailong
Change-Id: Ibacdda2ccbbc991ac9732f2ad09bdb98195203b3
2020-11-05 09:10:14 +08:00
openharmony_ci
c383ba65ae
!28 【轻量级 PR】:内存泄漏、访问野指针以及竞态问题修复。
...
Merge pull request !28 from zhangfanfan2/N/A
2020-11-04 09:55:24 +08:00
zhangfanfan2
02788cedc0
内存泄漏、访问野指针以及竞态问题修复。
2020-11-03 11:20:09 +08:00
Caoruihong
f2097a1f86
实现IPv6地址解析函数ip6addr_aton,代替lwip自带的,修正ifconfig配置ipv6地址时的误报错误
2020-11-02 18:27:34 +08:00
openharmony_ci
67a9c7b8b5
!23 修复LOS_BitmapSetNBits误将位数当作位模式的错误
...
Merge pull request !23 from laokz/bitmap
2020-10-29 16:08:58 +08:00
JING
69f5e85ebb
spelling mistakes
2020-10-24 09:35:27 +08:00
openharmony_ci
18d64639b4
!24 jffs2镜像打包工具改为用户自行安装
...
Merge pull request !24 from JING/master
2020-10-23 10:47:09 +08:00
laokz
94542ad4b6
修正符号typo
2020-10-19 17:48:22 +08:00
evanscjv
899b034e3d
删除jffs2打包工具二进制文件
2020-10-19 16:18:59 +08:00
evanscjv
513fcf40d5
删除文件 tools/fsimage/mkfs.jffs2
2020-10-19 16:10:57 +08:00
laokz
3883ccb0a0
修复LOS_BitmapSetNBits误将位数当作位模式的错误
2020-10-17 23:25:24 +08:00
openharmony_ci
37eba37901
!20 【轻量级 PR】:Bugfix for fatfs double lock
...
Merge pull request !20 from evanscjv/N/A
2020-10-16 14:04:02 +08:00
evanscjv
58260bf5fe
Bugfix for fatfs double lock
2020-10-16 10:16:14 +08:00
openharmony_ci
3425568551
!19 去除不必要的文件可执行权限
...
Merge pull request !19 from Caoruihong/drop_permission
2020-10-13 17:12:26 +08:00
Caoruihong
63bd69267a
drop unnecessary executable file permission mode
...
Change-Id: Ia6c1f6302407a707b3ec9b805f4c92d8a7970b86
2020-10-13 16:37:25 +08:00
openharmony_ci
ba0efaa706
!18 jiffs生成程序windows版本改为从华为云镜像下载
...
Merge pull request !18 from zhOu/master
2020-10-13 15:51:58 +08:00
zhOu
52c1d3f4af
删除文件 tools/fsimage/win-x86
2020-10-13 11:24:13 +08:00
openharmony_ci
0af36ec5bb
!17 默认不应用CAP_NET_BROADCAST权限校验,保持与linux行为兼容
...
Merge pull request !17 from Caoruihong/xx
2020-10-09 17:49:05 +08:00
openharmony_ci
3c255345cc
!16 用户态异常信息修复
...
Merge pull request !16 from Harylee/lihao_20200928190317
2020-10-09 09:28:39 +08:00
Caoruihong
990f3abe5b
Description: default no check net broadcast capability
...
Reviewed-by: likailong
2020-09-30 17:08:08 +08:00
openharmony_ci
8122da7113
!11 修复tftp功能,重构部分lwIP移植代码
...
Merge pull request !11 from Caoruihong/caoruihong_20200924094756
2020-09-30 09:53:25 +08:00
openharmony_ci
f9b7df63f9
!15 【轻量级 PR】:修改PCB中错误的注释,并统一注释格式
...
Merge pull request !15 from zhushengle/N/A
2020-09-29 09:37:55 +08:00
zhushengle
12b81567df
修改PCB中错误的注释,并统一注释格式
2020-09-28 21:47:42 +08:00
openharmony_ci
e6dae81670
!14 【轻量级 PR】:Fix mmap
...
Merge pull request !14 from Harylee/N/A
2020-09-28 16:42:41 +08:00
Harylee
f62115dfef
Fix mmap
2020-09-28 16:32:18 +08:00
l00517597
14ed17ca76
Description:Fix the offset calculating of pc and lr in elf file.
...
Reviewed-by:huangjieliang zhushengle
2020-09-28 15:37:47 +08:00
openharmony_ci
abfa4988e5
!13 缩进修复
...
Merge pull request !13 from zhushengle/master
2020-09-28 15:06:35 +08:00
zhushengle
a73348da8d
modify the indentation
2020-09-28 14:35:53 +08:00
openharmony_ci
e5ef0f25ba
!12 解决用户态锁在高并发场景下的静态问题
...
Merge pull request !12 from zhushengle/master
2020-09-28 14:24:09 +08:00
zhushengle
c884ada07d
Solve the static problem of user mode locking under high concurrency.
2020-09-28 14:12:46 +08:00
openharmony_ci
aa407d3721
!10 修正缩进风格
...
Merge pull request !10 from Caoruihong/caoruihong_20200914105449
2020-09-24 22:40:53 +08:00
c00546070
4f55f678c1
Description: add dhcps and tftpc
...
Reviewed-by: jianghan
2020-09-22 23:58:05 +08:00
Caoruihong
4929816604
!9 【轻量级 PR】:#I1VDS2 fix typo
...
Merge pull request !9 from Caoruihong/N/A
2020-09-17 10:08:49 +08:00
jiamuluo
7d76e5f791
!8 OsCreateIdleProcess 中判断错误
...
Merge pull request !8 from jiamuluo/master
2020-09-15 11:49:41 +08:00
Caoruihong
c9b9d19b6f
!6 【轻量级 PR】:no check net capability for binding ANY_addr
...
Merge pull request !6 from Caoruihong/N/A
2020-09-14 23:55:31 +08:00
Caoruihong
9c10570033
!5 修正缩进风格
...
Merge pull request !5 from Caoruihong/caoruihong_20200914105449
2020-09-14 11:33:20 +08:00
c00546070
9b25a48dd4
Description: fix indentations
...
Reviewed-by: jianghan
2020-09-14 10:42:23 +08:00
Caoruihong
aef38baf44
!2 【轻量级 PR】:#I1UT4S 排版问题
...
Merge pull request !2 from Caoruihong/N/A
2020-09-11 17:21:26 +08:00
MGY917
d8acc6e91f
!1 删除冗余判断
...
Merge pull request !1 from MGY917/N/A
2020-09-11 11:33:48 +08:00
MGY917
8f52bdea24
删除冗余判断
2020-09-11 11:31:34 +08:00
文峻_HW
ff52e24fba
add LICENSE
2020-09-10 18:10:26 +08:00
文峻_HW
3738cc8ae6
add LICENSE.
2020-09-10 18:06:30 +08:00
panny
fa2b20a033
update readme.md.
2020-09-10 12:51:40 +08:00
wenjun
6df931fc98
add OpenHarmony 1.0 baseline
2020-09-08 17:22:24 +08:00
wenjun 00318901
94f5f466b4
Initial empty repository
2020-08-25 19:04:20 +08:00