- 21 1月, 2022 1 次提交
-
-
由 zhushengle 提交于
将软件定时器相关的东西抽离,使得workqueue只依赖软件定时器提供的方法 Close #I4RPRW Signed-off-by: Nzhushengle <zhushengle@huawei.com> Change-Id: Ia6db62468968405e1aaa8c569e130b45ec593118
-
- 13 1月, 2022 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !38 from steven_Q/master
-
由 steven_q 提交于
Signed-off-by: Nqichanggui <qichanggui@huawei.com> Change-Id: Id59b926645e4c47ac29a8d8dfe6067f322ee0233
-
- 07 1月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !33 from Zhaotianyu/1230DEFINE_MUTEX
-
- 04 1月, 2022 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !35 from dapaodexiaoyu2/master
-
由 renwei 提交于
Signed-off-by: Nrenwei <renwei8@huawei.com>
-
- 31 12月, 2021 3 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !34 from steven_Q/master
-
由 steven_q 提交于
Signed-off-by: Nqichanggui <qichanggui@huawei.com> Change-Id: Ie75a271203ed4cd983422c38b66d93dde3e2f6d1
-
由 arvinzzz 提交于
在定义变量之后进行赋值初始化 close: #I4NOFQ Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com> Change-Id: Iff3ff2856f4a75204224970a7b1a702222abdb99
-
- 09 12月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !32 from zhushengle/random
-
由 zhushengle 提交于
删除无用代码逻辑 Close #I4IEG2 Signed-off-by: Nzhushengle <zhushengle@huawei.com> Change-Id: I13cb65f863672dc9ba9b2be03dda2175cece0bab
-
- 06 12月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !30 from laokz/dev
-
- 29 11月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !31 from yuanbo/master
-
- 27 11月, 2021 1 次提交
-
-
由 yuanbo 提交于
Signed-off-by: Nyuanbo <yuanbo@huawei.com>
-
- 18 11月, 2021 1 次提交
-
-
由 laokz 提交于
OsGetCpuCycle为内核内部函数,编译时会报符号链接错误 修改为使用内核的公开API接口LOS_GetCpuCycle Signed-off-by: Nlaokz <laokz@foxmail.com> Change-Id: I978f426eb442a3dcb32abf54645633d7a0195d20
-
- 19 10月, 2021 3 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !28 from Qin Fandong/master
-
由 Qin Fandong 提交于
修改了 fts 的代码使之能够在 Linux 编译器下正常编译,并正常工作。上一个提交引入 fts 后,是无法使用的,但是逐步引入其他的文件改动过大,文件依赖过多很难手动解决。而且 fts 本身的修改是不影响其他组件的,保证 fts 正常即可,对后续引入其他组件无影响,所以选择了直接修改 fts 。 include/fts.h a. 一些 FreeBSD 的封装改用 Linux 的 API 。 1. __opendir2 -> opendir 2. _close -> close 3. _dirfd -> dirfd 4. _fstat -> fstat 5. _open -> open 6. reallocf -> realloc b. 定义了以下类型。 1. __fts_size_t -> size_t 2. __ino_t -> uint64_t 3. __nlink_t -> uint64_t 4. __dev_t -> uint64_t c. 从 FreeBSD 的其他文件中引入以下宏。 1. S_IFWHT 2. DTF_HIDEW 3. DTF_NODUP 4. DTF_REWIND 5. __DTF_READALL 6. __DTF_SKIPREAD lib/libc/gen/fts.c 修改了 ufslike_filesystems 的定义和对应逻辑。因为 Linux 上的 struct statfs 中不包含 f_fstypename ,但是有对应的 __fsword_t f_type 。所以将使用字符串比较来确定分区类型的逻辑修改为使用整型数值比较。 Signed-off-by: NQin Fandong <qinfd@superred.com.cn>
-
由 Qin Fandong 提交于
(BSD-3-Clause) depends/fts/fts.h <- https://github.com/freebsd/freebsd-src/blob/ea31abc261ffc01b6ff5671bffb15cf910a07f4b/include/fts.h (BSD-3-Clause) depends/fts/fts.c <- https://github.com/freebsd/freebsd-src/blob/ea31abc261ffc01b6ff5671bffb15cf910a07f4b/lib/libc/gen/fts.cSigned-off-by: NQin Fandong <qinfd@superred.com.cn>
-
- 29 9月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !27 from LiteOS/master
-
- 28 9月, 2021 1 次提交
-
-
由 LiteOS2021 提交于
Signed-off-by: NLiteOS2021 <dinglu@huawei.com> Change-Id: I6397a5f8711e98b0f868618688b6a983252e17a0
-
- 09 9月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !26 from Zhaotianyu/0902dir_refactor
-
- 03 9月, 2021 1 次提交
-
-
由 arvinzzz 提交于
废弃宏,头文件清理 close: #I48KI4 Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com> Change-Id: I2110d957f5c3f9fd0b29ad048e28a58f320f630e
-
- 06 8月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !23 from Caoruihong/oat
-
由 Caoruihong 提交于
Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I31a157c9c2899aa4494cc82c22d59e856877145d
-
- 05 8月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !22 from zianed/master
-
由 zianed 提交于
Signed-off-by: Nzianed <houxuanzhe@huawei.com>
-
- 02 7月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !20 from zhangfanfan2/master
-
- 01 7月, 2021 3 次提交
-
-
由 YOUR_NAME 提交于
close: #I3SZO4 Signed-off-by: Nzff <zhangfanfan2@huawei.com> Change-Id: Idc9051c452fd3f1dcf87c840df74b85b7ea73dc6
-
由 openharmony_ci 提交于
Merge pull request !19 from boxi/upload
-
由 boxi 提交于
LiteOS_a中有部分配置宏进行了重复冗余定义,导致当头文件未被包含时,极易引入错误, 故对menuconfig配置宏进行统一处理,均使用#ifdef/#ifndef作为预编译判断方式 Close #I3YEGS Change-Id: I8c1344d3954205dd9469ddad95782f87394e9a79 Signed-off-by: Nboxi <lewis.liulei@huawei.com>
-
- 19 6月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !18 from 野生毛霉君/master
-
由 mucor 提交于
1.remove redundant headfile in kernel, such as: compiler.h;debug.h;automount.h;inode.h;syslog.h;net.h; 2.split fs.h to file.h and driver.h 3.move vnode.h and path_cache.h to vfs/include 4.remove redundant interface and defines close: #I3RTNR Signed-off-by: Nmucor <mucorwang@gmail.com>
-
- 16 6月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !13 from Far/master
-
- 08 6月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !17 from Far/codex
-
- 07 6月, 2021 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !16 from Caoruihong/master
-
由 Far 提交于
1. 修复了一个可能的对NULL指针解引用的场景 2. 修复了一个使用未初始化变量的场景 Close #I3UOFN Signed-off-by: NFar <yesiyuan2@huawei.com>
-
- 05 6月, 2021 1 次提交
-
-
由 Caoruihong 提交于
if we turn off some features, compile will fail. so we fixed it. Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I462f1c91fb495cf786a6c0db636f4c13ce124f1d
-
- 31 5月, 2021 1 次提交
-
-
由 Far 提交于
In FreeBSD, BUG() only print the error message without print the registers and stack trace and kill the process. So there should be a error panic Close #I3NHA8
-
- 21 5月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !14 from JING/drv
-
- 20 5月, 2021 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !12 from Zhaotianyu/0510init_framework
-