| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
rpmsg/crypto: support rsa algorithm Signed-off-by: makejian <makejian@xiaomi.com> | 2 个月前 | |
Update cmath fix a type, which would cause issue when try to use c++ Signed-off-by: geniusdo <82556067+geniusdo@users.noreply.github.com> | 2 个月前 | |
net/ethernet: change struct ifreq to consistent with Linux Change ifreq to consistent with Linux. Signed-off-by: gaohedong <gaohedong@xiaomi.com> | 2 个月前 | |
add ip struct for support wpa_supplicant Signed-off-by: daichuan <daichuan@xiaomi.com> | 2 个月前 | |
netlink: add RT_TABLE_LOCAL definition for mqttc5 build Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
drivers/ioexpander: Add support for PCA9557 Datasheet: https://www.ti.com/lit/ds/symlink/pca9557.pdf Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
archivefs:support archivefs | 2 个月前 | |
include/.gitignore: add openlibm to gitignore avoid git add incorrect files Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com> | 2 个月前 | |
lio_listio: make the lio_listio prototype compliant with the POSIX standard Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
alloca: change tasking alloca to alloca array The Tasking compiler does not allow manual modification of the stack pointer (SP). Attempting to do so may lead to stack corruption or SP-related runtime errors. Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com> | 2 个月前 | |
assert: remove its noreturn declaration Currently, sometimes we cannot view the function parameters before the __assert function. This is because __assert is declared with noreturn, the compiler will not save the callee-saved registers of caller, and gdb cannot parse through the coredump. Therefore, we need to remove the noreturn declaration. __assert will call abort at the end, and abort is actually a noreturn function, so this does not change the actual behavior of __assert. To ensure the semantics of the PANIC and ASSERT macros remain unchanged and to prevent the compiler from incorrectly analyzing the original code, I added logic_unreachable to minimize the impact on the original semantics. Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
driver/hwtracing:Adapt Coresight to the hwtracing framework Signed-off-by: liwenxiang1 <liwenxiang1@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
tricore/elf.h: support tricore coredump Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
errno.h: modify errno.h and lib_strerror.c use errno_lookup.h Now we using same errno_lookup.h to expand different values, better alignment & maintenance. Reduce the copy of errno. For most compatible, we have to keep the errno as a macro not enum. Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
execinfo.h: fix warning mempool/mempool.c: In function ‘mempool_memdump_callback’: mempool/mempool.c:212:13: warning: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 212 | stack = backtrace_get(record->stack, &stacksize); | ^ Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
include:add FNM_CASEFOLD to header file Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
clang/gcov: Add a way to directly dump memory address Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
inttype.h: add PRIuTM(time_t) to handle TIME64 & TIME32 print compatible After patch, we will no longer need cast to int64_t again. Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
mq_open:remove support for _POSIX_MQ_OPEN_MAX In pse52 case, tests the maximum number of message queue descriptors that can be opened as defined by the system, or if it is not supported: "A call to mq_open() when too many message queue descriptors or file descriptors are currently in use by the calling process shall return -1 and set errno to EMFILE." In Linux implementation, MQ_OPEN_MAX always return -1 to indicate no support of MQ_OPEN_MAX. It's not necessary for us to support max mq open feature, use -1 should prefer. Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
lzf: Prevent lzf header optimization The lzf_magic array initialization was optimized into an st.h instruction, causing misaligned access exceptions. Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com> | 2 个月前 | |
include: avoid implicit type conversions to comply with MISRA-C. Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
Use task info save global var in libc Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
libs/libc/obstack: fix allocated chunk overrun due to invalid limit This primarily fixes allocated memory overrun due to invalidly calculated limit of the chunk. The function here allocates chunk of size that includes required header. The error was that size of the chunk was invalidly again added when limit was being calculated. This was causing memory overrun and issues especially with object growing (reallocation). The secondary fix here is to the algorithm that rounds the required size to the multiple of chunk size. In short chunk size must be reduced by one to get the correct mask. The condition that was generating the mask was also invalid because it must perform shift with at most one less than number of bits (not bytes). | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
(libc/pthread): rename proto to prio in pthread_mutexattr_s Signed-off-by: ganjing <ganjing@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
libs/libc/pwd: add new member to passwd struct Add pw_passwd member to pass tlpi example: https://man7.org/tlpi/code/online/dist/users_groups/check_password.c.html Signed-off-by: chenzhijia <chenzhijia@xiaomi.com> | 2 个月前 | |
regex: remove __restrict for regex ctc E289: ["regex.h" 92/54] "__restrict" redeclared with a different type ctc I802: ["regex.h" 92/26] previous declaration of "__restrict" ctc E411: ["regex.h" 92/42] "void" must be the only item in the parameter list ctc E289: ["regex.h" 94/61] "__restrict" redeclared with a different type ctc I802: ["regex.h" 94/33] previous declaration of "__restrict" ctc E411: ["regex.h" 94/49] "void" must be the only item in the parameter list ctc E289: ["regex.h" 98/63] "__restrict" redeclared with a different type ctc I802: ["regex.h" 98/41] previous declaration of "__restrict" ctc E411: ["regex.h" 98/57] "void" must be the only item in the parameter list Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
refactor(nuttx/sched): improve error handling and policy differentiation - Redefine scheduling policy constants to match TCB flag bit positions. - Add TCB_FLAG_SCHED_OTHER flag. - Simplify nxsched_get_scheduler() by removing offset. - Refactor nxsched_set_scheduler() to merge policy handling and fix race condition. - Extend TCB flag definitions. Signed-off-by: ganjing <ganjing@xiaomi.com> | 2 个月前 | |
search.h: add foreach api for hcreate_data Signed-off-by: chenzihan1 <chenzihan1@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
libs/libc/unistd: add getspnam function Add getspnam function to pass tlpi example: https://man7.org/tlpi/code/online/dist/users_groups/check_password.c.html Signed-off-by: chenzhijia <chenzhijia@xiaomi.com> | 2 个月前 | |
signal: fix build error since _sigev_thread is defined by CONFIG_SIG_EVTHREAD Signed-off-by: liaoao <liaoao@xiaomi.com> | 2 个月前 | |
misra_c_10_4_violation: change priorit/policy to int type In the POSIX, both policy and priority are defined as int type. To avoid unnecessary cast, NuttX internally changes these to int as well Signed-off-by: fangxinyong <fangxinyong@xiaomi.com> | 2 个月前 | |
include/stdbool.h : Fix false true define. false true should be int type in C99. Signed-off-by: jiangtao16 <jiangtao16@xiaomi.com> | 2 个月前 | |
arm64_head.S: fix the asm code build error /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:167: Error: unknown mnemonic typedef' -- typedef _int8_t int8_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:168: Error: unknown mnemonic typedef' -- typedef _uint8_t uint8_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:170: Error: unknown mnemonic typedef' -- typedef _int16_t int16_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:171: Error: unknown mnemonic typedef' -- typedef _uint16_t uint16_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:178: Error: unknown mnemonic typedef' -- typedef _int32_t int32_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:179: Error: unknown mnemonic typedef' -- typedef _uint32_t uint32_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:193: Error: unknown mnemonic typedef' -- typedef _int8_t int_least8_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:194: Error: unknown mnemonic typedef' -- typedef _uint8_t uint_least8_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:196: Error: unknown mnemonic typedef' -- typedef _int16_t int_least16_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:197: Error: unknown mnemonic typedef' -- typedef _uint16_t uint_least16_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:203: Error: unknown mnemonic typedef' -- typedef _int32_t int_least24_t' Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
arm64_head.S: fix the asm code build error /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:167: Error: unknown mnemonic typedef' -- typedef _int8_t int8_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:168: Error: unknown mnemonic typedef' -- typedef _uint8_t uint8_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:170: Error: unknown mnemonic typedef' -- typedef _int16_t int16_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:171: Error: unknown mnemonic typedef' -- typedef _uint16_t uint16_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:178: Error: unknown mnemonic typedef' -- typedef _int32_t int32_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:179: Error: unknown mnemonic typedef' -- typedef _uint32_t uint32_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:193: Error: unknown mnemonic typedef' -- typedef _int8_t int_least8_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:194: Error: unknown mnemonic typedef' -- typedef _uint8_t uint_least8_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:196: Error: unknown mnemonic typedef' -- typedef _int16_t int_least16_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:197: Error: unknown mnemonic typedef' -- typedef _uint16_t uint_least16_t' /home/guoshichao/work_profile/vela_os/vela_open_source_trunk4/nuttx/include/stdint.h:203: Error: unknown mnemonic typedef' -- typedef _int32_t int_least24_t' Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
feat: add CONFIG_DISABLE_ENVIRON support Add compile-time option to disable environment variable functionality when CONFIG_DISABLE_ENVIRON is defined Signed-off-by: ganjing <ganjing@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
syscall:Decouple SCHED_INSTRUMENTATION_SYSCALL and LIB_SYSCALL_WRAPPER SCHED_INSTRUMENTATION_SYSCALL:enable note LIB_SYSCALL_WRAPPER: generate wrap for syscall Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 2 个月前 | |
syslog compile error fix Signed-off-by: huojianchao <huojianchao@xiaomi.com> | 2 个月前 | |
After enabling the CONFIG_CM_SOCKET_TEST configuration, a compilation error occurs: IFF_PROMISC undeclared. Signed-off-by: daichuan<daichuan@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
ulimit: add ulimit implementation implement the ulimit() based on getrlimit/setrlimit function. the ulimit() function is requiredd by vsx testset Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
gettid: debugassert if there is any tcb-> pid != tls->tid Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
header: remove the param name from function declaration According to the PSE52 POSIX header file specification, function prototypes declared in header files must not include parameter names. Otherwise, the header test case check will fail and prompt us to remove the parameter names. Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
wait: add wait.h header file Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
include: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 |