Oopenvela-robotrexec: import kernel_module_headers for rexec
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Remove the const cast from the initialization of boardioc_symtab_s::symtab Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
cjson_test:add define CONFIG_CJSON_NESTING_LIMIT Summary: Added a limit to CJSON_NESTING_LIMIT. The default value is 1000, which can cause stack overflow in some test cases. Signed-off-by: chenrun1 <chenrun1@xiaomi.com> | 2 个月前 | |
apps: add more header files Add more header files in netutils and lsan. Signed-off-by: hongfengchen <hongfengchen@xiaomi.com> | 2 个月前 | |
netutils/connectedhomeip: use CONFIG_CXX_STANDARD instead of hard code as c++ versions are upgraded, hard code compilation options can cause build error Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
Minor typo fix Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
netutils/dhcp6c: fix printf-style format strings build warning apps/netutils/dhcp6c/dhcp6c.c: In function ‘dhcp6c_command’: apps/netutils/dhcp6c/dhcp6c.c:865:21: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘ssize_t’ {aka ‘long int’} [-Wformat=] 865 | ninfo("%s[type:%d] recv len[%d]\n", __func__, type, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | ssize_t {aka long int} apps/netutils/dhcp6c/dhcp6c.c:865:44: note: format string is defined here 865 | ninfo("%s[type:%d] recv len[%d]\n", __func__, type, len); | ~^ | | | int | %ld Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
dhcpc: need set ipaddr wait receive dhcp ack With RFC2131 3.1, The client receives one or more DHCPOFFER messages from one or more servers. The client may choose to wait for multiple responses. so the ipaddr need set after receive dhcp ack. Signed-off-by: daichuan <daichuan@xiaomi.com> | 2 个月前 | |
fix the compilation error caused by CONFIG_DISABLE_SIGNALS The commit 'add support for CONFIG_DISABLE_SIGNALS' led to: undefined reference to signal' undefined reference to sigaction' Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
apps:add missing header file md5.c: unistd.h for read ftpd.c: pthread.h for pthread_startroutine_t Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 2 个月前 | |
iperf: fix the compile error error: variable 'opt' is uninitialized when passed as a const pointer argument here setsockopt(listen_socket, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)); Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
netutils/iptables: add cmake support. add cmake support for xtables.c, solves the problem of missing symbols when compiling with cmake Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
jsoncpp: add cmake scripts for jsoncpp Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
libcoap: fix makefile compile error after menuconfig correct the LIBCOAP_VERSION format Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
apps/netutils:Added 10 new libwebsockets testcases Signed-off-by: yangjianqing <yangjianqing@xiaomi.com> | 2 个月前 | |
MQTT-C: compile tests only if no with_mbedtls is enabled tests only supports tests in non-encrypted mode. when we open tests compilation in other modes, there will be many compilation warning with mismatched parameter types, and it will not run correctly. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
add mqttc5/.gitignore Signed-off-by: liujinye <liujinye@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
sched: fix the compile error error: implicit declaration of function 'sched_lock' error: implicit declaration of function 'sched_unlock' Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
netlib: support checkipconnectivity when use reslov.conf Signed-off-by: wenquan1 <wenquan1@xiaomi.com> | 2 个月前 | |
nng:Fix the issue of nng testcase CMake compilation error Signed-off-by: yangjianqing <yangjianqing@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
paho_mqtt:Fix the issue of compiler options overriding each other. Signed-off-by: yangjianqing <yangjianqing@xiaomi.com> | 2 个月前 | |
netutils: make the net tools can work with signal disabled Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
netutils/ptp: add debug info about ptp adjust time state Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com> | 2 个月前 | |
rexec: import kernel_module_headers for rexec Signed-off-by: zhangbo56 <zhangbo56@xiaomi.com> | 2 个月前 | |
rexecd: fix type change Fix cast from pointer to integer of different size. Signed-off-by: hongfengchen <hongfengchen@xiaomi.com> | 2 个月前 | |
rpmsg_tun: modify for coverity error Signed-off-by: daichuan <daichuan@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
netutils: make the net tools can work with signal disabled Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
Remove the const cast from the initialization of boardioc_symtab_s::symtab Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
enable SOCK_CLOEXEC explicit leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag to the child process. Signed-off-by: wanggang26 <wanggang26@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
build: Remve the unnecessary .gitignore Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Remove the const cast from the initialization of boardioc_symtab_s::symtab Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 |