[incubator-nuttx] branch master updated: Fix in syslog file separator.

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new c0df7317ac Fix in syslog file separa

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6362: [syslog] Fixed separation of log sessions.

2022-06-03 Thread GitBox
xiaoxiang781216 merged PR #6362: URL: https://github.com/apache/incubator-nuttx/pull/6362 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6363: Added color reset when a syslog channel is added.

2022-06-03 Thread GitBox
xiaoxiang781216 commented on code in PR #6363: URL: https://github.com/apache/incubator-nuttx/pull/6363#discussion_r889493834 ## drivers/syslog/syslog_channel.c: ## @@ -259,13 +259,26 @@ int syslog_channel(FAR struct syslog_channel_s *channel) int i; #endif +#if defined(CO

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6337: Refine the implementation of TLS

2022-06-03 Thread GitBox
xiaoxiang781216 commented on PR #6337: URL: https://github.com/apache/incubator-nuttx/pull/6337#issuecomment-1146548176 > @xiaoxiang781216 > > I noticed that rv-virt:knsh64 failed. > > ``` > $ qemu-system-riscv64 -semihosting -nographic -cpu rv64 -smp 8 -M virt -bios none -k

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6363: Added color reset when a syslog channel is added.

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #6363: URL: https://github.com/apache/incubator-nuttx/pull/6363#discussion_r889477026 ## drivers/syslog/syslog_channel.c: ## @@ -259,13 +259,26 @@ int syslog_channel(FAR struct syslog_channel_s *channel) int i; #endif +#if defined(CONF

[GitHub] [incubator-nuttx] fjpanag opened a new pull request, #6363: Added color reset when a syslog channel is added.

2022-06-03 Thread GitBox
fjpanag opened a new pull request, #6363: URL: https://github.com/apache/incubator-nuttx/pull/6363 ## Summary When `CONFIG_SYSLOG_COLOR_OUTPUT` is enabled, the terminal color is set before the message is printed, and it is reset at the end of the print. It can happen that the l

[incubator-nuttx-website] branch asf-site updated: Publishing web: 38aac99c8c9052364bc8cc2b64e9650107d27937 docs: 01c8bebf585102dad56b64491b3bf2b49f2675c4

2022-06-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new df713c2 Publishing web

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6337: Refine the implementation of TLS

2022-06-03 Thread GitBox
masayuki2009 commented on PR #6337: URL: https://github.com/apache/incubator-nuttx/pull/6337#issuecomment-1146451054 @xiaoxiang781216 I noticed that rv-virt:knsh64 failed. ``` $ qemu-system-riscv64 -semihosting -nographic -cpu rv64 -smp 8 -M virt -bios none -kernel ./nuttx/

[GitHub] [incubator-nuttx] fjpanag opened a new pull request, #6362: [syslog] Fixed separation of log sessions.

2022-06-03 Thread GitBox
fjpanag opened a new pull request, #6362: URL: https://github.com/apache/incubator-nuttx/pull/6362 ## Summary The option `CONFIG_SYSLOG_FILE_SEPARATE` allows for a separator (a few blank lines) to be print between two successive log sessions. Due to `O_APPEND` flag missing, the

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6338: sched: remove nested cancelation point support

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #6338: URL: https://github.com/apache/incubator-nuttx/pull/6338#discussion_r889366979 ## sched/semaphore/sem_wait.c: ## @@ -251,37 +251,21 @@ int nxsem_wait_uninterruptible(FAR sem_t *sem) int sem_wait(FAR sem_t *sem) { - int errcode;

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6338: sched: remove nested cancelation point support

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #6338: URL: https://github.com/apache/incubator-nuttx/pull/6338#discussion_r889366588 ## sched/semaphore/sem_wait.c: ## @@ -251,37 +251,21 @@ int nxsem_wait_uninterruptible(FAR sem_t *sem) int sem_wait(FAR sem_t *sem) { - int errcode;

[incubator-nuttx] 02/05: sched/tls: Don't compensate the tls size to the stack size

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 33a6aa2f48a9ade5398f28d830ab435c41a304dd Author: Xiang Xiao AuthorDate: Sun May 29 05:38:37 2022 +0800

[incubator-nuttx] 05/05: sched/tls: Add task_init_info and task_uninit_info

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 01c8bebf585102dad56b64491b3bf2b49f2675c4 Author: Xiang Xiao AuthorDate: Sat May 28 04:58:16 2022 +0800

[incubator-nuttx] 04/05: sched/tls: Add tls_init_info and tls_dup_info

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 47b707bbf8e8016e661ec943708416ea06e3ad89 Author: Xiang Xiao AuthorDate: Sat May 28 00:43:49 2022 +0800

[incubator-nuttx] 01/05: tls: Merge tls_xxx into pthread_keyxxx

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit bd76e69f8df302b07cf5feee6bdbef0bf1b0091e Author: Xiang Xiao AuthorDate: Fri May 27 04:55:42 2022 +0800

[incubator-nuttx] branch master updated (c19d37adf0 -> 01c8bebf58)

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from c19d37adf0 libc/wchar: Call mbsnrtowcs in mbrtowc to handle the partial sequence correctly new b

[incubator-nuttx] 03/05: libc/tls: Make tls_get_info as the pulibc function instead up_tls_info

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 3e32b605feb8142b30277fa5f45cdc8eb0e5e2c0 Author: Xiang Xiao AuthorDate: Fri May 27 10:05:43 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6337: Refine the implementation of TLS

2022-06-03 Thread GitBox
pkarashchenko merged PR #6337: URL: https://github.com/apache/incubator-nuttx/pull/6337 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6337: Refine the implementation of TLS

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #6337: URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889292076 ## libs/libc/pthread/pthread_keycreate.c: ## @@ -70,23 +72,46 @@ int pthread_key_create(FAR pthread_key_t *key, CODE void (*destru

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6337: Refine the implementation of TLS

2022-06-03 Thread GitBox
xiaoxiang781216 commented on code in PR #6337: URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889280272 ## libs/libc/pthread/pthread_keycreate.c: ## @@ -70,23 +72,46 @@ int pthread_key_create(FAR pthread_key_t *key, CODE void (*dest

[incubator-nuttx] 02/04: arch: Define WCHAR_[MIN|MAX] in arch/include/limits.h

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 11e1a8b28bcdc9590fa8f6e021e3682656a8cea7 Author: Xiang Xiao AuthorDate: Mon May 30 19:55:52 2022 +0800

[incubator-nuttx] branch master updated (375a64fed6 -> c19d37adf0)

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 375a64fed6 esp32-devkitc:wamr_wasi_debug: pin WAMR version new 7f3c540570 include/wchar.h: Remove

[incubator-nuttx] 03/04: libc/wchar: Remove the unnecessary cast

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 4c34075d103ad5571a2465b05b6ba9006b117c7d Author: Xiang Xiao AuthorDate: Tue May 31 01:25:39 2022 +0800

[incubator-nuttx] 01/04: include/wchar.h: Remove NULL macro from it

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 7f3c540570a02431bfa1d1972658b13ac4e8343f Author: Xiang Xiao AuthorDate: Mon May 30 20:01:36 2022 +0800

[incubator-nuttx] 04/04: libc/wchar: Call mbsnrtowcs in mbrtowc to handle the partial sequence correctly

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c19d37adf0bf156fdea7b18bf068e3aea3a1374f Author: Xiang Xiao AuthorDate: Wed Jun 1 01:14:56 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6351: arch: Define WCHAR_[MIN|MAX] in arch/include/limits.h

2022-06-03 Thread GitBox
pkarashchenko merged PR #6351: URL: https://github.com/apache/incubator-nuttx/pull/6351 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6337: Refine the implementation of TLS

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #6337: URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889220972 ## libs/libc/pthread/pthread_keycreate.c: ## @@ -70,23 +72,46 @@ int pthread_key_create(FAR pthread_key_t *key, CODE void (*destru

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6337: Refine the implementation of TLS

2022-06-03 Thread GitBox
xiaoxiang781216 commented on code in PR #6337: URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889197129 ## libs/libc/pthread/pthread_keycreate.c: ## @@ -70,23 +72,46 @@ int pthread_key_create(FAR pthread_key_t *key, CODE void (*dest

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1186: Remove "| O_BINARY" or " |= O_BINARY" since O_BINARY is 0 now

2022-06-03 Thread GitBox
xiaoxiang781216 commented on PR #1186: URL: https://github.com/apache/incubator-nuttx-apps/pull/1186#issuecomment-1146206971 > This change hides the intent the the file is opened in binary mode. Does it make sense to assume the value the flag has? Most caller of open want the binary

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6351: arch: Define WCHAR_[MIN|MAX] in arch/include/limits.h

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #6351: URL: https://github.com/apache/incubator-nuttx/pull/6351#discussion_r889189512 ## arch/z80/include/ez80/limits.h: ## @@ -67,17 +67,28 @@ #define PTR_MIN (-PTR_MAX - 1) #ifdef CONFIG_EZ80_Z80MODE -#define PTR_MAX 32767 -#de

[incubator-nuttx-apps] 02/02: system/libuv: Fix the undefined reference to `uv__strscpy'

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit dd7e98129ac6edd39f819febe295134c190324d3 Author: Xiang Xiao AuthorDate: Sat May 21 02:20:50 2022 +0

[incubator-nuttx-apps] 01/02: system/libuv: Skip compile strscpy.c when CONFIG_LIBUV_UTILS_TEST enable

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit f5c094aef1cce9b5764f4592b0612c5379f46d4a Author: Xiang Xiao AuthorDate: Fri May 20 14:04:15 2022 +0

[incubator-nuttx-apps] branch master updated (99629e9b5 -> dd7e98129)

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git from 99629e9b5 fstest:support fstest can run many times new f5c094aef system/libuv: Skip compile

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1183: system/libuv: Skip compile strscpy.c when CONFIG_LIBUV_UTILS_TEST enable

2022-06-03 Thread GitBox
pkarashchenko merged PR #1183: URL: https://github.com/apache/incubator-nuttx-apps/pull/1183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-uns

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1183: system/libuv: Skip compile strscpy.c when CONFIG_LIBUV_UTILS_TEST enable

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #1183: URL: https://github.com/apache/incubator-nuttx-apps/pull/1183#discussion_r889183542 ## system/libuv/Makefile: ## @@ -69,12 +69,12 @@ CSRCS += posix-hrtime.c CSRCS += posix-poll.c CSRCS += uv-data-getter-setters.c CSRCS += version.

[incubator-nuttx-apps] branch master updated: fstest:support fstest can run many times

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 99629e9b5 fstest:support fstest

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1181: fstest:support fstest can run many times

2022-06-03 Thread GitBox
xiaoxiang781216 merged PR #1181: URL: https://github.com/apache/incubator-nuttx-apps/pull/1181 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-u

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1183: system/libuv: Skip compile strscpy.c when CONFIG_LIBUV_UTILS_TEST enable

2022-06-03 Thread GitBox
xiaoxiang781216 commented on code in PR #1183: URL: https://github.com/apache/incubator-nuttx-apps/pull/1183#discussion_r889174006 ## system/libuv/Makefile: ## @@ -69,12 +69,12 @@ CSRCS += posix-hrtime.c CSRCS += posix-poll.c CSRCS += uv-data-getter-setters.c CSRCS += versio

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1183: system/libuv: Skip compile strscpy.c when CONFIG_LIBUV_UTILS_TEST enable

2022-06-03 Thread GitBox
xiaoxiang781216 commented on code in PR #1183: URL: https://github.com/apache/incubator-nuttx-apps/pull/1183#discussion_r889174006 ## system/libuv/Makefile: ## @@ -69,12 +69,12 @@ CSRCS += posix-hrtime.c CSRCS += posix-poll.c CSRCS += uv-data-getter-setters.c CSRCS += versio

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6357: libc/stdio: Support 'e'(O_CLOEXEC) in lib_mode2oflags

2022-06-03 Thread GitBox
xiaoxiang781216 commented on code in PR #6357: URL: https://github.com/apache/incubator-nuttx/pull/6357#discussion_r889171104 ## include/sys/eventfd.h: ## @@ -33,7 +33,7 @@ / #define EFD_NONBLOCK O

[incubator-nuttx] branch master updated: esp32-devkitc:wamr_wasi_debug: pin WAMR version

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 375a64fed6 esp32-devkitc:wamr_wasi_d

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6352: esp32-devkitc:wamr_wasi_debug: pin WAMR version

2022-06-03 Thread GitBox
xiaoxiang781216 merged PR #6352: URL: https://github.com/apache/incubator-nuttx/pull/6352 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6351: arch: Define WCHAR_[MIN|MAX] in arch/include/limits.h

2022-06-03 Thread GitBox
xiaoxiang781216 commented on code in PR #6351: URL: https://github.com/apache/incubator-nuttx/pull/6351#discussion_r889163605 ## arch/z80/include/ez80/limits.h: ## @@ -67,17 +67,28 @@ #define PTR_MIN (-PTR_MAX - 1) #ifdef CONFIG_EZ80_Z80MODE -#define PTR_MAX 32767 -#

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6337: Refine the implementation of TLS

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #6337: URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889023724 ## libs/libc/pthread/pthread_keycreate.c: ## @@ -70,23 +72,46 @@ int pthread_key_create(FAR pthread_key_t *key, CODE void (*destru

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1182: webclient: implement https proxy

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #1182: URL: https://github.com/apache/incubator-nuttx-apps/pull/1182#discussion_r889021092 ## include/netutils/webclient.h: ## @@ -420,6 +462,20 @@ struct webclient_poll_info unsigned int flags; /* OR'ed WEBCLIENT_POLL_INFO_xxx flags */

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6351: arch: Define WCHAR_[MIN|MAX] in arch/include/limits.h

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #6351: URL: https://github.com/apache/incubator-nuttx/pull/6351#discussion_r889003891 ## arch/z80/include/ez80/limits.h: ## @@ -67,17 +67,28 @@ #define PTR_MIN (-PTR_MAX - 1) #ifdef CONFIG_EZ80_Z80MODE -#define PTR_MAX 32767 -#de

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1185: webclient.h: Avoid relying on indirect inclusion

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #1185: URL: https://github.com/apache/incubator-nuttx-apps/pull/1185#discussion_r888998297 ## include/netutils/webclient.h: ## @@ -49,6 +49,7 @@ #include #include +#include Review Comment: Anyway that is minor and current type is

[incubator-nuttx-apps] branch master updated: webclient.h: Avoid relying on indirect inclusion

2022-06-03 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 5e3a3dae1 webclient.h: Avoi

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1185: webclient.h: Avoid relying on indirect inclusion

2022-06-03 Thread GitBox
pkarashchenko merged PR #1185: URL: https://github.com/apache/incubator-nuttx-apps/pull/1185 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-uns

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1185: webclient.h: Avoid relying on indirect inclusion

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #1185: URL: https://github.com/apache/incubator-nuttx-apps/pull/1185#discussion_r888995120 ## include/netutils/webclient.h: ## @@ -49,6 +49,7 @@ #include #include +#include Review Comment: @yamt BTW I noticed that `stdint` type

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1183: system/libuv: Skip compile strscpy.c when CONFIG_LIBUV_UTILS_TEST enable

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #1183: URL: https://github.com/apache/incubator-nuttx-apps/pull/1183#discussion_r888990663 ## system/libuv/Makefile: ## @@ -69,12 +69,12 @@ CSRCS += posix-hrtime.c CSRCS += posix-poll.c CSRCS += uv-data-getter-setters.c CSRCS += version.

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6357: libc/stdio: Support 'e'(O_CLOEXEC) in lib_mode2oflags

2022-06-03 Thread GitBox
pkarashchenko commented on code in PR #6357: URL: https://github.com/apache/incubator-nuttx/pull/6357#discussion_r888974647 ## include/sys/eventfd.h: ## @@ -33,7 +33,7 @@ / #define EFD_NONBLOCK O_N

[GitHub] [incubator-nuttx-apps] davids5 commented on pull request #1186: Remove "| O_BINARY" or " |= O_BINARY" since O_BINARY is 0 now

2022-06-03 Thread GitBox
davids5 commented on PR #1186: URL: https://github.com/apache/incubator-nuttx-apps/pull/1186#issuecomment-1145880364 This change hides the intent the the file is opened in binary mode. Does it make sense to assume the value the flag has? -- This is an automated message from the Apache G

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request, #1186: Remove "| O_BINARY" or " |= O_BINARY" since O_BINARY is 0 now

2022-06-03 Thread GitBox
xiaoxiang781216 opened a new pull request, #1186: URL: https://github.com/apache/incubator-nuttx-apps/pull/1186 ## Summary follow nuttx kernel side change: https://github.com/apache/incubator-nuttx/pull/6357 ## Impact Minor ## Testing Pass CI -- This is an autom

[incubator-nuttx] branch master updated: arch/risc-v: re-add missing riscv_udelay source

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 85af65e72e arch/risc-v: re-add missi

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6361: arch/risc-v: re-add missing riscv_udelay source

2022-06-03 Thread GitBox
xiaoxiang781216 merged PR #6361: URL: https://github.com/apache/incubator-nuttx/pull/6361 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubs

[incubator-nuttx-apps] 01/04: webclient.c: Fix the placement of "Public Function" banner

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit dbee240869a9e9f6764aa5583372d7941d8e4a2a Author: YAMAMOTO Takashi AuthorDate: Thu Jun 2 13:22:03 2022 +

[incubator-nuttx-apps] 03/04: webclient: Don't forget to check http status before webclient_get_tunnel

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit a696c8945eafa419eeb5e7dd662bf7aadce0a619 Author: YAMAMOTO Takashi AuthorDate: Thu Jun 2 13:42:06 2022 +

[incubator-nuttx-apps] 02/04: webclient: dispose the response body by default

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 3f4e723ff73b16ad8899a29a84fe544c4c985b3f Author: YAMAMOTO Takashi AuthorDate: Thu Jun 2 13:22:59 2022 +

[incubator-nuttx-apps] 04/04: webclient: make webclient_get_tunnel assert http_status

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit a56301464613d406eeaa69dabad083f7dfeecd68 Author: YAMAMOTO Takashi AuthorDate: Thu Jun 2 13:43:25 2022 +

[incubator-nuttx-apps] branch master updated (c116f8b67 -> a56301464)

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git from c116f8b67 webclient: Add https proxy (https over http) support new dbee24086 webclient.c: Fix th

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1184: webclient: https proxy fixes

2022-06-03 Thread GitBox
xiaoxiang781216 merged PR #1184: URL: https://github.com/apache/incubator-nuttx-apps/pull/1184 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-u

[incubator-nuttx-website] branch master updated: Add release 10.3.0

2022-06-03 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/master by this push: new 38aac99 Add release 10.3.0

[GitHub] [incubator-nuttx-website] xiaoxiang781216 merged pull request #66: Add NuttX 10.3.0 release page

2022-06-03 Thread GitBox
xiaoxiang781216 merged PR #66: URL: https://github.com/apache/incubator-nuttx-website/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-un

[GitHub] [incubator-nuttx] jlaitine commented on pull request #6025: Add vm map

2022-06-03 Thread GitBox
jlaitine commented on PR #6025: URL: https://github.com/apache/incubator-nuttx/pull/6025#issuecomment-1145712832 re-based against current master, and fixed syscall defines. tested again on flat and protected builds. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-nuttx-website] jerpelea opened a new pull request, #66: Add NuttX 10.3.0 release page

2022-06-03 Thread GitBox
jerpelea opened a new pull request, #66: URL: https://github.com/apache/incubator-nuttx-website/pull/66 ## Summary Release page for NuttX 10.3.0 ## Impact NuttX 10.3.0 release ## Testing NONE -- This is an automated message from the Apache Git Service. To respond

svn commit: r54838 - /release/incubator/nuttx/10.3.0/

2022-06-03 Thread jerpelea
Author: jerpelea Date: Fri Jun 3 07:47:48 2022 New Revision: 54838 Log: Releasing apache-nuttx-10.3.0-incubating Modified: release/incubator/nuttx/10.3.0/apache-nuttx-10.3.0-incubating.tar.gz release/incubator/nuttx/10.3.0/apache-nuttx-10.3.0-incubating.tar.gz.asc release/incubator/n

svn commit: r54837 - /release/incubator/nuttx/10.3.0/

2022-06-03 Thread jerpelea
Author: jerpelea Date: Fri Jun 3 07:31:05 2022 New Revision: 54837 Log: Releasing apache-nuttx-10.1.0-incubating Added: release/incubator/nuttx/10.3.0/ release/incubator/nuttx/10.3.0/apache-nuttx-10.3.0-incubating.tar.gz (with props) release/incubator/nuttx/10.3.0/apache-nuttx-10.

[incubator-nuttx] annotated tag nuttx-10.3.0 updated (ec8fa7d2bf -> b6264c8acb)

2022-06-03 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-10.3.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git *** WARNING: tag nuttx-10.3.0 was modified! *** from ec8fa7d2bf (commit) to b6264c8acb (tag)

[incubator-nuttx-apps] annotated tag nuttx-10.3.0 updated (ecd8a9722 -> 864c96e87)

2022-06-03 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-10.3.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git *** WARNING: tag nuttx-10.3.0 was modified! *** from ecd8a9722 (commit) to 864c96e87 (t

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request, #1185: webclient.h: Avoid relying on indirect inclusion

2022-06-03 Thread GitBox
yamt opened a new pull request, #1185: URL: https://github.com/apache/incubator-nuttx-apps/pull/1185 ## Summary Include stdint.h for uint16_t explicitly. This was necessary when I was trying to build this natively on Ubuntu. It seems some other headers happen to pull the uint

svn commit: r54836 - /release/incubator/nuttx/KEYS

2022-06-03 Thread jerpelea
Author: jerpelea Date: Fri Jun 3 07:19:02 2022 New Revision: 54836 Log: Update Alin Jerpelea GPG key Modified: release/incubator/nuttx/KEYS Modified: release/incubator/nuttx/KEYS == --- release/incubator/nuttx/KEYS

svn commit: r54835 - /dev/incubator/nuttx/KEYS

2022-06-03 Thread jerpelea
Author: jerpelea Date: Fri Jun 3 07:18:01 2022 New Revision: 54835 Log: Update Alin Jerpelea GPG key Modified: dev/incubator/nuttx/KEYS Modified: dev/incubator/nuttx/KEYS == --- dev/incubator/nuttx/KEYS (original) +